Reddit upvote /r/The_Donald

Upvote /r/The_Donald

// ==UserScript==
// @name         Reddit upvote /r/The_Donald
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  Upvote /r/The_Donald
// @author       You
// @match        https://www.reddit.com/r/The_Donald*
// @grant        none
// ==/UserScript==

(function() {
    $(document).ready(function() {
        setTimeout(function(){
            $('.sitetable .arrow.up').click();
        }, 500);
    });
})();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址