開いてるページのはてブページを開く
/* * @title 開いてるページのはてブページを開く * @description 開いてるページのはてブページを開く * @include http://* * @license MIT License * @require */ (function(){ location.href = 'http://b.hatena.ne.jp/entry/' + location.href; })();