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