In particular:
* Cannot use all filter lists simultaneously (rule limits apply)
* No cosmetic filtering in the default mode
* No scriptlet injection by default
* Limited dynamic filtering capabilities
* Requires broader host permissions upfront
But it's definitely still better than no adblockers
The only mainstream browser left that can still run the full version of uBlock Origin is Firefox.
All the others have the same limitations imposed by Manifest V3.
[0] https://github.com/brave/brave-browser/issues/15790
[1] https://www.zdnet.com/article/privacy-browser-brave-busted-f...
[2] https://www.xda-developers.com/brave-browser-installs-vpn-wi...
[3] https://www.atlas.science/news/the-shady-world-of-brave-sell...
For all their faults, Mozilla has never done anything that holds a candle to the kinds of stunts Brave keeps pulling.
I wonder if he'd have done the same at Mozilla.
I'm a Firefox user.
Depending on money from Google is worse than the aggregate of Brave behavior, for me.
AdGuard and Wipr use both the Web Extension and Content Blocker APIs, so they'll block ads in all web views system wide on top of within Safari itself.
However as far as trustworthiness goes, uBlock is (imo) #1.
“wBlock runs entirely within Safari's content blocking API. There's no data collection, no tracking, and no system-level extensions that can monitor your browsing.“
https://apps.apple.com/us/app/wblock/id6746388723 / GH: https://github.com/0xCUB3/wBlockOn AdGuard: can act as your PiHole and allow you to see network requests when run in non-native mode.
These days I don't run on-device adblock, I just do DNS filtering for the most part but I'll check it out, not sure I wanna keep tunneling all my DNS queries to ControlD perpetually lol
> wBlock by an MIT student is open source
It's funny to me that some find that narrative appealing.
Here's another narrative: Many of those MIT students go on to be SV founders and employees who build, operate, and make millions or billions from the mass surveillance and ad industry. And I'm sure some participated in FOSS in college - what better way to build your resume for the surveillance/ad industry?
(I'm not commenting on the wBlock developer; I think all such narratives are deceiving and should be ignored.)
A kid reading up on security from age 6 through college could have a decade of experience, for example.
I’ve found it to work exceptionally well after trying other free adblockers.
However of the three I trust AdGuard the least, for no objective reasons.
That said, IMO on Safari Wipr all the way (though I use Brave Origin with its built-in blocker now, which is stellar).
uBOL doesn't work in apps, it works only in Safari, it's a pure browser extension, the "app" part of uBOL is an Apple requirement just for the sake of installing the extension.
Copied from #408:
uBOL will stay a webextensions-based browser extension, I do not plan to go further than this, I do not have the time and motivation to take on more work than I already do.
What people may ask though is that Apple maybe supports webextensions in WebApp, if that is possible at all.
I hope this changes, it’s what keeps me on AdGuard :-/Developing for that spec means your extension is incompatible with idk, 98% of the browser market?
There are probably additional things behind the scenes just due to the limitations of uBOL but you again in practice don't see it.
uBlock Origin Lite uses the cross-platform DeclarativeNetRequest extension API: https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtens...
Google invented this API for Chrome, and the other web browsers are adopting it. uBlock Origin Lite does not use Apple's content blocker API.