Youtube - Customize Homepage by sapondanaisriwan

Details
Authorsapondanaisriwan
LicenseMIT
Created
Updated
Categoryyoutube.com
Description
Please report bugs via my email or github or discussion section(If I have some free time, I'll fix it)
Contact: sapondanaisriwan@gmail.com
Support me: ☕ko-fi.com
Notes
Customize Videos per row on Homepage
Source code
/* ==UserStyle==
@name Customize Homepage
@author sapondanaisriwan(Adashima#4066)
@description `new youtube layout is bad`
@namespace https://userstyles.world/user/sapondanaisriwan
@homepageURL https://github.com/sapondanaisriwan/Youtube-Old-Layout
@supportURL https://github.com/sapondanaisriwan/Youtube-Old-Layout/issues
@version 1.0.0
@license MIT
@preprocessor stylus
@advanced range custom_homepage_videos'🏠 Number Of Videos Per Row' [6, 1, 10, 1]
==/UserStyle== */
/*
Support me: https://ko-fi.com/sapondanaisriwan
Support me: https://ko-fi.com/sapondanaisriwan
Support me: https://ko-fi.com/sapondanaisriwan
Support me: https://ko-fi.com/sapondanaisriwan
Support me: https://ko-fi.com/sapondanaisriwan
*/
@-moz-document domain("www.youtube.com") {
ytd-rich-grid-renderer #contents {
ytd-rich-grid-row,
ytd-rich-grid-row #contents {
display: contents;
}
}
[page-subtype="home"] ytd-rich-grid-renderer {
--ytd-rich-grid-items-per-row: custom_homepage_videos !important;
}
}