299 条评价
- 评分 5 / 5来自 Firefox 用户 16130370, 2 年前
- 评分 5 / 5来自 Firefox 用户 18143891, 2 年前
- 评分 5 / 5来自 Firefox 用户 18029677, 2 年前
- 评分 5 / 5来自 ibkindness, 2 年前Only installed it yesterday, but does the job! Will come back in a month or so, tho.
- 评分 5 / 5来自 Firefox 用户 18040302, 2 年前A marvelous add-on! Thank you for it!
If you guys want to block the annoying 'reaction' videos, just put the below piece of code (and add more constrains if needed) to the Advanced Blocking section:
(video, objectType) =>
{
if (video.title.toLowerCase().toLowerCase().match("reacts") ||
video.title.toLowerCase().match("reaction") ||
video.title.toLowerCase().match("react") ||
video.title.toLowerCase().match("reacting") ||
video.title.toLowerCase().match("first time hearing") ||
video.title.toLowerCase().match("vocalcoach") ||
video.title.toLowerCase().match("vocal coach"))
{
return true;
}
else
{
return false; //just in case. probably not needed
}
} - 评分 5 / 5来自 Firefox 用户 18033348, 2 年前literally the best addon for youtube ever made, thank i want to kiss the creator, this is so useful for blocking out bigoted videos, hate speech channels, aswell as getting rid of the GOD AWFUL shorts
- Great extension! Really good when you don't want to see countless idiotic channels or videos. And regarding it not working. The context menu is broken but you can still add and remove channels/ videos from the filter list. (Also as of 2023/08/15 the github repo got updated to fix this issue.)
- edit-5 stars because it's working again. I couldn't even use youtube without this.
I'll give it two stars for when it did work. Currently no longer works if you're logged into an account. Only works when not logged in, BUT it will put many blocked channels on your home page when logged into an account. It's been busted for around a month now. Seems like the dev gave up or sold out. - 评分 5 / 5来自 FirstClass, 2 年前