/*
* @title +A
* @description add Hatena Antenna
* @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. 4(2)
* @javascript_url
*/
(function () {
// TODO must be % encode, bot returns HTTP 404
location.href = 'http://a.hatena.ne.jp/append?' + location.href;
})();