Skip to content

Instantly share code, notes, and snippets.

@ArtemAvramenko
Last active January 30, 2018 14:19
Show Gist options
  • Save ArtemAvramenko/e03b11f59f0fdbd4a7241dd8d44f467b to your computer and use it in GitHub Desktop.
Save ArtemAvramenko/e03b11f59f0fdbd4a7241dd8d44f467b to your computer and use it in GitHub Desktop.
Copy Unicode Url in browser
javascript:void(prompt('Press%20Ctrl+C',decodeURIComponent(window.location.href).replace(/%20/g,'%2520')))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment