Iframe Breaker

gh0st

BANNED
Feb 7, 2009
92
47
I remember seeing somewhere that some peopel were paying big money for iframe breakers. Is this true? if so i have one, and its not the hardest thing to code. dont know why everyone is going googoo over it.
 
I also have one. It opens the web page and filters out the frame break code before displaying it.
 
use this to break iframe
Code:
<script>
if(location.href!=top.location.href){
    top.location.href=location.href
}
</script>
 
yeah actually thats what i meant...dont know if i said it wrong...what i wanted was a anti-iframe breaker.....and thats something i've not been able to get
 
I have only tested it on a CPA offer once. That offer only had frame breaking code on the first page. The second and third didnt have breaking code and stayed in the iframe.

The code can probably be rewritten to reload the frame every time and always not allow the breaking code to execute.
 
Back
Top
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features and essential functions on BlackHatWorld and other forums. These functions are unrelated to ads, such as internal links and images. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock