Skip to content

Instantly share code, notes, and snippets.

@Timrael
Last active December 10, 2015 00:18
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 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