An extension for browser which decreases Discord elements.
Go to file
Er2 787310c3c9 Update.
Started using classes instead of *= selectors.

Switching to new status picker.

Center avatar near status picker.

Fix media embed width.

Fix warning icon in profile.

Revert 8d1bf41e37 status icons.

Remove mobile mode because Discord have own.

TODO: Fix some... mobile things ;)

Change .nitro to .hide in 1 place (no effect in current btfl.less configuration)

Add verify setting.
2022-08-07 13:40:13 +03:00
js remade 2022-03-26 20:49:02 +03:00
src Update. 2022-08-07 13:40:13 +03:00
.gitignore less rewrite 2022-03-24 19:19:00 +03:00
btfl.less Update. 2022-08-07 13:40:13 +03:00
ext.png Initial commit 2021-08-20 18:10:37 +03:00
license chrome support, hot injection 2022-03-20 19:13:21 +03:00
makeext.sh version 2.0 2022-03-20 19:16:30 +03:00
manifest.json in firefox store 2022-03-21 13:17:23 +03:00
readme.org readme 2022-04-10 11:41:33 +03:00

readme.org

DisKort - extension for browser which decreases Discord elements.

Currently it's in beta, more of design was merged into css.

Add to Firefox

Installation

Firefox

Highly recommend to enable backdrop-filter for acrylic.

  1. Go to about:config
  2. Set layout.css.backdrop-filter.enabled and gfx.webrender.all to true.
  3. Reload Discord.

Debug mode:

  1. Download dev tag archive and unpack it.
  2. Copy btfl.css from GitHub or compile own.
  3. Go to about:debugging#/runtime/this-firefox
  4. Click on Load Temponary Add-on…
  5. Choose any file in extension folder.

Chrome, etc.

Release mode:

  1. Go to chrome://extensions/
  2. Enable Developer mode.
  3. Create own (Pack extension) or download from releases.
  4. Drag and drop diskort.crx to browser.

Debug mode:

  1. Download dev tag archive and unpack it.
  2. Copy btfl.css from GitHub or compile own.
  3. Go to chrome://extensions/
  4. Enable Developer mode.
  5. Click on Load unpacked and choose extension folder.