Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ==UserScript==
- // @name ROBIN AUTOVOTER - BRAIN POWER EDITION
- // @namespace http://www.howlongsincekatyperryslastalbum.com
- // @version 1.989
- // @description Autovotes via text on /r/robin and spams BRAIN POWER
- // @author /u/peix (credit to /u/keythkatz for original Robin Autovoter)
- // @match https://www.reddit.com/robin*
- // @grant none
- // ==/UserScript==
- /* jshint -W097 */
- 'use strict';
- function sendMessage(message){
- $("#robinSendMessage > input[type='text']").val(message);
- $("#robinSendMessage > input[type='submit']").click();
- }
- }, 5000);
- setInterval(function(){
- sendMessage("/vote grow");
- sendMessage("← Automatically voted grow. →");
- }, 10000);
- setTimeout(function(){
- sendMessage("/vote grow");
- sendMessage("← Automatically voted grow. →");
- setTimeout(function(){
- window.location.reload();
- }, 300000);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement