Skip to content

Instantly share code, notes, and snippets.

@ryu22e
Created May 17, 2020 07:42
Show Gist options
  • Save ryu22e/de82e7f08418e4056454a61ce4ed2fca to your computer and use it in GitHub Desktop.
Save ryu22e/de82e7f08418e4056454a61ce4ed2fca to your computer and use it in GitHub Desktop.
[Bookmarklet]Copy as Markdown link
javascript:!function(a){var b=document.createElement("textarea"),c=document.getSelection();b.textContent=a,document.body.appendChild(b),c.removeAllRanges(),b.select(),document.execCommand("copy"),c.removeAllRanges(),document.body.removeChild(b)}(`[${document.title}](${location.href})`);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment