/*
* @title TwitterユーザをGoogleリアルタイム検索
* @description Twitterのページから該当するユーザについてのGoogleリアルタイム検索ページへ移動する
* @include http://twitter.com/*
* @license MIT License
* @require
*/
(function(h){if(h.match(/^https?:\/\/twitter\.com\/(?:#!\/)?([^\/]+)/))location.href='http://www.google.co.jp/search?q=site:twitter.com/'+RegExp.$1+'&num=20&safe=off&tbs=mbl:1'})(location.href)