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="" /> Nyhetsbevakning<br /> <img src="/SiteImages/gronbock.png" alt="" /> Bolagsbevakning<br /> <img src="/SiteImages/gronbock.png" alt="" /> Läs senare-lista<br /> <img src="/SiteImages/gronbock.png" alt="" /> Möjlighet att kommentera<br /> <img src="/SiteImages/gronbock.png" alt="" /> 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>. </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>
Skip adblock detection
Re: Skip adblock detection
firefox + chrome:
add
only firefox:
disable easylist and subscribe this new list: "EasyList without element hiding" from: https://easylist.adblockplus.org/en/
add
Code: Select all
@@||fusion.di.se/script.js?*
disable easylist and subscribe this new list: "EasyList without element hiding" from: https://easylist.adblockplus.org/en/
Re: Skip adblock detection
It works! Thanks a lot!