diff --git a/filters.txt b/filters.txt index c666c5f..540f60e 100644 --- a/filters.txt +++ b/filters.txt @@ -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)