Skip to content

Instantly share code, notes, and snippets.

@lgarron
Last active August 29, 2015 14:15
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 lgarron/aa2b0220a90e1b46aa4a to your computer and use it in GitHub Desktop.
Save lgarron/aa2b0220a90e1b46aa4a to your computer and use it in GitHub Desktop.
Google Groups Markdown Link Generator
/*
Convert to a bookmarklet using: http://chriszarate.github.io/bookmarkleter/
*/
prompt("Link", "[" + document.getElementById("t-t").innerHTML + "](" + location.href.replace("?utm_medium=email&utm_source=footer", "") + ")")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment