Greasy Fork is available in English.

YouTube, remove deprecate-fullerscreen-ui

Strips the deprecate-fullerscreen-ui attribute everywhere on YouTube, early and repeatedly

目前為 2025-08-28 提交的版本,檢視 最新版本

這裡只顯示彼此間有代碼差異的版本。 顯示所有版本。

  • v1.8 2025-10-15

    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.

  • v1.5 2025-09-07

    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.

  • v1.4 2025-09-06
  • v1.3 2025-08-28
  • v1.2 2025-08-28