Last active
January 30, 2018 14:19
-
-
Save ArtemAvramenko/e03b11f59f0fdbd4a7241dd8d44f467b to your computer and use it in GitHub Desktop.
Copy Unicode Url in browser
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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