Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save paulproteus/99373ffce3c277bf6ec2 to your computer and use it in GitHub Desktop.
Save paulproteus/99373ffce3c277bf6ec2 to your computer and use it in GitHub Desktop.
<script>
/* On Sandstorm, synchronize URL with Sandstorm address bar */
window.parent.postMessage({'setPath': location.pathname + location.hash}, '*');
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment