Skip to content

Instantly share code, notes, and snippets.

@ju1
Created January 20, 2018 15:07
Show Gist options
  • Save ju1/e6ff3393181aadfa593eb924118dd759 to your computer and use it in GitHub Desktop.
Save ju1/e6ff3393181aadfa593eb924118dd759 to your computer and use it in GitHub Desktop.
Is the page in the iframe
function() {
try {
return window.top !== window.self;
} catch(e) {
return false;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment