+B!
by
noromanba
2017-02-19 [2017/02/19 18:25:42]
(Forked from
B! by
noromanba)
add Hatena::Bookmark in new tab/window
@@ -7,7 +7,7 @@
* @contributor noromanba http://let.hatelabo.jp/noromanba/let/gYC-y5_1hrbuWA (Fork of)
* @author noromanba
* @license MIT License http://opensource.org/licenses/MIT
- * @require
+ * @javascript_url
*/
// via http://nyaos.org/d/index.cgi?p=%282013.02.16%29#p1
@@ -19,3 +19,4 @@
window.open('http://b.hatena.ne.jp/my/add.confirm?url=' + url, '_blank');
})();
+
(function () {
var url = (document.head.querySelector('link[href][rel=canonical]') || {}).href || location.href;
window.open('http://b.hatena.ne.jp/my/add.confirm?url=' + url, '_blank');
})();
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。