YouTube Restore Scrollable Fullscreen

Restores scrollable fullscreen mode. Aggressively neutralizes all grid-state classes to prevent control bar freezing and hiding.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey, το Greasemonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

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

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Userscripts για να εγκαταστήσετε αυτόν τον κώδικα.

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

Θα χρειαστεί να εγκαταστήσετε μια επέκταση διαχείρισης κώδικα χρήστη για να εγκαταστήσετε αυτόν τον κώδικα.

(Έχω ήδη έναν διαχειριστή κώδικα χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

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.

(Έχω ήδη έναν διαχειριστή στυλ χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

Δημιουργός
BK K
Ημερήσιες εγκαταστάσεις
2
Σύνολο εγκαταστάσεων
480
Βαθμολογίες
14 0 2
Έκδοση
1.97
Δημιουργήθηκε την
28/08/2025
Ενημερώθηκε την
24/05/2026
Μέγεθος
4 KB
Συμβατότητα
Συμβατό με Firefox Συμβατό με Chrome
Άδεια
MIT
Εφαρμόζεται σε

YouTube Restore Scrollable Fullscreen

UPDATE JUNE 2026.

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:

  • Grid Suppression: Uses a robust blacklist to instantly neutralize all grid-state classes (ytp-fullscreen-grid-active, ytp-grid-scrolling, ytp-grid-scrollable, and ytp-fullscreen-grid-peeking) to prevent the control bar from freezing or hiding.
  • UI Stabilization: Employs a synchronous MutationObserver to strip grid-triggering classes the moment they are applied, ensuring the video player layout remains stable and interactive.
  • Performance Optimization: Uses high-efficiency CSS injection to suppress visual elements, bypassing the need for heavy JavaScript DOM manipulation during scroll events.
  • CSS Variable Neutralization: Explicitly forces grid CSS variables (--ytp-grid-scroll-percentage and --ytp-grid-peek-height) to 0 to prevent layout shifts.

Compatible with all modern YouTube UI versions. Compatible with both Firefox and Chrome.