Last active
June 15, 2018 06:49
-
-
Save knorthfield/b070c8c4b1f62a6bbfa6102afc6e3333 to your computer and use it in GitHub Desktop.
Mass Connect LinkedIn
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
// Use in console on https://www.linkedin.com/mynetwork/ | |
$('[data-control-name="connection_connections_connect"]').click(); | |
$('[data-control-name="invite"]').click(); | |
window.location.reload(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment