Created
June 12, 2020 21:50
-
-
Save impshum/d01dbc7f9b60b8f62ecc43b4068f1938 to your computer and use it in GitHub Desktop.
Automagically Up/downvote all on page | Reddit
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
// 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