Skip to content

Instantly share code, notes, and snippets.

@ishida
Created May 9, 2012 13:12
Show Gist options
  • Save ishida/2644383 to your computer and use it in GitHub Desktop.
Save ishida/2644383 to your computer and use it in GitHub Desktop.
bookmarklet to copy title+url
javascript:(function(){prompt('Copy%20below!',document.getElementsByTagName('title')[0].innerHTML+'%20'+location.href);})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment