Skip to content

Instantly share code, notes, and snippets.

@WolfieZero
Created December 4, 2014 16:32
Show Gist options
  • Save WolfieZero/73653aa14146a2442411 to your computer and use it in GitHub Desktop.
Save WolfieZero/73653aa14146a2442411 to your computer and use it in GitHub Desktop.
Is content in a (i)frame
if ((window.location != window.parent.location) ? true : false) {
// in (i)frame
}
@seb-grant
Copy link

(window.top !== window.self) is even safer :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment