你正在訪問的內容是外部程式的映像位址,僅用於使用者加速訪問,本站無法保證其可靠性。當前的連結位址(單點即可複製)為 https://greasyfork.org.cn/zh-CN/scripts/396936-yt-not-interested-in-one-click/discussions/307839,源站連結 點此以跳轉。
Hover a thumbnail on youtube.com and click an icon at the right: "Not interested" and "Don't recommend channel"
< 脚本 YT: not interested in one click 的反馈
You can use an extension like Stylus to override the placement, visibility, and size of the icons:
.yt-one-click-dismiss[data-block="video"]:not(#\0) {
width: 24px !important;
height: 24px !important;
border-width: 3px !important;
&::after {
border-width: 3px !important;
}
}
.yt-one-click-dismiss[data-block="channel"]:not(#\0) {
display: none!important;
}
BTW, this can also be used as a userscript in your existing extension for userscripts.
[suggestion] this likely goes beyond the scope of this script and it's really only a suggestion-light. i know greasy addons offer a menu function for settings.
maybe add a settings menu for
-- b.1) i guess hiding the 'remove channel' is redundant if not_interested can be made bigger and put in a different place than REMOVE.
i'm fairly certain i've seen a monkey menu type that allows a toggle as sub-menu inside of the monkey panel and not create a separate panel @ 3rd segment of the attached pic vs. the 2nd segment (a separate settings panel; link to script https://greasyfork.org.cn/en/scripts/9165-auto-close-youtube-ads/code ).