follow and remove

twitter_friend_page_all_follwing.bookmarklet.js

javascript:var bs=document.evaluate('//button[text()="follow"]',document,null,XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE,null);for(var i=0;i<bs.snapshotLength;i++){var b=bs.snapshotItem(i);b.click();}

twitter_friend_page_all_removing.bookmarklet.js

javascript:var bs=document.evaluate('//button[text()="remove"]',document,null,XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE,null);for(var i=0;i<bs.snapshotLength;i++){var b=bs.snapshotItem(i);b.click();}

AutoPagerize で繋ぎ合せたページで有効にならないので残念。なんでかなあ。

追記(2009-07-01):実に良いタイミング? で twitter の following/follower のページがアップデートされちゃったので使えなくなっています