meannn
Elite Member
- Apr 22, 2009
- 1,908
- 2,771
The offer page has this;
if(self===top)
{
var a=document.getElementById("body");
a.parentNode.removeChild(a)
}
else
{
top.location=self.location
}
So basically what it does is, removes the body (show nothing) if its being iframed. Anyone knows how to bypass ?
Thanks
if(self===top)
{
var a=document.getElementById("body");
a.parentNode.removeChild(a)
}
else
{
top.location=self.location
}
So basically what it does is, removes the body (show nothing) if its being iframed. Anyone knows how to bypass ?
Thanks