mirror of
https://github.com/arkenfox/user.js.git
synced 2025-11-05 16:25:25 +01:00
Updated 1.6 Firefox Android (markdown)
@@ -89,7 +89,7 @@ var user_pref = function(pref, val){
|
||||
console.log("pref:" + pref + " val:" + val + " e:" + e);
|
||||
}
|
||||
}
|
||||
//paste your user.js file content here
|
||||
//paste your user.js file content on the next line
|
||||
```
|
||||
|
||||
- The script sets a function called `user_pref` so wherever that appears in the rest of the code (ie in the part from your `user.js`) that function is called to set the user preference. Any code for preferences that are commented out will not be run. If a preference name does not exist or is mistyped it will still be created without any warnings.
|
||||
|
||||
Reference in New Issue
Block a user