From 2ec4cf1db7d796223a749b37668f90ece7517e0f Mon Sep 17 00:00:00 2001 From: Yusuke Saitoh Date: Sun, 19 May 2024 19:33:24 +0900 Subject: [PATCH] =?UTF-8?q?=E8=A1=A8=E7=A4=BA=E5=9B=9E=E6=95=B0=E3=82=92?= =?UTF-8?q?=E9=9D=9E=E8=A1=A8=E7=A4=BA=E3=81=AE=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/styles/contentscript.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/styles/contentscript.scss b/app/styles/contentscript.scss index 66a0d36..bdd75c8 100644 --- a/app/styles/contentscript.scss +++ b/app/styles/contentscript.scss @@ -59,6 +59,13 @@ body { display: none; } } + div[role="dialog"] { + a[href$="/analytics"] { + span[data-testid="app-text-transition-container"] { + display: none; + } + } + } } &.isReactionNumberDetailHidden {