1
0
mirror of https://github.com/yokoffing/Betterfox.git synced 2026-06-28 23:51:18 +05:30

Compare commits

..

23 Commits

Author SHA1 Message Date
yokoffing 7856c50f3f update zen 2026-02-08 14:17:12 -05:00
yokoffing d1a9db6667 reset pref 2026-01-16 15:18:02 -05:00
yokoffing 1c4596431e keep gfx.webrender.layer-compositor 2026-01-16 15:14:17 -05:00
yokoffing c8f119803f Update Fastfox.js 2026-01-16 15:13:19 -05:00
yokoffing 3ef60c0988 gfx.canvas.accelerated.cache-size too large 2026-01-16 15:12:33 -05:00
yokoffing 0e1547c195 Update README.md 2026-01-14 10:19:15 -05:00
yokoffing 64eef14428 Update README.md 2026-01-14 10:18:14 -05:00
yokoffing e585d9b4e5 remove cookie banner handling
https://github.com/yokoffing/Betterfox/discussions/456
2026-01-03 13:35:06 -05:00
yokoffing 967a834dae comments 2025-12-30 12:30:25 -05:00
yokoffing dad07acb8f remove urlclassifier.trackingSkipURLs 2025-12-30 12:20:09 -05:00
yokoffing 9e6a66f1fb add DOM section 2025-12-28 13:55:44 -05:00
yokoffing 7bab6261e9 browser.link.open_newwindow.restriction 2025-12-28 13:54:19 -05:00
yokoffing 43ea1373f1 Create user.js 2025-12-27 18:27:56 -05:00
yokoffing 553bd617cc reorder smooth and overrides 2025-12-23 11:13:36 -05:00
yokoffing eabd0b1a11 commnet out all prefs 2025-12-23 11:12:36 -05:00
yokoffing 894a631013 remove fastfox 2025-12-23 11:05:47 -05:00
yokoffing ac4d5ea231 trim Fastfox 2025-12-23 11:02:21 -05:00
yokoffing f83557dbd3 trim Fastfox 2025-12-23 10:57:32 -05:00
yokoffing 23fb4dc842 migrate Speculative Loading 2025-12-23 10:53:51 -05:00
yokoffing bde314a3db migrate some disk cache settings to Securefox 2025-12-23 10:45:06 -05:00
yokoffing 6240c3300f update statistic 2025-12-18 15:35:50 -05:00
yokoffing 040288f9a0 Update README.md 2025-12-15 00:11:05 -05:00
yokoffing 4963a9f066 add two new articles 2025-12-13 22:26:53 -05:00
2 changed files with 8 additions and 18 deletions
+8 -16
View File
@@ -97,31 +97,23 @@ user_pref("browser.privateWindowSeparation.enabled", false);
/****************************************************************************
* SECTION: AI *
****************************************************************************/
// PREF: AI default controls
// [1] https://blog.mozilla.org/en/firefox/how-to-use-ai-controls/
user_pref("browser.ai.control.default", "blocked");
// PREF: AI master switch
// [1] https://github.com/yokoffing/Betterfox/issues/416
user_pref("browser.ml.enable", false);
// PREF: Translations
//user_pref("browser.ai.control.translations", "blocked");
// PREF: AI chat
user_pref("browser.ml.chat.enabled", false);
// PREF: Image alt text in Nightly PDF viewer
//user_pref("browser.ai.control.pdfjsAltText", "blocked");
// PREF: AI chatbot option in right click menu
user_pref("browser.ml.chat.menu", false);
// PREF: Tab group suggestions
// PREF: AI-enhanced tab groups
// [1] https://support.mozilla.org/kb/how-use-ai-enhanced-tab-groups
//user_pref("browser.ai.control.smartTabGroups", "blocked");
user_pref("browser.tabs.groups.smart.enabled", false);
// PREF: Key points in link previews
//user_pref("browser.ai.control.linkPreviewKeyPoints", "blocked");
// PREF: link previews
user_pref("browser.ml.linkPreview.enabled", false);
// PREF: Chatbot in sidebar
//user_pref("browser.ai.control.sidebarChatbot", "blocked");
user_pref("browser.ml.chat.enabled", false);
user_pref("browser.ml.chat.menu", false);
/****************************************************************************
* SECTION: TRANSLATIONS *
****************************************************************************/
-2
View File
@@ -150,7 +150,6 @@ user_pref("browser.compactmode.show", true);
user_pref("browser.privateWindowSeparation.enabled", false); // WINDOWS
/** AI ***/
user_pref("browser.ai.control.default", "blocked");
user_pref("browser.ml.enable", false);
user_pref("browser.ml.chat.enabled", false);
user_pref("browser.ml.chat.menu", false);
@@ -204,4 +203,3 @@ user_pref("layout.word_select.eat_space_to_next_word", false);
****************************************************************************/