Jump to content
Volvospeed Forums

Adblocker Breaks Volvospeed


SkyWriter

Recommended Posts

so, this afternoon i get a blank screen with this text because i block ads.

"Sorry this page cannot be displayed correctly because adblocking software is effecting some of the content."

of course the content is the ads.... i wonder if it's google's doing or not.

Link to comment
Share on other sites

  • Replies 32
  • Created
  • Last Reply

Are you running VS in ad free mode?

yes. but that doesn't get rid of google ads.

edit: firefox 2 with adblock plus to be exact. if i turn it off, it renders fine.

edit2: firefox3 with newest adblock plus doesn't work either.

Link to comment
Share on other sites

what google adds ?

I never understand 99% the stuff you talk about since it never makes any sense

you don't see the 'Ads by Google" at between the navigation bar and your login status? this site uses google ads for the last 6 months or so.

Link to comment
Share on other sites

Oh hush chilled ^_^, I'm getting the same thing. Think it has to do with the FF adblocker add-on, tried both FF2 and 3. Removing it doesn't do anything with FF3. I haven't tried going back to FF2 pre-adblocker.

Link to comment
Share on other sites

STFU chilled ^_^, I'm getting the same thing. Think it has to do with the FF adblocker add-on, tried both FF2 and 3. Removing it doesn't do anything.

disabling adblock plus add-on under tools->adblock plus->options allows the page to render with google adds (link or whatever it is; don't know how to read modern html/php anymore)

Link to comment
Share on other sites

Sorry this page cannot be displayed correctly because adblocking software is effecting some of the content.

hehehe not for me. :( I'll figure it out later after my work.

Link to comment
Share on other sites

<script>
function blockedads()
 {
 var giframe = document.getElementsByTagName("iframe");
 var bod = document.getElementsByTagName("body");
 var blocked=1;
 for (var i = 0; i < giframe.length; i++)
   {
   var name = giframe[i].getAttribute("name");
   if(name == "google_ads_frame")
     {
     var blocked=0;
     }
   }
 if(blocked)
   {
   bod[0].innerHTML = '<br> <br>Sorry this page cannot be displayed correctly because adblocking software is effecting some of the content.';}
 }
setTimeout('blockedads()', 4000);
</script>

That code checks for the "google_ads_frame" iframe in the page..

This:

<script type="text/javascript"

src="http://pagead2.googlesyndication.com/pagead/show_ads.js">

</script>

Creates that iframe. Adblock prevents that URL from appearing. So the iframe never gets written.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.


×
×
  • Create New...