Tweeter Karma is a great little tool for showing and filtering your Twitter followings and followers but apparently recently they had to remove there ‘Unfollow All’ feature at Twitter’s request. Which for some people, not a problem but if you have used one of them Twitter tools, you can have hundreds of followings and a disproportionate number of followers.
So in true hacker style I have come up with a small Javascript snippet that will unfollow everyone on the page.
All it does is look for the Unfollow links and triggers the click event. Wait a second. Repeat.
function pausecomp(ms) { ms += new Date().getTime(); while (new Date() < ms){} } $('.twitter-users li').each(function() { $(this).find('div.action a').click(); pausecomp(1000); });
Just to make life abit easier, there is also a nice bookmarklet below, just drag it to your bookmark bar: Unfollow All
No related posts.







