Last active
January 3, 2016 15:39
-
-
Save nightbook/8484268 to your computer and use it in GitHub Desktop.
Pinterest Follow All - jQuery Console Snippet - Instructions: Simple Inspect a Pinterest page with follow buttons and execute through the console, should click all follow buttons excluding unfollow buttons. *This is how I quickly follow all my followers en masse.
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
$('button[class^="UserFollowButton"]:not(.dim)').trigger('click'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment