diff options
Diffstat (limited to 'assets')
-rw-r--r-- | assets/changelog.txt | 13 | ||||
-rw-r--r-- | assets/public/user.css | 18 |
2 files changed, 31 insertions, 0 deletions
diff --git a/assets/changelog.txt b/assets/changelog.txt new file mode 100644 index 00000000..c1abc125 --- /dev/null +++ b/assets/changelog.txt @@ -0,0 +1,13 @@ +---changelog--- +date: "2022-10-27" +locale: "en-US" +revision: 1 +--- +Changelogs now work! {added marginTop} +====================== + +In the future, they'll be sent out like this, as well as in the default guild. +If you aren't in the default guild, you're missing out. +We talk mostly about Slowcord itself, and its the first place you'll find out about new features and bug fixes being worked on. +Be sure to join it, with +https://slowcord.understars.dev/invite/slowcord \ No newline at end of file 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 |