Skip to content

Instantly share code, notes, and snippets.

@iCross
Created January 19, 2015 07:06
Show Gist options
  • Save iCross/8bf0857125f4e8cfcacb to your computer and use it in GitHub Desktop.
Save iCross/8bf0857125f4e8cfcacb to your computer and use it in GitHub Desktop.
Bookmarklet: Copy url and title in markdown format
javascript:prompt("URL and title:", '['+document.title +']' +'('+document.location.href+')');void(0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment