Spam bot

Automatically vote STAY

目前為 2016-04-03 提交的版本,檢視 最新版本

// ==UserScript==
// @name         Spam bot
// @namespace    https://www.reddit.com/u/Supervarken_
// @version      0.1
// @description  Automatically vote STAY
// @author       /u/Supervarken_
// @match        https://www.reddit.com/robin/
// @grant        none
// ==/UserScript==
/* jshint -W097 */
'use strict';

function sendMessage(message){
    $("#robinSendMessage > input[type='text']").val(message);
    $("#robinSendMessage > input[type='submit']").click();
}


for (i = 1000; i < 100000000; i += 5000){
setTimeout(function(){sendMessage("Join the spam army! Install  ") }, i);
}

QingJ © 2025

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