in firefox store
This commit is contained in:
parent
18fcd5a06d
commit
1cabc0f2c9
3 changed files with 3 additions and 12 deletions
|
@ -14,5 +14,4 @@ async function inject() {
|
|||
document.head.appendChild(s);
|
||||
} catch(e) { console.error(e); }
|
||||
}
|
||||
document.addEventListener("click", inject);
|
||||
inject();
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"manifest_version": 2,
|
||||
"name": "DisKort",
|
||||
"version": "2.0",
|
||||
"version": "2.0.1",
|
||||
|
||||
"description": "Custom theme for Discord",
|
||||
|
||||
|
|
12
readme.org
12
readme.org
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue