Updated 1.6 Firefox Android (markdown)

earthlng 2020-02-15 12:39:48 +00:00
parent 8c16a81f05
commit 560812a32d

@ -99,6 +99,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 (ie 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. - The script sets a function called `user_pref` so wherever that appears in the rest of the code (ie 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.
- Use `Display` (Ctrl+L) to run the javascript as it adds a result message in a comment after the script, which will say "undefined" or show errors. - Use `Display` (Ctrl+L) to run the javascript as it adds a result message in a comment after the script, which 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
- Also click the `Console` button to look for any other error messages. - Also click the `Console` button to look for any other error messages.
- 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. - 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. - 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.