From 4db583e4c28491050a484509fabb563e2ac08781 Mon Sep 17 00:00:00 2001 From: Ridge <40672277+FridgeRacer@users.noreply.github.com> Date: Thu, 20 Jun 2024 07:13:37 +0200 Subject: [PATCH] Remove Nitro decorations. Removes the avatar and profile decorations applied by Nitro users. --- adblock.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/adblock.css b/adblock.css index 7b09c42..5bc2b41 100644 --- a/adblock.css +++ b/adblock.css @@ -61,6 +61,19 @@ div[class*=channelTextArea_]>div>div>div[class*=buttons_]>button[aria-haspopup=d display: none; } +/* Remove avatar decorations */ +svg[class*=avatarDecoration] { + display: none; +} + +/* Remove profile decorations */ +div[class*=profileEffects] { + display: none; +} +div[class*=userProfileModalInner]>header>svg>foreignObject>div[class*=bannerPremium] { + display: none; +} + /* Settings blocking */ /* Banner ad */ #profile-customization-tab > div:has(div[class*="artContainer"][role="presentation"]) {