Just makes the YouTube Subscription box at youtube.com/feed/subscriptions use the whole available width, instead of a fixed amount, to display more videos on the screen.
Wide Youtube Subscriptions by dakes
Details
Authordakes
LicenseNo License
CategoryYouTube
Created
Updated
Size544 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Wide Youtube Subscriptions
@version 20220310.11.35
@namespace userstyles.world/user/dakes
@description Just makes the YouTube Subscription box at youtube.com/feed/subscriptions use the whole available width, instead of a fixed amount, to display more videos on the screen.
@author dakes
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://www.youtube.com/feed/subscriptions") {
html:not(.style-scope) {
--ytd-grid-6-columns-width: 97%;
--ytd-grid-max-width: 97%;
}
}