Adblock Trap - uptobox.com

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
cb+++

Adblock Trap - uptobox.com

Post by cb+++ »

Hi,

I found a anti-adblock trap at this web site: http://uptobox.com

Example url: http://uptobox.com/pj5gcedwvhuy

Filter list: Easylist

Here is the code of the trap:

Code: Select all

<script type="text/javascript">
	var utb_trap = false;
</script>
<script type="text/javascript" src="ads.ad6media.fr.js?768-.adserver.300x250.&ad_url=480x100./banner/skyscraper1651654184_&adtext.js.affiliation-france.com&kip=&ad_url=/adbanner&ad_keyword="></script>
<script type="text/javascript">
	if (utb_trap != true) {
		document.writeln("Redirection..."); 
		window.location = "/pages/adblock.html";
	}
	if ($('.page-top').text().length > 70) {
	  var tmp_txt = $('.page-top').html().substr(0, 70);
          $('.page-top').html(tmp_txt);
	  $('.page-top').append('...');
        }
</script>
Working filter
The following whitelist filter seems to work around the trap:

Code: Select all

@@||uptobox.com/ads.ad6media.fr.js?*
MonztA
ABP Developer
Posts: 3957
Joined: Mon Aug 14, 2006 12:18 am
Location: Germany

Re: Adblock Trap - uptobox.com

Post by MonztA »

Ricard33

Re: Adblock Trap - uptobox.com

Post by Ricard33 »

The trap is working again.
Ricard33

Re: Adblock Trap - uptobox.com

Post by Ricard33 »

Thanks, the script in the last post works greatly :D
Locked