您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
test
- // ==UserScript==
- // @name more test xd
- // @namespace http://tampermonkey.net/
- // @version 1.0.0
- // @icon ShootEm.io
- // @description test
- // @author noone
- // @license MIT
- // @grant GM_setValue
- // @grant GM_getValue
- // @grant GM_addValue
- // @grant GM_addStyle
- // @grant GM_getResourceText
- // @run-at document-end
- // @match *://ShootEm.io
- // @match *://surviv2.io/*
- // @match *://2dbattleroyale.com/*
- // @match *://2dbattleroyale.org/*
- // @match *://piearesquared.info/*
- // @match *://thecircleisclosing.com/*
- // @match *://archimedesofsyracuse.info/*
- // @match *://secantsecant.com/*
- // @match *://parmainitiative.com/*
- // @match *://nevelskoygroup.com/*
- // @match *://kugahi.com/*
- // @match *://chandlertallowmd.com/*
- // @match *://ot38.club/*
- // @match *://kugaheavyindustry.com/*
- // @match *://drchandlertallow.com/*
- // @match *://rarepotato.com/*
- // @grant none
- // ==/UserScript==
- // New crosshair
- (function() {
- 'use strict';
- window.addEventListener('click', function() {
- try {
- document.querySelector("#game-area-wrapper").style.cursor = 'url(data:image/png;base64,https://www.reddit.com/r/KrunkerIO/comments/del77t/my_light_blue_scopecrosshairhitmarker_setup/) 16 16, default';
- } catch (e) { }
- });
- })();
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址