Skip to content

Instantly share code, notes, and snippets.

@pirafrank
Created April 3, 2015 07:52
Show Gist options
  • Save pirafrank/5a4f6f56f3cf931ddf6b to your computer and use it in GitHub Desktop.
Save pirafrank/5a4f6f56f3cf931ddf6b to your computer and use it in GitHub Desktop.
A bookmarklet to copy current URL. Made in javascript.
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