this post was submitted on 01 Jun 2024
1064 points (98.6% liked)
Technology
59174 readers
2187 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- 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, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Back in the Dim Times (1990s), before ad-blockers appeared, there was a program called WebWasher. It's basically a proxy server you run on your own computer and it contained all the ad filters. You just configured your browsers network setting to point to WebWasher and it would handle all the ad filtering.
So even if companies completely remove extension support from their browsers, we'll still have an alternative. :)
That man-in-the-middle principle doesn't work with TLS.
But ads are still often delivered by content delivery which is blockable by domain, hence the reason piholes work. Not that in-stream ads aren't the future, perhaps, but life finds a way.
What you're describing is not a man-in-the-middle proxy, but a simple DNS block. That's a very crude approach to blocking ads and notoriously doesn't work for YouTube and Google ads because they're served from the same domain.
I run a pihole myself but there's still a huge difference between browsing with pihole only and pihole+ublock. It's certainly not the answer to the Manifest V3 shenanigans.
however its relatively rare that an ad company provides a bunch of services I want to use. The only exception i can think of is google.
obvs its hard to avoid gmaps because the alternatives are beyond godawful (no, openstreetmaps, i didn't want to go to the coffee shop of the same name in connecticut, I wanted to go to the one 3 km away), but for youtube I use a python tool called youtube-local which is very very effective, strong rec. Im sure google will defeat them eventually, but so far all of the incremental "block a little of this, block a little of that" stuff the g-man has been doing has been bypassed within a few days. Viewtube is also pretty easy to self-host, but they never quite figured out how to make the UI work.
Still not unheard of today if you're using a VPN. For example, if you're using Mozilla VPN (Mulvad), in the DNS settings it gives you choices between regular DNS, DNS + ad blocking, or DNS + ad blocking + tracker blocking.
I did not know about WebWasher, that's very interesting.
Hey that's awesome! Thanks for sharing