mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-28 15:41:46 +05:30
Compare commits
6 Commits
148.0
..
a926692197
| Author | SHA1 | Date | |
|---|---|---|---|
| a926692197 | |||
| e11924d100 | |||
| 4c60b3d734 | |||
| 4573daf3ba | |||
| 083141d5e8 | |||
| fd29d4d313 |
+3
-3
@@ -3,7 +3,7 @@
|
||||
* Fastfox *
|
||||
* "Non ducor duco" *
|
||||
* priority: speedy browsing *
|
||||
* version: 148 *
|
||||
* version: 150 *
|
||||
* url: https://github.com/yokoffing/Betterfox *
|
||||
***************************************************************************************/
|
||||
|
||||
@@ -121,10 +121,10 @@
|
||||
// [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1945683
|
||||
// [2] https://www.reddit.com/r/firefox/comments/1p58qre/firefox_is_getting_ready_to_make_youtube_fast/
|
||||
// [3] https://www.ghacks.net/2025/11/24/these-two-tweaks-should-improve-firefoxs-performance-on-youtube-significantly/
|
||||
user_pref("gfx.webrender.layer-compositor", true);
|
||||
//user_pref("gfx.webrender.layer-compositor", true);
|
||||
// If your PC uses an AMD GPU, you might want to make a second change.
|
||||
// This one improves CPU usage on AMD systems.
|
||||
//user_pref("media.wmf.zero-copy-nv12-textures-force-enabled", true);
|
||||
//user_pref("media.wmf.zero-copy-nv12-textures-force-enabled", true);
|
||||
|
||||
// PREF: if your hardware doesn't support Webrender, you can fallback to Webrender's software renderer
|
||||
// [1] https://www.ghacks.net/2020/12/14/how-to-find-out-if-webrender-is-enabled-in-firefox-and-how-to-enable-it-if-it-is-not/
|
||||
|
||||
+7
-3
@@ -3,7 +3,7 @@
|
||||
* Securefox *
|
||||
* "Natura non contristatur" *
|
||||
* priority: provide sensible security and privacy *
|
||||
* version: 148 *
|
||||
* version: 150 *
|
||||
* 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);
|
||||
//user_pref("network.http.windows-sso.enabled", false); // DEFAULT
|
||||
|
||||
/****************************************************************************
|
||||
* SECTION: ADDRESS + CREDIT CARD MANAGER *
|
||||
@@ -1389,6 +1389,11 @@ user_pref("pdfjs.enableScripting", false); // [FF86+]
|
||||
// [5] https://www.google.com/chrome/privacy/whitepaper.html#malware
|
||||
// [6] https://security.googleblog.com/2022/08/how-hash-based-safe-browsing-works-in.html
|
||||
|
||||
// [FF147+] Firefox now supports the Safe Browsing V5 protocol and has migrated
|
||||
// from Safe Browsing V4 to the local list mode of Safe Browsing V5 protocol.
|
||||
// [1] https://developers.google.com/safe-browsing/reference
|
||||
// [2] https://developers.google.com/safe-browsing/reference/Local.List.Mode
|
||||
|
||||
// PREF: Safe Browsing
|
||||
// [WARNING] Be sure to have alternate security measures if you disable SB! Adblockers do not count!
|
||||
// [SETTING] Privacy & Security>Security>... Block dangerous and deceptive content
|
||||
@@ -1654,7 +1659,6 @@ 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);
|
||||
|
||||
+1
-1
@@ -6,7 +6,6 @@
|
||||
"DisableFirefoxStudies": true,
|
||||
"DisableTelemetry": true,
|
||||
"DisableFeedbackCommands": true,
|
||||
"DisablePocket": true,
|
||||
"DisableSetDesktopBackground": true,
|
||||
"DisableDeveloperTools": false,
|
||||
"DontCheckDefaultBrowser": true,
|
||||
@@ -37,6 +36,7 @@
|
||||
"Remove": [
|
||||
"Amazon.com",
|
||||
"eBay"
|
||||
"Perplexity"
|
||||
],
|
||||
"Default": "DuckDuckGo",
|
||||
"Add": [
|
||||
|
||||
@@ -10,16 +10,10 @@
|
||||
/****************************************************************************
|
||||
* Betterfox *
|
||||
* "Ad meliora" *
|
||||
* version: 148 *
|
||||
* version: 150 *
|
||||
* url: https://github.com/yokoffing/Betterfox *
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* SECTION: FASTFOX *
|
||||
****************************************************************************/
|
||||
user_pref("gfx.canvas.accelerated.cache-size", 256); // reset pref
|
||||
user_pref("gfx.webrender.layer-compositor", true);
|
||||
|
||||
/****************************************************************************
|
||||
* SECTION: SECUREFOX *
|
||||
****************************************************************************/
|
||||
@@ -202,6 +196,3 @@ user_pref("layout.word_select.eat_space_to_next_word", false);
|
||||
/****************************************************************************
|
||||
* END: BETTERFOX *
|
||||
****************************************************************************/
|
||||
|
||||
|
||||
|
||||
|
||||
+2
-1
@@ -10,7 +10,7 @@
|
||||
/****************************************************************************
|
||||
* Betterfox Aqua *
|
||||
* "Ex nihilo nihil fit" *
|
||||
* version: 140.8 *
|
||||
* version: 140.10 *
|
||||
* url: https://github.com/yokoffing/Betterfox *
|
||||
****************************************************************************/
|
||||
|
||||
@@ -44,6 +44,7 @@ user_pref("browser.places.speculativeConnect.enabled", false);
|
||||
user_pref("network.prefetch-next", false);
|
||||
|
||||
/** SEARCH / URL BAR ***/
|
||||
//user_pref("browser.urlbar.trimURLs", true); // FF default
|
||||
//user_pref("browser.urlbar.trimHttps", true); // optional
|
||||
//user_pref("browser.urlbar.untrimOnUserInteraction.featureGate", true); // optional
|
||||
user_pref("browser.search.suggest.enabled", false);
|
||||
|
||||
Reference in New Issue
Block a user