Skip to content

Instantly share code, notes, and snippets.

@nightbook
Last active January 3, 2016 15:39
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 nightbook/8484268 to your computer and use it in GitHub Desktop.
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.
$('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