diff --git a/2.1-User.js.md b/2.1-User.js.md index 9b56e19..2fe4923 100644 --- a/2.1-User.js.md +++ b/2.1-User.js.md @@ -6,7 +6,7 @@ Prefs are settings that control Firefox's behavior. Some can be set from `☰ Settings` and all can be found in `about:config`, except for what are called `hidden preferences` which will only show when they are set by the user. -🟪 SYNTAX +#### 🟪 SYNTAX A `user.js` file is a javascript file and is text based. It resides in the root directory of a profile, and is used to set preferences for that profile when Firefox starts. You can update the user.js while Firefox is open, it is only ever read when Firefox starts. @@ -41,7 +41,9 @@ user_pref("preference.name", "not commented out"); // this is an ACTIVE pref and // user_pref("preference.name", "commented out"); // this is an INACTIVE pref and will NOT be applied ``` -🟪 USAGE +--- + +#### 🟪 USAGE - 🔷 Firefox starts - It reads the ACTIVE prefs in `user.js`, in order, and writes them to `prefs.js`