Git游戏

您现在的位置是:首页 > 攻略大全 > 辅助脚本

辅助脚本

序数增量助手

2024-03-08 辅助脚本2546
// ==UserScript==// @name 序数增量小助手// @namespace http://tampermonkey.net/// @version 0.1// @description try to take over the world!// @author 咸王// @match https://g1tyx.github.io/ordi...

// ==UserScript==

// @name         序数增量小助手

// @namespace    http://tampermonkey.net/

// @version      0.1

// @description  try to take over the world!

// @author       咸王

// @match        https://g1tyx.github.io/ordinal-markup/

// @icon         https://www.google.com/s2/favicons?sz=64&domain=github.io

// @grant        none

// ==/UserScript==


(function() {

    'use strict';

       let dj=  setInterval(() => {

try{

    var bt1=document.getElementsByClassName("normalButton canThicc thicc")[0]

    var bt2=document.getElementsByClassName("normalButton canThicc thicc")[1]


    bt1.click()

    bt2.click()

    }

    catch(e) {

        }},5)

       let cs=  setInterval(() => {

try{


    var bt3=document.getElementsByClassName("normalButton canThicc thicc")[2]


    bt3.click()

    }

    catch(e) {

        }},1000)

    // Your code here...

})();


文章评论

共有0条评论来说两句吧...