r3L4x
Power Member
- Nov 26, 2014
- 575
- 318
With this method I made 3000+ connections in Linkedin.
1) Long In and go to "My Network".
2) Right click on anywhere and chose inspect elements, then chose console.
3) Type in this code in console: setInterval(function() { window.scrollTo(0, document.body.scrollHeight); }, 20);
Last number means time of scrolling down. With bigger number it will gonna scroll slower.
4) After you scroll some time, type in this command: __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); });
Don't hold scroll to long!
Repeat this process few times in day.
1) Long In and go to "My Network".
2) Right click on anywhere and chose inspect elements, then chose console.
3) Type in this code in console: setInterval(function() { window.scrollTo(0, document.body.scrollHeight); }, 20);
Last number means time of scrolling down. With bigger number it will gonna scroll slower.
4) After you scroll some time, type in this command: __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); });
Don't hold scroll to long!
Repeat this process few times in day.
Last edited: