1
0
mirror of https://github.com/yokoffing/Betterfox.git synced 2026-06-12 15:40:48 +05:30
This commit is contained in:
yokoffing
2025-10-18 21:03:42 -04:00
committed by GitHub
parent 7b3cee24cc
commit 9efeb601f6
6 changed files with 155 additions and 92 deletions
+13 -6
View File
@@ -3,7 +3,7 @@
* Peskyfox *
* "Aquila non capit muscas" *
* priority: remove annoyances *
* version: 142 *
* version: 144 *
* url: https://github.com/yokoffing/Betterfox *
* credit: Some prefs are reproduced and adapted from the arkenfox project *
* credit urL: https://github.com/arkenfox/user.js *
@@ -64,6 +64,9 @@ user_pref("browser.profiles.enabled", true);
// [1] https://github.com/yokoffing/Betterfox/issues/320
//user_pref("widget.gtk.non-native-titlebar-buttons.enabled", true);
// PREF: disable search engine switcher in the URL bar [FF136+]
//user_pref("browser.urlbar.scotchBonnet.enableOverride", false);
/****************************************************************************
* SECTION: THEME ADJUSTMENTS *
****************************************************************************/
@@ -106,12 +109,15 @@ user_pref("browser.ml.enable", false);
// PREF: AI chat
user_pref("browser.ml.chat.enabled", false);
// PREF: link previews
//user_pref("browser.ml.linkPreview.enabled", false);
// PREF: AI chatbot option in right click menu
user_pref("browser.ml.chat.menu", false);
// PREF: AI-enhanced tab groups
// [1] https://support.mozilla.org/kb/how-use-ai-enhanced-tab-groups
//user_pref("browser.tabs.groups.smart.enabled", false);
user_pref("browser.tabs.groups.smart.enabled", false);
// PREF: link previews
user_pref("browser.ml.linkPreview.enabled", false);
/****************************************************************************
* SECTION: COOKIE BANNER HANDLING *
@@ -337,8 +343,9 @@ user_pref("browser.newtabpage.activity-stream.default.sites", "");
* SECTION: POCKET *
******************************************************************************/
// PREF: Disable built-in Pocket extension
user_pref("extensions.pocket.enabled", false);
// PREF: disable built-in Pocket extension
// [1] https://support.mozilla.org/kb/future-of-pocket
//user_pref("extensions.pocket.enabled", false); // DEFAULT
//user_pref("extensions.pocket.api"," ");
//user_pref("extensions.pocket.oAuthConsumerKey", " ");
//user_pref("extensions.pocket.site", " ");