您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Filters old YouTube videos and hides videos in certain categories.
https://github.com/PoKeRGT/userscripts
Violentmonkey userscript
This user script allows you to filter out old YouTube videos and hide videos in certain categories.
It fetches video details such as upload date and category, and then applies filters based on user-defined preferences.
The script hides videos that are older than a specified age, as well as videos in specific categories.
It also provides visual cues by adjusting the opacity and adding borders to the videos based on the defined criteria.
The user can customize the maximum video age, opacity, categories to hide, and border colors through the script's settings.
Default Values:
{
"maxVideoAge": 15,
"opacity": 0.25,
"categoriesToHide": "['Music', 'Sports']",
"notSeenBorderColor": "#00FF00",
"seenBorderColor": "#FF0000"
}