diff --git a/Common-Overrides.md b/Common-Overrides.md index fd7c7de..68769f0 100644 --- a/Common-Overrides.md +++ b/Common-Overrides.md @@ -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.