-
-
Save igorfelipeduca/3d5d9cb0fe0a4ded749f39f28eb2efb2 to your computer and use it in GitHub Desktop.
follow all people from a person's following list
This file contains 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 followButtons = document.getElementsByClassName("css-175oi2r r-1loqt21 r-1otgn73 r-1fuqb1j r-11f147o r-gu64tb") | |
for(const button of followButtons) { | |
if(button.innerText == "Follow") button.click() | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
disclaimer: this script will only follow the people that are visible in your screen.
in order to follow a larger number of profiles, keep scrolling the page to its very bottom