drop.php not blocked on various sites

Everything about using Adblock Plus on Mozilla Firefox, Thunderbird and SeaMonkey
Post Reply
HMeier17
Posts: 5
Joined: Sat Oct 03, 2015 11:04 pm

drop.php not blocked on various sites

Post 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
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: drop.php not blocked on various sites

Post by mapx »

User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: drop.php not blocked on various sites

Post 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
Post Reply