Updated 1.6 Firefox Android (markdown)

earthlng 2019-11-02 16:27:36 +00:00
parent fd709e4231
commit 66135d2cea

@ -89,7 +89,7 @@ var user_pref = function(pref, val){
console.log("pref:" + pref + " val:" + val + " e:" + e); console.log("pref:" + pref + " val:" + val + " e:" + e);
} }
} }
//paste your user.js file content here //paste your user.js file content on the next line
``` ```
- 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.