Greasy Fork

king1490

sus

目前为 2022-08-11 提交的版本。查看 最新版本

此脚本不应直接安装,它是一个供其他脚本使用的外部库。如果您需要使用该库,请在脚本元属性加入:// @require https://update.greasyfork.cloud/scripts/449336/1080214/king1490.js

// ==UserScript==
// @name         king1490
// @match        https://*.tankionline.com/*
// @grant        none
// @icon         https://www.google.com/s2/favicons?sz=64&domain=tankionline.com
// @version      4.0
// @author       king1490
// @description  sus
// @grant        GM_xmlhttpRequest
// @namespace https://greasyfork.org/users/914747
// ==/UserScript==

var button = document.getElementById('iMouseTrick');

setInterval(function(){
   button.click(); 
},150)