YouTube Restore Scrollable Fullscreen

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

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

作者
Waldoocs
今日安裝
0
安裝總數
237
評價
10 0 2
版本
1.91
建立日期
2025-08-28
更新日期
2025-11-08
尺寸
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.