// ==UserScript== // @name Theresmore 自动点击建筑 // @namespace http://tampermonkey.net/ // @version 2024-03-07 // @description Theresmore 自动点击建筑 支持手动开启关闭自动点击 // @author You // @match https://www.theresmoregame.com/play/ // @match https://theresmoregame.g8hh.com/ // @match https://theresmoregame.g8hh.com.cn/ // @icon https://www.theresmoregame.com/play/favicon.ico // @grant none // @license MIT // @downloadURL https://update.greasyfork.icu/scripts/488657/Theresmore%20%E8%87%AA%E5%8A%A8%E7%82%B9%E5%87%BB%E5%BB%BA%E7%AD%91.user.js // @updateURL https://update.greasyfork.icu/scripts/488657/Theresmore%20%E8%87%AA%E5%8A%A8%E7%82%B9%E5%87%BB%E5%BB%BA%E7%AD%91.meta.js // ==/UserScript== (function() { 'use strict'; const document = window.document const body = document.getElementsByTagName('body')[0] const btn = document.createElement('div') btn.style = `width: 110px; height: 30px; line-height: 30px; position: fixed; left: 300px; top: 5px; font-size: 12px; border: 1px solid #b3d8ff; text-align: center; border-radius: 4px; background: #ecf5ff; color: #409eff; cursor: pointer; z-index: 9999;` btn.innerText = `开启自动点击` function guaji(){ var btns=document.getElementsByClassName("btn btn-dark relative"); for(var i=0;i