YouTube Fullscreen Fix — Disable “More Videos” Grid + Preserve Controls

Hide fullscreen “More Videos” grid & vignette; keep scroll-wheel volume. Prevent tick-4/7 jiggle without forcing visibility. V-key manual hide. Hide interactive overlay in fullscreen. Allow normal autohide in FS and windowed modes.

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
作者
Orangekite
1日のインストール数
3
累計インストール数
30
評価
3 0 0
バージョン
1.3.6
作成日
2025/10/25
更新日
2025/11/11
大きさ
8.63KB
ライセンス
MIT
対象サイト

(Note: This script is designed to work alongside the 'Enhancer for YouTube' browser extension or any extension with a similar functionality.
It is primarily CSS-based, but has a lightweight JavaScript helper to stabilize fullscreen control visibility. Without it, users were encountering issues with progress bar and video controls visibility.)



Recently, Google has once again added a new feature to YouTube that no-one asked for: when using the scroll wheel while the player is in fullscreen mode, it causes a video suggestion overlay to appear, obscuring the entire screen. This script removes that ”More Videos (V)” overlay and its dark vignette background, restoring a clean viewing experience while keeping Enhancer for YouTube’s scroll wheel volume feature fully functional while in fullscreen mode. This script is mostly CSS, so no slowdown and no interference with video player controls. Without it, the volume scroll feature of these extensions is functional, but bugged and overall cumbersome to use. If you're like me and find this new overlay feature to be frustrating and intrusive since there is of course no option to disable it (go figure), hopefully this will do the trick for you.


Features:

• Removes the fullscreen “More Videos” grid / related-video thumbnails.

• Disables the vignette / dark gradient overlay at the bottom of the screen.

• Now, pressing ”V” while in fullscreen will toggle a 'minimalist' mode — all UI elements (progress bar, buttons, overlays) hide completely until you press V again or the F / Escape key to exit fullscreen. This is a side-effect of the grid removal and is intentionally left as a bonus feature.

• Keeps scroll-wheel volume adjustments (via Enhancer for YouTube or similar).

• Lightweight — CSS heavy; little JavaScript included for QoL.

• Compatible with Firefox, Chrome, Edge (Tampermonkey or Stylus).




Installation instructions:

Option 1 – Tampermonkey:

Create a new userscript.

Paste in the provided .user.js code.

Save → Reload YouTube.

Option 2 – Stylus:

Create a new style for youtube.com.

Paste the CSS block or .user.css version.

Save → Reload YouTube.



Changelog

v.1.3.6 - Fixed a bug with progress bar being permanently visible after entering fullscreen.

v.1.3.5 - Removed interactive player buttons (like, dislike, comment, share, channel icon) from the fullscreen overlay as they were continually bugging.

v.1.3.4 - Keeps scroll-wheel volume functional and prevents fullscreen player controls from vanishing or shifting (tick-4/7 bug). Adds lightweight JS code

v1.2 – Expanded class matching for new YouTube A/B tests (fullscreen-grid, fullerscreen-grid); added vignette/scrim/gradient fix.

v1.1 – Initial stable version; pure CSS injection.

v1.0 – Prototype, fixed conflict with Enhancer for YouTube volume control. Vignette is still present and some page slowdowns occur.


Known Bugs in 1.3.6

The video title alone will vanish after scrolling down 4 ticks, and will reappear after scrolling up 4 ticks - title still reappears when scrolling up 4 ticks while in 'minimalist mode,' but thankfully disappears on its own after a couple of seconds.

Credits

Concept and testing by myself
CSS cleanup, multi-class targeting, and documentation refined with help from ChatGPT