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的回應
There's no way I can account for all the modifications that can exist...
I get you.
You can customize the positions using an additional script:
// ==UserScript==
// @name YT: not interested in one click CSS
// @match https://www.youtube.com/*
// @grant GM.addStyle
// @noframes
// ==/UserScript==
GM.addStyle(`
.yt-one-click-dismiss:not(#foo) {
right: 36px !important;
}
.yt-one-click-dismiss[data-block]:not(#foo) {
top: 10px !important;
}
.yt-one-click-dismiss[data-block="channel"]:not(#foo) {
top: 40px !important;
}
`);
If you use Stylus or Stylish or a similar extension:
@-moz-document domain("www.youtube.com") {
.yt-one-click-dismiss {
right: 36px !important;
}
.yt-one-click-dismiss[data-block] {
top: 10px !important;
}
.yt-one-click-dismiss[data-block="channel"] {
top: 40px !important;
}
}
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
The script works great. But it does not work very well with this script https://gf.qytechs.cn/en/scripts/34388-space-efficient-youtube