Sites against Ad Blocking

jfall

Diamond Member
Oct 31, 2000
5,975
2
0
Has anyone here ever been to a site that won't let you view any content because it detects you are using an ad-blocker? I have Firefox withAdBlock installed and just seen this for the first time:

" It appears your browser is blocking advertising shown on this site. If you are not using any advert blocking software, you may have been inadvertently brought here because a banner image did not load correctly. Please make sure you have enabled images and disable any ad blocking software then try again.

Why do we require you to view the ads?

Producing and maintaining a website is expensive. It requires a lot of hard work. By blocking our advertisements you're denying us a fair share of revenue to offset our costs. Our advertisments are well blended in, and completely unintrusive. The least we ask of you to view our content for free is to also show our advertisements.

If you believe you were brought to this page in an error, or have any other questions or concerns, please let us know. "


I guess its their right to do what they want with their site, however I think they should respect people's rights to block advertisements.
 

sharkeeper

Lifer
Jan 13, 2001
10,886
2
0
Fvck them.

I have the right to block that crap. The internet is becoming so trashy now I hate surfing without an adblock feature.

Firefox adblock feature is great. My file works well and hardly ever lets stuff through nor becomes intrusive.

Cheers!
 
Sep 29, 2004
18,656
68
91
IMHO: Advertise on the main page. Fine. Pop ups are a pain in the butt.

I just close pop ups anyways. I don't need viagara or the diet of the month.
 

sciencewhiz

Diamond Member
Jun 30, 2000
5,885
8
81
You have every right to not contribute to thier revenue stream, and they have every right to keep you from viewing their content if you aren't contributing to their revenue stream.
 

jadinolf

Lifer
Oct 12, 1999
20,952
3
81
Adblocking Detected

It appears your browser is blocking advertising shown on this site. If you are not using any advert blocking software, you may have been inadvertently brought here because a banner image did not load correctly. Please make sure you have enabled images and disable any ad blocking software then try again.

Why do we require you to view the ads?

Producing and maintaining a website is expensive. It requires a lot of hard work. By blocking our advertisements you're denying us a fair share of revenue to offset our costs. Our advertisments are well blended in, and completely unintrusive. The least we ask of you to view our content for free is to also show our advertisements.

Seen on Mozilla
 

Gurck

Banned
Mar 16, 2004
12,963
1
0
Is there any way to block flash ads without disabling flash entirely?

I can see where they're coming from, but seriously, what percentage of internet users block ads? .01%? Maybe .02... I doubt it's about money for them; they'd probably call it principle, but it's really justification for being an ass.
 

Kilrsat

Golden Member
Jul 16, 2001
1,072
0
0
Their magic adblock detecting script:

<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
<script type="text/javascript">
var iframes = document.getElementsByTagName('iframe');

if ( !iframes[0] || iframes[0].width!=160 || iframes[0].height!=600 ) {
if ( parent.location ) {
url = ""+parent.location;
} else {
url = ""+window.location;
}

if ( url.indexOf('/contact/')==-1 &amp;&amp; url.indexOf('/static/view/adblock/')==-1 ) {
if ( parent.location ) {
parent.location = 'http://www.cgshock.com/exec/static/view/adblock/';
} else {
window.location = 'http://www.cgshock.com/exec/static/view/adblock/';
}
}
}
window.onmouseover = function() {
i = document.getElementsByTagName('iframe')[0];
if ( (i.style.display!='' &amp;&amp; i.style.display!='block') || i.width!=160 || i.height!=600 ) {
if ( parent.location ) {
url = ""+parent.location;
} else {
url = ""+window.location;
}

if ( url.indexOf('/contact/')==-1 &amp;&amp; url.indexOf('/static/view/adblock/')==-1 ) {
if ( parent.location ) {
parent.location = 'http://www.cgshock.com/exec/static/view/adblock/';
} else {
window.location = 'http://www.cgshock.com/exec/static/view/adblock/';
}
}
}
}
</script>

So they just check for the existance of an iframe, easy enough to modify the adblockers that when blocking an iframe they leave behind and iframe of size 1,1, or as was mentioned, just block the script. Its a losing battle for the website.
 

sciencewhiz

Diamond Member
Jun 30, 2000
5,885
8
81
Originally posted by: Gurck
Originally posted by: sciencewhiz
Originally posted by: Gurck
Is there any way to block flash ads without disabling flash entirely?

http://update.mozilla.org/exte...php?id=326&amp;vid=993

You'll have to wait until the mozilla site stops being hammered, though.

Page isn't loading, is it a link to the Adblock extension for FF? I'm already using it, but can't seem to block flash ads.

No, that is a link to flash click-to-view
 

Gurck

Banned
Mar 16, 2004
12,963
1
0
Originally posted by: sciencewhiz
Originally posted by: Gurck
Originally posted by: sciencewhiz
Originally posted by: Gurck
Is there any way to block flash ads without disabling flash entirely?

http://update.mozilla.org/exte...php?id=326&amp;vid=993

You'll have to wait until the mozilla site stops being hammered, though.

Page isn't loading, is it a link to the Adblock extension for FF? I'm already using it, but can't seem to block flash ads.

No, that is a link to flash click-to-view

Ah, thanks :)
 

CraigRT

Lifer
Jun 16, 2000
31,440
5
0
Originally posted by: zCypher
The site works fine for me and I'm using Firefox.

same here, and I guess I am not using "ad block" but since I never have ANY problems, i don't consider this a problem. the popup blocker is my main concern, and it works fantastic.