B!
@@ -1,9 +1,13 @@
/*
- * @title このページのはてブ
- * @description 現在表示中のページに対応するはてなブックマークのページを開く
+ * @title B!
+ * @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
* @license MIT License
* @require
*/
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 です。