YouTube Restore Scrollable Fullscreen

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

Autore
Waldoocs
Installazioni giornaliere
1
Installazioni totali
202
Valutazione
7 0 2
Versione
1.9
Creato il
28/08/2025
Aggiornato il
02/11/2025
Dimensione
6,24 KB
Compatibilità
Compatibile con Firefox Compatibile con Chrome
Licenza
MIT
Applica a

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.

The script works by:

  • Removing YouTube's .ytp-fullscreen-grid and related video recommendation containers
  • Disabling the ytp-grid-scrollable class and associated CSS variables
  • Maintaining the original scrollable fullscreen experience without bottom distractions

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.