A fork of uBlock Origin Lite that, instead of hiding cosmetically-blocked ads, replaces them with a white box bearing rotating slogans from John Carpenter's 1988 film They Live: OBEY, CONSUME, WATCH TV, SLEEP, SUBMIT, CONFORM, STAY ASLEEP, BUY, WORK, NO INDEPENDENT THOUGHT, DO NOT QUESTION AUTHORITY.
Inspired by this 2015 blog post.
Install (Linux Chromium / Chrome / Brave / Edge)
- Download
uBOLite_theylive.chromium.zipfrom the assets below. - Extract it to a folder you'll keep around (e.g.
~/extensions/uBOLite-theylive/). The extension is loaded from this folder, so don't delete it after install. - Open
chrome://extensionsin your browser. - Toggle Developer mode on (top-right corner).
- Click Load unpacked and select the extracted folder.
- The uBO Lite icon appears in the toolbar — pin it for convenience.
Make it actually replace ads
By default, uBO Lite runs in Basic filtering mode, which only blocks network requests — there are no DOM elements left to "They-Live-ify". To see OBEY tiles where ads used to be:
- Click the uBO Lite toolbar icon.
- Click the cog (⚙) icon to open the dashboard.
- For sites you visit, set the filtering mode to Optimal or Complete. Complete gives the richest cosmetic coverage.
- Reload the page.
What you'll see
- News sites, forums, sites with banner-ad slots: white tiles with bold black phrases where ads used to be. Each tile picks a random phrase.
- Sites where ads are network-blocked: empty space, same as vanilla uBO Lite. Network-blocked requests never produce a DOM element, so there's nothing to mask.
- YouTube video ads: blocked at the network/scriptlet level — no visible They Live tile.
Caveats
- This is a personal hobby fork, not an official uBlock Origin product. Don't file issues with the uBO project.
- Forcing previously-hidden elements to be visible can occasionally cause layout shifts on pages whose CSS assumes the ad slot collapses to zero height. That's an inherent trade-off of replacing instead of hiding.
- Custom user-defined cosmetic filters still hide normally (they don't get the OBEY treatment).
Source
Built from gorhill/uBlock MV3 source with patches to the cosmetic-filtering path. See the repo for code.