HeadlinesBriefing favicon HeadlinesBriefing.com

uBOLite_theylive Turns Hidden Ads into John Carpenter Slogans

Hacker News •
×

Developers have forked uBlock Origin Lite into uBOLite_theylive, a playful twist that replaces hidden ads with slogans from John Carpenter’s 1988 film *They Live*. Instead of blank spaces, each blocked element turns into a white tile bearing words like OBEY, CONSUME, or NO INDEPENDENT THOUGHT. The idea first surfaced in a 2015 blog post that never saw code in

Users install the extension by downloading the uBOLite_theylive.chromium.zip from the Releases page, extracting it, and loading the folder as an unpacked extension in Chromium‑based browsers. Enabling Developer mode, clicking “Load unpacked,” and pointing to the extracted directory keeps the extension alive without a permanent install. This process works on Chrome, Brave, Edge, and Chromium derivatives.

uBOLite_theylive patches uBlock’s cosmetic filtering, swapping the usual CSS rule that hides elements for a white‑box mask with an ::after overlay. A MutationObserver scans the DOM for late‑loaded ads, tagging each matched element with a random slogan from the list. Only cosmetic‑filtered ads are affected; network‑blocked ads remain invisible across all pages and user‑defined filters.

Because it is a personal hobby fork, the extension does not receive official uBlock support, and forcing visibility can shift page layouts. Custom cosmetic filters still hide elements normally. The project is released under GPL‑3.0, matching uBlock Origin’s license, and users should keep the source folder accessible to accommodate future feature changes.