Twitter code for followers not working

mazterg

Junior Member
Joined
May 4, 2013
Messages
104
Reaction score
46
Is there an update? ? Twitter detected the code, and It's not working anymore.

Code:
__cnt__=0; jQuery('.Grid-cell .not-following .follow-text').each(function (i, ele) { ele = jQuery(ele); if (ele.css('display')!='block') {console.log('already following:', i); return;} setTimeout(function () {ele.click();}, __cnt__++*500); });
 
anyone? Is there a new code for AUTO Follow?
 
Back
Top