Userscript for automatically voting "Growth" on reddit robin
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
// ==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.