Skip adblock detection

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
lz3r
Posts: 2
Joined: Sun Feb 07, 2016 10:35 pm

Skip adblock detection

Post by lz3r »

The site www.di.se which I use at times have decided to put up a huge banner telling me to turn off adblock each time I visit the page. I have been trying with various filters to block the banner but can't seem to get it working. I'd appreciate if someone can take a look at it to see what I am doing wrong.

This is what I use:
@@||di.se$elemhide
##div.blockerwrap
##div.blocker-inner
##div.preamble
##div.title


The code in the page which popups a big window:

<div class="blockerwrap" id="message_modal" data-serviceurl="https://login.di.se/register-with-email ... d35e747c58" data-limitedClick="2" data-limitedTime="2" data-isArticle="True" data-disablePlusPopup="True" data-disableDetect="False" data-serverSupport="bdi-p-web101,bdi-p-web102,bdi-p-web103,bdi-p-web104,bdi-p-web105,bdi-p-web106,bdi-p-web107,bdi-p-web108,diweb101,diweb102,diweb103,diweb201,diweb202,diweb203" data-urlToCheck="http://fusion.di.se/script.js?ads=di" data-baitClass="pub_300x250 pub_300x250m pub_728x90 text-ad textAd text_ad text_ads text-ads text-ad-links" data-baitStyle="width: 1px !important; height: 1px !important; position: absolute !important; left: -10000px !important; top: -1000px !important;">
<div class="blocker-inner">
<div class="title">Välkommen till Dagens industri</div>
<div class="preamble">
<p>Kära läsare! Eftersom du använder Adblock vill vi att du skapar ett konto för att fortsätta läsa di.se. Då får du även tillgång till:<br /> <img src="/SiteImages/gronbock.png" alt="" />&nbsp;Nyhetsbevakning<br /> <img src="/SiteImages/gronbock.png" alt="" />&nbsp;Bolagsbevakning<br /> <img src="/SiteImages/gronbock.png" alt="" />&nbsp;Läs senare-lista<br /> <img src="/SiteImages/gronbock.png" alt="" />&nbsp;Möjlighet att kommentera<br /> <img src="/SiteImages/gronbock.png" alt="" />&nbsp;Di-appen (IOS/Android)<br /> ... och mycket mer<br /> Ange din e-post och tryck på "skapa konto". Resten sköter vi. Det är helt <strong>gratis</strong>.&nbsp;</p>
</div>

<iframe id="servicePlusFrame" style="width: 300px; min-height: 300px" scrolling="no" frameborder="0"></iframe>
</div>
<span class="button ablock-close" id="close-popup"></span>
</div>
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: Skip adblock detection

Post by mapx »

firefox + chrome:
add

Code: Select all

@@||fusion.di.se/script.js?*
only firefox:
disable easylist and subscribe this new list: "EasyList without element hiding" from: https://easylist.adblockplus.org/en/
lz3r
Posts: 2
Joined: Sun Feb 07, 2016 10:35 pm

Re: Skip adblock detection

Post by lz3r »

It works! Thanks a lot!
Locked