www.bilzonen.dk detects AdBlock

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
galmok
Posts: 3
Joined: Thu Aug 06, 2015 12:22 pm

www.bilzonen.dk detects AdBlock

Post by galmok »

Could someone help me get AdBlock working on http://www.bilzonen.dk? When enabled, I am redirected to a "please disable adblock" page.

At the top of the html it has this script:


<script src="/scripts/ads.js"></script>
<script>
if (window.canRunAds === undefined) {
location.href = '/Q-bilzonen-og-adblock.htm';
}
</script>

The /script/ads.js has this:

var canRunAds = true;

I assume ads.js is dynamic generated and the server verifies if the ads are loaded (pure guess). Maybe it is enough to prevent the redirect (location.href)?
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: www.bilzonen.dk detects AdBlock

Post by mapx »

add

Code: Select all

@@||bilzonen.dk^$script,domain=bilzonen.dk
galmok
Posts: 3
Joined: Thu Aug 06, 2015 12:22 pm

Re: www.bilzonen.dk detects AdBlock

Post by galmok »

Thank you. This works fine on the main page, but deletes all search results. :-/

The following link shows Tesla Model S available for sale in Denmark, but the list is empty even though there are 14 search hits.

http://www.bilzonen.dk/brugte-biler-lis ... 0Model%20S
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: www.bilzonen.dk detects AdBlock

Post by mapx »

no, my filter only defeats the anti adblock trick (exception filter)
the site's owners are using an ad class to display the normal results in the page, so you need also:

Code: Select all

bilzonen.dk#@#.resultad
galmok
Posts: 3
Joined: Thu Aug 06, 2015 12:22 pm

Re: www.bilzonen.dk detects AdBlock

Post by galmok »

This is perfect. Thank you. :)
Locked