/css-snippets

Primary LanguageCSSMIT LicenseMIT

CSS Snippets for Discord

Little tweaks to discord to make it that little bit better, featuring CSS

Installation

Browser Client

You will need a user style manager like Stylus. To remove it, disactivate the user style.

  1. Go to Discord's Website

  2. Click on the Stylus icon

  3. Click on "Write style for: discord.com/this URL"

    image

  4. Paste your snippet of choice in Stylus

  5. Click on "Save"

Desktop Client

To remove it, reload the page.

  1. On your keyboard, press [Ctrl] [Shift] [i]
  2. Click on the "Console" tab
  3. Paste yout snippet of choice inside this:
__SECRET_EMOTION__.injectGlobal(`
    // snippet here
`);
  1. Paste it all in your console
  2. Press enter

With Client Mods

Depends on your client mod. Check their documentation/server for a method on adding snippets but the Without Client Mods still works