TCBG test

description

// ==UserScript==
// @name         TCBG test
// @namespace    namespace
// @version      0.1
// @description  description
// @author       tos
// @match       *.torn.com/*
// @grant        GM_addStyle
// ==/UserScript==


GM_addStyle(`
body {
  background: rgba(31, 12, 45, 1) !important;
}
.d .custom-bg-desktop:before, .d .custom-bg-mobile:before {
  background-color: rgba(31, 12, 45, 1) !important;
}
`)

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址