修改YouTube首页布局

修改YouTube首页每行推荐视频数量

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

نووسەر
ES ighl
Daily installs
7
Total installs
815
Ratings
21 2 0
وەشان
1.6
Created
2025-04-16
Updated
2025-05-01
Size
4.08 KB
مۆڵەت
MIT
Applies to

修改YouTube首页每行推荐视频数量,默认为5个,可在插件栏菜单中修改
也可使用广告插件css注入 .style-scope.ytd-two-column-browse-results-renderer:style(--ytd-rich-grid-items-per-row: 5 !important) (无需安装此脚本)
其中的数字5即每行显示视频数量,修改它后油管会自适应大小,不推荐改的太大,4到6为最佳
1.1关于修改布局后会有空白的问题,可以通过屏蔽Shorts来解决(ytd-rich-section-renderer.style-scope.ytd-rich-grid-renderer),考虑到Shorts可能会有人用,所以加个开关,可自行开启,默认关闭
1.3以支持横屏竖屏显示不同的视频数量,需手动开启
1.4修复部分情况脚本不加载的问题(大概也许可能......),昨天通过限制网速复现了一次脚本不加载,但今天无论是限制网络还是cpu都没法再复现⊙﹏⊙,今天看到了油猴自带的GM_addStyle,似乎不需要额外监控dom,试试看吧