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

AI in right click menu

https://github.com/yokoffing/Betterfox/issues/431
This commit is contained in:
yokoffing
2025-10-09 09:33:06 -04:00
committed by GitHub
parent 6f14571c97
commit 54f2c8aa27
+2 -4
View File
@@ -175,7 +175,9 @@ user_pref("browser.privateWindowSeparation.enabled", false); // WINDOWS
/** AI ***/
user_pref("browser.ml.enable", false);
user_pref("browser.ml.chat.enabled", false);
user_pref("browser.ml.chat.menu", false);
user_pref("browser.tabs.groups.smart.enabled", false);
user_pref("browser.ml.linkPreview.enabled", false);
/** FULLSCREEN NOTICE ***/
user_pref("full-screen-api.transition-duration.enter", "0 0");
@@ -224,7 +226,3 @@ user_pref("layout.word_select.eat_space_to_next_word", false);
/****************************************************************************
* END: BETTERFOX *
****************************************************************************/