Check the current page on Topsy. / 現在開いているページをTopsyで確認します。
location.href='http://topsy.com/'+encodeURIComponent(location.href.split('/').slice(2).join('/'));
Alert the link expression for the pages or anchors on PukiWIki. / PukiWikiで現在のページやアンカ...
alert('[[>'+decodeURIComponent(location.href.split('?')[1])+']]');
Check the url on the BackType. / 現在開いているページをBackTypeで確認します。
location.href='http://www.backtype.com/page/'+encodeURIComponent(location.href.split('/').slice(2...