DEV Community

Rajesh Royal
Rajesh Royal

Posted on

๐—›๐—ผ๐˜„ ๐˜๐—ผ ๐—ฎ๐—ฐ๐—ฐ๐—ฒ๐—ฝ๐˜ ๐—บ๐˜‚๐—น๐˜๐—ถ๐—ฝ๐—น๐—ฒ ๐—Ÿ๐—ถ๐—ป๐—ธ๐—ฒ๐—ฑ๐—ถ๐—ป ๐—œ๐—ป๐˜ƒ๐—ถ๐˜๐—ฎ๐˜๐—ถ๐—ผ๐—ป๐˜€ at onceโ“

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();
}
Enter fullscreen mode Exit fullscreen mode

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)