New script - doublespeakgames.com

2019/11/13 下午7:24:57

目前為 2019-11-13 提交的版本,檢視 最新版本

// ==UserScript==
// @name        New script - doublespeakgames.com
// @namespace   Violentmonkey Scripts
// @match       http://adarkroom.doublespeakgames.com/
// @grant       none
// @version     1.0
// @author      -
// @description 2019/11/13 下午7:24:57
// ==/UserScript==
setInterval(function () {
document.getElementById("trapsButton").click();
document.getElementById("gatherButton").click();
document.getElementById("trapsButton").classList.remove("disabled");
document.getElementById("gatherButton").classList.remove("disabled");
}, 100);