mazterg
Junior Member
- May 4, 2013
- 104
- 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); });