A Firefox Extension with useful stuff. (at least I think so)
Note: May lose data in some scenarios but the extension doesn't store anything of value so that's not really a problem.
- Clone the repo.
- Run
npm i && npm run build
in the root folder of the repo. - Open
about:debugging#/runtime/this-firefox
(aka. Debug Add-ons) in Firefox. - Load the
manifest.json
in thebuild
folder of the repo as a temporary Add-on.
Note: The method for Firefox also works but in the developer edition there is another way which isn't "temporary".
- Clone the repo.
- Run
npm i && npm run build && npm run package
in the root folder of the repo. - Open
about:config
(aka. Advanced Preferences) in Firefox Developer Edition. - Read the warning and rememer not to change random values because "hehe, funny".
- Search for the Boolean
xpinstall.signatures.required
and change its value tofalse
. (Create it if it's not there.) - Restart Firefox Developer Edition.
- Open
about:addons
(aka. Add-ons Manager) in Firefox Developer Edition. - Click on the button with the gear icon and
Install Add-on From File...
. - Select the ZIP file in the
dist
folder of the repo.
Ask me but I may tell you to figure it out yourself.
- Run
git pull --all
in the root of the repo. - Open
about:debugging#/runtime/this-firefox
(aka. Debug Add-ons) in Firefox. - Load the
manifest.json
in thebuild
folder of the repo as a temporary Add-on. - Restart Firefox. (optional but recommended)
- Run
git pull --all
in the root of the repo. - Run
npm i && npm run build && npm run package
in the root folder of the repo. - Open
about:addons
(aka. Add-ons Manager) in Firefox Developer Edition. - Click on the button with the gear icon and
Install Add-on From File...
. - Select the ZIP file in the
dist
folder of the repo. - Restart Firefox Developer Edition. (optional but recommended)
You can probably do a git pull --all
in the repo and repeat the steps you used to install the extension (except cloning the repo) and restart the browser afterwards.
As I already wrote above: Ask me if you have issues but I may tell you to figure it out yourself.
Why are you even here?
Just click on the uninstall/remove button.