Updated 2.1 User.js (markdown)

Thorin-Oakenpants 2023-11-03 18:07:09 +00:00
parent b33327e4c7
commit e24734abe3

@ -67,7 +67,7 @@ user_pref("pref.name.example", "not commented out"); // this is an ACTIVE pref a
- All values stored in prefs.js, even if they are the default value, will be denoted as modified
- If you set a value to a modified value, it is stored in prefs.js
- If you reset a value to default, it is removed from prefs.js
- If you reset a hidden pref to default, the value will be blank, and assuming it is not applied again from a user.js, it will then vanish on the next about:config reload
- If you reset a hidden pref to default, the value will be blank, and assuming it is not applied again from a user.js or by the browser, it will then vanish on the next about:config reload
---