Auto Follow Twitter Users

I’m often tasked with building a twitter user’s following. This script is for the console of your web browser and it will click all of the Follow Buttons for you automatically. var FOLLOW_PAUSE = 1250; var FOLLOW_RAND = 250; var PAGE_WAIT = 2000; __cnt__ = 0; var f; f = function() { var eles; var […]

Auto Follow Twitter Users Read More ยป