From 4cebda8893f2ca973b3c7eaf8906cc0e034f25f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E8=89=AF?= <841369634@qq.com> Date: Wed, 24 Apr 2024 11:13:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=A0=B7=E5=BC=8F=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tampermonkey.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tampermonkey.js b/tampermonkey.js index 0b60991..32444e2 100644 --- a/tampermonkey.js +++ b/tampermonkey.js @@ -107,6 +107,9 @@ .___ds-menu___:hover { background-color: #855F16; } +.___ds-tampermonkey-hide___ .___ds-menu___{ + display: none; +} .___ds-menu0___ { margin-left: 0; font-size: 16px;