What are the alternatives to uBlock?
https://github.com/gorhill/uBlock/wiki/uBlock-Origin-works-b...
You should switch to a browser that maintains support for good ad-blockers.
This behavior just pisses me off. “Don’t do evil”, my ass.
It’s pretty easy to see how this could be abused by malicious extensions, and security is the stated reason behind many of the Manifest v3 changes.
So it’s not clear that this is Google “being evil”, so much as it is trying to force web security forward, at the expense of user experience.
There's no good technical reason why ublock and similar addons are being un-supported, merely Google's whims. If a non-advertising company buys it they won't have any reason to go through with this.
I can only imagine that there will be a whole new can of worms though, trying to maintain a technically complex project with no revenue stream, likely loss of a lot of the core developers, and chaotic management.
It might well recover and turn into a fine project. In the meantime though, firefox seems like the best bet whether chrome is removed from Google or not.
"ExtensionManifestV2Availability" = 3;
as see https://chromeenterprise.google/policies/ apparently till June 2025 to keep Manifest v2 extensions like uBlock fully working, I've rebuilt my NixOS with Chromium this morning and uBlock was there so it's not removed at least if you have the aforementioned option set.In my couple week usage it's the same in blocking as uBlock Origin.
It may do about the same for general ad blocking now. But, advertisers are now aware there's much less potential to drive people to heuristic-capable ad blockers because that now requires more than "install this plugin".
So now, they can be more aggressive about going around ad blockers.
But I wonder if you could run the PiHole (or Technitium, or AdGuard Home, etc) in a container with Podman or Compose, and set your DNS to 127.0.0.1? I feel like that would create some kind of feedback loop.
In fact, AdGuard app for iPhone does basically this, it install itself as an always on VPN to hijack DNS queries from apps..
You dont even need containers or VM for AdGuard, it have a windows version that you can install as a service and then just point the DNS to localhost..
For Pihole i seen guide that use WSL to run it locally, but using containers in this case might be easier..
I dont know Technitium so cant comment on it, but quick search it look like it also have a windows version so it might not require containers as well..
It is not the usual configuration but it work.. In this case i would point AdGuard to use whatever DNS is available in the local network so you do not loose access to local stuff..
If you are on a laptop it will require some manuall managing unfortunatelly, but if you are on a fixed network you just need to set it up once and forget about it..