Resize YT To Window Size

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

目前为 2024-04-10 提交的版本。查看 最新版本

作者
Zren
评分
0 0 0
版本
139
创建于
2014-05-11
更新于
2024-04-10
大小
40.9 KB
许可证
MIT
适用于

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

v138 - January 9, 2024

  • Bind toggle to keydown instead of keyup so that pressing Ctrl+W to close a tab does not trigger the YTWP toggle when you focus on a Youtube tab.

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)