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

Updated Common Overrides (markdown)

yokoffing
2025-08-20 15:11:26 -04:00
parent 3ea4ec294f
commit ebd2e5bfc8
+16
@@ -159,6 +159,22 @@ user_pref("browser.newtabpage.activity-stream.showWeather", true);
*** ***
### AI features
These are the main prefs responsible for AI features built into Firefox. Betterfox disables them, but you can re-enable them.
```javascript
// PREF: restore AI features - master switch
user_pref("browser.ml.enable", true);
// PREF: restore AI chat
user_pref("browser.ml.chat.enabled", true);
// PREF: link previews
user_pref("browser.ml.linkPreview.enabled", true);
```
***
### Search settings ### Search settings
#### Allow search engine suggestions #### Allow search engine suggestions
[Search suggestions](https://support.mozilla.org/en-US/kb/search-firefox-address-bar#w_search-suggestions) from the URL bar are disabled in Betterfox to keep everything you type from going to Google. [Search suggestions](https://support.mozilla.org/en-US/kb/search-firefox-address-bar#w_search-suggestions) from the URL bar are disabled in Betterfox to keep everything you type from going to Google.