YouTube Restore Scrollable Fullscreen

Restores scrollable fullscreen mode to show title, comments, likes, and related videos. Disables new UI's bottom recommendations.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

ئاپتورى
Waldoocs
بۈگۈن قاچىلانغىنى
1
جەمئىي قاچىلانغىنى
249
باھا نومۇرى
10 0 2
نەشرى
1.91
قۇرۇلغان ۋاقتى
2025-08-28
يېڭىلانغان ۋاقتى
2025-11-08
Size
4.2 KB
ماسلىشىشچانلىقى
Firefox بىلەن ماسلىشىدۇ Chrome بىلەن ماسلىشىدۇ
ئىجازەتنامىسى
MIT
قوللايدىغىنى

YouTube Restore Fullscreen Scrolling

UPDATE NOVEMBER 2025.

YouTube has introduced a new fullscreen UI that shows recommended videos at the bottom when you scroll. This script removes that bottom video grid while preserving the ability to scroll through comments, video information, and the traditional related videos sidebar in fullscreen mode.

Technical Implementation:

  • Removes YouTube's .ytp-fullscreen-grid and .ytp-fullscreen-grid-stills-container elements during playback only
  • Disables the ytp-grid-scrollable and ytp-fullscreen-grid-peeking classes that trigger scroll-based recommendations
  • Uses optimized performance with throttled execution and targeted DOM observation
  • Detects video end state via ended-mode class and video element properties
  • Forces CSS variables --ytp-grid-scroll-percentage and --ytp-grid-peek-height to 0 during playback

Compatible with both old and new YouTube UI versions. Compatible with both Firefox and Chrome.

UPDATE SEPTEMBER 2025. Update your script!!! The “scroll in fullscreen” mode you remember is gone from YouTube’s codebase. It was a hidden feature flag (toggled by the deprecate-fullscreen-ui attribute), and removing it would revert you to the old branch. The script has now been updated to add the function back to the youtube video page.