Created
April 1, 2016 16:20
-
-
Save LeoVerto/e9ee148b740bd1ef43299df435dc7070 to your computer and use it in GitHub Desktop.
Reddit Robin Auto-Grow
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
// Paste this into your browser's dev console to automatically click "Grow" once a minute. | |
setInterval(function () {document.getElementsByClassName("robin--vote-class--increase")[0].click();}, 60000); |
Apparently the site reloads and the script is unloaded (and I got kicked out of my favourite room) so I made a userscript.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
FYI - Chrome users can open their dev console with
ctrl
+shift
+J