Skip to content

Instantly share code, notes, and snippets.

@lenivene
Created November 9, 2015 03:58
Show Gist options
  • Save lenivene/5d0fb4bb5ed04766b8bd to your computer and use it in GitHub Desktop.
Save lenivene/5d0fb4bb5ed04766b8bd to your computer and use it in GitHub Desktop.
Redirect if in iframe switched on
if((self.parent && !(self.parent===self)) || (self.parent.frames.length!=0) || (parent.frames.length > 0) || ( window!= window.top )){self.parent.location=document.location;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment