Skip to content

Instantly share code, notes, and snippets.

@adamculpepper
Created October 20, 2014 13:36
Show Gist options
  • Save adamculpepper/c40d52e403d3c5d770bb to your computer and use it in GitHub Desktop.
Save adamculpepper/c40d52e403d3c5d770bb to your computer and use it in GitHub Desktop.
Break out of iframes
// Break out of iframes
if (window != window.top) {
top.location.href = location.href
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment