Guest User

Untitled

a guest
Apr 7th, 2017
571
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. __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