Skip to content

Instantly share code, notes, and snippets.

@sb8244
Last active February 18, 2022 21:43
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 sb8244/89a05c17d4485547be0fc095c43e3567 to your computer and use it in GitHub Desktop.
Save sb8244/89a05c17d4485547be0fc095c43e3567 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
if (window.top !== window.self) {
const msg = {
urlChange: {
pathname: window.location.pathname,
search: window.location.search,
href: window.location.href
}
}
window.top.postMessage(msg, '*')
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment