您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
See if mods work for you
// ==UserScript== // @name HaxBall Test Mod // @namespace https://gf.qytechs.cn/en/users/165127-hydrosaur // @version 1.0 // @icon https://www.haxball.com/favicon.ico // @description See if mods work for you // @author -Electron- // @include https://www.haxball.com/FFuuq69i/__cache_static__/g/game.html // @supportURL https://www.reddit.com/message/compose/?to=-Electron- // @website https://redd.it/no-post-yet // @require https://code.jquery.com/jquery-latest.min.js // @grant none // ==/UserScript== (function() { 'use strict'; let listInterval; listInterval = setInterval(function(){ if($(".roomlist-view").length){ $(".roomlist-view h1").eq(0).append("<b style='font-size: 0.75em;margin-left: 1rem;color: lawngreen;'>Tampermonkey works!</b>"); clearInterval(listInterval); } }, 1000) // Your code here... })();
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址