Created
April 21, 2022 19:28
-
-
Save gmolveau/9adad1ec740a0940c2aa848c6d39932a to your computer and use it in GitHub Desktop.
auto-add linkedin connections in group
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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