Skip to content

Instantly share code, notes, and snippets.

@ryanrushing
Created November 7, 2013 21:01
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 ryanrushing/7361798 to your computer and use it in GitHub Desktop.
Save ryanrushing/7361798 to your computer and use it in GitHub Desktop.
Vote all comments on an Imgur page in the same way
// Open console in your browser, paste, hit enter.
// to upvote all comments
$('[title=like]').not('.pushed').click();
// to downvote all comments
$('[title=dislike]').not('.pushed').click();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment