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的回應
Sounds like that extension is hijacking this command in the video's menu, so I guess the only solution is to ask that extension's author to find another method.
It always worked until now, so you changed something. I think it's because of the way you implement the "Not interested" function.
Here's how the videos menu look: https://imgur.com/a/KmmmnFL
Is it possible the extension was changed?
No. At least in this specific thing. But it should be easy for you to fix.
Could you try installing an older version of my script and verify it works for you?
You were right, they changed something last week that’s hijacking the command.
https://github.com/amitbl/blocktube/releases
They rarely update the extension, so could you take a look and see if there’s an easy fix on your end?
If not, I might consider downgrading the extension.
The issue is, with your script, when I hover over the 'Not interested' option, it shows 'Block Video,' and it behaves as expected by blocking the video. However, the 'Not recommend channel' option stays the same.
So, I suspect the script is misinterpreting the 'Not interested' command because it's not just the action that's wrong—it’s also the label that appears when you hover.
Not that good with code but I think you are looking at every command in the videos menu, and if the command have the "Not interested" icon you save it, but it doesn't stop so since the "Block Video" uses that icon and it's the last option, it uses that as shown here https://imgur.com/a/KmmmnFL
I might be wrong, as I said, not that much familiar into coding.
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
After debugging, the script is now conflicting with the Blocktube extension and the 'Not Interested' button shows and acts as 'Block Video' from the extension.