From e5c62ff7596fd58093317bdf56d70daed3f62fd4 Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Wed, 4 Jun 2025 11:41:00 -0400 Subject: [PATCH] Updated How to understand a user.js file (markdown) --- How-to-understand-a-user.js-file.md => User.js-Syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename How-to-understand-a-user.js-file.md => User.js-Syntax.md (99%) diff --git a/How-to-understand-a-user.js-file.md b/User.js-Syntax.md similarity index 99% rename from How-to-understand-a-user.js-file.md rename to User.js-Syntax.md index 7a5454b..946f128 100644 --- a/How-to-understand-a-user.js-file.md +++ b/User.js-Syntax.md @@ -1,4 +1,4 @@ -## Understanding `user.js` Syntax +## 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.