Skip to content

Instantly share code, notes, and snippets.

@Timrael
Last active December 10, 2015 00:18
Show Gist options
  • Save Timrael/4350066 to your computer and use it in GitHub Desktop.
Save Timrael/4350066 to your computer and use it in GitHub Desktop.
>>> window.location.hash = "%25255B";
"%25255B"
>>> window.location.hash = window.location.hash;
"#%255B"
>>> window.location.hash = window.location.hash;
"#%5B"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment