Created
April 3, 2015 07:52
-
-
Save pirafrank/5a4f6f56f3cf931ddf6b to your computer and use it in GitHub Desktop.
A bookmarklet to copy current URL. Made in javascript.
This file contains 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("To%20copy,%20press%20Ctrl+C%20(Cmd+C%20on%20OS%20X),%20then%20Enter",%20location.href)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment