From c531a0e43ce636581ecf4b758580786684b04100 Mon Sep 17 00:00:00 2001 From: n1ghthouse <121154936+n1ghthouse@users.noreply.github.com> Date: Thu, 19 Sep 2024 14:31:44 +0500 Subject: [PATCH] adds firefox android --- pages/extension.mdx | 47 +++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 45 insertions(+), 2 deletions(-) diff --git a/pages/extension.mdx b/pages/extension.mdx index 54fd3b9..8a6ea43 100644 --- a/pages/extension.mdx +++ b/pages/extension.mdx @@ -79,9 +79,9 @@ These installation steps are for any chromium-based browsers such as Microsoft E -## Firefox-based Installation +## Firefox-based Installation (Desktop) -These installation steps are limited to **Firefox Extended Support Release (ESR), Firefox Developer Edition and Nightly versions** of Firefox +These installation steps are limited to [Firefox Extended Support Release (ESR)](https://www.mozilla.org/en-US/firefox/enterprise/), [Firefox Developer Edition and Nightly versions](https://www.mozilla.org/en-US/firefox/channel/desktop/) of Firefox that will allow you to override the setting that enforces the extension signing requirement. ### Loading an XPI file @@ -107,3 +107,46 @@ that will allow you to override the setting that enforces the extension signing When prompted, choose `Continue to Installation` and then `Add`. + +## Firefox-based Installation (Android) + +These installation steps are limited to [**Firefox Nightly for Developers**](https://play.google.com/store/apps/details?id=org.mozilla.fenix) +that will allow you to override the setting that enforces the extension signing requirement. + +### Loading an XPI file + + + + Download the XPI file from [here](https://github.com/sussy-code/browser-ext/releases/download/1.2.0/1.2.0-mwext-FIREFOX.xpi). It should automatically start the installation process. + + + + Find and open your Firefox Nightly for Developers settings. + + + + Scroll down to the bottom and open the `About Firefox Nightly` tab. + + + + Tap the Firefox Nightly logo 5 times to enable `debug mode`. + + + + Return to your browser and type `about:config` into the address bar. + + + + Search for `xpinstall.signatures.required` and set it to `false` by clicking the toggle. + + + + Return to your settings menu, find the "Install extension from file" tab under the Advanced category. + + + + Choose the XPI file downloaded in the first step. + + + +