frame busters use something like:
if(window.top.location!=window.location){ window.top.location.href=window.document.location; }
is there a way around this shit? making some kind of anti frame buster?
if(window.top.location!=window.location){ window.top.location.href=window.document.location; }
is there a way around this shit? making some kind of anti frame buster?

Comment