1
0
mirror of https://github.com/yokoffing/Betterfox.git synced 2026-06-12 15:40:48 +05:30

Updated Overrides (markdown)

HJ
2023-08-20 13:07:33 -04:00
parent 99d46bbddf
commit 20f445cd1d
+8 -5
@@ -28,12 +28,11 @@ user_pref("accessibility.force_disabled", 0);
### Firefox Sync & View
**Firefox Sync** and **Firefox View** are disabled to minimize connections.
Enable Sync functionality without enabling the View UI, if desired.
```
// PREF: restore Firefox accounts
// PREF: restore Firefox Sync
user_pref("identity.fxaccounts.enabled", true);
// PREF: restore Firefox View UI
// PREF: restore Firefox View
user_pref("browser.tabs.firefox-view", true);
```
@@ -63,10 +62,14 @@ user_pref("signon.privateBrowsingCapture.enabled", false);
You can still use search buttons and [bookmark keywords](https://support.mozilla.org/en-US/kb/how-search-from-address-bar) (example: [article](https://www-archive.mozilla.org/docs/end-user/keywords.html) | [video](https://youtu.be/bGTBH9yr8uw?t=968)).
```
// PREF: restore search engine suggestions
user_pref("browser.search.suggest.enabled", false);
//user_pref("browser.search.suggest.enabled.private", false); // DEFAULT
user_pref("browser.search.suggest.enabled", true);
```
Change your **default search engine**:
* Alternatively, [select](https://support.mozilla.org/en-US/kb/change-your-default-search-settings-firefox#w_default-search-engine) a different search engine just for [Private Browsing](https://support.mozilla.org/en-US/kb/private-browsing-use-firefox-without-history) windows. (This is an option after you apply the `user.js`.)
1) Go to `☰` *→ Settings → Search → Default Search Engine*
2) Change your default search engine to DuckDuckGo, or [add](https://github.com/yokoffing/Betterfox/blob/04c3184359c83d7b58411c3b68f40f3e9d95c373/Securefox.js#L600-L604) a premium search engine like [Kagi](https://kagi.com/).
***
### Pinned Shortcuts on New Tab page