next-episode.net [Anti Adblock]
next-episode.net [Anti Adblock]
This site pops up a box that makes you close it if you are using adblockplus.
Re: next-episode.net [Anti Adblock]
I can't reproduce the issue (do I have to login to the site ? )
anyway, see if helps:
anyway, see if helps:
Code: Select all
@@||next-episode.net^$script
Re: next-episode.net [Anti Adblock]
Seems to work, very nice, thanks!
Re: next-episode.net [Anti Adblock]
It worked for a while, but it looks like it stopped working. There is a popup complaining about adblocker again.
Any more ideas?

Re: next-episode.net [Anti Adblock]
Could you provide a direct link to a page where you have this issue ?
Re: next-episode.net [Anti Adblock]
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);
};
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);
};
Re: next-episode.net [Anti Adblock]
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
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