Quantcast
Channel: Black Hat Forum Black Hat SEO - Black Hat SEO
Viewing all articles
Browse latest Browse all 35206

[CODE] Pop-up Blocker Bypass

$
0
0
This is a trick to get multi pop-ups. Nice method if used right. You can also use clickjack to get the click.

<script> function makePopups(){ for (i=1;i<6;i++) { window.open('popup.html','spam'+i,'width=50,height =50'); } } </script>

<body>

<a href="#" onclick="makePopups()">Spam</a>


Demo: http://jsfiddle.net/ZpRYm/2/

This works on all browsers.

Viewing all articles
Browse latest Browse all 35206

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>