strikeryeet

Yeet

目前為 2022-08-11 提交的版本,檢視 最新版本

此腳本不應該直接安裝,它是一個供其他腳本使用的函式庫。欲使用本函式庫,請在腳本 metadata 寫上: // @require https://update.cn-greasyfork.org/scripts/449336/1080213/strikeryeet.js

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

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

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