Guest User

autogrow.js

a guest
Apr 1st, 2016
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // ==UserScript==
  2. // @name         Robin AutoGrow
  3. // @namespace    http://tampermonkey.net/
  4. // @version      0.1
  5. // @description  GROW GROW GROW!!!
  6. // @author       turing_inequivalent
  7. // @match        https://www.reddit.com/robin/
  8. // @match        http://www.reddit.com/robin/
  9. // @grant        none
  10. // ==/UserScript==
  11.  
  12. (function() {
  13.     'use strict';
  14.  
  15.     document.querySelector('.robin--vote-class--increase').click();
  16. })();
Add Comment
Please, Sign In to add comment