phithon (3)

phithon CheckTopsy2010-07-29

Check the current page on Topsy. / 現在開いているページをTopsyで確認します。

location.href='http://topsy.com/'+encodeURIComponent(location.href.split('/').slice(2).join('/'));
phithon PukiWikiLinker2010-06-29

Alert the link expression for the pages or anchors on PukiWIki. / PukiWikiで現在のページやアンカ...

alert('[[>'+decodeURIComponent(location.href.split('?')[1])+']]');
phithon CheckBackType2010-06-29

Check the url on the BackType. / 現在開いているページをBackTypeで確認します。

location.href='http://www.backtype.com/page/'+encodeURIComponent(location.href.split('/').slice(2...