+A
by
noromanba
2015-02-03 [2015/02/03 02:33:00]
add page to Hatena Antenna in new tab/window
-
/*
* @title +A
* @description add page to Hatena Antenna in new tab/window
* @include http://*
* @include https://*
* @contributor Hatena http://www.hatena.ne.jp/tool/bookmarklet#scripts
* @license MIT License http://developer.hatena.ne.jp/ja/license art. 2(4)
* @javascript_url
*/
(function () {
// canonicalize c.f.
// http://let.hatelabo.jp/noromanba/let/hLHVzOTQjfYH
var canonical = (document.head.querySelector('meta[property="og:url"][content]') || {}).content ||
(document.head.querySelector('link[rel="canonical"][href]') || {}).href ||
location.href;
var antenna = 'http://a.hatena.ne.jp/append?' + encodeURIComponent(canonical);
window.open(antenna, '_blank');
})();
-
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。