Page 1 of 1

drop.php not blocked on various sites

Posted: Sun Jan 15, 2017 2:41 pm
by HMeier17
Hi,

Some sites like warez-world.org, deep-warez.org or 3ddl.tv seem to have found a way around adblock. They have a script which contains

Code: Select all

...click(function(){var e=jQuery(this).data("dl"),t="941502",n="/drop.php",ww="sec";jQuery.post(n,{option:e,pid:t,ceck:ww},function(e){jQuery...
which constructs a request to

Code: Select all

http://.../te/drop.php
.

I have this URL on the block list (also with $popup), but still some popup windows open when I click somewhere. I can't block the code where the drop.php URL is constructed, because it is in the main html text, and I can't block the requested script drop.php. This is very annoying.

Does someone know how this works and how I can block these popups?

Regards,
Heinz

Re: drop.php not blocked on various sites

Posted: Sun Jan 15, 2017 3:11 pm
by mapx

Re: drop.php not blocked on various sites

Posted: Sun Jan 15, 2017 3:13 pm
by mapx
in ABP for chrome the popups are correctly identified, for example use

Code: Select all

about:blank$popup,domain=warez-world.org
about:blank$popup,domain=deep-warez.org
about:blank$popup,domain=3ddl.tv