Typical adsense on my site...which adblock erases.
Open up adblock and it says the cause is a domain match for pagead2.googlesyndication.com.
Can you evade this just by using javascript to split things up?
var jsurl = "pagead2.g" + "ooglesyndication.com";
That easy? Would it violate google's terms of service?
Does google offer aliases or local delivery of these scripts of even proxies to get around adblock?
Are there adsense alternatives out there that get around adblock? The trick seems easy enough...have a delivery domain not flagged by adblock or the ability to front scripts on your domain.
Surprised google doesn't take this more seriously. If everybody used adblock...google would be dead. If I was the lead engineer I would dump pagead2.googlesyndication.com the domain and move everything onto google.com with personalized/randomized scripts names for each adsense client (that would be a pain to block).