/*
* @title はてブで開く
* @description 閲覧中のページをはてなブックマークで開きます。
* @include http://*
* @license MIT License
* @require
* @javascript_url
*/
(function() {
location.href = "http://b.hatena.ne.jp/entry/" + location.href.replace(/^http:\/\//, "").replace(/^https:\/\//, "s/")
}());