From 585fce43bd9eb3dc7089d6681053a9ec27c03b27 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Sun, 30 Jan 2022 13:34:32 +0000 Subject: [PATCH] Updated 2.1 User.js (markdown) --- 2.1-User.js.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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`