B!
@@ -3,11 +3,11 @@
* @description open Hatena::Bookmark on new tab/window
* @include http://*
* @include https://*
- * @contributor dankogai http://let.hatelabo.jp/dankogai/let/gYC-xpO_j7qpDw
- * @author noromanba http://flavors.me/noromanba
+ * @contributor dankogai http://let.hatelabo.jp/dankogai/let/gYC-xpO_j7qpDw (Fork of)
+ * @author noromanba http://let.hatelabo.jp/noromanba/let/gYC-y5_1hrbuWA
* @license MIT License
* @require
*/
-window.open('http://b.hatena.ne.jp/entry/'+escape(location.href), '_blank');
+window.open('http://b.hatena.ne.jp/entry/' + escape(location.href), '_blank');
void 0;
window.open('http://b.hatena.ne.jp/entry/' + escape(location.href), '_blank');
void 0;
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。