mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-12 15:40:48 +05:30
Updated Common Overrides (markdown)
@@ -19,20 +19,6 @@ To enable certain functions, `copy+paste` the appropriate prefs to the `MY OVERR
|
||||
|
||||
***
|
||||
|
||||
### Firefox Sync & View
|
||||
Firefox [Sync](https://support.mozilla.org/en-US/kb/how-do-i-set-sync-my-computer) and Firefox [View](https://support.mozilla.org/en-US/kb/how-set-tab-pickup-firefox-view) are disabled to minimize connections.
|
||||
|
||||
```javascript
|
||||
// PREF: restore Firefox Sync
|
||||
user_pref("identity.fxaccounts.enabled", true);
|
||||
|
||||
// PREF: restore Firefox View
|
||||
user_pref("browser.tabs.firefox-view", true);
|
||||
user_pref("browser.tabs.firefox-view-next", true); // [FF119+]
|
||||
```
|
||||
|
||||
***
|
||||
|
||||
### Password, credit card, and address management
|
||||
The built-in password manager is disabled for security.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user