mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-12 07:30:47 +05:30
Compare commits
16 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c8460d12c3 | |||
| d0a02dfd40 | |||
| 4d6a26df1e | |||
| cb70c90a86 | |||
| 3063946a11 | |||
| 68c1d0cefc | |||
| e5ef7c4d67 | |||
| 7b3d41d91c | |||
| 2585a4f0b1 | |||
| bb6aff749b | |||
| 7bbfc98519 | |||
| a38dd005b5 | |||
| 76aa03e5af | |||
| 0ba9adc9c0 | |||
| f6eadee5d9 | |||
| ecbeda5a2f |
+11
-11
@@ -3,7 +3,7 @@
|
|||||||
* Fastfox *
|
* Fastfox *
|
||||||
* "Non ducor duco" *
|
* "Non ducor duco" *
|
||||||
* priority: speedy browsing *
|
* priority: speedy browsing *
|
||||||
* version: 111 *
|
* version: 113b *
|
||||||
* url: https://github.com/yokoffing/Betterfox *
|
* url: https://github.com/yokoffing/Betterfox *
|
||||||
***************************************************************************************/
|
***************************************************************************************/
|
||||||
|
|
||||||
@@ -78,11 +78,6 @@ user_pref("browser.startup.preXulSkeletonUI", false);
|
|||||||
* SECTION: EXPERIMENTAL *
|
* SECTION: EXPERIMENTAL *
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
// PREF: about:home startup cache [NIGHTLY]
|
|
||||||
// A cache for the initial about:home document that is loaded by default at startup
|
|
||||||
// The purpose of the cache is to improve startup performance
|
|
||||||
//user_pref("browser.startup.homepage.abouthome_cache.enabled", true);
|
|
||||||
|
|
||||||
// PREF: CSS Masonry Layout [NIGHTLY]
|
// PREF: CSS Masonry Layout [NIGHTLY]
|
||||||
// [1] https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout/Masonry_Layout
|
// [1] https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout/Masonry_Layout
|
||||||
user_pref("layout.css.grid-template-masonry-value.enabled", true);
|
user_pref("layout.css.grid-template-masonry-value.enabled", true);
|
||||||
@@ -131,6 +126,7 @@ user_pref("dom.enable_web_task_scheduling", true);
|
|||||||
// [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1795452
|
// [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1795452
|
||||||
//user_pref("javascript.options.experimental.array_grouping", true);
|
//user_pref("javascript.options.experimental.array_grouping", true);
|
||||||
//user_pref("javascript.options.experimental.enable_change_array_by_copy", true);
|
//user_pref("javascript.options.experimental.enable_change_array_by_copy", true);
|
||||||
|
//user_pref("javascript.options.experimental.enable_array_from_async", true);
|
||||||
|
|
||||||
// PREF: indexedDB
|
// PREF: indexedDB
|
||||||
// [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1112702
|
// [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1112702
|
||||||
@@ -150,6 +146,12 @@ user_pref("dom.enable_web_task_scheduling", true);
|
|||||||
// [1] https://codecalamity.com/animated-avif-is-finally-coming-to-firefox/
|
// [1] https://codecalamity.com/animated-avif-is-finally-coming-to-firefox/
|
||||||
//user_pref("image.avif.sequence.enabled", true);
|
//user_pref("image.avif.sequence.enabled", true);
|
||||||
|
|
||||||
|
// PREF: NVIDIA RTX Video Super Resolution for video overlay [WINDOWS]
|
||||||
|
// This is also a setting in NVIDIA's driver settings, so once this is
|
||||||
|
// stable, it should default to true.
|
||||||
|
// [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1823135
|
||||||
|
//user_pref("gfx.webrender.super-resolution.nvidia", true);
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* SECTION: MAKE FIREFOX FAST *
|
* SECTION: MAKE FIREFOX FAST *
|
||||||
* [NOTE] The following is not recommended for low-end machines *
|
* [NOTE] The following is not recommended for low-end machines *
|
||||||
@@ -266,11 +268,6 @@ user_pref("network.http.max-persistent-connections-per-server", 10); // default=
|
|||||||
// PREF: increase TLS token caching
|
// PREF: increase TLS token caching
|
||||||
user_pref("network.ssl_tokens_cache_capacity", 32768); // default=2048; more TLS token caching (fast reconnects)
|
user_pref("network.ssl_tokens_cache_capacity", 32768); // default=2048; more TLS token caching (fast reconnects)
|
||||||
|
|
||||||
// PREF: temporary fix for upload speed in Firefox
|
|
||||||
// [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1596576
|
|
||||||
//user_pref("network.http.http2.send-buffer-size", 33554432);
|
|
||||||
//user_pref("network.http.http2.push-allowance", 33554432);
|
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* SECTION: SPECULATIVE CONNECTIONS *
|
* SECTION: SPECULATIVE CONNECTIONS *
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
@@ -289,6 +286,9 @@ user_pref("network.ssl_tokens_cache_capacity", 32768); // default=2048; more TLS
|
|||||||
//user_pref("network.http.speculative-parallel-limit", 18); // default=6; overrides SecureFox
|
//user_pref("network.http.speculative-parallel-limit", 18); // default=6; overrides SecureFox
|
||||||
//user_pref("network.dns.disablePrefetch", false); // overrides SecureFox
|
//user_pref("network.dns.disablePrefetch", false); // overrides SecureFox
|
||||||
//user_pref("network.dns.disablePrefetchFromHTTPS", false);
|
//user_pref("network.dns.disablePrefetchFromHTTPS", false);
|
||||||
|
//user_pref("network.early-hints.enabled", true);
|
||||||
|
//user_pref("network.early-hints.preconnect.enabled", true);
|
||||||
|
//user_pref("network.early-hints.preconnect.max_connections", 20); // FF113
|
||||||
//user_pref("browser.urlbar.speculativeConnect.enabled", true); // overrides SecureFox
|
//user_pref("browser.urlbar.speculativeConnect.enabled", true); // overrides SecureFox
|
||||||
//user_pref("browser.places.speculativeConnect.enabled", true); // overrides SecureFox
|
//user_pref("browser.places.speculativeConnect.enabled", true); // overrides SecureFox
|
||||||
//user_pref("network.prefetch-next", true); // overrides SecureFox
|
//user_pref("network.prefetch-next", true); // overrides SecureFox
|
||||||
|
|||||||
+32
-23
@@ -3,7 +3,7 @@
|
|||||||
* Peskyfox *
|
* Peskyfox *
|
||||||
* "Aquila non capit muscas" *
|
* "Aquila non capit muscas" *
|
||||||
* priority: remove annoyances *
|
* priority: remove annoyances *
|
||||||
* version: 112 *
|
* version: 115 *
|
||||||
* url: https://github.com/yokoffing/Betterfox *
|
* url: https://github.com/yokoffing/Betterfox *
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
@@ -28,7 +28,9 @@ user_pref("app.update.suppressPrompts", true);
|
|||||||
user_pref("browser.compactmode.show", true);
|
user_pref("browser.compactmode.show", true);
|
||||||
|
|
||||||
// PREF: Mozilla VPN
|
// PREF: Mozilla VPN
|
||||||
|
// [1] https://github.com/yokoffing/Betterfox/issues/169
|
||||||
user_pref("browser.privatebrowsing.vpnpromourl", "");
|
user_pref("browser.privatebrowsing.vpnpromourl", "");
|
||||||
|
//user_pref("browser.vpn_promo.enabled", false);
|
||||||
|
|
||||||
// PREF: disable about:addons' Recommendations pane (uses Google Analytics)
|
// PREF: disable about:addons' Recommendations pane (uses Google Analytics)
|
||||||
user_pref("extensions.getAddons.showPane", false); // HIDDEN
|
user_pref("extensions.getAddons.showPane", false); // HIDDEN
|
||||||
@@ -97,26 +99,12 @@ user_pref("browser.privatebrowsing.enable-new-indicator", false);
|
|||||||
// PREF: disable always using dark theme for private browsing windows [FF106+]
|
// PREF: disable always using dark theme for private browsing windows [FF106+]
|
||||||
//user_pref("browser.theme.dark-private-windows", false);
|
//user_pref("browser.theme.dark-private-windows", false);
|
||||||
|
|
||||||
// PREF: Cookie Banner handling [NIGHTLY]
|
// PREF: Firefox Translations [NIGHTLY ONLY]
|
||||||
// [NOTE] Feature still enforces Total Cookie Protection to limit 3rd-party cookie tracking [1]
|
// Visit about:translations to translate your own text as well
|
||||||
// [1] https://github.com/mozilla/cookie-banner-rules-list/issues/33#issuecomment-1318460084
|
// [1] https://blog.nightly.mozilla.org/2023/06/01/firefox-translations-and-other-innovations-these-weeks-in-firefox-issue-139/
|
||||||
// [2] https://phabricator.services.mozilla.com/D153642
|
//user_pref("browser.translations.enable", true); // DEFAULT
|
||||||
// [3] https://winaero.com/make-firefox-automatically-click-on-reject-all-in-cookie-banner-consent/
|
//user_pref("browser.translations.autoTranslate", true);
|
||||||
// [4] https://docs.google.com/spreadsheets/d/1Nb4gVlGadyxix4i4FBDnOeT_eJp2Zcv69o-KfHtK-aA/edit#gid=0
|
//user_pref("browser.translations.alwaysTranslateLanguages", "");
|
||||||
// 2: reject banners if it is a one-click option; otherwise, fall back to the accept button to remove banner
|
|
||||||
// 1: reject banners if it is a one-click option; otherwise, keep banners on screen
|
|
||||||
// 0: disable all cookie banner handling
|
|
||||||
//user_pref("cookiebanners.service.mode", 2);
|
|
||||||
//user_pref("cookiebanners.service.mode.privateBrowsing", 2);
|
|
||||||
//user_pref("cookiebanners.bannerClicking.enabled", true); // DEFAULT [FF108]
|
|
||||||
//user_pref("cookiebanners.cookieInjector.enabled", true); // DEFAULT
|
|
||||||
|
|
||||||
// PREF: enable global CookieBannerRules
|
|
||||||
// This is used for click rules that can handle common Consent Management Providers (CMP)
|
|
||||||
// [WARNING] Enabling this (when the cookie handling feature is enabled) may
|
|
||||||
// negatively impact site performance since it requires us to run rule-defined
|
|
||||||
// query selectors for every page
|
|
||||||
//user_pref("cookiebanners.service.enableGlobalRules", enable);
|
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* SECTION: FONT APPEARANCE *
|
* SECTION: FONT APPEARANCE *
|
||||||
@@ -178,8 +166,8 @@ user_pref("browser.urlbar.unitConversion.enabled", true);
|
|||||||
// default=10, disable=0
|
// default=10, disable=0
|
||||||
//user_pref("browser.urlbar.maxRichResults", 1);
|
//user_pref("browser.urlbar.maxRichResults", 1);
|
||||||
|
|
||||||
// PREF: show search query in URL bar instead of URL upon navigation
|
// PREF: do not show search terms in address bar instead of the URL [FF113+]
|
||||||
//user_pref("browser.urlbar.showSearchTerms.enabled", true); // DEFAULT
|
//user_pref("browser.urlbar.showSearchTerms.enabled", false);
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* SECTION: AUTOPLAY *
|
* SECTION: AUTOPLAY *
|
||||||
@@ -411,6 +399,27 @@ user_pref("browser.bookmarks.openInTabClosesMenu", false);
|
|||||||
//user_pref("dom.disable_open_during_load", true); // DEFAULT
|
//user_pref("dom.disable_open_during_load", true); // DEFAULT
|
||||||
//user_pref("privacy.popups.showBrowserMessage", true); // DEFAULT
|
//user_pref("privacy.popups.showBrowserMessage", true); // DEFAULT
|
||||||
|
|
||||||
|
// PREF: Cookie Banner handling [NIGHTLY]
|
||||||
|
// [NOTE] Feature still enforces Total Cookie Protection to limit 3rd-party cookie tracking [1]
|
||||||
|
// [1] https://github.com/mozilla/cookie-banner-rules-list/issues/33#issuecomment-1318460084
|
||||||
|
// [2] https://phabricator.services.mozilla.com/D153642
|
||||||
|
// [3] https://winaero.com/make-firefox-automatically-click-on-reject-all-in-cookie-banner-consent/
|
||||||
|
// [4] https://docs.google.com/spreadsheets/d/1Nb4gVlGadyxix4i4FBDnOeT_eJp2Zcv69o-KfHtK-aA/edit#gid=0
|
||||||
|
// 2: reject banners if it is a one-click option; otherwise, fall back to the accept button to remove banner
|
||||||
|
// 1: reject banners if it is a one-click option; otherwise, keep banners on screen
|
||||||
|
// 0: disable all cookie banner handling
|
||||||
|
user_pref("cookiebanners.service.mode", 2);
|
||||||
|
user_pref("cookiebanners.service.mode.privateBrowsing", 2);
|
||||||
|
//user_pref("cookiebanners.bannerClicking.enabled", true); // DEFAULT [FF108]
|
||||||
|
//user_pref("cookiebanners.cookieInjector.enabled", true); // DEFAULT
|
||||||
|
|
||||||
|
// PREF: enable global CookieBannerRules
|
||||||
|
// This is used for click rules that can handle common Consent Management Providers (CMP)
|
||||||
|
// [WARNING] Enabling this (when the cookie handling feature is enabled) may
|
||||||
|
// negatively impact site performance since it requires us to run rule-defined
|
||||||
|
// query selectors for every page
|
||||||
|
//user_pref("cookiebanners.service.enableGlobalRules", enable);
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* SECTION: UNCATEGORIZED *
|
* SECTION: UNCATEGORIZED *
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||

