Last active
April 1, 2016 23:08
-
-
Save LeoVerto/09bd7a82cb3e2e09b3d24ef0a65e8b1c to your computer and use it in GitHub Desktop.
Userscript for automatically voting "Growth" on reddit robin
This file contains hidden or 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
// ==UserScript== | |
// @name Robin Auto-Growth | |
// @namespace com.github.leoverto | |
// @include https://www.reddit.com/robin/ | |
// @version 1 | |
// @grant none | |
// ==/UserScript== | |
setTimeout(function () { | |
document.getElementsByClassName("robin--vote-class--increase")[0].click(); | |
console.log("WE SHALL GROW!"); | |
}, 10000); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Install Greasemonkey for Firefox or Tampermonkey for Chrome to use this userscript.
Opera has built-in userscript support.