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

Updated Common Overrides (markdown)

yokoffing
2025-10-09 09:32:26 -04:00
parent e7c6816c45
commit 120e9630fd
+4 -1
@@ -163,12 +163,15 @@ user_pref("browser.newtabpage.activity-stream.showWeather", true);
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
// PREF: restore AI features
user_pref("browser.ml.enable", true);
// PREF: restore AI chat
user_pref("browser.ml.chat.enabled", true);
// PREF: disable AI chatbot option in right click menu
user_pref("browser.ml.chat.menu", false);
// PREF: smart tab groups
user_pref("browser.tabs.groups.smart.enabled", false);