Skip to content

Instantly share code, notes, and snippets.

@PauloLuan
Created February 24, 2021 11:46
Show Gist options
  • Save PauloLuan/74f4e6ca9e32b97165b049d281137ef3 to your computer and use it in GitHub Desktop.
Save PauloLuan/74f4e6ca9e32b97165b049d281137ef3 to your computer and use it in GitHub Desktop.
linkedin_accpet_invitations.js
// É só acessar: https://lnkd.in/dxFRjUe
(async function(){
await document.querySelectorAll(".invitation-card__action-container .artdeco-button--secondary").forEach(c => c.click())
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment