您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Filters old YouTube videos and hides videos in certain categories with a modern blur overlay.
https://github.com/PoKeRGT/userscripts
Violentmonkey userscripts
A powerful userscript that enhances your YouTube browsing experience by automatically hiding old or unwanted videos with a sleek, modern interface.
Instead of just making videos disappear, this script applies a stylish "frosted glass" blur effect over filtered thumbnails, with a clear badge indicating why the video was hidden. It also provides distinct borders to track your watch status at a glance.
You can customize the script's behavior by editing its values in the Violentmonkey dashboard's "Values" tab for this script.
{
"maxVideoAge": 15,
"categoriesToHide": ["Music", "Sports"],
"notSeenBorderColor": "#00FF00",
"seenBorderColor": "#FF0000",
"partiallySeenBorderColor": "#8A2BE2",
"overlayBlurAmount": 8,
"iconUrlByAge": "https://upload.wikimedia.org/wikipedia/commons/e/e1/Calendar_%2889059%29_-_The_Noun_Project.svg",
"iconUrlByCategory": "https://upload.wikimedia.org/wikipedia/commons/4/4b/Discrete_category.svg",
"debug": false
}
0
means no blur.true
to print detailed logs to the browser's Developer Console for troubleshooting.QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址