/*
* @title Twitter検索 URLで
* @description 開いているURLでTwitter検索をアプリで開く(スマートフォン向け)
* @include http://*
* @license MIT License
* @javascript_url
*/
(function(){
location.href='twitter://search?query='+encodeURIComponent(location.href);
})();