mirror of
https://github.com/arkenfox/user.js.git
synced 2025-09-15 00:02:55 +02:00
Updated 1.5 Keeping Up To Date (markdown)
@ -52,7 +52,7 @@ You will need to monitor your small set of overrides due to Firefox changes. Jus
|
||||
* In the future Firefox changes their default to `2` due to security concerns, but now you're stuck with a value of `1` and you didn't pick up on it
|
||||
- Hidden Pref Default Values
|
||||
* Most hidden prefs seem to be boolean (true or false), so these shouldn't be an issue, but not all are. Here's one: `user_pref("extensions.enabledScopes", 1); // (hidden pref)`
|
||||
* If you right-click and reset in about:config it simply clears itself. What it the default value? If you know it, that's great. If you don't...
|
||||
* If you right-click and reset in about:config it simply clears itself. What is the default value? If you know it, that's great. If you don't...
|
||||
* A solution here is to add a section to your override listing prefs to comment out in the user.js and reset in about:config. Just re-apply it on each update.
|
||||
|
||||
```js
|
||||
|
Reference in New Issue
Block a user