Improve filtering of profile background gradient

This commit is contained in:
2025-07-14 15:27:33 +03:00
parent cbe43853cb
commit 2bd04329ea

View File

@@ -217,4 +217,10 @@ discord.com##div[class^="member__"] > div[class^="childContainer_"] > div[class^
! Remove profile effects
discord.com##div[class^="profileEffects__"]
! Remove profile background gradient
discord.com##+js(set-attr, div.custom-user-profile-theme, style, false)
discord.com##div.user-profile-popout:watch-attr(class):remove-class(custom-theme-background)
discord.com##div.user-profile-popout:watch-attr(class):remove-class(custom-user-profile-theme)
discord.com##+js(set-attr, div.user-profile-popout, style, false)
! Remove profile background gradient from the new modal
discord.com##div.user-profile-modal-v2:watch-attr(class):remove-class(custom-theme-background)
discord.com##div.user-profile-modal-v2:watch-attr(class):remove-class(custom-user-profile-theme)
discord.com##+js(set-attr, div.user-profile-modal-v2, style, false)