Visit Linkedin
open the mynetwork/invitation-manager/
page and past this code in the console.
let buttons = document.getElementsByClassName('artdeco-button--secondary');
for(i = 0; i < buttons.length; i++){
buttons[i].click();
}
And that's how we can accept multiple Invitations.
You can use the same Idea to send multiple invites at once. I will suggest a delay between actions to be safe from algorithms.
Have a nice day fellows ๐
Top comments (0)