Skip to content

Instantly share code, notes, and snippets.

@tgmarinho
Forked from loiane/linkedin.js
Created July 14, 2020 14:55
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 tgmarinho/56df66490f3e2b64e30bdae035d56a5b to your computer and use it in GitHub Desktop.
Save tgmarinho/56df66490f3e2b64e30bdae035d56a5b to your computer and use it in GitHub Desktop.
linkedin script da loiane pra aprovar amizades massivamente
const x = document.getElementsByClassName('artdeco-button--secondary'); for (let i=0 ; i<x.length; i++) x[i].click();
// falta paginacao e aceitar >100 numa tacada :P
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment