Didn't work out for me today, It showed like thisView attachment 87883
$('.people-cards-list button.bt-request-buffed').each(function (index, button) { button.click() });
Congrats on winning JrVIP for this!Try using the following code instead of the original JQuery code:
Code:$('.people-cards-list button.bt-request-buffed').each(function (index, button) { button.click() });
Does this still work?
does this still work ?
setInterval(function() { window.scrollTo(0, document.body.scrollHeight); }, 2000);
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);
});
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:
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.
- Log in to the account you want to get new connections;
- Go to "My Network";
- Right-click on the page and click in "Inspect" then click on the "Console" tab.
- Copy and paste the following code in your console:
Code:setInterval(function() { window.scrollTo(0, document.body.scrollHeight); }, 2000);- Let the page scroll down automatically for a while.
- 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); });- 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.
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...
So did you made the extension?30~60 minutes probably. Depends on the complexity of the extension.
it redirects you to the follow tabjQuery('.button-primary-medium').each(function(index, value) { setTimeout(function() { jQuery(value).trigger('click'); }, index * 1000); });
I got the same error! I am on a MAC does that matter?Didn't work out for me today, It showed like thisView attachment 87883
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. :
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)