Skip to content

Instantly share code, notes, and snippets.

@aphahn
Created July 19, 2010 20:49
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 aphahn/481980 to your computer and use it in GitHub Desktop.
Save aphahn/481980 to your computer and use it in GitHub Desktop.
while (window.parent != window.self) {
window.parent.location.replace(window.location.href); // Kick!
}
console.log("Did I make it all the way out? " + window.top.wobble);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment