-
-
Save loiane/a6e3d4822c744362dc968e403b1c25d2 to your computer and use it in GitHub Desktop.
linkedin script da loiane pra aprovar amizades massivamente
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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