Skip to content

Instantly share code, notes, and snippets.

@impshum
Created June 12, 2020 21:50
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 impshum/d01dbc7f9b60b8f62ecc43b4068f1938 to your computer and use it in GitHub Desktop.
Save impshum/d01dbc7f9b60b8f62ecc43b4068f1938 to your computer and use it in GitHub Desktop.
Automagically Up/downvote all on page | Reddit
// OPEN JS CONSOLE THEN
// UPVOTE
$('.up').click();
// DOWNVOTE
$('.down').click();
// P.S. NOT RECOMMENDED
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment