Created
May 27, 2020 21:08
-
-
Save rms1000watt/596c7c15250ce443f36e90396020c7ac to your computer and use it in GitHub Desktop.
accept all users linkedin may 2020
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
| // Courtesy: https://dev.to/aletisunil/accepting-linkedin-invitations-through-javascript-2p0b | |
| var x = document.getElementsByClassName("invitation-card__action-btn artdeco-button artdeco-button--2 artdeco-button--secondary ember-view"); | |
| for(var i=0;i < x.length;i++){x[i].click();} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment