dns66
dns66 copied to clipboard
Cosmetic filtering
Can a cosmetic filtering option for the browser be integrated (similar to AdGuard)? Would be nice to remove non loaded ad areas.
Cosmetic filtering of pages likely requires us to modify the pages - which we increasingly cannot do, as they are HTTPS. Even without HTTPS, if we want to modify pages, we'd have to redirect all traffic through the VPN, causing battery drain (or at least skewed stats).
What can be done without affecting battery is filtering on specific hosts: For example, modifying the VPN code to redirect IP addresses of ad servers and then blocking specific URIs on them or redirecting those to others. (You could of course abuse such a framework to implement more filtering rules, but it's not something I'm interested in).
That said, even doing HTTP is unlikely to happen unless something awfully breaks somewhere.
Hy @julian-klode, any updates on this, by any chance?