diff options
author | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-10-27 14:46:20 +1100 |
---|---|---|
committer | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-10-27 21:40:40 +1100 |
commit | 5ca7958ed81aff26ab17d33dd8f9adad00622cb8 (patch) | |
tree | 5b826e2a67f23b730912d1ebdf6e228925742cd0 /assets | |
parent | Make /stop route not ugly as hell (diff) | |
download | server-5ca7958ed81aff26ab17d33dd8f9adad00622cb8.tar.xz |
Added scripts for changelogs and removed premium references
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 |