Recenze od uživatele Uživatel Firefoxu - 14365568
Hodnocení: 2 z 5
od uživatele Uživatel Firefoxu - 14365568, před 5 letyit works if you do it the complicate it way, Context Menus doesn't work
271 recenzí
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 18029677, před 19 dny
- Hodnocení: 5 z 5od uživatele ibkindness, před 19 dnyOnly installed it yesterday, but does the job! Will come back in a month or so, tho.
- Hodnocení: 3 z 5od uživatele Uživatel Firefoxu - 17572373, před 22 dnyWas working, but now triggers the ad blocker warning. (with all other extensions, including the actual ad-blockers, disabled)
- Hodnocení: 5 z 5od uživatele k3nl3x, před 2 měsíci
- Hodnocení: 1 z 5od uživatele Xenon Light, před 2 měsíciBreaks Enhancer for YouTube. This appears to have been a problem for a while with multiple bug reports on Github, and completely ignored by the developer.
- Hodnocení: 5 z 5od uživatele Laura, před 3 měsíci
- Hodnocení: 5 z 5od uživatele milen, před 3 měsíciSuper! Absolutely necessary for "modern" youtube conditions!
- Hodnocení: 5 z 5od uživatele Xeon, před 3 měsíci
- Hodnocení: 5 z 5od uživatele V27S, před 3 měsíci
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 18040302, před 3 měsíciA 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
}
} - Hodnocení: 5 z 5od uživatele fineMoose, před 3 měsíciAbsolutely love this plugin. Youtube has some of the most braindead comments sometimes and I can finally hide that trash
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 18033348, před 3 měsíciliterally 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
- Hodnocení: 5 z 5od uživatele 1444, před 4 měsíci
- Hodnocení: 5 z 5od uživatele Master3, před 4 měsíciGreat 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.)
- Hodnocení: 3 z 5od uživatele Fullmoon, před 4 měsíciI 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.
- Hodnocení: 5 z 5od uživatele NSEW, před 4 měsíciedit-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. - Hodnocení: 1 z 5od uživatele Uživatel Firefoxu - 13810349, před 4 měsíciNo longer working. Trying to block with the context menu does nothing now.
- Hodnocení: 5 z 5od uživatele abudulamh, před 4 měsíci
- Hodnocení: 5 z 5od uživatele Jig-Saw, před 4 měsíci
- Hodnocení: 3 z 5od uživatele Garklavs, před 5 měsíciWorked perfectly until it started causing memory leak, somehow the browser used over 90% of memory. I have a lot of blocked youtubers, maybe this is the cause?