1
0
mirror of https://github.com/yokoffing/Betterfox.git synced 2026-06-29 16:11:23 +05:30

Compare commits

..

2 Commits

Author SHA1 Message Date
yokoffing c787453de1 disable AI 2025-08-17 23:43:02 -04:00
yokoffing 41626dd8ae disable AI
https://github.com/yokoffing/Betterfox/issues/416
2025-08-17 23:42:15 -04:00
2 changed files with 16 additions and 2 deletions
+12 -2
View File
@@ -97,7 +97,17 @@ user_pref("browser.privateWindowSeparation.enabled", false);
//user_pref("browser.newtabpage.activity-stream.newtabWallpapers.v2.enabled", true); // [DEFAULT FF132+]
/****************************************************************************
* SECTION: COOKIE BANNER HANDLING *
* SECTION: AI *
****************************************************************************/
// PREF: LLM / AI master switch
// [1] https://github.com/yokoffing/Betterfox/issues/416
user_pref("browser.ml.enable", false);
// PREF: AI chat
//user_pref("browser.ml.chat.enabled", false);
/****************************************************************************
* SECTION: COOKIE BANNER HANDLING *
****************************************************************************/
// PREF: Cookie Banner handling
@@ -122,7 +132,7 @@ user_pref("browser.privateWindowSeparation.enabled", false);
//user_pref("cookiebanners.service.enableGlobalRules.subFrames", true); // DEFAULT [FF121+]
/****************************************************************************
* SECTION: TRANSLATIONS *
* SECTION: TRANSLATIONS *
****************************************************************************/
// PREF: Firefox Translations [FF118+]
+4
View File
@@ -175,6 +175,9 @@ user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
user_pref("browser.compactmode.show", true);
user_pref("browser.privateWindowSeparation.enabled", false); // WINDOWS
/** AI ***/
user_pref("browser.ml.enable", false);
/** FULLSCREEN NOTICE ***/
user_pref("full-screen-api.transition-duration.enter", "0 0");
user_pref("full-screen-api.transition-duration.leave", "0 0");
@@ -227,3 +230,4 @@ user_pref("layout.word_select.eat_space_to_next_word", false);
****************************************************************************/