mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-12 15:40:48 +05:30
Updated Common Overrides (markdown)
@@ -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
|
||||
#### 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.
|
||||
|
||||
Reference in New Issue
Block a user