[Twitter] Twitter Karma Javascript Trick to bulk Unfollow non-followers
Step3: Press hold ctrl+shift+j on chrome
COMING THIS WEEK HOW TO BROWSE FREE WHEN YOUR MODEM IS ZERO BALANCE SPEEDS: 200K---1.8MBS
This is a little javascript code that will click on all these "unfollow" links on twitter karma.
Step 1: Go to twitter karma
Step 2 : Select "Only Following"Code:http://dossy.org/twitter/karma/
Step 3 : Paste this javascript code
Step 4 : Press the thanks buttonCode: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();
No comments:
Post a Comment