Search This Blog

Monday, October 1, 2012

HOW TO MASS UNFOLLOW ON TWITTER


Smile [Twitter] Twitter Karma Javascript Trick to bulk Unfollow non-followers

This is a little javascript code that will click on all these "unfollow" links on twitter karma.

Step 1: Go to twitter karma

Code:
http://dossy.org/twitter/karma/
Step 2 : Select "Only Following"

Step3: Press hold  ctrl+shift+j on chrome

Step 3 : Paste this javascript code

Code:
javascript: /* nemsis 4 bhw */ function tr_unf() { var unfollowlinks = []; for (var i=0; i < document.links.length; i++) {if (document.links[i].text=="unfollow"){unfollowlinks[unfollowlinks.length] = document.links[i];}} /* nemsis 4 bhw */ for (var i=0; i<unfollowlinks.length; i++) {var rrr=unfollowlinks[i].onclick();} } tr_unf();
Step 4 : Press the thanks button 

No comments:

Post a Comment