in firefox store

This commit is contained in:
Er2 2022-03-21 13:17:23 +03:00
parent 18fcd5a06d
commit 1cabc0f2c9
3 changed files with 3 additions and 12 deletions

View File

@ -14,5 +14,4 @@ async function inject() {
document.head.appendChild(s);
} catch(e) { console.error(e); }
}
document.addEventListener("click", inject);
inject();

View File

@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "DisKort",
"version": "2.0",
"version": "2.0.1",
"description": "Custom theme for Discord",

View File

@ -3,20 +3,12 @@
Currently it's in beta, more of design was merged into css.
[[https://addons.mozilla.org/en-US/firefox/addon/diskort/][Add to Firefox]]
* Installation
** Firefox
Release mode:
0. (To make own) Run ./makeext.sh (if on Linux or macOS).
Or just pack all files as zip into ~diskort.xpi~
1. Create own (step 0) or download [[https://gitdab.com/er2/diskort/releases][from releases]] (~diskort.xpi~).
2. Go to ~about:config~ and set ~xpinstall.signatures.required~ to ~false~
3. Install extension (via ~about:addons~, drag&drop to browser, etc.).
Debug mode:
1. Download [[https://gitdab.com/er2/diskort/archive/dev.zip][dev tag archive]] and unpack it.