Resize YT To Window Size

Moves the YouTube video to the top of the website and resizes it to the window size.

Fra 20.06.2015. Se den seneste versjonen.

Forfatter
Zren
Vurderinger
0 0 0
Versjon
68
Lagd
11.05.2014
Oppdatert
20.06.2015
Size
27,6 kB
Lisens
I/T
Gjelder

Suggestions

  • Youtube Center now has a similar feature with a few more options in their script. Check out YT Center Settings > Player > Fullscreen Top Player.
  • Use Yays! or Youtube Center to select a video resolution if you want a constant resolution.
  • Auto-Hide the Progressbar & Controlbar:
    • HTML5 Player: Default operation of this script.
    • Flash Player: Use Youtube Center.
  • Hide scrollbars with this userstyle (Chrome) | (Firefox).
  • If using Youtube Center:
    • Unchecked YT Center Settings > Player > Player Size > Enable Resize.
    • Unchecked YT Center Settings > Player > General > Scroll to Video. YT Center will scroll to the wrong location.
  • If using Youtube+:
    • Uncheck Video > Player always visible when reading comments while this script is disabled.

Screenshots

After loading the video webpage you will see:

It appears above the rest of the site, so you can scroll down for the description, related links, etc.

Scrollbars are hidden in the above picture with this userstyle (Chrome) | (Firefox).

Changelog

https://github.com/Zren/ResizeYoutubePlayerToWindowSize/blob/master/changelog.md

68 - June 19, 2015

  • Update HTML5 fix for the old player. Objects.keys(obj.constructor.prototype) was skipping the property, so used for (var k in obj){}.