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

Compare commits

..

25 Commits

Author SHA1 Message Date
yokoffing 622cba7985 browser.ai.control.default 2026-02-26 17:47:19 -05:00
yokoffing cf0628564b add AI controls 2026-02-26 17:46:35 -05:00
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
3 changed files with 11 additions and 9 deletions
+6 -6
View File
@@ -98,27 +98,27 @@ 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");
// [1] https://github.com/yokoffing/Betterfox/issues/416
user_pref("browser.ml.enable", false);
// PREF: Translations
//user_pref("browser.ai.control.translations", "blocked");
user_pref("browser.ai.control.translations", "blocked");
// PREF: Image alt text in Nightly PDF viewer
//user_pref("browser.ai.control.pdfjsAltText", "blocked");
user_pref("browser.ai.control.pdfjsAltText", "blocked");
// PREF: Tab group suggestions
// [1] https://support.mozilla.org/kb/how-use-ai-enhanced-tab-groups
//user_pref("browser.ai.control.smartTabGroups", "blocked");
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");
user_pref("browser.ai.control.linkPreviewKeyPoints", "blocked");
user_pref("browser.ml.linkPreview.enabled", false);
// PREF: Chatbot in sidebar
//user_pref("browser.ai.control.sidebarChatbot", "blocked");
user_pref("browser.ai.control.sidebarChatbot", "blocked");
user_pref("browser.ml.chat.enabled", false);
user_pref("browser.ml.chat.menu", false);
+3 -2
View File
@@ -3,7 +3,7 @@
* Securefox *
* "Natura non contristatur" *
* priority: provide sensible security and privacy *
* version: 149 *
* version: 148 *
* url: https://github.com/yokoffing/Betterfox *
* credit: Most prefs are reproduced and adapted from the arkenfox project *
* credit urL: https://github.com/arkenfox/user.js *
@@ -1106,7 +1106,7 @@ user_pref("editor.truncate_user_pastes", false);
// PREF: disable automatic authentication on Microsoft sites [WINDOWS]
// [1] https://bugzilla.mozilla.org/buglist.cgi?bug_id=1695693,1719301
//user_pref("network.http.windows-sso.enabled", false); // DEFAULT
//user_pref("network.http.windows-sso.enabled", false);
/****************************************************************************
* SECTION: ADDRESS + CREDIT CARD MANAGER *
@@ -1654,6 +1654,7 @@ user_pref("browser.tabs.crashReporting.sendReport", false);
// PREF: assorted telemetry
// [NOTE] Shouldn't be needed for user.js, but browser forks may want to disable these prefs.
//user_pref("doh-rollout.disable-heuristics", true); // ensure DoH doesn't get enabled automatically
//user_pref("dom.security.unexpected_system_load_telemetry_enabled", false);
//user_pref("messaging-system.rsexperimentloader.enabled", false);
//user_pref("network.trr.confirmation_telemetry_enabled", false);
+2 -1
View File
@@ -10,7 +10,7 @@
/****************************************************************************
* Betterfox *
* "Ad meliora" *
* version: 149 *
* version: 148 *
* url: https://github.com/yokoffing/Betterfox *
****************************************************************************/
@@ -18,6 +18,7 @@
* SECTION: FASTFOX *
****************************************************************************/
user_pref("gfx.canvas.accelerated.cache-size", 256); // reset pref
user_pref("gfx.webrender.layer-compositor", true);
/****************************************************************************
* SECTION: SECUREFOX *