Skip to content

Instantly share code, notes, and snippets.

@techguybiswa
Created March 17, 2019 20:07
Show Gist options
  • Save techguybiswa/fd2f90bd8ab7753dcf4c4e2b0c873ad7 to your computer and use it in GitHub Desktop.
Save techguybiswa/fd2f90bd8ab7753dcf4c4e2b0c873ad7 to your computer and use it in GitHub Desktop.
// linkedin script
var listOfTopInvitations = document.getElementsByClassName("invitation-card__action-btn button-secondary-medium");
for (var i = 0;i<listOfTopInvitations.length();i++) { listOfTopInvitations[i].click() }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment