Restores scrollable fullscreen mode to show title, comments, likes, and related videos
As of 2025-09-07. See the latest version.
These are versions of this script where the code was updated. Show all versions.
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:
.ytp-fullscreen-grid
ytp-grid-scrollable
Compatible with both old and new YouTube UI versions.
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.