Skip to content

Instantly share code, notes, and snippets.

@LeoVerto
Created April 1, 2016 16:20
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save LeoVerto/e9ee148b740bd1ef43299df435dc7070 to your computer and use it in GitHub Desktop.
Save LeoVerto/e9ee148b740bd1ef43299df435dc7070 to your computer and use it in GitHub Desktop.
Reddit Robin Auto-Grow
// 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);
@Jwely
Copy link

Jwely commented Apr 1, 2016

FYI - Chrome users can open their dev console with ctrl + shift + J

@LeoVerto
Copy link
Author

LeoVerto commented Apr 1, 2016

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