From d275b5835d719987823f9b7cb1a83820ab4dbd3e Mon Sep 17 00:00:00 2001 From: earthlng Date: Tue, 13 Apr 2021 14:34:09 +0000 Subject: [PATCH] Updated 1.6 Firefox Android (markdown) --- 1.6-Firefox-Android.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/1.6-Firefox-Android.md b/1.6-Firefox-Android.md index 33fa0fa..dc04d31 100644 --- a/1.6-Firefox-Android.md +++ b/1.6-Firefox-Android.md @@ -75,9 +75,9 @@ If the device is not seen (note any settings changes for reversal later): Click :small_blue_diamond: 2: Remote access -- Open `about:config` page on Android Firefox +- Open `about:support` page on Android Firefox * It will show under `Tabs` on Desktop Firefox too. -- Click `Inspect` for `about:config` (Tabs) and this will open a new tab `about:devtools-toolbox?id=` +- Click `Inspect` for `about:support` (Tabs) and this will open a new tab `about:devtools-toolbox?id=` - Select `Console` if not already marked :small_blue_diamond: 3: Inject the preferences @@ -107,7 +107,7 @@ user_pref("general.aboutConfig.enable", true); // unblock about:config in newer - The script sets a function called `user_pref` so wherever that appears in the rest of the code (i.e. in the part from your `user.js`) that function is called to set the user preference. Any code for preferences that are commented out will not be run. If a preference name does not exist or is mistyped it will still be created without any warnings. - After `Run` (or Ctrl+ENTER) split-screen `Console` view on the right will say "undefined" or show errors. - - if you get a `ReferenceError: user_pref is not defined`, reload about:config on the phone and then run the script again + - if you get a `ReferenceError: user_pref is not defined`, reload about:support on the phone and then run the script again - If errors occur on a line, the script might have stopped at that line, and you will need to correct the error in the code and re-run. - Check your Android Firefox `about:support` and `about:config pages` for your modified preferences, and see if the `_user.js.parrot` preference is showing success.