A new userstyle
youtube.com - 9/26/2023, 9:56:43 PM by gkdunha
Details
Authorgkdunha
LicenseNo License
Categoryyoutube.com
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 youtube.com - 9/26/2023, 9:56:43 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("youtube.com") {
ytd-rich-grid-renderer {
margin: 1px;
--ytd-rich-grid-items-per-row: 4 !important;
}
ytd-rich-grid-renderer {
margin: 1px;
--ytd-rich-grid-items-per-column: 2 !important;
}
#contents > ytd-rich-grid-row,
#contents > ytd-rich-grid-row > #contents {
display: contents;
}
}