Skip to content

Instantly share code, notes, and snippets.

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