Haiku!
by
pmint
2014-05-10 [2014/05/10 14:48:16]
見ているページにはてなハイクで言及したいときに発動させるもの
@@ -5,4 +5,5 @@
*/
-window.location = 'http://h.hatena.ne.jp/target?word=' + encodeURIComponent(window.location);
+location = 'http://h.hatena.ne.jp/target?word=' + encodeURIComponent(location) + '&body=' + encodeURIComponent(getSelection());
+
/*
* @title Haiku!
* @description 見ているページにはてなハイクで言及したいときに
* @license MIT License
*/
location = 'http://h.hatena.ne.jp/target?word=' + encodeURIComponent(location) + '&body=' + encodeURIComponent(getSelection());
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。