您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Stratums.io Shop++
// ==UserScript== // @name StratumsShop++ // @version 0.1.2 // @description Stratums.io Shop++ // @author Tornamic // @match https://stratums.io/* // @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== // @grant none // @namespace https://gf.qytechs.cn/users/944755 // ==/UserScript== (function() { 'use strict'; var shopMenu = document.querySelector('#a085ff0ed692f59e3'); var hatStoreSel = document.querySelector('#hatStoreSel'); var accStoreSel = document.querySelector('#accStoreSel'); var descItems = document.querySelector('#a1154c5b99c5dd57d'); descItems.style.opacity = '0.0'; descItems.style.position = 'none'; shopMenu.style.height = '375px'; hatStoreSel.style.backgroundColor = 'rgba(0, 0, 0, 0.07)'; accStoreSel.style.backgroundColor = 'rgba(0, 0, 0, 0.07)'; shopMenu.style.backgroundColor = 'rgba(0, 0, 0, 0.07)'; hatStoreSel.textContent = 'by'; accStoreSel.textContent = 'Tornamic'; })(); window.addEventListener('keydown', (e) => { if (e.keyCode === 32 && e.target === document.body) { e.preventDefault(); } });
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址