Last active
April 1, 2016 19:42
-
-
Save LeoVerto/b854cebba93f135db1176172b4e634c7 to your computer and use it in GitHub Desktop.
Slightly modified userscript with built-in REMEMBER TURLEY
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 & Remember Turley | |
// @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(); | |
document.getElementsByClassName("text-counter-input")[0].value = "REMEMBER TURLEY!"; | |
document.getElementById("robinSendMessage").submit(); | |
console.log("REMEMBER TURLEY!"); | |
}, 10000); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This userscript waits ten seconds after being loaded, votes GROWTH and sends "REMEMBER TURLEY!" once.
It does not spam.
To use this, install Greasemonkey for Firefox or Tampermonkey for Chrome to use this userscript.
Opera has built-in userscript support.