summary refs log tree commit diff
path: root/assets/public
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
commit8443d1da2dd7f1d235a3e77407f37214b9fd15f3 (patch)
treeb941dddbaffe522572cc0377085b4b294fcc732b /assets/public
parentMake /stop route not ugly as hell (diff)
downloadserver-8443d1da2dd7f1d235a3e77407f37214b9fd15f3.tar.xz
Added scripts for changelogs and removed premium references
Diffstat (limited to 'assets/public')
-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