Greasy Fork is available in English.

Resize YT To Window Size

Moves the YouTube video to the top of the website and fill the window with the video player.

Auteur
Zren
Installations quotidiennes
8
Installations (total)
16 586
Notes
107 11 1
Version
137
Créé
11/05/2014
Mis à jour
01/11/2023
Licence
MIT
S'applique à

Suggestions

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.

Changelog

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

v137 - November 1, 2023

  • Bind to yt-page-data-fetched and yt-navigate-finish to fix the back button not cleaning up the window view since yt-navigate-start does not always fire (Issue #72 and #76)
  • Bind keyup not keypress (which is deprecated). Also cancel event during keydown. This fixes the w key also changing the caption box style. It should also fix changing the toggle key to Escape (Issue #71)

v136 - August 30, 2023

  • Attempt to fix ytd-watch-grid papercuts (Issue #81)

v135 - August 30, 2023

  • Attempt to fix ytd-watch-grid (Issue #81)

v134 - August 22, 2023

  • Fix video container getting shifted again after YT update caused by new full-bleed-player layout. Thanks again @Vamael for the fix. (Issue #79)

v133 - August 18, 2023

  • Fix video container getting shifted after YT update caused by new full-bleed-player layout. Thanks @Vamael for the fix. (Issue #79)