mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-12 15:40:48 +05:30
Updated Common Overrides (markdown)
@@ -17,6 +17,17 @@ So, if a pref is listed a second time, then the second value (yours) would overr
|
|||||||
|
|
||||||
To enable certain functions, `copy+paste` the appropriate prefs to the `MY OVERRIDES` section of your `user.js`.
|
To enable certain functions, `copy+paste` the appropriate prefs to the `MY OVERRIDES` section of your `user.js`.
|
||||||
|
|
||||||
|
***
|
||||||
|
### Standard Tracking Protection
|
||||||
|
|
||||||
|
> [!IMPORTANT]
|
||||||
|
> Most problems stem from Firefox running in [Strict mode](https://support.mozilla.org/en-US/kb/enhanced-tracking-protection-firefox-desktop#w_strict-enhanced-tracking-protection). Switch back to [Standard protection](https://support.mozilla.org/en-US/kb/enhanced-tracking-protection-firefox-desktop#w_standard-enhanced-tracking-protection) to fix them.
|
||||||
|
|
||||||
|
```javascript
|
||||||
|
// PREF: revert back to Standard ETP
|
||||||
|
user_pref("browser.contentblocking.category", "standard");
|
||||||
|
```
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
### Font improvement
|
### Font improvement
|
||||||
|
|||||||
Reference in New Issue
Block a user