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.