/*
* @title CheckTopsy
* @description Check the current page on Topsy. / 現在開いているページをTopsyで確認します。
* @include http://*
* @license MIT License
* @require
*/
location.href = 'http://topsy.com/' + encodeURIComponent(location.href.split('/').slice(2).join('/'));