/*
* @title B!
* @description open Hatena::Bookmark in new tab/window
* @include http://*
* @include https://*
* @contributor dankogai http://let.hatelabo.jp/dankogai/let/gYC-xpO_j7qpDw (Fork of)
* @author noromanba http://let.hatelabo.jp/noromanba/let/gYC-y5_1hrbuWA
* @license MIT License
* @require
*/
// remove escape() for i18n e.g. http://ja.uncyclopedia.info/wiki/%E7%9B%A5%E5%9B%9E%E3%81%97
window.open('http://b.hatena.ne.jp/entry/' + location.href, '_blank');
void 0;