Skip to content

Commit

Permalink
Remove Nitro decorations.
Browse files Browse the repository at this point in the history
Removes the avatar and profile decorations applied by Nitro users.
  • Loading branch information
nixRidge authored Jun 20, 2024
1 parent 35fd9aa commit 4db583e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions adblock.css
Original file line number Diff line number Diff line change
Expand Up @@ -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"]) {
Expand Down

0 comments on commit 4db583e

Please sign in to comment.