Skip to content

Instantly share code, notes, and snippets.

@nicklanng
Last active January 8, 2018 11:53
Show Gist options
  • Save nicklanng/bf2faec3ff0e6b4d5b5d1e4039941a2e to your computer and use it in GitHub Desktop.
Save nicklanng/bf2faec3ff0e6b4d5b5d1e4039941a2e to your computer and use it in GitHub Desktop.
<html>
<body>
Im an iframe!
<script>
console.log(window.parent.origin)
console.log(window.parent)
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment