Is there anything to do with the "Please disable adbloc

Everything about using Adblock Plus on Mozilla Firefox, Thunderbird and SeaMonkey
blocker

Is there anything to do with the "Please disable adbloc

Post by blocker »

I get this annoying message, which forces me to press ok on the message window

can i block this to :twisted:
Alan
Posts: 289
Joined: Sat Feb 10, 2007 8:47 pm
Location: Colorado, USA

Post by Alan »

What is the url of the site where you see this message, blocker?
blocker

Post by blocker »

adblock.Fan

Post by adblock.Fan »

</script>
<script type="text/javascript">
var isFF = (navigator.userAgent.indexOf("Firefox") > -1) ? true : false;
var hasABP = false;
function detect_abp() {
if(isFF) {
if(Components.interfaces.nsIAdblockPlus != undefined) hasABP = true;
else {
var AbpImage = document.createElement("IMG");
AbpImage.id = 'abp_detector';
AbpImage.src = '/textlink-ads.jpg';
AbpImage.style.width = '0px';
AbpImage.style.height = '0px';
AbpImage.style.top = '-1000px';
AbpImage.style.left = '-1000px';
document.body.appendChild(AbpImage);
setTimeout(set_abp_status, 100);
}
}
}
function set_abp_status() {
hasABP = (document.getElementById('abp_detector').style.display == 'none');
// alert(hasABP);
if(hasABP == true)
{
alert('Please disable Adblock on HWzone.co.il :-(');
}
}
detect_abp();
</script>
Blocker

Post by Blocker »

Can you please explain

where do i put this code

thanks allot
Blocker
adblock.fan

Post by adblock.fan »

you don't i just posted the source code from the website thats detect adblock

someone have a solution ?
Blocker

Post by Blocker »

:D
i found the sulotion using the posted code

i enabled the /textlink-ads.jpg

and now they think that i am not blocking them
adblock.fan

Post by adblock.fan »

Great! it works
but still adblock is detectable
Blocker

Post by Blocker »

yeah i know

Will we lose this war :cry:

But at least..

We don't get fooled again
Don't get fooled again
No, no!
The who - Won't Get Fooled Again
User avatar
rick752
Posts: 2709
Joined: Fri Jun 09, 2006 7:59 pm
Location: New York USA
Contact:

Post by rick752 »

This is the second time I have seen 'textlink-ads' used (the other is a U.S. site).

Someone must have published another one of those 'fool-proof' codes again :roll:
I have been waiting for some of these codes to become more widely adapted so I can whack them all at once. :)

The previous poster is correct, though. Just add:

Code: Select all

@@hwzone.co.il/textlink-ads.jpg
... to your filters ..and voila'.
User avatar
rick752
Posts: 2709
Joined: Fri Jun 09, 2006 7:59 pm
Location: New York USA
Contact:

Post by rick752 »

Blocker wrote: Will we lose this war :cry:
Really? Not today we won't. :wink:
Blocker

Post by Blocker »

:D

I will remove Ads with a black marker on my wide screen
if I'll have to.
User avatar
cuzz
Posts: 30
Joined: Thu Oct 11, 2007 3:59 am
Location: redwood deck
Contact:

Post by cuzz »

Blocker wrote: black marker
If you could tie a pen product to any of these ad-removing extensions you might make a buck or two

8)
if put in the public sphere
I choose whether to look at it...
or NOT
User avatar
rick752
Posts: 2709
Joined: Fri Jun 09, 2006 7:59 pm
Location: New York USA
Contact:

Post by rick752 »

Fixed in EasyList :arrow: :arrow: :arrow:
JDlugosz
Posts: 7
Joined: Fri Nov 10, 2006 9:03 pm
Contact:

Post by JDlugosz »

Very interesting. But what is the

Code: Select all

Components.interfaces.nsIAdblockPlus != undefined
about? Presumably this is undefined or it would not continue with the image loading test.
Post Reply