mirror of
https://github.com/arkenfox/user.js.git
synced 2024-11-30 06:16:55 +01:00
Updated 1.6 Firefox Android (markdown)
parent
fd709e4231
commit
66135d2cea
@ -89,7 +89,7 @@ var user_pref = function(pref, val){
|
|||||||
console.log("pref:" + pref + " val:" + val + " e:" + e);
|
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.
|
- 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.
|
||||||
|
Loading…
Reference in New Issue
Block a user