Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save villian/05af2128e37721af5fc3202a3d60cf95 to your computer and use it in GitHub Desktop.
Save villian/05af2128e37721af5fc3202a3d60cf95 to your computer and use it in GitHub Desktop.
Linkedin: Accept all pending invitations, run in browser console
var x = document.getElementsByClassName('invitation-card__action-btn artdeco-button'); 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