this website detects it

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
Anon

this website detects it

Post by Anon »

just so you know emuxperts.net detects adblockplus
User avatar
Adblock Plus Fan
Posts: 1255
Joined: Sat Feb 24, 2007 11:08 am

Post by Adblock Plus Fan »

You can use EHH to fix these kinds of issues:

Code: Select all

emuxperts.net#DIV(id=blocksite)
Alternatively block this script:

Code: Select all

|http://emuxperts.net/templates/4/scripts/mootools-release
This one may possibly break site functionality, or maybe not, or maybe it's unimportant. You would need to test it.
Anon

Post by Anon »

I already solved the problem by unblocking
http://emuxperts.net/ads/test.js
which has code

Code: Select all

adinfo.setallowed();
in it

i was just telling you guys in case you know a generic way to solve this on any site which uses this tactic and add it to the filter list
smk
Posts: 100
Joined: Mon Jul 14, 2008 6:54 am

Re:

Post by smk »

well, sites use different methods to detect abp, with some I know using a "sample" ad image, then checking it's properties after page loads (dimensions, if it's there, etc.)
It won't be easy to derive a generic method, and I don't think abp can do it since it does not block html
If this happens, there can just be some filters to filter this portion of the script
in the mean time, you might try privoxy
Locked