iFrame Buster Buster Code

bigvito21

BANNED
Joined
Jun 17, 2011
Messages
272
Reaction score
8
<script type="text/javascript">
var prevent_bust = 0
window.onbeforeunload = function() { prevent_bust++ }
setInterval(function() {
if (prevent_bust > 0) {
prevent_bust -= 2
window.top.location = 'Your Site'
}
}, 1)
</script>


All it does is just redirects to your website once the iframe try to busts. Who can top that?
 
can u explain better what it do/give example?! thanks
 
Someone blocked your iframe buster, and you want iframe buster buster buster right ? lol
 
How about a step by step explanation and that would really earn you a two thumbs up.
 
not working.. my website is just looping around with the iframe buster and iframe buster buster. it wont stop looping. :(
 
Back
Top