|

|
||||||

|

|
||||||
[](https://github.com/yokoffing/Betterfox/issues?q=is%3Aissue+is%3Aclosed)
|
|
||||||
[](https://hits.seeyoufarm.com)
|
[](https://hits.seeyoufarm.com)
|
||||||
|
|
||||||
# Betterfox
|
# Betterfox
|
||||||
@@ -70,6 +69,7 @@ Apply preferences from the [common overrides](https://github.com/yokoffing/Bette
|
|||||||
|
|
||||||
### YouTube
|
### YouTube
|
||||||
* [Firefox is NOT private. Here's how to fix it.](https://youtu.be/Fr8UFJzpNls) (Mar 2023)
|
* [Firefox is NOT private. Here's how to fix it.](https://youtu.be/Fr8UFJzpNls) (Mar 2023)
|
||||||
|
* [The ULTIMATE Browser Tier List (Based Tier to Spyware Tier)](https://youtu.be/j5r6jFE8gic) (Mar 2023)
|
||||||
* [I Hate Firefox. But I'm Still Switching Back to It.](https://youtu.be/w0SJFED5xK0?t=220) (Nov 2022)
|
* [I Hate Firefox. But I'm Still Switching Back to It.](https://youtu.be/w0SJFED5xK0?t=220) (Nov 2022)
|
||||||
* [Español] [Optimizar y Acelerar Firefox](https://www.youtube.com/watch?v=3XtoONmq5_Q) (Nov 2022)
|
* [Español] [Optimizar y Acelerar Firefox](https://www.youtube.com/watch?v=3XtoONmq5_Q) (Nov 2022)
|
||||||
* [How To Improve Firefox Performance](https://www.youtube.com/watch?v=N8IOJiOFVEk) (Dec 2021)
|
* [How To Improve Firefox Performance](https://www.youtube.com/watch?v=N8IOJiOFVEk) (Dec 2021)
|
||||||
@@ -78,7 +78,8 @@ Apply preferences from the [common overrides](https://github.com/yokoffing/Bette
|
|||||||
* [GhoSTORIES with Franz & Pete](https://anchor.fm/ghostories/episodes/S2E6-We-Talking-Ghostery-Dawn----Again-er0q02/a-a4o5vmh), S2|E6, 17:05-18:40 (Feb 2021)
|
* [GhoSTORIES with Franz & Pete](https://anchor.fm/ghostories/episodes/S2E6-We-Talking-Ghostery-Dawn----Again-er0q02/a-a4o5vmh), S2|E6, 17:05-18:40 (Feb 2021)
|
||||||
|
|
||||||
### Articles
|
### Articles
|
||||||
* [2023 Browser Showdown: Comparing Chrome, Brave, Firefox, Vivaldi, and Opera – Is it Worth the Switch?](https://www.appdate.lk/technology/2023-browser-showdown/)
|
* [Russian] [The Pulse Browser project develops an experimental fork of Firefox](https://www.opennet.ru/opennews/art.shtml?num=59076) (May 2023)
|
||||||
|
* [2023 Browser Showdown: Comparing Chrome, Brave, Firefox, Vivaldi, and Opera – Is it Worth the Switch?](https://www.appdate.lk/technology/2023-browser-showdown/) (Jan 2023)
|
||||||
|
|
||||||
### Guides
|
### Guides
|
||||||
* [FMHY Browser Tools: Privacy Hardened Firefox](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage/#wiki_privacy_hardened_firefox)
|
* [FMHY Browser Tools: Privacy Hardened Firefox](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage/#wiki_privacy_hardened_firefox)
|
||||||
|
|||||||
+50
-10
@@ -3,7 +3,7 @@
|
|||||||
* Securefox *
|
* Securefox *
|
||||||
* "Natura non constristatur" *
|
* "Natura non constristatur" *
|
||||||
* priority: provide sensible security and privacy *
|
* priority: provide sensible security and privacy *
|
||||||
* version: 112 *
|
* version: 115 *
|
||||||
* url: https://github.com/yokoffing/Betterfox *
|
* url: https://github.com/yokoffing/Betterfox *
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
// [NOTE] FF86: "Strict" tracking protection enables dFPI.
|
// [NOTE] FF86: "Strict" tracking protection enables dFPI.
|
||||||
// [1] https://support.mozilla.org/en-US/kb/enhanced-tracking-protection-firefox-desktop
|
// [1] https://support.mozilla.org/en-US/kb/enhanced-tracking-protection-firefox-desktop
|
||||||
// [2] https://www.reddit.com/r/firefox/comments/l7xetb/network_priority_for_firefoxs_enhanced_tracking/gle2mqn/?web2x&context=3
|
// [2] https://www.reddit.com/r/firefox/comments/l7xetb/network_priority_for_firefoxs_enhanced_tracking/gle2mqn/?web2x&context=3
|
||||||
//user_pref("privacy.trackingprotection.enabled", true); // DEFAULT
|
//user_pref("privacy.trackingprotection.enabled", true); // enabled with "Strict"
|
||||||
//user_pref("privacy.trackingprotection.pbmode.enabled", true); // DEFAULT
|
//user_pref("privacy.trackingprotection.pbmode.enabled", true); // DEFAULT
|
||||||
//user_pref("browser.contentblocking.customBlockList.preferences.ui.enabled", false); // DEFAULT
|
//user_pref("browser.contentblocking.customBlockList.preferences.ui.enabled", false); // DEFAULT
|
||||||
user_pref("browser.contentblocking.category", "strict");
|
user_pref("browser.contentblocking.category", "strict");
|
||||||
@@ -26,12 +26,19 @@ user_pref("browser.contentblocking.category", "strict");
|
|||||||
//user_pref("privacy.socialtracking.block_cookies.enabled", true); // DEFAULT
|
//user_pref("privacy.socialtracking.block_cookies.enabled", true); // DEFAULT
|
||||||
//user_pref("privacy.trackingprotection.cryptomining.enabled", true); // DEFAULT
|
//user_pref("privacy.trackingprotection.cryptomining.enabled", true); // DEFAULT
|
||||||
//user_pref("privacy.trackingprotection.fingerprinting.enabled", true); // DEFAULT
|
//user_pref("privacy.trackingprotection.fingerprinting.enabled", true); // DEFAULT
|
||||||
user_pref("privacy.trackingprotection.emailtracking.enabled", true);
|
//user_pref("privacy.trackingprotection.emailtracking.enabled", true); // enabled with "Strict"
|
||||||
//user_pref("network.http.referer.disallowCrossSiteRelaxingDefault", true); // DEFAULT
|
//user_pref("network.http.referer.disallowCrossSiteRelaxingDefault", true); // DEFAULT
|
||||||
//user_pref("network.http.referer.disallowCrossSiteRelaxingDefault.pbmode", true); // DEFAULT
|
//user_pref("network.http.referer.disallowCrossSiteRelaxingDefault.pbmode", true); // DEFAULT
|
||||||
//user_pref("network.http.referer.disallowCrossSiteRelaxingDefault.pbmode.top_navigation", true); // DEFAULT
|
//user_pref("network.http.referer.disallowCrossSiteRelaxingDefault.pbmode.top_navigation", true); // DEFAULT
|
||||||
//user_pref("network.http.referer.disallowCrossSiteRelaxingDefault.top_navigation", true); // enabled with "Strict"
|
//user_pref("network.http.referer.disallowCrossSiteRelaxingDefault.top_navigation", true); // enabled with "Strict"
|
||||||
|
|
||||||
|
// PREF: relax blocklist for ETP Strict
|
||||||
|
// Some sites break running ETP Strict
|
||||||
|
// Using a less aggressive internal blocklist mitigates this breakage
|
||||||
|
// This is easier than adjusting prefs for ETP Custom
|
||||||
|
// [NOTE] Sadly, this does not work on NIGHTLY; you must use Custom and adjust prefs individually
|
||||||
|
//user_pref("browser.contentblocking.features.strict", "tp,tpPrivate,cookieBehavior5,cookieBehaviorPBM5,cm,fp,stp,emailTP,emailTPPrivate,lvl1,lvl1PBM,rp,rpTop,ocsp,qps,qpsPBM");
|
||||||
|
|
||||||
// PREF: query stripping
|
// PREF: query stripping
|
||||||
// Currently uses a small list [1]
|
// Currently uses a small list [1]
|
||||||
// We set the same query stripping list that Brave and LibreWolf uses [2]
|
// We set the same query stripping list that Brave and LibreWolf uses [2]
|
||||||
@@ -40,6 +47,7 @@ user_pref("privacy.trackingprotection.emailtracking.enabled", true);
|
|||||||
// [2] https://github.com/brave/brave-core/blob/f337a47cf84211807035581a9f609853752a32fb/browser/net/brave_site_hacks_network_delegate_helper.cc
|
// [2] https://github.com/brave/brave-core/blob/f337a47cf84211807035581a9f609853752a32fb/browser/net/brave_site_hacks_network_delegate_helper.cc
|
||||||
// [3] https://github.com/yokoffing/filterlists#url-tracking-parameters
|
// [3] https://github.com/yokoffing/filterlists#url-tracking-parameters
|
||||||
//user_pref("privacy.query_stripping.enabled", true); // enabled with "Strict"
|
//user_pref("privacy.query_stripping.enabled", true); // enabled with "Strict"
|
||||||
|
//user_pref("privacy.query_stripping.enabled.pbmode", true); // enabled with "Strict"
|
||||||
user_pref("privacy.query_stripping.strip_list", "__hsfp __hssc __hstc __s _hsenc _openstat dclid fbclid gbraid gclid hsCtaTracking igshid mc_eid ml_subscriber ml_subscriber_hash msclkid oft_c oft_ck oft_d oft_id oft_ids oft_k oft_lk oft_sk oly_anon_id oly_enc_id rb_clickid s_cid twclid vero_conv vero_id wbraid wickedid yclid");
|
user_pref("privacy.query_stripping.strip_list", "__hsfp __hssc __hstc __s _hsenc _openstat dclid fbclid gbraid gclid hsCtaTracking igshid mc_eid ml_subscriber ml_subscriber_hash msclkid oft_c oft_ck oft_d oft_id oft_ids oft_k oft_lk oft_sk oly_anon_id oly_enc_id rb_clickid s_cid twclid vero_conv vero_id wbraid wickedid yclid");
|
||||||
|
|
||||||
// PREF: allow embedded tweets, Instagram and Reddit posts, and TikTok embeds
|
// PREF: allow embedded tweets, Instagram and Reddit posts, and TikTok embeds
|
||||||
@@ -52,7 +60,7 @@ user_pref("privacy.query_stripping.strip_list", "__hsfp __hssc __hstc __s _hsenc
|
|||||||
user_pref("urlclassifier.trackingSkipURLs", "*.reddit.com, *.twitter.com, *.twimg.com, *.tiktok.com"); // MANUAL
|
user_pref("urlclassifier.trackingSkipURLs", "*.reddit.com, *.twitter.com, *.twimg.com, *.tiktok.com"); // MANUAL
|
||||||
user_pref("urlclassifier.features.socialtracking.skipURLs", "*.instagram.com, *.twitter.com, *.twimg.com"); // MANUAL
|
user_pref("urlclassifier.features.socialtracking.skipURLs", "*.instagram.com, *.twitter.com, *.twimg.com"); // MANUAL
|
||||||
|
|
||||||
// PREF: lower the priority of network loads for resources on the tracking protection list
|
// PREF: lower the priority of network loads for resources on the tracking protection list [NIGHTLY]
|
||||||
// [NOTE] Applicable because we allow for some social embeds
|
// [NOTE] Applicable because we allow for some social embeds
|
||||||
// [1] https://github.com/arkenfox/user.js/issues/102#issuecomment-298413904
|
// [1] https://github.com/arkenfox/user.js/issues/102#issuecomment-298413904
|
||||||
//user_pref("privacy.trackingprotection.lower_network_priority", true);
|
//user_pref("privacy.trackingprotection.lower_network_priority", true);
|
||||||
@@ -294,6 +302,18 @@ user_pref("security.tls.enable_0rtt_data", false); // disable 0 RTT to improve t
|
|||||||
//user_pref("layout.css.font-visibility.private", 1); // Private Browsing windows
|
//user_pref("layout.css.font-visibility.private", 1); // Private Browsing windows
|
||||||
//user_pref("layout.css.font-visibility.standard", 1); // Normal Browsing windows with tracking protection disabled(?)
|
//user_pref("layout.css.font-visibility.standard", 1); // Normal Browsing windows with tracking protection disabled(?)
|
||||||
|
|
||||||
|
/****************************************************************************
|
||||||
|
* SECTION: FINGERPRINT PROTECTION (RFP) *
|
||||||
|
****************************************************************************/
|
||||||
|
|
||||||
|
// PREF: enable FingerPrint Protection (FPP) [WiP]
|
||||||
|
// Mozilla is slowly rolling out FPP in PB windows
|
||||||
|
// [1] https://github.com/arkenfox/user.js/issues/1661
|
||||||
|
// [2] https://bugzilla.mozilla.org/show_bug.cgi?id=1816064
|
||||||
|
//user_pref("privacy.resistFingerprinting.randomization.enabled", true); // to be removed soon
|
||||||
|
//user_pref("privacy.resistFingerprinting.randomization.daily_reset.enabled", true);
|
||||||
|
//user_pref("privacy.resistFingerprinting.randomization.daily_reset.private.enabled", true);
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* SECTION: RESIST FINGERPRINTING (RFP) *
|
* SECTION: RESIST FINGERPRINTING (RFP) *
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
@@ -331,7 +351,7 @@ user_pref("security.tls.enable_0rtt_data", false); // disable 0 RTT to improve t
|
|||||||
//user_pref("widget.non-native-theme.enabled", true); // DEFAULT
|
//user_pref("widget.non-native-theme.enabled", true); // DEFAULT
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* SECTION: DISK AVOIDANCE *
|
* SECTION: DISK AVOIDANCE *
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
// PREF: disable disk cache
|
// PREF: disable disk cache
|
||||||
@@ -422,7 +442,9 @@ user_pref("privacy.history.custom", true);
|
|||||||
|
|
||||||
// Uncomment individual prefs to disable clearing on shutdown:
|
// Uncomment individual prefs to disable clearing on shutdown:
|
||||||
// [NOTE] If "history" is true, downloads will also be cleared
|
// [NOTE] If "history" is true, downloads will also be cleared
|
||||||
|
// [NOTE] Even if "downloads" pref is enabled, downloads won't be cleared unless "history" is set to true!
|
||||||
//user_pref("privacy.clearOnShutdown.history", true); // [DEFAULT]
|
//user_pref("privacy.clearOnShutdown.history", true); // [DEFAULT]
|
||||||
|
//user_pref("privacy.clearOnShutdown.downloads", true);
|
||||||
//user_pref("privacy.clearOnShutdown.formdata", true); // [DEFAULT]
|
//user_pref("privacy.clearOnShutdown.formdata", true); // [DEFAULT]
|
||||||
//user_pref("privacy.clearOnShutdown.sessions", true); // [DEFAULT]
|
//user_pref("privacy.clearOnShutdown.sessions", true); // [DEFAULT]
|
||||||
//user_pref("privacy.clearOnShutdown.offlineApps", true);
|
//user_pref("privacy.clearOnShutdown.offlineApps", true);
|
||||||
@@ -503,6 +525,12 @@ user_pref("network.dns.disablePrefetch", true);
|
|||||||
// [9] https://web.dev/preload-critical-assets/
|
// [9] https://web.dev/preload-critical-assets/
|
||||||
//user_pref("network.preload", true); // DEFAULT
|
//user_pref("network.preload", true); // DEFAULT
|
||||||
|
|
||||||
|
// PREF: early hints
|
||||||
|
// [1] https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/103
|
||||||
|
//user_pref("network.early-hints.enabled", false); // DEFAULT
|
||||||
|
//user_pref("network.early-hints.preconnect.enabled", false); // DEFAULT
|
||||||
|
//user_pref("network.early-hints.preconnect.max_connections", 0); // DEFAULT
|
||||||
|
|
||||||
// PREF: Link prefetching <link rel="prefetch">
|
// PREF: Link prefetching <link rel="prefetch">
|
||||||
// Firefox will prefetch certain links if any of the websites you are viewing uses the special prefetch-link tag.
|
// Firefox will prefetch certain links if any of the websites you are viewing uses the special prefetch-link tag.
|
||||||
// A directive that tells a browser to fetch a resource that will likely be needed for the next navigation.
|
// A directive that tells a browser to fetch a resource that will likely be needed for the next navigation.
|
||||||
@@ -637,7 +665,6 @@ user_pref("network.IDN_show_punycode", true);
|
|||||||
// [3] https://github.com/brave/adblock-lists/blob/master/brave-lists/https-upgrade-exceptions-list.txt
|
// [3] https://github.com/brave/adblock-lists/blob/master/brave-lists/https-upgrade-exceptions-list.txt
|
||||||
// [4] https://web.dev/why-https-matters/
|
// [4] https://web.dev/why-https-matters/
|
||||||
// [5] https://www.cloudflare.com/learning/ssl/why-use-https/
|
// [5] https://www.cloudflare.com/learning/ssl/why-use-https/
|
||||||
|
|
||||||
user_pref("dom.security.https_first", true);
|
user_pref("dom.security.https_first", true);
|
||||||
//user_pref("dom.security.https_first_pbm", true); // DEFAULT
|
//user_pref("dom.security.https_first_pbm", true); // DEFAULT
|
||||||
|
|
||||||
@@ -691,20 +718,26 @@ user_pref("dom.security.https_first", true);
|
|||||||
// [2] https://www.internetsociety.org/blog/2018/12/dns-privacy-support-in-mozilla-firefox/
|
// [2] https://www.internetsociety.org/blog/2018/12/dns-privacy-support-in-mozilla-firefox/
|
||||||
// 0=off, 2=TRR preferred (with System fallback), 3=TRR only (without System fallback), 5=TRR disabled
|
// 0=off, 2=TRR preferred (with System fallback), 3=TRR only (without System fallback), 5=TRR disabled
|
||||||
//user_pref("network.trr.mode", 3); // enable TRR (without System fallback)
|
//user_pref("network.trr.mode", 3); // enable TRR (without System fallback)
|
||||||
|
//user_pref("network.trr.display_fallback_warning", false); // DEFAULT
|
||||||
|
|
||||||
// PREF: DoH resolver
|
// PREF: DoH resolver
|
||||||
// [1] https://github.com/uBlockOrigin/uBlock-issues/issues/1710
|
// [1] https://github.com/uBlockOrigin/uBlock-issues/issues/1710
|
||||||
//user_pref("network.trr.uri", "https://xxxx/dns-query");
|
//user_pref("network.trr.uri", "https://xxxx/dns-query");
|
||||||
//user_pref("network.trr.custom_uri", "https://xxxx/dns-query");
|
//user_pref("network.trr.custom_uri", "https://xxxx/dns-query");
|
||||||
|
|
||||||
// PREF: EDNS Client Subnet DNS extension (ECS support and DNSSEC validation)
|
// PREF: EDNS Client Subnet DNS extension (DNSSEC validation)
|
||||||
// When set to false, TRR asks the resolver to enable EDNS Client Subnet (ECS).
|
// When set to false, TRR asks the resolver to enable EDNS Client Subnet (ECS).
|
||||||
// [NOTE] Change back to true if you find that some websites don't resolve.
|
// [WARNING] Some websites won't resolve when enabled, usually due to
|
||||||
// This is usually due to misconfiguration on the part of the domain owner.
|
// misconfiguration on the part of the domain owner.
|
||||||
//user_pref("network.trr.disable-ECS", false);
|
// [NOTE] DNSSEC is not needed if you’re using DoH, as long as you trust the
|
||||||
|
// DoH resolver to perform DNSSEC validation correctly. However, if you don’t
|
||||||
|
// trust the DoH resolver, you may still want to use DNSSEC along with DoH [1].
|
||||||
|
// [1] https://docs.controld.com/docs/disable-dnssec-option
|
||||||
|
//user_pref("network.trr.disable-ECS", true); // DEFAULT
|
||||||
|
|
||||||
// PREF: DNS Rebind Protection
|
// PREF: DNS Rebind Protection
|
||||||
// Set to true to allow RFC 1918 private addresses in TRR responses
|
// Set to true to allow RFC 1918 private addresses in TRR responses
|
||||||
|
// [1] https://docs.controld.com/docs/dns-rebind-option
|
||||||
//user_pref("network.trr.allow-rfc1918", false); // DEFAULT
|
//user_pref("network.trr.allow-rfc1918", false); // DEFAULT
|
||||||
|
|
||||||
// PREF: Assorted Options
|
// PREF: Assorted Options
|
||||||
@@ -1202,6 +1235,13 @@ user_pref("webchannel.allowObject.urlWhitelist", "");
|
|||||||
// [1] https://support.mozilla.org/en-US/kb/add-on-signing-in-firefox#w_what-are-my-options-if-i-want-to-use-an-unsigned-add-on-advanced-users
|
// [1] https://support.mozilla.org/en-US/kb/add-on-signing-in-firefox#w_what-are-my-options-if-i-want-to-use-an-unsigned-add-on-advanced-users
|
||||||
//user_pref("xpinstall.signatures.required", false);
|
//user_pref("xpinstall.signatures.required", false);
|
||||||
|
|
||||||
|
// PREF: disable Quarantined Domains [FF115+]
|
||||||
|
// Users may see a notification when running add-ons that are not monitored by Mozilla when they visit certain sites.
|
||||||
|
// The notification informs them that “some extensions are not allowed” and were blocked from running on that site.
|
||||||
|
// There's no details as to which sites are affected.
|
||||||
|
// [1] https://www.ghacks.net/2023/07/04/firefox-115-new-esr-base-and-some-add-ons-may-be-blocked-from-running-on-certain-sites/
|
||||||
|
//user_pref("extensions.quarantinedDomains.enabled", false);
|
||||||
|
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
* SECTION: TELEMETRY *
|
* SECTION: TELEMETRY *
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
|
|||||||
+12
-19
@@ -32,9 +32,12 @@ user_pref("network.dnsCacheEntries", 20000); // maximum # of DNS entries
|
|||||||
user_pref("network.dnsCacheExpiration", 86400); // keep DNS entries for 24 hours
|
user_pref("network.dnsCacheExpiration", 86400); // keep DNS entries for 24 hours
|
||||||
user_pref("network.dnsCacheExpirationGracePeriod", 240); // 4 minutes
|
user_pref("network.dnsCacheExpirationGracePeriod", 240); // 4 minutes
|
||||||
user_pref("network.http.speculative-parallel-limit", 18); // default=6
|
user_pref("network.http.speculative-parallel-limit", 18); // default=6
|
||||||
//user_pref("network.dns.disablePrefetch", false);
|
user_pref("network.dns.disablePrefetch", false);
|
||||||
//user_pref("network.dns.disablePrefetchFromHTTPS", false);
|
user_pref("network.dns.disablePrefetchFromHTTPS", false);
|
||||||
//user_pref("network.prefetch-next", true);
|
user_pref("network.early-hints.enabled", true);
|
||||||
|
user_pref("network.early-hints.preconnect.enabled", true);
|
||||||
|
user_pref("network.early-hints.preconnect.max_connections", 20); // default Nightly=10
|
||||||
|
user_pref("network.prefetch-next", true);
|
||||||
user_pref("network.predictor.enabled", true);
|
user_pref("network.predictor.enabled", true);
|
||||||
user_pref("network.predictor.enable-prefetch", true);
|
user_pref("network.predictor.enable-prefetch", true);
|
||||||
user_pref("network.predictor.enable-hover-on-ssl", true);
|
user_pref("network.predictor.enable-hover-on-ssl", true);
|
||||||
@@ -52,8 +55,9 @@ user_pref("browser.urlbar.groupLabels.enabled", false); // hide Firefox Suggest
|
|||||||
//user_pref("signon.rememberSignons", false); // Privacy & Security>Logins and Passwords>Ask to save logins and passwords for websites
|
//user_pref("signon.rememberSignons", false); // Privacy & Security>Logins and Passwords>Ask to save logins and passwords for websites
|
||||||
user_pref("signon.management.page.breach-alerts.enabled", false); // extra hardening
|
user_pref("signon.management.page.breach-alerts.enabled", false); // extra hardening
|
||||||
user_pref("signon.generation.enabled", false); // unselect "Suggest and generate strong passwords" for clean UI
|
user_pref("signon.generation.enabled", false); // unselect "Suggest and generate strong passwords" for clean UI
|
||||||
|
user_pref("signon.firefoxRelay.feature", "unavailable"); // unselect suggestions from Firefox Relay for clean UI
|
||||||
user_pref("privacy.sanitize.sanitizeOnShutdown", true); // clear browsing data on shutdown
|
user_pref("privacy.sanitize.sanitizeOnShutdown", true); // clear browsing data on shutdown
|
||||||
user_pref("privacy.clearOnShutdown.offlineApps", true); // Site Data
|
user_pref("privacy.clearOnShutdown.offlineApps", true); // clear Site Data on shutdown
|
||||||
user_pref("browser.safebrowsing.downloads.enabled", false); // deny SB to scan downloads to identify suspicious files; local checks only
|
user_pref("browser.safebrowsing.downloads.enabled", false); // deny SB to scan downloads to identify suspicious files; local checks only
|
||||||
user_pref("browser.safebrowsing.downloads.remote.url", ""); // enforce no remote checks for downloads by SB
|
user_pref("browser.safebrowsing.downloads.remote.url", ""); // enforce no remote checks for downloads by SB
|
||||||
user_pref("browser.safebrowsing.downloads.remote.block_potentially_unwanted", false); // clean up UI; not needed in user.js if remote downloads are disabled
|
user_pref("browser.safebrowsing.downloads.remote.block_potentially_unwanted", false); // clean up UI; not needed in user.js if remote downloads are disabled
|
||||||
@@ -63,7 +67,6 @@ user_pref("dom.push.enabled", false); // disable Push API; breaks FF Sync
|
|||||||
user_pref("browser.search.update", false); // do not update opensearch engines
|
user_pref("browser.search.update", false); // do not update opensearch engines
|
||||||
user_pref("network.notify.checkForProxies", false); // skip proxy request check
|
user_pref("network.notify.checkForProxies", false); // skip proxy request check
|
||||||
user_pref("network.trr.confirmationNS", "skip"); // skip TRR confirmation request
|
user_pref("network.trr.confirmationNS", "skip"); // skip TRR confirmation request
|
||||||
user_pref("network.trr.disable-ECS", false); // TRR asks the resolver to enable EDNS Client Subnet (ECS support); set to true if some websites don't resolve
|
|
||||||
|
|
||||||
/** PESKYFOX ***/
|
/** PESKYFOX ***/
|
||||||
user_pref("devtools.accessibility.enabled", false); // removes annoying "Inspect Accessibility Properties" on right-click
|
user_pref("devtools.accessibility.enabled", false); // removes annoying "Inspect Accessibility Properties" on right-click
|
||||||
@@ -91,41 +94,31 @@ user_pref("general.autoScroll", false); // disable unintentional behavior for mi
|
|||||||
user_pref("ui.SpellCheckerUnderlineStyle", 1); // dots for spell check errors
|
user_pref("ui.SpellCheckerUnderlineStyle", 1); // dots for spell check errors
|
||||||
//user_pref("browser.tabs.loadInBackground", false); // CTRL+SHIFT+CLICK for background tabs; Settings>General>Tabs>"When you open a link, image or media in a new tab, switch to it immediately"
|
//user_pref("browser.tabs.loadInBackground", false); // CTRL+SHIFT+CLICK for background tabs; Settings>General>Tabs>"When you open a link, image or media in a new tab, switch to it immediately"
|
||||||
user_pref("media.videocontrols.picture-in-picture.display-text-tracks.size", "small"); // PiP
|
user_pref("media.videocontrols.picture-in-picture.display-text-tracks.size", "small"); // PiP
|
||||||
|
user_pref("media.videocontrols.picture-in-picture.urlbar-button.enabled", false); // PiP in address bar
|
||||||
user_pref("reader.parse-on-load.enabled", false); // disable reader mode
|
user_pref("reader.parse-on-load.enabled", false); // disable reader mode
|
||||||
//user_pref("reader.color_scheme", "auto"); // match system theme for when reader is enabled
|
//user_pref("reader.color_scheme", "auto"); // match system theme for when reader is enabled
|
||||||
//user_pref("browser.urlbar.openintab", true); // stay on current site and open new tab when typing in URL bar
|
//user_pref("browser.urlbar.openintab", true); // stay on current site and open new tab when typing in URL bar
|
||||||
|
|
||||||
/** DELETE IF NOT NIGHTLY ***/
|
/** DELETE IF NOT NIGHTLY ***/
|
||||||
//user_pref("layout.css.scroll-driven-animations.enabled", true); // CSS scroll-linked animations
|
user_pref("layout.css.scroll-driven-animations.enabled", true); // CSS scroll-linked animations
|
||||||
//user_pref("dom.security.sanitizer.enabled", true); // HTML Sanitizer API
|
|
||||||
//user_pref("privacy.clearsitedata.cache.enabled", true); // Clear-Site-Data: "cache" header
|
|
||||||
user_pref("dom.indexedDB.preprocessing", true); // indexedDB Preprocessing
|
|
||||||
//user_pref("javascript.options.experimental.shadow_realms", true); // Shadowrealms
|
//user_pref("javascript.options.experimental.shadow_realms", true); // Shadowrealms
|
||||||
//user_pref("javascript.options.wasm_gc", true); // Wasm GC
|
//user_pref("javascript.options.wasm_gc", true); // Wasm GC
|
||||||
//user_pref("javascript.options.wasm_function_references", true); // Wasm Function references
|
//user_pref("javascript.options.wasm_function_references", true); // Wasm Function references
|
||||||
//user_pref("javascript.options.experimental.import_assertions", true); // import assertions
|
|
||||||
//user_pref("javascript.options.experimental.array_grouping", true); // Array.fromAsync JS API
|
|
||||||
//user_pref("image.jxl.enabled", true); // JPEG XL
|
|
||||||
user_pref("image.avif.sequence.enabled", true); // Animated AVIF
|
user_pref("image.avif.sequence.enabled", true); // Animated AVIF
|
||||||
//user_pref("extensions.translations.disabled", false); // Language Translation; still needs Firefox Translations add-on
|
|
||||||
user_pref("cookiebanners.service.mode", 2); // block cookie banners natively
|
user_pref("cookiebanners.service.mode", 2); // block cookie banners natively
|
||||||
user_pref("cookiebanners.service.mode.privateBrowsing", 2); // block cookie banners natively in PB mode
|
user_pref("cookiebanners.service.mode.privateBrowsing", 2); // block cookie banners natively in PB mode
|
||||||
user_pref("privacy.userContext.enabled", false); // disable Containers functionality
|
user_pref("privacy.userContext.enabled", false); // disable Containers functionality
|
||||||
user_pref("browser.crashReports.unsubmittedCheck.enabled", false); // true by default on NIGHTLY
|
user_pref("browser.crashReports.unsubmittedCheck.enabled", false); // true by default on NIGHTLY
|
||||||
//user_pref("browser.urlbar.suggest.quickactions", false); // Quick Actions in URL bar
|
//user_pref("browser.urlbar.suggest.quickactions", false); // Quick Actions in URL bar
|
||||||
//user_pref("xpinstall.signatures.required", false); // [ESR/DEV/NIGHTLY]
|
//user_pref("xpinstall.signatures.required", false); // [ESR/DEV/NIGHTLY]
|
||||||
// EncryptedClientHello
|
|
||||||
user_pref("network.dns.echconfig.enabled", false); // disable ECH (waiting on support); ControlD will require a root CA installation to work
|
|
||||||
//user_pref("network.dns.http3_echconfig.enabled", true); // disable ECH (waiting on support); ControlD will require a root CA installation to work
|
|
||||||
|
|
||||||
/** DELETE IF NOT WINDOWS DESKTOP ***/
|
/** DELETE IF NOT WINDOWS DESKTOP ***/
|
||||||
user_pref("network.trr.mode", 3); // enable TRR (without System fallback)
|
user_pref("network.trr.mode", 3); // enable TRR (without System fallback)
|
||||||
user_pref("pdfjs.defaultZoomValue", "125"); // DESKTOP; alt=page-width; PDF zoom level
|
user_pref("pdfjs.defaultZoomValue", "125"); // DESKTOP; alt=page-width; PDF zoom level
|
||||||
//user_pref("dom.webgpu.enabled", true); // enable WebGPU
|
//user_pref("dom.webgpu.enabled", true); // enable WebGPU
|
||||||
//user_pref("gfx.webgpu.force-enabled", true); // enable WebGPU
|
//user_pref("gfx.webgpu.force-enabled", true); // enable WebGPU
|
||||||
user_pref("dom.ipc.processCount", 12); // Shared Web Content; 12-core CPU
|
//user_pref("dom.ipc.processCount", 12); // Shared Web Content; 12-core CPU
|
||||||
user_pref("dom.ipc.processCount.webIsolated", 12); // per-site; Isolated Web Content; 12-core CPU
|
//user_pref("dom.ipc.processCount.webIsolated", 12); // per-site; Isolated Web Content; 12-core CPU
|
||||||
//user_pref("gfx.webrender.quality.force-subpixel-aa-where-possible", true); // font improvement
|
|
||||||
user_pref("gfx.font_rendering.cleartype_params.rendering_mode", 5);
|
user_pref("gfx.font_rendering.cleartype_params.rendering_mode", 5);
|
||||||
user_pref("gfx.font_rendering.cleartype_params.cleartype_level", 100);
|
user_pref("gfx.font_rendering.cleartype_params.cleartype_level", 100);
|
||||||
user_pref("gfx.font_rendering.cleartype_params.force_gdi_classic_for_families", "");
|
user_pref("gfx.font_rendering.cleartype_params.force_gdi_classic_for_families", "");
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Betterfox *
|
* Betterfox *
|
||||||
* "Ad meliora" *
|
* "Ad meliora" *
|
||||||
* version: 112 *
|
* version: 115 *
|
||||||
* url: https://github.com/yokoffing/Betterfox *
|
* url: https://github.com/yokoffing/Betterfox *
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
@@ -60,7 +60,6 @@ user_pref("network.ssl_tokens_cache_capacity", 32768);
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
/** TRACKING PROTECTION ***/
|
/** TRACKING PROTECTION ***/
|
||||||
user_pref("browser.contentblocking.category", "strict");
|
user_pref("browser.contentblocking.category", "strict");
|
||||||
user_pref("privacy.trackingprotection.emailtracking.enabled", true);
|
|
||||||
user_pref("urlclassifier.trackingSkipURLs", "*.reddit.com, *.twitter.com, *.twimg.com, *.tiktok.com");
|
user_pref("urlclassifier.trackingSkipURLs", "*.reddit.com, *.twitter.com, *.twimg.com, *.tiktok.com");
|
||||||
user_pref("urlclassifier.features.socialtracking.skipURLs", "*.instagram.com, *.twitter.com, *.twimg.com");
|
user_pref("urlclassifier.features.socialtracking.skipURLs", "*.instagram.com, *.twitter.com, *.twimg.com");
|
||||||
user_pref("privacy.query_stripping.strip_list", "__hsfp __hssc __hstc __s _hsenc _openstat dclid fbclid gbraid gclid hsCtaTracking igshid mc_eid ml_subscriber ml_subscriber_hash msclkid oft_c oft_ck oft_d oft_id oft_ids oft_k oft_lk oft_sk oly_anon_id oly_enc_id rb_clickid s_cid twclid vero_conv vero_id wbraid wickedid yclid");
|
user_pref("privacy.query_stripping.strip_list", "__hsfp __hssc __hstc __s _hsenc _openstat dclid fbclid gbraid gclid hsCtaTracking igshid mc_eid ml_subscriber ml_subscriber_hash msclkid oft_c oft_ck oft_d oft_id oft_ids oft_k oft_lk oft_sk oly_anon_id oly_enc_id rb_clickid s_cid twclid vero_conv vero_id wbraid wickedid yclid");
|
||||||
@@ -242,6 +241,8 @@ user_pref("browser.download.open_pdf_attachments_inline", true);
|
|||||||
user_pref("browser.tabs.loadBookmarksInTabs", true);
|
user_pref("browser.tabs.loadBookmarksInTabs", true);
|
||||||
user_pref("browser.bookmarks.openInTabClosesMenu", false);
|
user_pref("browser.bookmarks.openInTabClosesMenu", false);
|
||||||
user_pref("layout.css.has-selector.enabled", true);
|
user_pref("layout.css.has-selector.enabled", true);
|
||||||
|
user_pref("cookiebanners.service.mode", 2);
|
||||||
|
user_pref("cookiebanners.service.mode.privateBrowsing", 2);
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* SECTION: SMOOTHFOX *
|
* SECTION: SMOOTHFOX *
|
||||||
|
|||||||
Reference in New Issue
Block a user