Skip to content

Instantly share code, notes, and snippets.

@yosugi
Last active December 17, 2015 21:59
Show Gist options
  • Select an option

  • Save yosugi/5678814 to your computer and use it in GitHub Desktop.

Select an option

Save yosugi/5678814 to your computer and use it in GitHub Desktop.
<h1>ページのタイトルと URL をコピーするブックマークレット</h1>
<a href=
"javascript:void(window.clipboardData.setData('text', '[' + document.title+']('+document.location + ')'))">
URLコピー</a>
<a href=
"javascript:window.prompt('','['+ document.title +']('+ location.href + ')');void(0);">
URLコピーMarkdown</a>
<a href=
"javascript:window.prompt('','<a href=\''+ location.href +'\'>'+ document.title + '</a>');void(0);">
URLコピーhtml</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment