So you’ve decided to do something about all those annoying ads you’re barraged with online. What pushed you over the edge? Auto-play video ads? Blaring banners? Tired of your music interrupted by a sudden sponsorship? Was it the realization they intentionally make the ‘Close’ buttons [x] on ads supe...
Besides it's usefulness as an adblocker, I like how it allows you to disable javascript for a site with just 2 clicks. Closing a newsletter popup works for a visit, but no javascript works forever.
... I had an IT tech from our old MSP tell me her knowledge/recommendation of ABP is what got her the job.
I knew her boss, and doubt that was the reason (probably more because she was cheap entry level labor), but that some people have that take in a professional setting shocked me. I don't think your ad-blocker recommendation will ever be what lands you a job, but I do think it's possible for it to be the reason you don't get a job.
extension design and strong content filters make AdBlock for Firefox a solid choice for people who don’t necessarily despise all ads
Do these people exist and if so, have they been checked for brainworms?
The rest is also stupid, ublock origin can and does block trackers, and can be made to block more stuff if you want. It's strictly better in every way than the competition, which lets through more stuff, and/or sells your info. The article would be very short though if they just said that.
I'm not opposed to allowing ads, but until there are enforceable limits it's too risky. If a service that serves a malware ad or a scam ad risks its entire system being blocked across all sites, then maybe we could get somewhere.
We'd need something like ad server whitelists and fast-acting disqualifications. No ad server anonymity or rapid name changes, no adding backdoors for your friends. If your break the guidelines, you loose the ability to do business anywhere for at least a day.
I also would vote for uBlock Origins. This is by far the best solution on the market. It blocks more than just ads and trackers. uBlock blocks also malware sites, popups, miners and other annoyances. Or you can also use it as an URL shortener tool to get rid of the tracking parameters in the URLs.
Something I've also been looking at more closely for a few days now is Arkenfox to hardening my Firefox more effective. Does anyone here has some experiences with Arkenfox?
I see all the Ublock Origin love, I also want to bring up Privacy badger (while not an adblocker I use it and would love for people to confirm it's relevancy to me).
Should be part of the basic user extension kit afaik
NoScript can be a pain to manage occasionally but even on pemit-all-by-default mode you can block some of the more ubiquitous insidious trackers like Google and Facebook without impacting your functionality at all.
Edit: For YouTube there is also SponsorBlock, but I don't use YouTube directly anymore. It's part of FreeTube, so you could add SponsorBlock to the list too if you want. More Edit: yt-dlp also supports SponsorBlock for downloaded videos.
Umatrix was awesome but is unfortunately not maintained anymore since July 21, 2021. Ublock origin is a perfect replacement though and can be deeply configured behind its simpler appearance. Coupled with the LibRedirect add-on in the Librewolf browser and I can navigate ad and tracking free.
Dang, I was not aware uMatrix was not maintained anymore. But it does still its job and has its own usefulness. I like the interface and how everything is layed out easily, where I can allow or deny specific domains or categories back and forth. It shows in a table which domain requests what category (and how many). So this is to me invaluable and a good companion alongside uBlock Origin. I can also just allow only images for a certain domain in example, not just its entirety. Its easy to see and work from this table to me. Like in this screenshot:
Got 2 not blocked with my iPhone over mobile network 😇 1blocker is mostly fallback, if I have to turn VPN off for something. I bought it long ago, and since I have already paid, I‘ll use it 😁
Security Critical/Paranoia/Just Hate Yourself: uBlock Origin + uMatrix + NoScript
I use the last option at work, and the middle option at home, and the first option for my wife's computer.
For me, a lot of it isn't about ads, it's more about the security risk of cross site scripting. Typically, if I'm visiting a site, I probably trust it, but I have no trust for people they sell ads to. I don't mind sites I trust having a few non-intrusive ads, but of course that's not the reason I use blockers; if a site has so many ads it is unusable, I just don't ever visit it again (plenty of 'don't show articles from ' flags in my google news feed for this very reason. I'll never know if you redeem yourself, because I will just never visit your site again.).
If XSS is your concern, check out Firefox's Container Tabs. They allow you to set up tab groups that restrict access to cookies to only tabs in that group, so you can just, eg, set up a group for your bank and restrict it to just your bank's site. Your session cookie etc are then not available to any other tab groups.
I pair that with the Temporary Containers extension, so any random tab I open is in its own container. Everything is always separate.
I don't really trust these adblockers... Has anyone tried using Greasemonkey or any of the equivalent script environments for adblocking? I know it's posdible, but I could not find any good scripts available? Has anyone found any good scripts on github (or other places) for this?
Firemonkey is open-source, random scripts can easily be inspected. I know performance probably will suck, but I know the code being run don't monitor me. Can you say the same for uBlock?
Content blockers like uBlock use filter lists which list every single element that needs to be blocked across the entire web. I currently have nearly 700000 of these filters active. That is very far outside the scope of a simple script. Basically all ad blocking userscripts are site-specific and they still usually block significantly less than uBlock would on the same site. Also, userscripts are not safer than extensions.
Firemonkey is open-source, random scripts can easily be inspected. I know performance probably will suck, but I know the code being run don't monitor me. Can you say the same for uBlock?