Remix.run Logo
Nextgrid 5 hours ago

This is not a true uBlock Origin. It's a best effort attempt at converting UBO rules to Apple's declarative blocking framework, but is nowhere near as capable as actual UBO.

NegativeLatency 5 hours ago | parent | next [-]

Works well enough for me

Cider9986 4 hours ago | parent [-]

Does it work on YouTube?

armadyl 4 hours ago | parent [-]

Yes, in practice I have noticed no difference between uBO and uBOL. The only thing I've seen it not block are Twtich ads which the normal uBO doesn't block anyway.

There are probably additional things behind the scenes just due to the limitations of uBOL but you again in practice don't see it.

lapcat 4 hours ago | parent | prev [-]

> It's a best effort attempt at converting UBO rules to Apple's declarative blocking framework

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.