next-episode.net [Anti Adblock]

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
adisbs
Posts: 4
Joined: Sat Jul 11, 2015 12:12 am

next-episode.net [Anti Adblock]

Post by adisbs »

This site pops up a box that makes you close it if you are using adblockplus.
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: next-episode.net [Anti Adblock]

Post by mapx »

I can't reproduce the issue (do I have to login to the site ? )
anyway, see if helps:

Code: Select all

@@||next-episode.net^$script
adisbs
Posts: 4
Joined: Sat Jul 11, 2015 12:12 am

Re: next-episode.net [Anti Adblock]

Post by adisbs »

Seems to work, very nice, thanks!
adisbs
Posts: 4
Joined: Sat Jul 11, 2015 12:12 am

Re: next-episode.net [Anti Adblock]

Post by adisbs »

It worked for a while, but it looks like it stopped working. There is a popup complaining about adblocker again. :( Any more ideas?
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: next-episode.net [Anti Adblock]

Post by mapx »

Could you provide a direct link to a page where you have this issue ?
adisbs
Posts: 4
Joined: Sat Jul 11, 2015 12:12 am

Re: next-episode.net [Anti Adblock]

Post by adisbs »

It's just at the main url. I think maybe you have to be logged in. I've been looking at the source code and I think it is using javascript to check if ads loaded. This seems to be the relevant section:

window.onload = function() {
setTimeout(function() {
if ( typeof(window.google_jobrunner) === "undefined" || window.canRunAds != true) {
doElement("xQgMJ",728,90);
with(new Ajax()){
url="//next-episode.net/js/record.php?u=55555";doRequest();
}
}
}, 1000);
};
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: next-episode.net [Anti Adblock]

Post by mapx »

no, even logging in I can't get the issue
probably you have other blocking addon / extension which blocks some element in that site, try disabling all of them, keep only ABP (remove other custom filters, update easylist) and re-test
Locked