Here is the procedure:
setInterval(function() { window.scrollTo(0, document.body.scrollHeight); }, 2000);
7. Your browser will start to scroll down, just do another thing meanwhile you wait it stops going down
8. When the page reaches the end, just copy and paste this code (Note: Don’t press ‘Enter’, read the next line!)
var currentSuccesfulConnections="0;
var totalConnections=”0;
var totalInvitations=”0;
var inviteText=””;
function addConnection(connection){
var btn_type=”connection.text().trim().split(‘” ‘)[0].trim();
if (btn_type!=inviteText) {
connection.trigger(‘click’);
currentSuccesfulConnections+=1;
}else{
totalInvitations+=1;
}
}
function createConnections(text_invite,max_succesful_connections){
inviteText=”text_invite;
var connections=”jQuery(‘.button-secondary-small’);
totalConnections=”connections.size();
if(max_succesful_connections==0){
max_succesful_connections=”totalConnections;
}
connections.each(function(index, value) {
if(currentSuccesfulConnections<max_succesful_connections){
setTimeout(addConnection($(this)), index * 1000);
}else{
return false;
}
});
console.log(“Possible total connections: ” + totalConnections);
console.log(“Succesful total connections: ” + currentSuccesfulConnections);
console.log(“Total invitations avoided: ” + totalInvitations);
}
// Don’t touch anything above this line
// Change “Invite” to the word Invite in your language if you use LinkedIn in a different language (for example if you use LinkedIn in Spanish, you should change “Invite” with “Invitar”)
// If you want to restrict the number of connections change the 0 with another number. 0 means unlimited connections, it will try to connect with everyone in your recommended connections. If you change it to another number, you will do the script connect with a maximum that number of users. Fo example, if I change 0 to 100, I will connect with just 100 persons (as much)
createConnections(“Invite”,0);
9. Before press ‘Enter’, you just need to configure two things that I have explained in the code, but I will explain again here;
First, to avoid inviting people who are not on LinkedIn, we will avoid Invite buttons. If you are using LinkedIn in English, just leave “Invite” as it. If you use LinkedIn in another language change “Invite” to the ‘Invite’ translation word in your language. For example, in Spanish ‘Invite’ is ‘Invitar’, so I will change “Invite” to “Invitar”.
Second, if you want to connect with everyone, just leave the 0 there. But if you want to connect just with a few, let’s say 40, you can change that 0 to 40 and the script will just connect with 40. So, in conclusion, for example, if your LinkedIn is in Spanish and you want to connect with just 40, you have to replace. Look for the last line, the one with this: createConnections(“Invite”,0);
createConnections("Invite",0);
createConnections("Invitar",40);
9. And now, just press ‘Enter’ and wait, maybe that browser tab will freeze for a while but don’t worry, after a while, you will have made all the connections
Victor Mochere is an award winning blogger, social media influencer, literati savant, altruistic, and a netpreneur creating and marketing digital content.
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Permission to use quotation from any article is granted subject to full credit of the source being given by referencing the direct link of the article on Victor Mochere. However, reproducing any content on this site without explicit permission is strictly prohibited.
We are committed to upholding our editorial standards, including accuracy. Our policy is to review each issue on a case by case basis, immediately upon becoming aware of a potential error or need for clarification, and to resolve it as quickly as possible. If you notice an error or typo that needs correction, please don’t hesitate to contact us for immediate action.
Victor Mochere brings you a daily dose of well curated up to date facts, news, opinions and important updates from Kenya, Africa and around the World.
Copyright © 2021 Victor Mochere. All rights reserved.
Copyright © 2021 Victor Mochere. All rights reserved.
Amazing
Hey there I am so delighted I found your weblog, I really found you by accident, while I was researching on Yahoo for something else, Nonetheless I am here now and would just like to say thanks a lot for a incredible post and a all round exciting blog (I also love the theme/design), I don’t have time to browse it all at the moment but I have book-marked it and also added in your RSS feeds, so when I have time I will be back to read more, Please do keep up the awesome work.
You need to participate in a contest for top-of-the-line blogs on the web. I’ll recommend this site!
Thank you.