Skip to content

Instantly share code, notes, and snippets.

@gmolveau
Created April 21, 2022 19:28
Show Gist options
  • Save gmolveau/9adad1ec740a0940c2aa848c6d39932a to your computer and use it in GitHub Desktop.
Save gmolveau/9adad1ec740a0940c2aa848c6d39932a to your computer and use it in GitHub Desktop.
auto-add linkedin connections in group
// open the invite modal in a group
// paste the following code in the console
// try adding 50 people by batch otherwise the tab may crash
[].forEach.call(document.querySelectorAll(".invitee-picker-connections-result-item--can-invite"), function(input) {
input.click()
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment