With all the ad blocking technologies that are coming up, I wonder if Google is devising something to counteract these efforts. For instance, since browser-based ad blockers work from what I know by blocking known domain names, couldn't Google create random subdomains and serve the code from a different subdomain every day or even every few hours, as well as change the way their JavaScript and HTML looks? Even someth…
Ad blockers do a lot more than just block domains. They look for and remove divs/DOM elements that contain known ad naming schemes and remove them from the page. And if a site decides to start combating the ad blockers, the adblock list providers will update their rules specifically for the site in question. Adblock users get upset whenever they see ads, and report them pretty quickly. The business I work for tried b…
Pi-hole – A black hole for Internet advertisements
61–70 of 320 posts
Re: Pi-hole – A black hole for Internet advertisements
#62Earlier quoted context omitted.
You would just block *.addomain.com at that point. Which is already what is being done on many of the blockers. There will always be domains to block, even if they add new domains, the blockers will probably be able to block them just as fast.
How about if they load them through *.google.com? Sure, you could whitelist www.google.com, mail.google.com, etc, but couldn't they keep ahead of you if they were ok with using their main domain? They could even start using www.google.com/ad-id
Re: Pi-hole – A black hole for Internet advertisements
#63Re: Pi-hole – A black hole for Internet advertisements
#64Earlier quoted context omitted.
People greatly overestimate their ability to completely ignore ads, and to make purchasing decisions free from influence. Sure, I believe that I am pretty much completely unaffected ads, but then so does almost everybody else .
True. I am not meaning to say I am perfect (or that anyone can be), the hunch is just the expected click through rate of someone such as myself is likely much lower than someone who doesn't even know what an ad blocker is.
Re: Pi-hole – A black hole for Internet advertisements
#65With all the ad blocking technologies that are coming up, I wonder if Google is devising something to counteract these efforts. For instance, since browser-based ad blockers work from what I know by blocking known domain names, couldn't Google create random subdomains and serve the code from a different subdomain every day or even every few hours, as well as change the way their JavaScript and HTML looks? Even someth…
Re: Pi-hole – A black hole for Internet advertisements
#66The installation shortcut given is curl -sSL https://install.pi-hole.net | bash and one is expected to execute this as root. Yes, I know this is supposed to be a convenience thing, but I wish people wouldn't actively encourage this pattern.
from the article: > Our code is completely open, but piping to bash can be dangerous. For a safer install, review the code and then run the installer locally.
Re: Pi-hole – A black hole for Internet advertisements
#67You may have missed the precursor discussion this past weekend, a walkthrough of setting up pihole on VPS: Set up a cheap cloud hosted adblocker in an hour for $2.50 a month https://news.ycombinator.com/item?id=13852109 Of particular added value there was mention of Android apps that can be setup to self-host an ad-blocking VPN / hosts filtering without rooting: https://news.ycombinator.com/item?id=13853408 https://g…
Alas the plugin that does host-based blocking is not available in the play store version, it's/was a paid feature for the version on GH only. (edit: Don't know the current state though. remember from some time ago when I last checked it).
Optionally block ads using a hosts file (not available if installed from the Play store)
I re-linked NetGuard as the most user-friendly, but https://github.com/julian-klode/dns66 was also mentioned.
Re: Pi-hole – A black hole for Internet advertisements
#68The installation shortcut given is curl -sSL https://install.pi-hole.net | bash and one is expected to execute this as root. Yes, I know this is supposed to be a convenience thing, but I wish people wouldn't actively encourage this pattern.
> but I wish people wouldn't actively encourage this pattern Why do you care so much about what people do or don't do? Edit: We're talking about blocking ads, right? If people encouraged everyone to block ads what would happen to the economy?
Re: Pi-hole – A black hole for Internet advertisements
#69The installation shortcut given is curl -sSL https://install.pi-hole.net | bash and one is expected to execute this as root. Yes, I know this is supposed to be a convenience thing, but I wish people wouldn't actively encourage this pattern.
Unless you've audited the source, a manual install isn't any better.
You cannot look at version history, check a signed package, etc. etc.
If someone wants to root just a few select machines, you would want people to do a curl install.
Re: Pi-hole – A black hole for Internet advertisements
#70With all the ad blocking technologies that are coming up, I wonder if Google is devising something to counteract these efforts. For instance, since browser-based ad blockers work from what I know by blocking known domain names, couldn't Google create random subdomains and serve the code from a different subdomain every day or even every few hours, as well as change the way their JavaScript and HTML looks? Even someth…