/*
* @title 現在のページを【選択文字+タイトル+URL】でTweetbot for Mac OS XのNew Tweetで開く
* @description 選択文字がない場合は,タイトル+URLのみ
* @include
* @license MIT License http://opensource.org/licenses/MIT
* @require
*/
javascript:var v='';v=window.getSelection()==''?'':window.getSelection()+' "';window.location='tweetbot:///post?text='+encodeURIComponent(v+document.title+' '+window.location.href);