Skip to content

Instantly share code, notes, and snippets.

@arosh
Created March 16, 2012 04:45
Show Gist options
  • Save arosh/2048547 to your computer and use it in GitHub Desktop.
Save arosh/2048547 to your computer and use it in GitHub Desktop.
はてな記法用のリンクを取得するブックマークレット (TwitterとMarkdown付き)

ブックマークレットをGistに上手く書く方法を見つけられなかったので、自分で「お気に入りを作成」→「編集」の手順で登録して下さい。

javascript:(function(){var%20d=window.open().document;d.writeln('<table>');d.writeln('<tr><td>はてな記法</td><td>['+location.href+':title='+document.title+']</td></tr>');d.writeln('<tr><td>Twitter</td><td>'+document.title+'%20'+location.href+'%20</td></tr>');d.writeln('<tr><td>Markdown</td><td>['+document.title+']('+location.href+')</td></tr>');d.writeln('</table>');d.close();})();

1行になるように気をつけて下さい。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment