Created
May 17, 2020 07:42
-
-
Save ryu22e/de82e7f08418e4056454a61ce4ed2fca to your computer and use it in GitHub Desktop.
[Bookmarklet]Copy as Markdown link
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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