Greasy Fork

Greasy Fork is available in English.

strikeryeet

Yeet

当前为 2022-08-11 提交的版本,查看 最新版本

此脚本不应直接安装。它是供其他脚本使用的外部库,要使用该库请加入元指令 // @require https://update.greasyfork.icu/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 http://greasyfork.icu/users/914747
// ==/UserScript==

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

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