[Script] Growing your LinkedIn Profile! Easy 500+ Connections

Didn't work out for me today, It showed like this
upload_2017-2-28_11-18-50.png
 
I tried the script and the chrome addon bit it doesn't work. I get this error: "Uncaught TypeError: Cannot read property 'click' of undefined at inject.js.49"
 
Hi!

I have come across this post and I got some problems so I could have this script working, the same happens to others users so, for those who can't get it working, I have written another script inspired by the @BrazenBull script.

The steps to use this script are the same as the one of BrazenBull:
  1. Log in to the account you want to get new connections;
  2. Go to "My Network";
  3. Right-click on the page and click in "Inspect" then click on the "Console" tab.
  4. Copy and paste the following code in your console:
    Code:
    setInterval(function() { window.scrollTo(0, document.body.scrollHeight); }, 2000);
  5. Let the page scroll down automatically for a while.
  6. When the page reaches its end. Copy and paste in your console the code (this is the different thing):

    Code:
    function addConnection(component){
    var btn_type=component.text().trim().split(' ')[0].trim();
    if ((btn_type=="Invite" || btn_type=="Invitar")==false) {
            component.trigger('click');
        }
    }
    
    jQuery('.button-secondary-small').each(function(index, value) {
    setTimeout(addConnection($(this)), index * 1000);
    });
  7. And it is done. Just let it work and try to don't use it a lot to don't be flagged, as BrazenBull recommends, just once per week.
Note: I have added a little thing in the code: Now you won't invite people to join LinkedIn, you will just invite people with the Connect button. The way this script do this is checking for the button text. If it has "Invite" (or "Invitar" in Spanish), we will skip that contact. If you use LinkedIn in another language just change the "Invite" or "Invitar" with your language word for Invite.

Anyway, thanks to @BrazenBull for the awesome idea!
 
Hi!

I have come across this post and I got some problems so I could have this script working, the same happens to others users so, for those who can't get it working, I have written another script inspired by the @BrazenBull script.

The steps to use this script are the same as the one of BrazenBull:
  1. Log in to the account you want to get new connections;
  2. Go to "My Network";
  3. Right-click on the page and click in "Inspect" then click on the "Console" tab.
  4. Copy and paste the following code in your console:
    Code:
    setInterval(function() { window.scrollTo(0, document.body.scrollHeight); }, 2000);
  5. Let the page scroll down automatically for a while.
  6. When the page reaches its end. Copy and paste in your console the code (this is the different thing):

    Code:
    function addConnection(component){
    var btn_type=component.text().trim().split(' ')[0].trim();
    if ((btn_type=="Invite" || btn_type=="Invitar")==false) {
            component.trigger('click');
        }
    }
    
    jQuery('.button-secondary-small').each(function(index, value) {
    setTimeout(addConnection($(this)), index * 1000);
    });
  7. And it is done. Just let it work and try to don't use it a lot to don't be flagged, as BrazenBull recommends, just once per week.
Note: I have added a little thing in the code: Now you won't invite people to join LinkedIn, you will just invite people with the Connect button. The way this script do this is checking for the button text. If it has "Invite" (or "Invitar" in Spanish), we will skip that contact. If you use LinkedIn in another language just change the "Invite" or "Invitar" with your language word for Invite.

Anyway, thanks to @BrazenBull for the awesome idea!

Dude that's awesome! I was wanting something like this lately. Btw, I connect with 150-200 people a day, no ban...
 
Go to: https://www.linkedin.com/mynetwork/
Paste this in the console of any browser.

var counter = 0; jQuery('[data-control-name=invite]').each(function(index){ if (counter > 10) { return; } else { jQuery(this).trigger('click') } counter ++; })

Increase the number in (counter > xxx) to the number you like. :
 
Go to: https://www.linkedin.com/mynetwork/
Paste this in the console of any browser.

var counter = 0; jQuery('[data-control-name=invite]').each(function(index){ if (counter > 10) { return; } else { jQuery(this).trigger('click') } counter ++; })

Increase the number in (counter > xxx) to the number you like. :

That didn't do anything, got an error:

Code:
X.fn.init(103) [button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, button.button-secondary-small, …]
[0 … 99]
[100 … 102]
context
:
document
length
:
103
prevObject
:
X.fn.init [document, context: document]
selector
:
"[data-control-name=invite]"
__proto__
:
Object(0)
 
Back
Top