summary refs log tree commit diff
path: root/assets/public/user.css
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-10-27 14:46:20 +1100
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-10-27 21:40:40 +1100
commit5ca7958ed81aff26ab17d33dd8f9adad00622cb8 (patch)
tree5b826e2a67f23b730912d1ebdf6e228925742cd0 /assets/public/user.css
parentMake /stop route not ugly as hell (diff)
downloadserver-5ca7958ed81aff26ab17d33dd8f9adad00622cb8.tar.xz
Added scripts for changelogs and removed premium references
Diffstat (limited to 'assets/public/user.css')
-rw-r--r--assets/public/user.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/assets/public/user.css b/assets/public/user.css

index e69de29b..a42a3e3a 100644 --- a/assets/public/user.css +++ b/assets/public/user.css
@@ -0,0 +1,18 @@ +/* hide premium references */ +a[href="/store"], +div[aria-controls="slowcord-premium-tab"], +div[aria-controls="premium-guild-boost-tab"], +div[aria-controls="subscriptions-tab"], +div[aria-controls="library-inventory-tab"], +div[aria-controls="billing-tab"], +div[aria-label="User Settings"] div.header-2Kx1US:nth-child(8), /* billing settings header */ +div[aria-label="User Settings"] div.separator-2wx7h6:nth-child(7), /* billing settings separator */ +button[aria-label="Send a gift"], +div#guild-header-popout-premium-subscribe, +#guild-header-popout div.separator-1So4YB:nth-child(2), +div[aria-controls="guild_premium-tab"], +div#stickers-tab .upsellContainer-22N_CL, +div#stickers-tab .divider-wz_a_k, +div.separator-2wx7h6:nth-child(20) { + display: none !important; +} \ No newline at end of file