Reduces the size of windows
www.youtube.com by 8Adora8
Details
Author8Adora8
LicenseNo License
Categoryyoutube.ru
Created
Updated
Code size425 B
Code checksum838501b9
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name www.youtube.com
@version 20250426.14.13
@namespace ?
@description Reduces the size of windows
@license No License
==/UserStyle== */
@-moz-document domain("https://www.youtube.com/") {
#contents.ytd-rich-grid-render {
--ytb-rich-grid-items-per-row: 4!important;
}
#contents > ytb-rich-grid-row,
#contents > ytb-rich-grid-row > #contents {
display: contents !important;
}
}