您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
I fixed Monarc4YT's code.
// ==UserScript== // @license MIT // @name DelugeRPG S-BattlerV3 (WITH WORKING REPEAT BUTTON!!) // @match https://www.delugerpg.com/battle/user* // @version 3.2 // @description I fixed Monarc4YT's code. // @author Calcite // @grant none // @namespace https://gf.qytechs.cn/en/users/1260021 // ==/UserScript== setInterval(()=>{ if(document.querySelector(".modal-open") == null){ document.querySelector("#attack > div.cardif > form > div.buttoncenter > input:nth-child(1)")?.click() } }, 450); setInterval(() => { document.querySelector("#battle > form > div.center > input:nth-child(1)").click(); }, 450); document.querySelector("#battle > div.notify_done > a:nth-child(5)").click(); //↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑If it gets stuck, delete this code↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑// //↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓Use this if it's getting stuck in the end↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓// //setInterval(() => { //document.querySelector("#battle > div.notify_done > a.btn.btn-primary").click(); //}, 450);
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址