From 3ea4ec294f199db247b8e68abed1743fd7225fc3 Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Wed, 4 Jun 2025 11:49:57 -0400 Subject: [PATCH] Updated user.js Syntax (markdown) --- user.js-Syntax.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/user.js-Syntax.md b/user.js-Syntax.md index 1495558..fd0a72e 100644 --- a/user.js-Syntax.md +++ b/user.js-Syntax.md @@ -1,6 +1,5 @@ ## Understanding `user.js` syntax - -Think of your `user.js` file as a list of instructions you're giving to Firefox. Each instruction tells Firefox to set a specific preference to a particular value. +The `user.js` is a list of instructions you're giving to Firefox every time you restart the browser. Each instruction tells Firefox to set a preference to a specific value. ### Basic Structure