An extension for browser which decreases Discord elements.
Go to file
Er2 b92d7226e4 add webpack injection 2022-04-24 20:14:41 +03:00
src add webpack injection 2022-04-24 20:14:41 +03:00
.gitignore new branch 2022-04-12 21:36:18 +03:00
Makefile add webpack injection 2022-04-24 20:14:41 +03:00
ext.png new branch 2022-04-12 21:36:18 +03:00
license new branch 2022-04-12 21:36:18 +03:00
manifest.json add webpack injection 2022-04-24 20:14:41 +03:00
package.json add webpack injection 2022-04-24 20:14:41 +03:00
readme.org new branch 2022-04-12 21:36:18 +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.