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)?
www.bilzonen.dk detects AdBlock
Re: www.bilzonen.dk detects AdBlock
add
Code: Select all
@@||bilzonen.dk^$script,domain=bilzonen.dk
Re: www.bilzonen.dk detects AdBlock
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
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
Re: www.bilzonen.dk detects AdBlock
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:
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
Re: www.bilzonen.dk detects AdBlock
This is perfect. Thank you. 
