From 1cabc0f2c9871653288e80161db06e78915c496e Mon Sep 17 00:00:00 2001 From: Er2 Date: Mon, 21 Mar 2022 13:17:23 +0300 Subject: [PATCH] in firefox store --- js/inj.js | 1 - manifest.json | 2 +- readme.org | 12 ++---------- 3 files changed, 3 insertions(+), 12 deletions(-) diff --git a/js/inj.js b/js/inj.js index 86604c1..a98d84f 100644 --- a/js/inj.js +++ b/js/inj.js @@ -14,5 +14,4 @@ async function inject() { document.head.appendChild(s); } catch(e) { console.error(e); } } -document.addEventListener("click", inject); inject(); diff --git a/manifest.json b/manifest.json index ad88458..02301e1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "DisKort", - "version": "2.0", + "version": "2.0.1", "description": "Custom theme for Discord", diff --git a/readme.org b/readme.org index 15358de..ea33911 100644 --- a/readme.org +++ b/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.