this post was submitted on 24 Apr 2026
614 points (98.0% liked)
Technology
84074 readers
4303 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Huh, right after Waterfox started to implement it themselves. Must have spooked Mozilla. I don't see how using Brave's adblock engine is all that different from uBlock Origin though since they both just enforce DNS lists, right? Could be wrong, I know nothing about how adblocking works on the backend, lol
I don't know how it works either but water fox is the superior browser.
DNS blocking, like with a Pihole, famously does not remove Youtube ads. So no, the mechanism is totally different.
Yeah, I confused DNS lists with block lists I've realized, lol. My bad
the brave one doesnt block as good as ublock origin.
Firefox actually started developing it first, and Waterfox caught on and decided to piggyback off of it in a relatively small announcement at the bottom of a retrospective. The Waterfox announcement just got reported on first.
DNS lists?
Fuck no brother (or sister or non-binary sibling)
Anyway. You can go as far as modifying the HTML page by overriding CSS rules.
Overrode the font on a page I am using at work because the vendor is apparantly not using their own product and the font is fucking tiny in some places.
You can override elements, dynamically remove with a selector wildcard, DNS blocks or subscribe to blocklists that can do all of it.
Just for clarification, but do you mean you can automate that stuff? Because FF already has debug tools built in that lets you edit the HTML or CSS of the page however you want, but it's only for the current session. I'd occasionally use that before realizing I could just use reader mode for sites that did client side html5 bs for access control. Just go in and delete nodes using the picker tool. Until the annoying thing is gone.
I've never really played around with ublock's capabilities, though did know that it must have been more sophisticated than just dns lists to stay in the arms race vs youtube (as well as why google was pushing "security features" that would kill it).
You could also use tools like greasemonkey to change the website more permanently
Yes.
uBlock at its core is really just a scripting system for replacing CSS content using certain rules.
The most common usage is to remove content you don't like, but really it can manipulate things in a zillion different ways, many of the more advanced features are only available to the user and not larger block lists for security reasons.