mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-12 15:40:48 +05:30
Updated Common Overrides (markdown)
+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.
|
These are the main prefs responsible for AI features built into Firefox. Betterfox disables them, but you can re-enable them.
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
// PREF: restore AI features - master switch
|
// PREF: restore AI features
|
||||||
user_pref("browser.ml.enable", true);
|
user_pref("browser.ml.enable", true);
|
||||||
|
|
||||||
// PREF: restore AI chat
|
// PREF: restore AI chat
|
||||||
user_pref("browser.ml.chat.enabled", true);
|
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
|
// PREF: smart tab groups
|
||||||
user_pref("browser.tabs.groups.smart.enabled", false);
|
user_pref("browser.tabs.groups.smart.enabled", false);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user