Tinjauan oleh Pengguna Firefox 15345280
Diberi peringkat 5 dari 5
oleh Pengguna Firefox 15345280, 6 bulan yang lalu271 ulasan
- Diberi peringkat 5 dari 5oleh Pengguna Firefox 18029677, 12 hari yang lalu
- Diberi peringkat 5 dari 5oleh ibkindness, 12 hari yang laluOnly installed it yesterday, but does the job! Will come back in a month or so, tho.
- Diberi peringkat 3 dari 5oleh Pengguna Firefox 17572373, 15 hari yang laluWas working, but now triggers the ad blocker warning. (with all other extensions, including the actual ad-blockers, disabled)
- Diberi peringkat 5 dari 5oleh k3nl3x, 2 bulan yang lalu
- Diberi peringkat 1 dari 5oleh Xenon Light, 2 bulan yang laluBreaks 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.
- Diberi peringkat 5 dari 5oleh Laura, 3 bulan yang lalu
- Diberi peringkat 5 dari 5oleh milen, 3 bulan yang laluSuper! Absolutely necessary for "modern" youtube conditions!
- Diberi peringkat 5 dari 5oleh Xeon, 3 bulan yang lalu
- Diberi peringkat 5 dari 5oleh V27S, 3 bulan yang lalu
- Diberi peringkat 5 dari 5oleh Pengguna Firefox 18040302, 3 bulan yang laluA 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
}
} - Diberi peringkat 5 dari 5oleh fineMoose, 3 bulan yang laluAbsolutely love this plugin. Youtube has some of the most braindead comments sometimes and I can finally hide that trash
- Diberi peringkat 5 dari 5oleh Pengguna Firefox 18033348, 3 bulan yang laluliterally 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
- Diberi peringkat 5 dari 5oleh 1444, 3 bulan yang lalu
- Diberi peringkat 5 dari 5oleh Master3, 4 bulan yang laluGreat 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.)
- Diberi peringkat 3 dari 5oleh Fullmoon, 4 bulan yang laluI 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.
- Diberi peringkat 5 dari 5oleh NSEW, 4 bulan yang laluedit-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. - Diberi peringkat 1 dari 5oleh Pengguna Firefox 13810349, 4 bulan yang laluNo longer working. Trying to block with the context menu does nothing now.
- Diberi peringkat 5 dari 5oleh abudulamh, 4 bulan yang lalu
- Diberi peringkat 5 dari 5oleh Jig-Saw, 4 bulan yang lalu
- Diberi peringkat 3 dari 5oleh Garklavs, 4 bulan yang laluWorked 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?