NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name RobinGrow // @namespace com.pta2002.robingrower // @description GROW! // @include https://www.reddit.com/robin // @include http://www.reddit.com/robin // @include https://reddit.com/robin // @include http://reddit.com/robin // @include https://www.reddit.com/robin/ // @include http://www.reddit.com/robin/ // @include https://reddit.com/robin/ // @include http://reddit.com/robin/ // @version 1 // @grant none // ==/UserScript== function sendMessage(message){ $("#robinSendMessage > input[type='text']").val(message); $("#robinSendMessage > input[type='submit']").click(); } setTimeout(function(){ sendMessage("/vote grow"); }, 5000);