I cannot figure this out Newbie-Itis HELP!!!! I followed the instructions its not working any suggestions Team? Slap a video together would help the Script for Newbies...
Make sure you're on a twiends.com page that has green "+follow" buttons (so you'll probably have to click "See More" from the home page, to see a listing of people in a section, with "+follow" buttons), then paste the code in your address bar and press enter.
If you're using FireFox it might not work (neither nemsis' code, or mine, worked in my FireFox) - in which case just install the FireBug extension, click the icon to open it (after restarting FireFox), go to the "Console" tab, and run the code in there.
Here's my version of the same code:
Code:
javascript: var followlinks = $('a.follow'); for (var i=0; i<followlinks.length; i++) { var rrr=followlinks[i].onclick(); }
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.