1
0
mirror of https://github.com/yokoffing/Betterfox.git synced 2026-06-12 07:30:47 +05:30

Updated user.js Syntax (markdown)

yokoffing
2025-06-04 11:49:57 -04:00
parent 4ea3017392
commit 3ea4ec294f
+1 -2
@@ -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