Skip to content

Instantly share code, notes, and snippets.

@creotiv
Created October 5, 2023 14:02
Show Gist options
  • Save creotiv/6b49c67f1aa9cf8ca4bd10c2d77a3fbe to your computer and use it in GitHub Desktop.
Save creotiv/6b49c67f1aa9cf8ca4bd10c2d77a3fbe to your computer and use it in GitHub Desktop.
Invite all linkedin page
javascript:els = document.getElementsByClassName("invitee-picker-connections-result-item--can-invite");for (let i=0;i<els.length;i++){ els[i].click(); };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment