/*
* @title はてなブックマークコメントツイート
* @description はてなブックマークページから自分のコメントとeidベースURLを持ってツイート投稿フォームに遷移するブックマークレット。
*/
javascript:(()=>{document.location.href='https://twitter.com/share?text='+encodeURIComponent(document.querySelector('span.entry-myBookmark-text').textContent+' / ')+'&url='+'https://b.hatena.ne.jp/entry/'+document.getElementsByTagName('html')[0].getAttribute('data-entry-eid');})();