Updated 1.1 Overview (markdown)

Thorin-Oakenpants 2017-06-23 06:42:17 +12:00
parent b2a7f6802f
commit 960f611d1d

@ -26,7 +26,7 @@ Here is how it basically works:
* All values stored in `prefs.js`, even if they are the default value, will be denoted as status `user set`
* If you set a value to a `user set` 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 preference` 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 restart
* If you reset a `hidden preference` 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
tl;dr: firefox starts :arrow_right: user.js active preferences :arrow_right: prefs.js :left_right_arrow: `about:config` .. with caveats