



Hides everything on youtube's video page, but the video and its title which are centered on the page.
Video is also larger. Clean and simple! :) Background changed to black while title of video is white... Easier viewing...
Large screen-shot: http://img444.imageshack.us/img444/2041/youtubeaftertq7.png
bugmenot2: To make it so that the video is not larger simply remove this part of the script or comment it out:
/* Makes The Video Larger */
#movie_player {
width: 800px !important;
height: 600px !important;
}
bugmenot2: it is centered for 1280x1024 which is the resolution the majority of people use now...
I know of no way to make it automatically centered for all resolutions.. :(
Edit: when I remove the part that enlarges the video, the video is centered perfectly.
If I leave it though, then the video will not be centered. Is this a bug?
Very nice job!