Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- __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); });
Add Comment
Please, Sign In to add comment