Advertisement
Guest User

Robin Automatic Voting Userscript

a guest
Apr 1st, 2016
6,772
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // ==UserScript==
  2. // @name        Robin Voter
  3. // @namespace   flyinglamer
  4. // @description Robin auto voter
  5. // @include     https://www.reddit.com/robin
  6. // @version     1
  7. // @grant       none
  8. // ==/UserScript==
  9.  
  10. setTimeout(function() {
  11.   new r.robin.models.RobinRoom({room_id: r.config.robin_room_id}).postVote('INCREASE');
  12. }, 5000);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement