Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rms1000watt/596c7c15250ce443f36e90396020c7ac to your computer and use it in GitHub Desktop.
Save rms1000watt/596c7c15250ce443f36e90396020c7ac to your computer and use it in GitHub Desktop.
accept all users linkedin may 2020
// 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