Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ==UserScript==
- // @name Robin Voter
- // @namespace flyinglamer
- // @description Robin auto voter
- // @include https://www.reddit.com/robin
- // @version 1
- // @grant none
- // ==/UserScript==
- setTimeout(function() {
- new r.robin.models.RobinRoom({room_id: r.config.robin_room_id}).postVote('INCREASE');
- }, 5000);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement