Choose 3/4/5 videos per row via menu.
Perfect for users who want a cleaner layout, better density, or just want YouTube to behave as it used to.
Selectable grid size: 3, 4, or 5 videos per row
Simple Tampermonkey menu controls - no code editing
Automatic re-apply after navigation (SPA-friendly, survives YouTube reloads)
Settings persist thanks to Tampermonkey storage
Lightweight, zero overhead, stable
Compatible with all YouTube pages
After installing the script, open the Tampermonkey menu. You’ll see three options:
3 videos per row
4 videos per row
5 videos per row
Click your desired configuration, YouTube will updates instantly.
- First click on
Extensionsbutton (Red arrow)- Then click on
Tampermonkey(Orange arrow)
- In the menu that opens, select the option you need.
The script modifies YouTube’s internal CSS variable:
--ytd-rich-grid-items-per-row
A MutationObserver ensures the layout stays correct even as YouTube reloads content dynamically.
Your choice (3/4/5) is saved via Tampermonkey (GM_setValue()).
Everything runs quietly in the background.
Ampedeath