Free Linkedin Connections

r3L4x

Power Member
Joined
Nov 26, 2014
Messages
575
Reaction score
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.
 
Last edited:
Inspect element?
people would want their connections to stick not go away the next time they refresh lol.
 
I think this was posted already some months ago.
 
Inspect element?
people would want their connections to stick not go away the next time they refresh lol.

Do you understand what is java command lines? Inspect elements is just to get inside console, when you tipe in java codes it do automatically all work.
First code gives automatically scroll to bottom, other code triggers one by one connect button....


I think this was posted already some months ago.

Yes you are right, but it whose poststed for twitter, I modded it for Linkedin.
 
Do you understand what is java command lines? Inspect elements is just to get inside console, when you tipe in java codes it do automatically all work.
First code gives automatically scroll to bottom, other code triggers one by one connect button....




Yes you are right, but it whose poststed for twitter, I modded it for Linkedin.
No I there was some script for LinkedIn which I used too. Can't find the thread though.
 
Do you understand what is java command lines? Inspect elements is just to get inside console, when you tipe in java codes it do automatically all work.
First code gives automatically scroll to bottom, other code triggers one by one connect button....




Yes you are right, but it whose poststed for twitter, I modded it for Linkedin.
Ah I see, sorry didn't knew that.
 
Back
Top