Skip to content

Instantly share code, notes, and snippets.

@bcantoni
Created November 8, 2013 20:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bcantoni/7376943 to your computer and use it in GitHub Desktop.
Save bcantoni/7376943 to your computer and use it in GitHub Desktop.
Bookmarklet: Copy page title and link in Markdown format
javascript:var%20text='['+document.title+']('+location.href+')';window.prompt("Copy%20to%20clipboard:%20Ctrl+C,%20Enter",text);void(0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment