Skip to content

Instantly share code, notes, and snippets.

@enile8
Created May 26, 2017 11:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save enile8/d3db9010dbf314ca89743b0b9d40ed3e to your computer and use it in GitHub Desktop.
Save enile8/d3db9010dbf314ca89743b0b9d40ed3e to your computer and use it in GitHub Desktop.
break out of iframes
if(window.location != window.parent.location) {
window.parent.location = window.location;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment