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…
Since all the popular filter lists are public, you could even scan them on the fly to evaluate your likelihood of being blocked. But in the end you probably won't win against someone who really hates ads. - and that's probably better for users as well as advertisers.
Pi-hole – A black hole for Internet advertisements
41–50 of 320 posts
Re: Pi-hole – A black hole for Internet advertisements
#42Re: Pi-hole – A black hole for Internet advertisements
#43How are people dealing with whitelisting when a website becomes broken because of an over zealous block. I find myself turning off ublock for some websites at least once a day, not because there are ads on the page but because they're issuing a dependency somewhere that has been blacklisted.
Re: Pi-hole – A black hole for Internet advertisements
#44With 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…
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.
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
#45How are people dealing with whitelisting when a website becomes broken because of an over zealous block. I find myself turning off ublock for some websites at least once a day, not because there are ads on the page but because they're issuing a dependency somewhere that has been blacklisted.
Through the admin console, you can whitelist domains or disable all blocking for a given amount of time.
Re: Pi-hole – A black hole for Internet advertisements
#46With 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…
Current browser-based blocking tech would be rendered useless, right?
Re: Pi-hole – A black hole for Internet advertisements
#47Earlier quoted context omitted.
Not strictly useful for yourself, but you could run a tor relay https://www.torproject.org/docs/tor-doc-relay.html.en
That is a decent idea. I have never used Tor though, and I can't say I know the consequences of running a relay. So I'd probably skip that.
Re: Pi-hole – A black hole for Internet advertisements
#48With 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…
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 blocking adblockers and after a bit of back and forth they trumped us by blocking all AJAX requests on our site. We gave in after that.
Re: Pi-hole – A black hole for Internet advertisements
#49Earlier quoted context omitted.
Since all the popular filter lists are public, you could even scan them on the fly to evaluate your likelihood of being blocked. But in the end you probably won't win against someone who really hates ads. - and that's probably better for users as well as advertisers.
That's another good point. The people who are actively blocking ads are probably not the ones going to click them, even if they are not blocked. So not worth the money to invest in unblocking the ads going to people who aren't going to click them.
Sure, I believe that I am pretty much completely unaffected ads, but then so does almost everybody else.
Re: Pi-hole – A black hole for Internet advertisements
#50Porting this to FreeBSD/pfSense would be cool.