Skip to content

Instantly share code, notes, and snippets.

@NorbiPeti
Created April 1, 2016 17:36
Show Gist options
  • Save NorbiPeti/ff45ec19ecabd0f0cc4478b5423aba82 to your computer and use it in GitHub Desktop.
Save NorbiPeti/ff45ec19ecabd0f0cc4478b5423aba82 to your computer and use it in GitHub Desktop.
reddit.com/robin
// ==UserScript==
// @name Robin auto-grow
// @namespace http://gist.github.com/NorbiPeti
// @version 0.1
// @description Automatically vote on grow
// @author NorbiPeti
// @match https://www.reddit.com/robin/
// @grant none
// ==/UserScript==
/* jshint -W097 */
'use strict';
$('#robinSendMessage')[0][0].value = '/vote grow'; $('#robinSendMessage')[0][1].click();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment