Change the number of thumbnails per row on YouTube
Youtube Grid Thumbnails by logonoff410

Details
Authorlogonoff410
LicenseNo License
Categoryyoutube.com
Created
Updated
Code size464 B
Code checksumeb456463
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
To select the number of thumbnails, click on ⚙ in the extension menu.
Source code
/* ==UserStyle==
@name Youtube Grid Thumbnails
@namespace Logonoff
@version 1.0
@description Change the number of thumbnails per row on YouTube
@author Logonoff
@preprocessor stylus
@var range gridItemsPerRow 'Thumbnails per row' [5, 1, 10, 1, '']
==/UserStyle== */
@-moz-document domain("youtube.com") {
.ytd-rich-grid-renderer {
--ytd-rich-grid-items-per-row: gridItemsPerRow !important;
}
}