Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

JavaScript Forum


You are currently viewing our JavaScript Forum as a guest. Please register to participate.
Login



Reply
Old 05-19-2007, 04:31 AM Adblocker blocker
pea
Average Talker

Posts: 28
Trades: 0
I was thinking about all these new ad hiders, such as adblock for firefox and wondered how many users were blocking my ads.

I searched google for it and found a script (AdBlock Detection Script | AdBlock.org) that 'attempts' to stop the ad hiding but adblock has updated and got around this script.

I was wondering if anyone knew about a script that detects if an image isn't being shown through javascript. Searched google but it returns so many ad blocking software sites.

Thanks, Peter
pea is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 05-27-2007, 01:04 PM Re: Adblocker blocker
pea
Average Talker

Posts: 28
Trades: 0
Not found any
__________________

Please login or register to view this content. Registration is FREE
pea is offline
Reply With Quote
View Public Profile
 
Old 05-27-2007, 02:49 PM Re: Adblocker blocker
tripy's Avatar
Do not try this at home!

Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
Trades: 0
you cannot.

Adblock match objects via the dom tree, that means that even javascript, which modify the dom tree, will not be able to avoid it.

Now, as it use regular expressions to block ads, you may have success be renomming the part that display your ads.
But it won't work with external ads display (like adsense) as the adsense source domain can be blacklisted, and you have no way to change that.

In other words, I don't think you can really stops adblock users from blocking your ads.

I am myself a 3+ years adblock, and I have unblocked some sites that provide useful infos, because I find normal a reasonable amount of ads.
But when I see flashing/blinking ads all over the page, with 3 popunder and a mixure of 4 different ads provider, I simply won't let any ads appears.


Waddayaknow... I'm one of those old guys who knew netscape 2 and discovered the web at the same time it was done...
I'm attached to a certain philosophy for it, the first being that I want to choose what I want to see.
__________________
Only a biker knows why a dog sticks his head out the window.
tripy is offline
Reply With Quote
View Public Profile Visit tripy's homepage!
 
Old 05-27-2007, 11:25 PM Re: Adblocker blocker
rogem002's Avatar
PHP Chap

Posts: 843
Name: Mike
Location: United Kingdom
Trades: 0
You can! It's just a matter of knowing how they work.

For example they may block an iframe, so don't put ads in an iframe. Many ads are put on a site via Javascript, advoid these ad peoples,
From my own know how, I've found having an on-site ad system (.jpg or .gif, not .swf adverts) tend to do better. Advoid using popular ad sites, it's likely adblocker will have blocked there server to stop the evil ads.
Try alternative ways to show ads, for example "Text link here, $5 a month" is a great way around the blockers.
I have heard of people making banners 469x81 to advoid some lame ad blockers, and it seems to work.

Though, it's really down to what a user see on a page, if there anything like me a nice banner may be clicked, though If i go to site i know will swamp me with ads, I may turn of images and javascript.
__________________
My Blog/Site:
Please login or register to view this content. Registration is FREE

Last edited by rogem002; 05-27-2007 at 11:28 PM..
rogem002 is offline
Reply With Quote
View Public Profile Visit rogem002's homepage!
 
Old 05-28-2007, 10:43 AM Re: Adblocker blocker
willcode4beer's Avatar
Super Moderator

Posts: 1,533
Name: Paul Davis
Location: San Francisco
Trades: 1
I would simply compare the requests for the page in my server log with the number of impressions reported by google adsense.
The difference is the number of people who did not see the ad.
__________________

Please login or register to view this content. Registration is FREE

willcode4beer is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Adblocker blocker
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.15300 seconds with 12 queries