465 shqyrtime
- Vlerësuar me 5 yje nga 5 të mundshëmnga etiqq, 2 vite më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga ee, 2 vite më parëA must have for me. It delivers what it promises. Has a lot of power under the hood; but is fully functional with just the ui too.
- Vlerësuar me 5 yje nga 5 të mundshëmnga stel, 2 vite më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga 16130370 përdoruesi Firefox-i, 2 vite më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga 18143891 përdoruesi Firefox-i, 2 vite më parë
- Vlerësuar me 1 yje nga 5 të mundshëmnga Alex, 2 vite më parëThere is a big oversight with the design of this add-on, where if you press "block channel" there is no undo button anywhere to cancel what you have just done. You have to open up the addon, navigate the menus to find the channels you've blocked and manually delete the name of the channel you just accidentally blocked.
- Vlerësuar me 1 yje nga 5 të mundshëmnga Luna, 2 vite më parëWas a really great add on, but it just stopped working some weeks ago and has not been fixed :/
- Vlerësuar me 5 yje nga 5 të mundshëmnga 18029677 përdoruesi Firefox-i, 2 vite më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga ibkindness, 2 vite më parëOnly installed it yesterday, but does the job! Will come back in a month or so, tho.
- Vlerësuar me 3 yje nga 5 të mundshëmnga 17572373 përdoruesi Firefox-i, 2 vite më parëWas working, but now triggers the ad blocker warning. (with all other extensions, including the actual ad-blockers, disabled)
- Vlerësuar me 5 yje nga 5 të mundshëmnga lolapolo, 2 vite më parëThis blocking stuff make Me feel like God
- Vlerësuar me 5 yje nga 5 të mundshëmnga k3nl3x, 2 vite më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga Laura, 2 vite më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga milen, 2 vite më parëSuper! Absolutely necessary for "modern" youtube conditions!
- Vlerësuar me 5 yje nga 5 të mundshëmnga Xeon, 2 vite më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga V27S, 2 vite më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga 18040302 përdoruesi Firefox-i, 2 vite më parë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
}
} - Vlerësuar me 5 yje nga 5 të mundshëmnga fineMoose, 2 vite më parëAbsolutely love this plugin. Youtube has some of the most braindead comments sometimes and I can finally hide that trash
- Vlerësuar me 5 yje nga 5 të mundshëmnga 18033348 përdoruesi Firefox-i, 2 vite më parë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
- Vlerësuar me 5 yje nga 5 të mundshëmnga 1444, 2 vite më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga Master3, 2 vite më parë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.)
- Vlerësuar me 3 yje nga 5 të mundshëmnga Fullmoon, 2 vite më parëI also experienced this extension not working after updating to version 115 or 116 of Firefox. However, by chance, when I executed 'Clear Data' under 'Cookies and Site Data' in 'Privacy & Security,' the extension started working again. Currently, it is functioning whether I am logged in or not. Just to be sure, I restarted Firefox after executing 'Clear Data.' I suggest you all give it a try as well.