mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-12 15:40:48 +05:30
Compare commits
31 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 70a85d340f | |||
| 576f0607d4 | |||
| e75ac79230 | |||
| ad9202d320 | |||
| 014b19f541 | |||
| 660810a3ec | |||
| be865ca441 | |||
| f78fcc5a06 | |||
| 3af9ec001c | |||
| 70b7196e5d | |||
| ebdebcdffa | |||
| 95ccc5708c | |||
| 24a5863d64 | |||
| e8277879e3 | |||
| 4419403c40 | |||
| e52329312b | |||
| bdc1790d6e | |||
| 9df4528d22 | |||
| 5c1896f3d5 | |||
| e6dd0ebe8f | |||
| 8838b67142 | |||
| 7d12b26c9a | |||
| 9ec6fb0689 | |||
| db45443822 | |||
| 093c7c0434 | |||
| 8b05459c07 | |||
| 32e97e527c | |||
| b80a227b5a | |||
| 46174c0bcf | |||
| 89f70d4f6a | |||
| 22ac06cf59 |
@@ -1,13 +0,0 @@
|
|||||||
# These are supported funding model platforms
|
|
||||||
|
|
||||||
github: yokoffing
|
|
||||||
patreon: # Replace with a single Patreon username
|
|
||||||
open_collective: # Replace with a single Open Collective username
|
|
||||||
ko_fi: yokoffing
|
|
||||||
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
|
|
||||||
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
|
|
||||||
liberapay: yokoffing
|
|
||||||
issuehunt: # Replace with a single IssueHunt username
|
|
||||||
otechie: # Replace with a single Otechie username
|
|
||||||
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
|
|
||||||
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
|
|
||||||
@@ -0,0 +1,43 @@
|
|||||||
|
---
|
||||||
|
name: Bug report
|
||||||
|
about: Create a report to help us improve
|
||||||
|
title: ''
|
||||||
|
labels: ''
|
||||||
|
assignees: yokoffing
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## BEFORE YOU BEGIN
|
||||||
|
I have attempted the following troubleshooting suggestions:
|
||||||
|
- [ ] The issue persists when using Firefox in [Troubleshoot Mode](https://support.mozilla.org/en-US/kb/diagnose-firefox-issues-using-troubleshoot-mode).
|
||||||
|
- [ ] Disabled DNS-level content blocking (AdGuard Home, NextDNS, Control D, RethinkDNS, PiHole, etc), [cleared my DNS cache](https://www.pcmag.com/how-to/how-to-flush-your-dns-cache), and used my ISP's DNS resolver (if applicable).
|
||||||
|
- [ ] [Cleared website data](https://support.mozilla.org/en-US/kb/clear-cookies-and-site-data-firefox), restarted Firefox, and my issue persists.
|
||||||
|
- [ ] I have created a [new profile](https://support.mozilla.org/en-US/kb/profile-manager-create-remove-switch-firefox-profiles). The issue persists when using the current [user.js](https://github.com/yokoffing/Betterfox/blob/master/user.js) file on GitHub. (Must be in a new profile and a new user.js!)
|
||||||
|
|
||||||
|
## REPORT
|
||||||
|
**Describe the bug**
|
||||||
|
*A clear and concise description of what the bug is.*
|
||||||
|
|
||||||
|
**To Reproduce**
|
||||||
|
*Steps to reproduce the behavior:*
|
||||||
|
|
||||||
|
```
|
||||||
|
1. Go to '...'
|
||||||
|
2. Click on '....'
|
||||||
|
3. Scroll down to '....'
|
||||||
|
4. See error
|
||||||
|
```
|
||||||
|
|
||||||
|
**Expected behavior**
|
||||||
|
*A clear and concise description of what you expected to happen.*
|
||||||
|
|
||||||
|
**Screenshots**
|
||||||
|
*If applicable, add screenshots to help explain your problem.*
|
||||||
|
|
||||||
|
**Desktop (please complete the following information):**
|
||||||
|
- OS: [e.g. iOS]
|
||||||
|
- Browser [e.g. chrome, safari]
|
||||||
|
- Version [e.g. 22]
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
*Add any other context about the problem here.*
|
||||||
@@ -1,105 +0,0 @@
|
|||||||
name: Bug Report
|
|
||||||
description: File a bug report
|
|
||||||
assignees: yokoffing
|
|
||||||
|
|
||||||
body:
|
|
||||||
- type: markdown
|
|
||||||
attributes:
|
|
||||||
value: |
|
|
||||||
Please confirm the issue relates to Betterfox user.js before submitting a report.
|
|
||||||
|
|
||||||
To troubleshoot your installation, try solutions below and test the issue after each step:
|
|
||||||
* Launch Firefox in [Troubleshoot Mode](https://support.mozilla.org/en-US/kb/diagnose-firefox-issues-using-troubleshoot-mode).
|
|
||||||
* Disable DNS-level content blocking (such ad AdGuard Home, NextDNS, Control D, PiHole, etc) and [clear the DNS cache](https://www.pcmag.com/how-to/how-to-flush-your-dns-cache) and use ISP's DNS resolver (if applicable).
|
|
||||||
* [Clear website data](https://support.mozilla.org/en-US/kb/clear-cookies-and-site-data-firefox) and restart Firefox.
|
|
||||||
* Create a [new clean profile](https://support.mozilla.org/en-US/kb/profile-manager-create-remove-switch-firefox-profiles).
|
|
||||||
|
|
||||||
- type: checkboxes
|
|
||||||
attributes:
|
|
||||||
label: Prerequisites
|
|
||||||
options:
|
|
||||||
- label: The issue persists when using Firefox in Troubleshoot Mode.
|
|
||||||
required: true
|
|
||||||
- label: "The issue persists after I disabled DNS-level content blocking (PiHole, NextDNS, etc.), cleared DNS cache, and tried to use ISP's DNS resolver (if applicable)."
|
|
||||||
required: true
|
|
||||||
- label: The issue persists after I cleared website data and restarted Firefox.
|
|
||||||
required: true
|
|
||||||
- label: I have created a new, clean profile. The issue persists after adding the user.js, but it is not reproducible in a new, unedited Firefox profile.
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
label: Bug description
|
|
||||||
description: Describe the issue.
|
|
||||||
placeholder: A bug causes this and that...
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
label: Steps to reproduce
|
|
||||||
description: Explain the steps required to reproduce the issue.
|
|
||||||
placeholder: |
|
|
||||||
1. Go to `...`
|
|
||||||
2. Click on `...`
|
|
||||||
3. Scroll down to `...`
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
label: Expected behavior
|
|
||||||
description: What did you expect to happen instead?
|
|
||||||
placeholder: Firefox should do [this]. Instead, it did [that].
|
|
||||||
validations:
|
|
||||||
required: false
|
|
||||||
|
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
label: Screenshots
|
|
||||||
description: Add screenshots to help explain your problem (optional).
|
|
||||||
validations:
|
|
||||||
required: false
|
|
||||||
|
|
||||||
- type: dropdown
|
|
||||||
attributes:
|
|
||||||
label: Operating System (OS)
|
|
||||||
options:
|
|
||||||
- Windows (10 or later)
|
|
||||||
- macOS (ARM-based device)
|
|
||||||
- macOS (Intel-based device)
|
|
||||||
- Linux
|
|
||||||
- Other
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: dropdown
|
|
||||||
attributes:
|
|
||||||
label: Browser
|
|
||||||
options:
|
|
||||||
- Firefox
|
|
||||||
- Firefox Beta
|
|
||||||
- Firefox Developer Edition
|
|
||||||
- Firefox Nightly
|
|
||||||
- Firefox ESR
|
|
||||||
- Floorp
|
|
||||||
- LibreWolf
|
|
||||||
- Zen Browser
|
|
||||||
- Waterfox
|
|
||||||
- Other
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: input
|
|
||||||
attributes:
|
|
||||||
label: Version
|
|
||||||
placeholder: 136 stable
|
|
||||||
validations:
|
|
||||||
required: false
|
|
||||||
|
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
label: Additional information
|
|
||||||
description: Include any other information that may be helpful.
|
|
||||||
validations:
|
|
||||||
required: false
|
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
name: Feature request
|
||||||
|
about: Suggest an idea for this project
|
||||||
|
title: ''
|
||||||
|
labels: ''
|
||||||
|
assignees: yokoffing
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
-498
@@ -1,498 +0,0 @@
|
|||||||
|
|
||||||
/****************************************************************************************
|
|
||||||
* Fastfox *
|
|
||||||
* "Non ducor duco" *
|
|
||||||
* priority: speedy browsing *
|
|
||||||
* version: 148 *
|
|
||||||
* url: https://github.com/yokoffing/Betterfox *
|
|
||||||
***************************************************************************************/
|
|
||||||
|
|
||||||
/****************************************************************************
|
|
||||||
* SECTION: GENERAL *
|
|
||||||
****************************************************************************/
|
|
||||||
|
|
||||||
// PREF: initial paint delay
|
|
||||||
// How long FF will wait before rendering the page (in ms)
|
|
||||||
// [NOTE] You may prefer using 250.
|
|
||||||
// [NOTE] Dark Reader users may want to use 1000 [3].
|
|
||||||
// [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1283302
|
|
||||||
// [2] https://docs.google.com/document/d/1BvCoZzk2_rNZx3u9ESPoFjSADRI0zIPeJRXFLwWXx_4/edit#heading=h.28ki6m8dg30z
|
|
||||||
// [3] https://old.reddit.com/r/firefox/comments/o0xl1q/reducing_cpu_usage_of_dark_reader_extension/
|
|
||||||
// [4] https://reddit.com/r/browsers/s/wvNB7UVCpx
|
|
||||||
//user_pref("nglayout.initialpaint.delay", 5); // DEFAULT; formerly 250
|
|
||||||
//user_pref("nglayout.initialpaint.delay_in_oopif", 5); // DEFAULT
|
|
||||||
|
|
||||||
// PREF: Font rendering cache in Skia (32MB)
|
|
||||||
// Increases font cache size to improve performance on text-heavy websites.
|
|
||||||
// Especially beneficial for sites with many font faces or complex typography.
|
|
||||||
// [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1239151#c2
|
|
||||||
//user_pref("gfx.content.skia-font-cache-size", 32); // 32 MB; default=5; Chrome=20
|
|
||||||
|
|
||||||
// PREF: page reflow timer
|
|
||||||
// Rather than wait until a page has completely downloaded to display it to the user,
|
|
||||||
// web browsers will periodically render what has been received to that point.
|
|
||||||
// Because reflowing the page every time additional data is received slows down
|
|
||||||
// total page load time, a timer was added so that the page would not reflow too often.
|
|
||||||
// This preference specfies whether that timer is active.
|
|
||||||
// [1] https://kb.mozillazine.org/Content.notify.ontimer
|
|
||||||
// true = do not reflow pages at an interval any higher than that specified by content.notify.interval (default)
|
|
||||||
// false = reflow pages whenever new data is received
|
|
||||||
//user_pref("content.notify.ontimer", true); // DEFAULT
|
|
||||||
|
|
||||||
// PREF: content notification delay - notification interval (in microseconds) to avoid layout thrashing
|
|
||||||
// When Firefox is loading a page, it periodically reformats
|
|
||||||
// or "reflows" the page as it loads. The page displays new elements
|
|
||||||
// every 0.12 seconds by default. These redraws increase the total page load time.
|
|
||||||
// The default value provides good incremental display of content
|
|
||||||
// without causing an increase in page load time.
|
|
||||||
// [NOTE] Lowering the interval will increase responsiveness
|
|
||||||
// but also increase the total load time.
|
|
||||||
// [WARNING] If this value is set below 1/10 of a second, it starts
|
|
||||||
// to impact page load performance.
|
|
||||||
// [EXAMPLE] 100000 = .10s = 100 reflows/second
|
|
||||||
// [1] https://searchfox.org/mozilla-central/rev/c1180ea13e73eb985a49b15c0d90e977a1aa919c/modules/libpref/init/StaticPrefList.yaml#1824-1834
|
|
||||||
// [2] https://web.archive.org/web/20240115073722/https://dev.opera.com/articles/efficient-javascript/?page=3#reflow
|
|
||||||
// [3] https://web.archive.org/web/20240115073722/https://dev.opera.com/articles/efficient-javascript/?page=3#smoothspeed
|
|
||||||
//user_pref("content.notify.interval", 100000); // (.10s); default=120000 (.12s)
|
|
||||||
//user_pref("content.max.tokenizing.time", 1000000); // (1.00s); alt=2000000; HIDDEN
|
|
||||||
//user_pref("content.interrupt.parsing", true); // HIDDEN
|
|
||||||
|
|
||||||
// PREF: UI responsiveness threshold
|
|
||||||
//user_pref("content.switch.threshold", 300000); // HIDDEN; default= 750000; alt=500000
|
|
||||||
|
|
||||||
// PREF: split text nodes to a length
|
|
||||||
// The number of bytes in a text node.
|
|
||||||
//user_pref("content.maxtextrun", 8191); // DEFAULT; HIDDEN
|
|
||||||
|
|
||||||
// PREF: new tab preload
|
|
||||||
// [WARNING] Disabling this may cause a delay when opening a new tab in Firefox.
|
|
||||||
// [1] https://wiki.mozilla.org/Tiles/Technical_Documentation#Ping
|
|
||||||
// [2] https://github.com/arkenfox/user.js/issues/1556
|
|
||||||
//user_pref("browser.newtab.preload", true); // DEFAULT
|
|
||||||
|
|
||||||
// PREF: disable EcoQoS [WINDOWS]
|
|
||||||
// Background tab processes use efficiency mode on Windows 11 to limit resource use.
|
|
||||||
// [WARNING] Leave this alone, unless you're on Desktop and you rely on
|
|
||||||
// background tabs to have maximum performance.
|
|
||||||
// [1] https://devblogs.microsoft.com/performance-diagnostics/introducing-ecoqos/
|
|
||||||
// [2] https://bugzilla.mozilla.org/show_bug.cgi?id=1796525
|
|
||||||
// [3] https://bugzilla.mozilla.org/show_bug.cgi?id=1800412
|
|
||||||
// [4] https://reddit.com/r/firefox/comments/107fj69/how_can_i_disable_the_efficiency_mode_on_firefox/
|
|
||||||
//user_pref("dom.ipc.processPriorityManager.backgroundUsesEcoQoS", false);
|
|
||||||
|
|
||||||
// PREF: control how tabs are loaded when a session is restored
|
|
||||||
// true=Tabs are not loaded until they are selected (default)
|
|
||||||
// false=Tabs begin to load immediately.
|
|
||||||
//user_pref("browser.sessionstore.restore_on_demand", true); // DEFAULT
|
|
||||||
//user_pref("browser.sessionstore.restore_pinned_tabs_on_demand", true);
|
|
||||||
//user_pref("browser.sessionstore.restore_tabs_lazily", true); // DEFAULT
|
|
||||||
|
|
||||||
// PREF: disable preSkeletonUI on startup [WINDOWS]
|
|
||||||
//user_pref("browser.startup.preXulSkeletonUI", false);
|
|
||||||
|
|
||||||
// PREF: lazy load iframes
|
|
||||||
//user_pref("dom.iframe_lazy_loading.enabled", true); // DEFAULT [FF121+]
|
|
||||||
|
|
||||||
// PREF: Prioritized Task Scheduling API
|
|
||||||
// [1] https://github.com/yokoffing/Betterfox/issues/355
|
|
||||||
// [2] https://blog.mozilla.org/performance/2022/06/02/prioritized-task-scheduling-api-is-prototyped-in-nightly/
|
|
||||||
// [3] https://medium.com/airbnb-engineering/building-a-faster-web-experience-with-the-posttask-scheduler-276b83454e91
|
|
||||||
// [4] https://github.com/WICG/scheduling-apis/blob/main/explainers/prioritized-post-task.md
|
|
||||||
// [5] https://wicg.github.io/scheduling-apis/
|
|
||||||
// [6] https://caniuse.com/mdn-api_taskcontroller
|
|
||||||
//user_pref("dom.enable_web_task_scheduling", true); // DEFAULT [FF142+]
|
|
||||||
|
|
||||||
/****************************************************************************
|
|
||||||
* SECTION: GFX RENDERING TWEAKS *
|
|
||||||
****************************************************************************/
|
|
||||||
|
|
||||||
// PREF: Webrender tweaks
|
|
||||||
// [1] https://searchfox.org/mozilla-central/rev/6e6332bbd3dd6926acce3ce6d32664eab4f837e5/modules/libpref/init/StaticPrefList.yaml#6202-6219
|
|
||||||
// [2] https://hacks.mozilla.org/2017/10/the-whole-web-at-maximum-fps-how-webrender-gets-rid-of-jank/
|
|
||||||
// [3] https://www.reddit.com/r/firefox/comments/tbphok/is_setting_gfxwebrenderprecacheshaders_to_true/i0bxs2r/
|
|
||||||
// [4] https://www.reddit.com/r/firefox/comments/z5auzi/comment/ixw65gb?context=3
|
|
||||||
// [5] https://gist.github.com/RubenKelevra/fd66c2f856d703260ecdf0379c4f59db?permalink_comment_id=4532937#gistcomment-4532937
|
|
||||||
//user_pref("gfx.webrender.all", true); // enables WR + additional features
|
|
||||||
//user_pref("gfx.webrender.precache-shaders", true); // longer initial startup time
|
|
||||||
//user_pref("gfx.webrender.compositor", true); // DEFAULT WINDOWS macOS
|
|
||||||
//user_pref("gfx.webrender.compositor.force-enabled", true); // enforce
|
|
||||||
|
|
||||||
// PREF: Webrender layer compositor
|
|
||||||
// [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);
|
|
||||||
// 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);
|
|
||||||
|
|
||||||
// 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/
|
|
||||||
//user_pref("gfx.webrender.software", true); // Software Webrender uses CPU instead of GPU
|
|
||||||
//user_pref("gfx.webrender.software.opengl", true); // LINUX
|
|
||||||
|
|
||||||
// PREF: GPU-accelerated Canvas2D
|
|
||||||
// Uses Accelerated Canvas2D for hardware acceleration of Canvas2D.
|
|
||||||
// This provides a consistent acceleration architecture across all platforms
|
|
||||||
// by utilizing WebGL instead of relying upon Direct2D.
|
|
||||||
// [WARNING] May cause issues on some Windows machines using integrated GPUs [2] [3]
|
|
||||||
// Add to your overrides if you have a dedicated GPU.
|
|
||||||
// [NOTE] Higher values will use more memory.
|
|
||||||
// [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1741501
|
|
||||||
// [2] https://github.com/yokoffing/Betterfox/issues/153
|
|
||||||
// [3] https://github.com/yokoffing/Betterfox/issues/198
|
|
||||||
//user_pref("gfx.canvas.accelerated", true); // [DEFAULT FF133+]
|
|
||||||
//user_pref("gfx.canvas.accelerated.cache-items", 4096); // [default=8192 FF135+]; Chrome=4096
|
|
||||||
//user_pref("gfx.canvas.accelerated.cache-size", 512); // default=256; Chrome=512
|
|
||||||
//user_pref("gfx.canvas.max-size", 32767); // DEFAULT=32767
|
|
||||||
|
|
||||||
// PREF: WebGL
|
|
||||||
//user_pref("webgl.max-size", 16384); // default=1024
|
|
||||||
//user_pref("webgl.force-enabled", true);
|
|
||||||
|
|
||||||
// PREF: prefer GPU over CPU
|
|
||||||
// At best, the prefs do nothing on Linux/macOS.
|
|
||||||
// At worst, it'll result in crashes if the sandboxing is a WIP.
|
|
||||||
// [1] https://firefox-source-docs.mozilla.org/dom/ipc/process_model.html#gpu-process
|
|
||||||
//user_pref("layers.gpu-process.enabled", true); // DEFAULT WINDOWS
|
|
||||||
//user_pref("layers.gpu-process.force-enabled", true); // enforce
|
|
||||||
//user_pref("layers.mlgpu.enabled", true); // LINUX
|
|
||||||
//user_pref("media.hardware-video-decoding.enabled", true); // DEFAULT WINDOWS macOS
|
|
||||||
//user_pref("media.hardware-video-decoding.force-enabled", true); // enforce
|
|
||||||
//user_pref("media.gpu-process-decoder", true); // DEFAULT WINDOWS
|
|
||||||
//user_pref("media.ffmpeg.vaapi.enabled", true); // LINUX
|
|
||||||
|
|
||||||
// PREF: hardware and software decoded video overlay [FF116+]
|
|
||||||
// [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1829063
|
|
||||||
// [2] https://phabricator.services.mozilla.com/D175993
|
|
||||||
//user_pref("gfx.webrender.dcomp-video-hw-overlay-win", true); // DEFAULT
|
|
||||||
//user_pref("gfx.webrender.dcomp-video-hw-overlay-win-force-enabled", true); // enforce
|
|
||||||
//user_pref("gfx.webrender.dcomp-video-sw-overlay-win", true); // DEFAULT
|
|
||||||
//user_pref("gfx.webrender.dcomp-video-sw-overlay-win-force-enabled", true); // enforce
|
|
||||||
|
|
||||||
/****************************************************************************
|
|
||||||
* SECTION: DISK CACHE *
|
|
||||||
****************************************************************************/
|
|
||||||
|
|
||||||
// PREF: disk cache size
|
|
||||||
// [1] https://bugzilla.mozilla.org/buglist.cgi?bug_id=913808,968106,968101
|
|
||||||
// [2] https://rockridge.hatenablog.com/entry/2014/09/15/165501
|
|
||||||
// [3] https://www.reddit.com/r/firefox/comments/17oqhw3/firefox_and_ssd_disk_consumption/
|
|
||||||
//user_pref("browser.cache.disk.smart_size.enabled", false); // force a fixed max cache size on disk
|
|
||||||
//user_pref("browser.cache.disk.capacity", 512000); // default=256000; size of disk cache; 1024000=1GB, 2048000=2GB
|
|
||||||
//user_pref("browser.cache.disk.max_entry_size", 51200); // DEFAULT (50 MB); maximum size of an object in disk cache
|
|
||||||
|
|
||||||
// PREF: Race Cache With Network (RCWN) [FF59+]
|
|
||||||
// [ABOUT] about:networking#rcwn
|
|
||||||
// Firefox concurrently sends requests for cached resources to both the
|
|
||||||
// local disk cache and the network server. The browser uses whichever
|
|
||||||
// result arrives first and cancels the other request. This approach sometimes
|
|
||||||
// loads pages faster because the network can be quicker than accessing the cache
|
|
||||||
// on a hard drive. When RCWN is enabled, the request might be served from
|
|
||||||
// the server even if you have valid entry in the cache. Set to false if your
|
|
||||||
// intention is to increase cache usage and reduce network usage.
|
|
||||||
// [1] https://slides.com/valentingosu/race-cache-with-network-2017
|
|
||||||
// [2] https://simonhearne.com/2020/network-faster-than-cache/
|
|
||||||
// [3] https://support.mozilla.org/en-US/questions/1267945
|
|
||||||
// [4] https://askubuntu.com/questions/1214862/36-syns-in-a-row-how-to-limit-firefox-connections-to-one-website
|
|
||||||
// [5] https://bugzilla.mozilla.org/show_bug.cgi?id=1622859
|
|
||||||
// [6] https://soylentnews.org/comments.pl?noupdate=1&sid=40195&page=1&cid=1067867#commentwrap
|
|
||||||
//user_pref("network.http.rcwn.enabled", false);
|
|
||||||
|
|
||||||
// PREF: attempt to RCWN only if a resource is smaller than this size
|
|
||||||
//user_pref("network.http.rcwn.small_resource_size_kb", 256); // DEFAULT
|
|
||||||
|
|
||||||
// PREF: cache memory pool
|
|
||||||
// Cache v2 provides a memory pool that stores metadata (such as response headers)
|
|
||||||
// for recently read cache entries [1]. It is managed by a cache thread, and caches with
|
|
||||||
// metadata in the pool appear to be reused immediately.
|
|
||||||
// [1] https://bugzilla.mozilla.org/buglist.cgi?bug_id=986179
|
|
||||||
//user_pref("browser.cache.disk.metadata_memory_limit", 16384); // default=250 (0.25 MB); limit of recent metadata we keep in memory for faster access
|
|
||||||
|
|
||||||
// PREF: number of chunks we preload ahead of read
|
|
||||||
// Large content such as images will load faster.
|
|
||||||
// [1] https://bugzilla.mozilla.org/buglist.cgi?bug_id=913819,988318
|
|
||||||
// [2] http://www.janbambas.cz/new-firefox-http-cache-enabled/
|
|
||||||
//user_pref("browser.cache.disk.preload_chunk_count", 4); // DEFAULT
|
|
||||||
|
|
||||||
// PREF: the time period used to re-compute the frecency value of cache entries
|
|
||||||
// The frequency algorithm is used to select entries, and entries that are recently
|
|
||||||
// saved or frequently reused are retained. The frecency value determines how
|
|
||||||
// frequently a page has been accessed and is used by Firefox's cache algorithm.
|
|
||||||
// The frequency algorithm is used to select entries, and entries that are recently
|
|
||||||
// saved or frequently reused are retained. The frecency value determines how
|
|
||||||
// often a page has been accessed and is used by Firefox's cache algorithm.
|
|
||||||
// When the memory pool becomes full, the oldest data is purged. By default,
|
|
||||||
// data older than 6 hours is treated as old.
|
|
||||||
// [1] https://bugzilla.mozilla.org/buglist.cgi?bug_id=942835,1012327
|
|
||||||
// [2] https://bugzilla.mozilla.org/buglist.cgi?bug_id=913808,968101
|
|
||||||
//user_pref("browser.cache.frecency_half_life_hours", 6); // DEFAULT
|
|
||||||
|
|
||||||
// PREF: memory limit (in kB) for new cache data not yet written to disk
|
|
||||||
// Writes to the cache are buffered and written to disk on background with low priority.
|
|
||||||
// With a slow persistent storage, these buffers may grow when data is coming
|
|
||||||
// fast from the network. When the amount of unwritten data is exceeded, new
|
|
||||||
// writes will simply fail. We have two buckets, one for important data
|
|
||||||
// (priority) like html, css, fonts and js, and one for other data like images, video, etc.
|
|
||||||
//user_pref("browser.cache.disk.max_chunks_memory_usage", 40960); // DEFAULT (40 MB)
|
|
||||||
//user_pref("browser.cache.disk.max_priority_chunks_memory_usage", 40960); // DEFAULT (40 MB)
|
|
||||||
|
|
||||||
// PREF: how often to validate document in cache
|
|
||||||
// 0 = once-per-session
|
|
||||||
// 1 = each-time
|
|
||||||
// 2 = never
|
|
||||||
// 3 = when-appropriate/automatically (default)
|
|
||||||
//user_pref("browser.cache.check_doc_frequency", 3); // DEFAULT
|
|
||||||
|
|
||||||
// PREF: enforce free space checks
|
|
||||||
// When smartsizing is disabled, we could potentially fill all disk space by
|
|
||||||
// cache data when the disk capacity is not set correctly. To avoid that, we
|
|
||||||
// check the free space every time we write some data to the cache. The free
|
|
||||||
// space is checked against two limits. Once the soft limit is reached we start
|
|
||||||
// evicting the least useful entries, when we reach the hard limit writing to
|
|
||||||
// the entry fails.
|
|
||||||
//user_pref("browser.cache.disk.free_space_soft_limit", 10240); // default=5120 (5 MB)
|
|
||||||
//user_pref("browser.cache.disk.free_space_hard_limit", 2048); // default=1024 (1 MB)
|
|
||||||
|
|
||||||
// PREF: compression level for cached JavaScript bytecode [FF102+]
|
|
||||||
// [1] https://github.com/yokoffing/Betterfox/issues/247
|
|
||||||
// 0 = do not compress (default)
|
|
||||||
// 1 = minimal compression
|
|
||||||
// 9 = maximal compression
|
|
||||||
//user_pref("browser.cache.jsbc_compression_level", 3);
|
|
||||||
|
|
||||||
// PREF: strategy to use for when the bytecode should be encoded and saved [TESTING ONLY]
|
|
||||||
// -1 makes page load times marginally longer when a page is being loaded for the first time, while
|
|
||||||
// subsequent reload of websites will be much much faster.
|
|
||||||
// 0 means that the bytecode is created every 4 page loads [3].
|
|
||||||
// [1] https://searchfox.org/mozilla-release/source/modules/libpref/init/StaticPrefList.yaml#3461-3488
|
|
||||||
// [2] https://www.reddit.com/r/firefox/comments/12786yv/improving_performance_in_firefox_android_part_ii/
|
|
||||||
// [3] https://github.com/zen-browser/desktop/issues/217
|
|
||||||
// -1 = saved as soon as the script is seen for the first time, independently of the size or last access time
|
|
||||||
// 0 = saved in order to minimize the page-load time (default)
|
|
||||||
//user_pref("dom.script_loader.bytecode_cache.enabled", true); // DEFAULT
|
|
||||||
//user_pref("dom.script_loader.bytecode_cache.strategy", 0); // DEFAULT
|
|
||||||
|
|
||||||
/****************************************************************************
|
|
||||||
* SECTION: MEMORY CACHE *
|
|
||||||
****************************************************************************/
|
|
||||||
|
|
||||||
// PREF: memory cache
|
|
||||||
// The "automatic" size selection (default) is based on a decade-old table
|
|
||||||
// that only contains settings for systems at or below 8GB of system memory [1].
|
|
||||||
// Waterfox G6 allows it to go above 8GB machines [3].
|
|
||||||
// Value can be up to the max size of an unsigned 64-bit integer.
|
|
||||||
// -1 = Automatically decide the maximum memory to use to cache decoded images,
|
|
||||||
// messages, and chrome based on the total amount of RAM
|
|
||||||
// For machines with 8GB+ RAM, that equals 32768 kb = 32 MB
|
|
||||||
// [1] https://kb.mozillazine.org/Browser.cache.memory.capacity#-1
|
|
||||||
// [2] https://searchfox.org/mozilla-central/source/netwerk/cache2/CacheObserver.cpp#94-125
|
|
||||||
// [3] https://github.com/WaterfoxCo/Waterfox/commit/3fed16932c80a2f6b37d126fe10aed66c7f1c214
|
|
||||||
//user_pref("browser.cache.memory.capacity", 131072); // 128 MB RAM cache; alt=65536 (65 MB RAM cache); default=32768
|
|
||||||
//user_pref("browser.cache.memory.max_entry_size", 20480); // 20 MB max entry; default=5120 (5 MB)
|
|
||||||
|
|
||||||
// PREF: amount of Back/Forward cached pages stored in memory for each tab
|
|
||||||
// Pages that were recently visited are stored in memory in such a way
|
|
||||||
// that they don't have to be re-parsed. This improves performance
|
|
||||||
// when pressing Back and Forward. This pref limits the maximum
|
|
||||||
// number of pages stored in memory. If you are not using the Back
|
|
||||||
// and Forward buttons that much, but rather using tabs, then there
|
|
||||||
// is no reason for Firefox to keep memory for this.
|
|
||||||
// -1=determine automatically (8 pages)
|
|
||||||
// [1] https://kb.mozillazine.org/Browser.sessionhistory.max_total_viewers#Possible_values_and_their_effects
|
|
||||||
//user_pref("browser.sessionhistory.max_total_viewers", 4); // default=8
|
|
||||||
//user_pref("browser.sessionstore.max_tabs_undo", 10); // default=25
|
|
||||||
//user_pref("browser.sessionstore.max_entries", 10); // [HIDDEN OR REMOVED]
|
|
||||||
//user_pref("dom.storage.default_quota", 20480); // 20MB; default=5120
|
|
||||||
//user_pref("dom.storage.shadow_writes", true);
|
|
||||||
|
|
||||||
// PREF: tell garbage collector to start running when javascript is using xx MB of memory
|
|
||||||
// Garbage collection releases memory back to the system.
|
|
||||||
//user_pref("javascript.options.mem.high_water_mark", 128); // DEFAULT [HIDDEN OR REMOVED]
|
|
||||||
|
|
||||||
/****************************************************************************
|
|
||||||
* SECTION: MEDIA CACHE *
|
|
||||||
****************************************************************************/
|
|
||||||
|
|
||||||
// PREF: media disk cache
|
|
||||||
//user_pref("media.cache_size", 512000); // DEFAULT
|
|
||||||
|
|
||||||
// PREF: media cache combine sizes
|
|
||||||
//user_pref("media.memory_caches_combined_limit_kb", 1048576); // 1GB; default=524288
|
|
||||||
//user_pref("media.memory_caches_combined_limit_pc_sysmem", 5); // DEFAULT; alt=10; the percentage of system memory that Firefox can use for media caches
|
|
||||||
|
|
||||||
// PREF: Media Source Extensions (MSE) web standard
|
|
||||||
// Disabling MSE allows videos to fully buffer, but you're limited to 720p.
|
|
||||||
// [WARNING] Disabling MSE may break certain videos.
|
|
||||||
// false=Firefox plays the old WebM format
|
|
||||||
// true=Firefox plays the new WebM format (default)
|
|
||||||
// [1] https://support.mozilla.org/en-US/questions/1008271
|
|
||||||
//user_pref("media.mediasource.enabled", true); // DEFAULT
|
|
||||||
|
|
||||||
// PREF: adjust video buffering periods when not using MSE (in seconds)
|
|
||||||
// [NOTE] Does not affect videos over 720p since they use DASH playback [1]
|
|
||||||
// [1] https://lifehacker.com/preload-entire-youtube-videos-by-disabling-dash-playbac-1186454034
|
|
||||||
//user_pref("media.cache_readahead_limit", 600); // 10 min; default=60; stop reading ahead when our buffered data is this many seconds ahead of the current playback
|
|
||||||
//user_pref("media.cache_resume_threshold", 300); // 5 min; default=30; when a network connection is suspended, don't resume it until the amount of buffered data falls below this threshold
|
|
||||||
|
|
||||||
/****************************************************************************
|
|
||||||
* SECTION: IMAGE CACHE *
|
|
||||||
****************************************************************************/
|
|
||||||
|
|
||||||
// PREF: image cache
|
|
||||||
//user_pref("image.cache.size", 10485760); // (cache images up to 10MiB in size) [DEFAULT 5242880]
|
|
||||||
//user_pref("image.mem.decode_bytes_at_a_time", 65536); // default=16384; alt=32768; chunk size for calls to the image decoders
|
|
||||||
//user_pref("image.mem.max_decoded_image_kb", 512000); // 500MB [HIDDEN OR REMOVED?]
|
|
||||||
|
|
||||||
// PREF: set minimum timeout to unmap shared surfaces since they have been last used
|
|
||||||
// [NOTE] This is only used on 32-bit builds of Firefox where there is meaningful
|
|
||||||
// virtual address space pressure.
|
|
||||||
// [1] https://phabricator.services.mozilla.com/D109440
|
|
||||||
// [2] https://bugzilla.mozilla.org/show_bug.cgi?id=1699224
|
|
||||||
//user_pref("image.mem.shared.unmap.min_expiration_ms", 120000); // default=60000; minimum timeout to unmap shared surfaces since they have been last used
|
|
||||||
|
|
||||||
/****************************************************************************
|
|
||||||
* SECTION: NETWORK *
|
|
||||||
****************************************************************************/
|
|
||||||
|
|
||||||
// PREF: use bigger packets
|
|
||||||
// [WARNING] Cannot open HTML files bigger than 4MB if value is too large [2].
|
|
||||||
// Reduce Firefox's CPU usage by requiring fewer application-to-driver data transfers.
|
|
||||||
// However, it does not affect the actual packet sizes transmitted over the network.
|
|
||||||
// [1] https://www.mail-archive.com/support-seamonkey@lists.mozilla.org/msg74561.html
|
|
||||||
// [2] https://github.com/yokoffing/Betterfox/issues/279
|
|
||||||
// [3] https://ra1ahq.blog/en/optimizaciya-proizvoditelnosti-mozilla-firefox
|
|
||||||
//user_pref("network.buffer.cache.size", 65535); // default=32768 (32 kb); 262144 too large
|
|
||||||
//user_pref("network.buffer.cache.count", 48); // default=24; 128 too large
|
|
||||||
|
|
||||||
// PREF: increase the absolute number of HTTP connections
|
|
||||||
// [1] https://kb.mozillazine.org/Network.http.max-connections
|
|
||||||
// [2] https://kb.mozillazine.org/Network.http.max-persistent-connections-per-server
|
|
||||||
// [3] https://www.reddit.com/r/firefox/comments/11m2yuh/how_do_i_make_firefox_use_more_of_my_900_megabit/jbfmru6/
|
|
||||||
//user_pref("network.http.max-connections", 1800); // default=900
|
|
||||||
//user_pref("network.http.max-persistent-connections-per-server", 10); // default=6; download connections; anything above 10 is excessive
|
|
||||||
//user_pref("network.http.max-urgent-start-excessive-connections-per-host", 5); // default=3
|
|
||||||
//user_pref("network.http.max-persistent-connections-per-proxy", 48); // default=32
|
|
||||||
//user_pref("network.http.request.max-start-delay", 5); // default=10
|
|
||||||
//user_pref("network.websocket.max-connections", 200); // DEFAULT
|
|
||||||
|
|
||||||
// PREF: pacing requests [FF23+]
|
|
||||||
// Controls how many HTTP requests are sent at a time.
|
|
||||||
// Pacing HTTP requests can have some benefits, such as reducing network congestion,
|
|
||||||
// improving web page loading speed, and avoiding server overload.
|
|
||||||
// Pacing requests adds a slight delay between requests to throttle them.
|
|
||||||
// If you have a fast machine and internet connection, disabling pacing
|
|
||||||
// may provide a small speed boost when loading pages with lots of requests.
|
|
||||||
// false = Firefox will send as many requests as possible without pacing
|
|
||||||
// true = Firefox will pace requests (default)
|
|
||||||
//user_pref("network.http.pacing.requests.enabled", false);
|
|
||||||
//user_pref("network.http.pacing.requests.min-parallelism", 10); // default=6
|
|
||||||
//user_pref("network.http.pacing.requests.burst", 32); // default=10
|
|
||||||
|
|
||||||
// PREF: increase DNS cache
|
|
||||||
// [1] https://developer.mozilla.org/en-US/docs/Web/Performance/Understanding_latency
|
|
||||||
//user_pref("network.dnsCacheEntries", 10000); // default=800
|
|
||||||
|
|
||||||
// PREF: adjust DNS expiration time
|
|
||||||
// [ABOUT] about:networking#dns
|
|
||||||
// [NOTE] These prefs will be ignored by DNS resolver if using DoH/TRR.
|
|
||||||
//user_pref("network.dnsCacheExpiration", 3600); // keep entries for 1 hour; default=60
|
|
||||||
//user_pref("network.dnsCacheExpirationGracePeriod", 120); // default=60; cache DNS entries for 2 minutes after they expire
|
|
||||||
|
|
||||||
// PREF: the number of threads for DNS
|
|
||||||
//user_pref("network.dns.max_high_priority_threads", 40); // DEFAULT [FF 123?]
|
|
||||||
//user_pref("network.dns.max_any_priority_threads", 24); // DEFAULT [FF 123?]
|
|
||||||
|
|
||||||
// PREF: increase TLS token caching
|
|
||||||
//user_pref("network.ssl_tokens_cache_capacity", 10240); // default=2048; more TLS token caching (fast reconnects)
|
|
||||||
|
|
||||||
/****************************************************************************
|
|
||||||
* SECTION: EXPERIMENTAL *
|
|
||||||
****************************************************************************/
|
|
||||||
|
|
||||||
// PREF: CSS Masonry Layout [NIGHTLY]
|
|
||||||
// [1] https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout/Masonry_Layout
|
|
||||||
// [2] https://www.smashingmagazine.com/native-css-masonry-layout-css-grid/
|
|
||||||
//user_pref("layout.css.grid-template-masonry-value.enabled", true);
|
|
||||||
|
|
||||||
/****************************************************************************
|
|
||||||
* SECTION: TAB UNLOAD *
|
|
||||||
****************************************************************************/
|
|
||||||
|
|
||||||
// PREF: unload tabs on low memory
|
|
||||||
// [ABOUT] about:unloads
|
|
||||||
// Firefox will detect if your computer’s memory is running low (less than 200MB)
|
|
||||||
// and suspend tabs that you have not used in awhile.
|
|
||||||
// [1] https://support.mozilla.org/en-US/kb/unload-inactive-tabs-save-system-memory-firefox
|
|
||||||
// [2] https://hacks.mozilla.org/2021/10/tab-unloading-in-firefox-93/
|
|
||||||
//user_pref("browser.tabs.unloadOnLowMemory", true); // DEFAULT
|
|
||||||
|
|
||||||
// PREF: determine when tabs unload [WINDOWS] [LINUX]
|
|
||||||
// Notify TabUnloader or send the memory pressure if the memory resource
|
|
||||||
// notification is signaled AND the available commit space is lower than
|
|
||||||
// this value (in MiB).
|
|
||||||
// Set this to some value, e.g. 4/5 of total memory available on your system:
|
|
||||||
// 4GB=3276, 8GB=6553, 16GB=13107, 32GB=25698, 64GB=52429
|
|
||||||
// [1] https://dev.to/msugakov/taking-firefox-memory-usage-under-control-on-linux-4b02
|
|
||||||
//user_pref("browser.low_commit_space_threshold_mb", 3276); // default=200; WINDOWS LINUX
|
|
||||||
|
|
||||||
// PREF: determine when tabs unload [LINUX]
|
|
||||||
// On Linux, Firefox checks available memory in comparison to total memory,
|
|
||||||
// and use this percent value (out of 100) to determine if Firefox is in a
|
|
||||||
// low memory scenario.
|
|
||||||
// [1] https://dev.to/msugakov/taking-firefox-memory-usage-under-control-on-linux-4b02
|
|
||||||
//user_pref("browser.low_commit_space_threshold_percent", 20); // default=5; LINUX
|
|
||||||
|
|
||||||
// PREF: determine how long (in ms) tabs are inactive before they unload
|
|
||||||
// 60000=1min; 300000=5min; 600000=10min (default)
|
|
||||||
//user_pref("browser.tabs.min_inactive_duration_before_unload", 300000); // 5min; default=600000
|
|
||||||
|
|
||||||
/****************************************************************************
|
|
||||||
* SECTION: PROCESS COUNT *
|
|
||||||
****************************************************************************/
|
|
||||||
|
|
||||||
// PREF: process count
|
|
||||||
// [ABOUT] View in about:processes.
|
|
||||||
// With Firefox Quantum (2017), CPU cores = processCount. However, since the
|
|
||||||
// introduction of Fission [2], the number of website processes is controlled
|
|
||||||
// by processCount.webIsolated. Disabling fission.autostart or changing
|
|
||||||
// fission.webContentIsolationStrategy reverts control back to processCount.
|
|
||||||
// [1] https://www.reddit.com/r/firefox/comments/r69j52/firefox_content_process_limit_is_gone/
|
|
||||||
// [2] https://firefox-source-docs.mozilla.org/dom/ipc/process_model.html#web-content-processes
|
|
||||||
//user_pref("dom.ipc.processCount", 8); // DEFAULT; Shared Web Content
|
|
||||||
//user_pref("dom.ipc.processCount.webIsolated", 1); // default=4; Isolated Web Content
|
|
||||||
//user_pref("dom.ipc.keepProcessesAlive.web", 4); // default=1 [HIDDEN OR REMOVED]
|
|
||||||
|
|
||||||
// PREF: use one process for process preallocation cache
|
|
||||||
//user_pref("dom.ipc.processPrelaunch.fission.number", 1); // default=3; Process Preallocation Cache
|
|
||||||
|
|
||||||
// PREF: configure process isolation
|
|
||||||
// [1] https://hg.mozilla.org/mozilla-central/file/tip/dom/ipc/ProcessIsolation.cpp#l53
|
|
||||||
// [2] https://www.reddit.com/r/firefox/comments/r69j52/firefox_content_process_limit_is_gone/
|
|
||||||
|
|
||||||
// OPTION 1: isolate all websites
|
|
||||||
// Web content is always isolated into its own `webIsolated` content process
|
|
||||||
// based on site-origin, and will only load in a shared `web` content process
|
|
||||||
// if site-origin could not be determined.
|
|
||||||
//user_pref("fission.webContentIsolationStrategy", 1); // DEFAULT
|
|
||||||
//user_pref("browser.preferences.defaultPerformanceSettings.enabled", true); // DEFAULT
|
|
||||||
//user_pref("dom.ipc.processCount.webIsolated", 1); // one process per site origin
|
|
||||||
|
|
||||||
// OPTION 2: isolate only "high value" websites
|
|
||||||
// Only isolates web content loaded by sites which are considered "high
|
|
||||||
// value". A site is considered high value if it has been granted a
|
|
||||||
// `highValue*` permission by the permission manager, which is done in
|
|
||||||
// response to certain actions.
|
|
||||||
//user_pref("fission.webContentIsolationStrategy", 2);
|
|
||||||
//user_pref("browser.preferences.defaultPerformanceSettings.enabled", false);
|
|
||||||
//user_pref("dom.ipc.processCount.webIsolated", 1); // one process per site origin (high value)
|
|
||||||
//user_pref("dom.ipc.processCount", 8); // determine by number of CPU cores/processors
|
|
||||||
|
|
||||||
// OPTION 3: do not isolate websites
|
|
||||||
// All web content is loaded into a shared `web` content process. This is
|
|
||||||
// similar to the non-Fission behavior; however, remote subframes may still
|
|
||||||
// be used for sites with special isolation behavior, such as extension or
|
|
||||||
// mozillaweb content processes.
|
|
||||||
//user_pref("fission.webContentIsolationStrategy", 0);
|
|
||||||
//user_pref("browser.preferences.defaultPerformanceSettings.enabled", false);
|
|
||||||
//user_pref("dom.ipc.processCount", 8); // determine by number of CPU cores/processors
|
|
||||||
-635
@@ -1,635 +0,0 @@
|
|||||||
|
|
||||||
/****************************************************************************
|
|
||||||
* Peskyfox *
|
|
||||||
* "Aquila non capit muscas" *
|
|
||||||
* priority: remove annoyances *
|
|
||||||
* version: 148 *
|
|
||||||
* 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 *
|
|
||||||
***************************************************************************/
|
|
||||||
|
|
||||||
/****************************************************************************
|
|
||||||
* SECTION: MOZILLA UI *
|
|
||||||
****************************************************************************/
|
|
||||||
|
|
||||||
// PREF: disable about:addons' Recommendations pane (uses Google Analytics)
|
|
||||||
user_pref("extensions.getAddons.showPane", false); // HIDDEN
|
|
||||||
|
|
||||||
// PREF: disable recommendations in about:addons' Extensions and Themes panes
|
|
||||||
user_pref("extensions.htmlaboutaddons.recommendations.enabled", false);
|
|
||||||
|
|
||||||
// PREF: Personalized Extension Recommendations in about:addons and AMO
|
|
||||||
// [NOTE] This pref has no effect when Health Reports are disabled.
|
|
||||||
// [SETTING] Privacy & Security>Firefox Data Collection & Use>Allow Firefox to make personalized extension recommendations
|
|
||||||
user_pref("browser.discovery.enabled", false);
|
|
||||||
|
|
||||||
// PREF: disable Firefox from asking to set as the default browser
|
|
||||||
// [1] https://github.com/yokoffing/Betterfox/issues/166
|
|
||||||
user_pref("browser.shell.checkDefaultBrowser", false);
|
|
||||||
|
|
||||||
// PREF: disable Extension Recommendations (CFR: "Contextual Feature Recommender")
|
|
||||||
// [1] https://support.mozilla.org/en-US/kb/extension-recommendations
|
|
||||||
user_pref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons", false);
|
|
||||||
user_pref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features", false);
|
|
||||||
|
|
||||||
// PREF: hide "More from Mozilla" in Settings
|
|
||||||
user_pref("browser.preferences.moreFromMozilla", false);
|
|
||||||
|
|
||||||
// PREF: tab and about:config warnings
|
|
||||||
//user_pref("browser.tabs.warnOnClose", false); // DEFAULT [FF94+]
|
|
||||||
//user_pref("browser.tabs.warnOnCloseOtherTabs", true); // DEFAULT
|
|
||||||
//user_pref("browser.tabs.warnOnOpen", true); // DEFAULT
|
|
||||||
user_pref("browser.aboutConfig.showWarning", false);
|
|
||||||
|
|
||||||
// PREF: disable welcome notices
|
|
||||||
user_pref("browser.startup.homepage_override.mstone", "ignore");
|
|
||||||
user_pref("browser.aboutwelcome.enabled", false); // disable Intro screens
|
|
||||||
//user_pref("startup.homepage_welcome_url", "");
|
|
||||||
//user_pref("startup.homepage_welcome_url.additional", "");
|
|
||||||
//user_pref("startup.homepage_override_url", ""); // What's New page after updates
|
|
||||||
|
|
||||||
// PREF: disable "What's New" toolbar icon [FF69+]
|
|
||||||
//user_pref("browser.messaging-system.whatsNewPanel.enabled", false);
|
|
||||||
|
|
||||||
// PREF: new profile switcher
|
|
||||||
user_pref("browser.profiles.enabled", true);
|
|
||||||
|
|
||||||
// PREF: use native title bar buttons [LINUX]
|
|
||||||
// [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 *
|
|
||||||
****************************************************************************/
|
|
||||||
|
|
||||||
// PREF: enable Firefox to use userChome, userContent, etc.
|
|
||||||
user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
|
|
||||||
|
|
||||||
// PREF: add compact mode back to options
|
|
||||||
user_pref("browser.compactmode.show", true);
|
|
||||||
|
|
||||||
// PREF: preferred color scheme for websites
|
|
||||||
// [SETTING] General>Language and Appearance>Website appearance
|
|
||||||
// By default, color scheme matches the theme of your browser toolbar (3).
|
|
||||||
// Set this pref to choose Dark on sites that support it (0) or Light (1).
|
|
||||||
// Before FF95, the pref was 2, which determined site color based on OS theme.
|
|
||||||
// Dark (0), Light (1), System (2), Browser (3) [DEFAULT FF95+]
|
|
||||||
// [1] https://www.reddit.com/r/firefox/comments/rfj6yc/how_to_stop_firefoxs_dark_theme_from_overriding/hoe82i5/?context=3
|
|
||||||
user_pref("layout.css.prefers-color-scheme.content-override", 2);
|
|
||||||
|
|
||||||
// PREF: disable always using dark theme for private browsing windows [FF106+]
|
|
||||||
//user_pref("browser.theme.dark-private-windows", false);
|
|
||||||
|
|
||||||
// PREF: prevent private windows being separate from normal windows in taskbar [WINDOWS] [FF106+]
|
|
||||||
user_pref("browser.privateWindowSeparation.enabled", false);
|
|
||||||
|
|
||||||
// PREF: show search bar [FF122+]
|
|
||||||
// Mozilla has removed the search bar option from the settings window.
|
|
||||||
//user_pref("browser.search.widget.inNavBar", true);
|
|
||||||
|
|
||||||
// PREF: new tab page wallpapers
|
|
||||||
//user_pref("browser.newtabpage.activity-stream.newtabWallpapers.v2.enabled", true); // [DEFAULT FF132+]
|
|
||||||
|
|
||||||
/****************************************************************************
|
|
||||||
* 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");
|
|
||||||
user_pref("browser.ml.enable", false);
|
|
||||||
|
|
||||||
// PREF: Translations
|
|
||||||
//user_pref("browser.ai.control.translations", "blocked");
|
|
||||||
|
|
||||||
// PREF: Image alt text in Nightly PDF viewer
|
|
||||||
//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.tabs.groups.smart.enabled", false);
|
|
||||||
|
|
||||||
// PREF: Key points in link previews
|
|
||||||
//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.ml.chat.enabled", false);
|
|
||||||
user_pref("browser.ml.chat.menu", false);
|
|
||||||
|
|
||||||
/****************************************************************************
|
|
||||||
* SECTION: TRANSLATIONS *
|
|
||||||
****************************************************************************/
|
|
||||||
|
|
||||||
// PREF: Firefox Translations [FF118+]
|
|
||||||
// Automated translation of web content is done locally in Firefox, so that
|
|
||||||
// the text being translated does not leave your machine.
|
|
||||||
// [ABOUT] Visit about:translations to translate your own text as well.
|
|
||||||
// [1] https://blog.mozilla.org/en/mozilla/local-translation-add-on-project-bergamot/
|
|
||||||
// [2] https://blog.nightly.mozilla.org/2023/06/01/firefox-translations-and-other-innovations-these-weeks-in-firefox-issue-139/
|
|
||||||
// [3] https://www.ghacks.net/2023/08/02/mozilla-firefox-117-beta-brings-an-automatic-language-translator-for-websites-and-it-works-offline/
|
|
||||||
//user_pref("browser.translations.enable", true); // DEFAULT
|
|
||||||
//user_pref("browser.translations.autoTranslate", true);
|
|
||||||
|
|
||||||
/****************************************************************************
|
|
||||||
* SECTION: FULLSCREEN NOTICE *
|
|
||||||
****************************************************************************/
|
|
||||||
|
|
||||||
// PREF: remove fullscreen delay
|
|
||||||
user_pref("full-screen-api.transition-duration.enter", "0 0"); // default=200 200
|
|
||||||
user_pref("full-screen-api.transition-duration.leave", "0 0"); // default=200 200
|
|
||||||
|
|
||||||
// PREF: disable fullscreen notice
|
|
||||||
// [NOTE] Adjust to a sensible value, like 1250, if you have security concerns.
|
|
||||||
//user_pref("full-screen-api.warning.timeout", 0); // default=3000; alt=1250
|
|
||||||
//user_pref("full-screen-api.warning.delay", -1); // default=500
|
|
||||||
|
|
||||||
/****************************************************************************
|
|
||||||
* SECTION: FONT APPEARANCE *
|
|
||||||
****************************************************************************/
|
|
||||||
|
|
||||||
// PREF: smoother font
|
|
||||||
// [1] https://reddit.com/r/firefox/comments/wvs04y/windows_11_firefox_v104_font_rendering_different/?context=3
|
|
||||||
//user_pref("gfx.webrender.quality.force-subpixel-aa-where-possible", true);
|
|
||||||
|
|
||||||
// PREF: use DirectWrite everywhere like Chrome [WINDOWS]
|
|
||||||
// [1] https://kb.mozillazine.org/Thunderbird_6.0,_etc.#Font_rendering_and_performance_issues
|
|
||||||
// [2] https://reddit.com/r/firefox/comments/wvs04y/comment/ilklzy1/?context=3
|
|
||||||
//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.force_gdi_classic_for_families", ""); // DEFAULT FF135+
|
|
||||||
//user_pref("gfx.font_rendering.directwrite.use_gdi_table_loading", false);
|
|
||||||
// Some users find these helpful:
|
|
||||||
//user_pref("gfx.font_rendering.cleartype_params.gamma", 1750);
|
|
||||||
//user_pref("gfx.font_rendering.cleartype_params.enhanced_contrast", 100);
|
|
||||||
//user_pref("gfx.font_rendering.cleartype_params.pixel_structure", 1);
|
|
||||||
|
|
||||||
// PREF: use macOS Appearance Panel text smoothing setting when rendering text [macOS]
|
|
||||||
//user_pref("gfx.use_text_smoothing_setting", true);
|
|
||||||
|
|
||||||
/****************************************************************************
|
|
||||||
* SECTION: URL BAR *
|
|
||||||
****************************************************************************/
|
|
||||||
|
|
||||||
// PREF: minimize URL bar suggestions (bookmarks, history, open tabs)
|
|
||||||
// Dropdown options in the URL bar:
|
|
||||||
//user_pref("browser.urlbar.suggest.history", false);
|
|
||||||
//user_pref("browser.urlbar.suggest.bookmark", true); // DEFAULT
|
|
||||||
//user_pref("browser.urlbar.suggest.clipboard", false);
|
|
||||||
//user_pref("browser.urlbar.suggest.openpage", false);
|
|
||||||
user_pref("browser.urlbar.suggest.engines", false);
|
|
||||||
//user_pref("browser.urlbar.suggest.searches", false);
|
|
||||||
//user_pref("browser.urlbar.quickactions.enabled", false);
|
|
||||||
//user_pref("browser.urlbar.suggest.weather", true); // DEFAULT [FF108]
|
|
||||||
//user_pref("browser.urlbar.weather.ignoreVPN", false); // DEFAULT
|
|
||||||
//user_pref("browser.urlbar.suggest.calculator", true); // [DEFAULT FF137+]
|
|
||||||
//user_pref("browser.urlbar.unitConversion.enabled", true); // [DEFAULT FF141+]
|
|
||||||
|
|
||||||
// PREF: disable dropdown suggestions with empty query
|
|
||||||
//user_pref("browser.urlbar.suggest.topsites", false);
|
|
||||||
|
|
||||||
// PREF: disable urlbar trending search suggestions [FF118+]
|
|
||||||
// [SETTING] Search>Search Suggestions>Show trending search suggestions (FF119)
|
|
||||||
user_pref("browser.urlbar.trending.featureGate", false);
|
|
||||||
//user_pref("browser.urlbar.suggest.trending", false);
|
|
||||||
|
|
||||||
// PREF: disable urlbar suggestions
|
|
||||||
//user_pref("browser.urlbar.addons.featureGate", false); // [FF115+]
|
|
||||||
//user_pref("browser.urlbar.amp.featureGate", false); // [FF141+] adMarketplace
|
|
||||||
//user_pref("browser.urlbar.fakespot.featureGate", false); // [FF130+] [DEFAULT: false]
|
|
||||||
//user_pref("browser.urlbar.mdn.featureGate", false); // [FF117+] [HIDDEN PREF]
|
|
||||||
//user_pref("browser.urlbar.weather.featureGate", false); // [FF108+] [DEFAULT: false]
|
|
||||||
//user_pref("browser.urlbar.wikipedia.featureGate", false); // [FF141+]
|
|
||||||
//user_pref("browser.urlbar.clipboard.featureGate", false); // [FF118+] [DEFAULT: true FF125+]
|
|
||||||
//user_pref("browser.urlbar.yelp.featureGate", false); // [FF124+] [DEFAULT: false]
|
|
||||||
|
|
||||||
// PREF: disable recent searches [FF120+]
|
|
||||||
// [NOTE] Recent searches are cleared with history.
|
|
||||||
// [1] https://support.mozilla.org/kb/search-suggestions-firefox
|
|
||||||
//user_pref("browser.urlbar.recentsearches.featureGate", false);
|
|
||||||
|
|
||||||
// PREF: disable tab-to-search [FF85+]
|
|
||||||
// Alternatively, you can exclude on a per-engine basis by unchecking them in Options>Search
|
|
||||||
// [SETTING] Privacy & Security>Address Bar>When using the address bar, suggest>Search engines
|
|
||||||
//user_pref("browser.urlbar.suggest.engines", false);
|
|
||||||
|
|
||||||
// PREF: Adaptive History Autofill
|
|
||||||
// [1] https://docs.google.com/document/u/1/d/e/2PACX-1vRBLr_2dxus-aYhZRUkW9Q3B1K0uC-a0qQyE3kQDTU3pcNpDHb36-Pfo9fbETk89e7Jz4nkrqwRhi4j/pub
|
|
||||||
//user_pref("browser.urlbar.autoFill", true); // [DEFAULT]
|
|
||||||
//user_pref("browser.urlbar.autoFill.adaptiveHistory.enabled", false);
|
|
||||||
|
|
||||||
// PREF: adjust the amount of Address bar / URL bar dropdown results
|
|
||||||
// This value controls the total number of entries to appear in the location bar dropdown.
|
|
||||||
// [NOTE] Items (bookmarks/history/openpages) with a high "frequency"/"bonus" will always
|
|
||||||
// be displayed (no we do not know how these are calculated or what the threshold is),
|
|
||||||
// and this does not affect the search by search engine suggestion.
|
|
||||||
// disable=0
|
|
||||||
//user_pref("browser.urlbar.maxRichResults", 5); // default=10
|
|
||||||
|
|
||||||
// PREF: text fragments
|
|
||||||
// [WARNING] Enabling can cause tab crashes [4]
|
|
||||||
// [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1753933#c6
|
|
||||||
// [2] https://developer.mozilla.org/en-US/docs/Web/Text_fragments
|
|
||||||
// [3] https://web.dev/articles/text-fragments
|
|
||||||
// [4] https://github.com/yokoffing/Betterfox/issues/397
|
|
||||||
//user_pref("dom.text_fragments.enabled", true); // [DEFAULT]
|
|
||||||
//user_pref("dom.text_fragments.create_text_fragment.enabled", true);
|
|
||||||
|
|
||||||
/****************************************************************************
|
|
||||||
* SECTION: AUTOPLAY *
|
|
||||||
****************************************************************************/
|
|
||||||
|
|
||||||
// PREF: do not autoplay media audio
|
|
||||||
// [NOTE] You can set exceptions under site permissions
|
|
||||||
// [SETTING] Privacy & Security>Permissions>Autoplay>Settings>Default for all websites
|
|
||||||
// 0=Allow all, 1=Block non-muted media (default), 5=Block all
|
|
||||||
//user_pref("media.autoplay.default", 1); // DEFAULT
|
|
||||||
//user_pref("media.block-autoplay-until-in-foreground", true); // DEFAULT
|
|
||||||
|
|
||||||
// PREF: disable autoplay of HTML5 media if you interacted with the site [FF78+]
|
|
||||||
// 0=sticky (default), 1=transient, 2=user
|
|
||||||
// Firefox's Autoplay Policy Documentation (PDF) is linked below via SUMO
|
|
||||||
// [NOTE] If you have trouble with some video sites (e.g. YouTube), then add an exception (see previous PREF)
|
|
||||||
// [1] https://support.mozilla.org/questions/1293231
|
|
||||||
//user_pref("media.autoplay.blocking_policy", 2);
|
|
||||||
|
|
||||||
/****************************************************************************
|
|
||||||
* SECTION: NEW TAB PAGE *
|
|
||||||
****************************************************************************/
|
|
||||||
|
|
||||||
// PREF: startup / new tab page
|
|
||||||
// 0=blank, 1=home, 2=last visited page, 3=resume previous session
|
|
||||||
// [NOTE] Session Restore is cleared with history and not used in Private Browsing mode
|
|
||||||
// [SETTING] General>Startup>Open previous windows and tabs
|
|
||||||
//user_pref("browser.startup.page", 3);
|
|
||||||
|
|
||||||
// PREF: set HOME+NEW WINDOW page to blank tab
|
|
||||||
// about:home=Activity Stream, custom URL, about:blank
|
|
||||||
// [SETTING] Home>New Windows and Tabs>Homepage and new windows
|
|
||||||
// [Custom URLs] Set two or more websites in Home Page Field – delimited by |
|
|
||||||
// [1] https://support.mozilla.org/en-US/questions/1271888#answer-1262899
|
|
||||||
//user_pref("browser.startup.homepage", "about:blank");
|
|
||||||
|
|
||||||
// PREF: set NEWTAB page to blank tab
|
|
||||||
// true=Firefox Home, false=blank page
|
|
||||||
// [SETTING] Home>New Windows and Tabs>New tabs
|
|
||||||
//user_pref("browser.newtabpage.enabled", false);
|
|
||||||
|
|
||||||
// PREF: Pinned Shortcuts on New Tab
|
|
||||||
// [SETTINGS] Home>Firefox Home Content
|
|
||||||
// [1] https://github.com/arkenfox/user.js/issues/1556
|
|
||||||
//user_pref("browser.newtabpage.activity-stream.discoverystream.enabled", false);
|
|
||||||
//user_pref("browser.newtabpage.activity-stream.showSearch", true); // NTP Web Search [DEFAULT]
|
|
||||||
//user_pref("browser.newtabpage.activity-stream.feeds.topsites", false); // Shortcuts
|
|
||||||
user_pref("browser.newtabpage.activity-stream.showSponsoredTopSites", false); // Sponsored shortcuts [FF83+]
|
|
||||||
//user_pref("browser.newtabpage.activity-stream.showWeather", false); // Weather [FF130+]
|
|
||||||
//user_pref("browser.newtabpage.activity-stream.system.showWeather", false); // hides Weather as an UI option
|
|
||||||
user_pref("browser.newtabpage.activity-stream.feeds.section.topstories", false); // Recommended by Pocket
|
|
||||||
user_pref("browser.newtabpage.activity-stream.showSponsored", false); // Sponsored stories [FF58+]
|
|
||||||
user_pref("browser.newtabpage.activity-stream.showSponsoredCheckboxes", false); // [FF140+] Support Firefox
|
|
||||||
//user_pref("browser.newtabpage.activity-stream.feeds.section.highlights", false); // Recent Activity [DEFAULT]
|
|
||||||
//user_pref("browser.newtabpage.activity-stream.section.highlights.includeBookmarks", false);
|
|
||||||
//user_pref("browser.newtabpage.activity-stream.section.highlights.includeDownloads", false);
|
|
||||||
//user_pref("browser.newtabpage.activity-stream.section.highlights.includeVisited", false);
|
|
||||||
//user_pref("browser.newtabpage.activity-stream.feeds.snippets", false); // [DEFAULT]
|
|
||||||
|
|
||||||
// PREF: wallpapers on New Tab [FF128+ NIGHTLY]
|
|
||||||
//user_pref("browser.newtabpage.activity-stream.newtabWallpapers.enabled", false); // Wallpapers
|
|
||||||
|
|
||||||
// PREF: clear default topsites
|
|
||||||
// [NOTE] This does not block you from adding your own.
|
|
||||||
user_pref("browser.newtabpage.activity-stream.default.sites", "");
|
|
||||||
|
|
||||||
// PREF: keep search in the search box; prevent from jumping to address bar
|
|
||||||
// [1] https://www.reddit.com/r/firefox/comments/oxwvbo/firefox_start_page_search_options/
|
|
||||||
//user_pref("browser.newtabpage.activity-stream.improvesearch.handoffToAwesomebar", false);
|
|
||||||
|
|
||||||
// PREF: Firefox logo to always show
|
|
||||||
//user_pref("browser.newtabpage.activity-stream.logowordmark.alwaysVisible", true); // DEFAULT
|
|
||||||
|
|
||||||
// PREF: Bookmarks Toolbar visibility
|
|
||||||
// always, never, or newtab
|
|
||||||
//user_pref("browser.toolbars.bookmarks.visibility", "newtab"); // DEFAULT
|
|
||||||
|
|
||||||
/******************************************************************************
|
|
||||||
* SECTION: POCKET *
|
|
||||||
******************************************************************************/
|
|
||||||
|
|
||||||
// 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", " ");
|
|
||||||
//user_pref("extensions.pocket.showHome", false);
|
|
||||||
|
|
||||||
/******************************************************************************
|
|
||||||
* SECTION: DOWNLOADS *
|
|
||||||
******************************************************************************/
|
|
||||||
|
|
||||||
// PREF: choose download location
|
|
||||||
// [SETTING] To set your default "downloads": General>Downloads>Save files to...
|
|
||||||
// 0=desktop, 1=downloads (default), 2=last used
|
|
||||||
//user_pref("browser.download.folderList", 1); // DEFAULT
|
|
||||||
|
|
||||||
// PREF: always ask how to handle new mimetypes [FF101+]
|
|
||||||
// Enforce user interaction for greater security.
|
|
||||||
// [SETTING] General>Files and Applications>Applications>What should Firefox do with other files?
|
|
||||||
// false=Save files
|
|
||||||
// true=Ask whether to open or save files
|
|
||||||
//user_pref("browser.download.always_ask_before_handling_new_types", true);
|
|
||||||
|
|
||||||
// PREF: always ask where to download
|
|
||||||
// [OPTIONAL HARDENING] Enforce user interaction for greater security.
|
|
||||||
// [SETTING] General>Files and Applications>Downloads>Always ask you where to save files
|
|
||||||
// [DIALOGUE] "Ask whether to open or save files"
|
|
||||||
// true=direct download (default)
|
|
||||||
// false=the user is asked what to do
|
|
||||||
// [1] https://github.com/yokoffing/Betterfox/issues/267
|
|
||||||
//user_pref("browser.download.useDownloadDir", false);
|
|
||||||
//user_pref("browser.download.dir", "C:\Users\<YOUR_USERNAME>\AppData\Local\Temp"); // [WINDOWS]
|
|
||||||
|
|
||||||
// PREF: autohide the downloads button
|
|
||||||
//user_pref("browser.download.autohideButton", true); // DEFAULT
|
|
||||||
|
|
||||||
// PREF: disable download panel opening on every download [non-functional?]
|
|
||||||
// Controls whether to open the download panel every time a download begins.
|
|
||||||
// [NOTE] The first download ever ran in a new profile will still open the panel.
|
|
||||||
//user_pref("browser.download.alwaysOpenPanel", false);
|
|
||||||
|
|
||||||
// PREF: disable adding downloads to the system's "recent documents" list
|
|
||||||
user_pref("browser.download.manager.addToRecentDocs", false);
|
|
||||||
|
|
||||||
/****************************************************************************
|
|
||||||
* SECTION: PDF *
|
|
||||||
****************************************************************************/
|
|
||||||
|
|
||||||
// PREF: enforce Firefox's built-in PDF reader
|
|
||||||
// This setting controls if the option "Display in Firefox" is available in the setting below
|
|
||||||
// and by effect controls whether PDFs are handled in-browser or externally ("Ask" or "Open With").
|
|
||||||
// [1] https://mozilla.github.io/pdf.js/
|
|
||||||
//user_pref("pdfjs.disabled", false); // DEFAULT
|
|
||||||
|
|
||||||
// PREF: allow viewing of PDFs even if the response HTTP headers
|
|
||||||
// include Content-Disposition:attachment.
|
|
||||||
//user_pref("browser.helperApps.showOpenOptionForPdfJS", true); // DEFAULT
|
|
||||||
|
|
||||||
// PREF: open PDFs inline (FF103+)
|
|
||||||
user_pref("browser.download.open_pdf_attachments_inline", true);
|
|
||||||
|
|
||||||
// PREF: PDF sidebar on load
|
|
||||||
// 2=table of contents (if not available, will default to 1)
|
|
||||||
// 1=view pages
|
|
||||||
// 0=disabled
|
|
||||||
// -1=remember previous state (default)
|
|
||||||
//user_pref("pdfjs.sidebarViewOnLoad", 2);
|
|
||||||
|
|
||||||
// PREF: default zoom for PDFs [HIDDEN]
|
|
||||||
// [NOTE] "page-width" not needed if using sidebar on load
|
|
||||||
//user_pref("pdfjs.defaultZoomValue", page-width);
|
|
||||||
|
|
||||||
/****************************************************************************
|
|
||||||
* SECTION: DOM (DOCUMENT OBJECT MODEL) *
|
|
||||||
****************************************************************************/
|
|
||||||
// PREF: prevent scripts from moving and resizing open windows
|
|
||||||
//user_pref("dom.disable_window_move_resize", true);
|
|
||||||
|
|
||||||
// PREF: disable beforeunload event
|
|
||||||
// [WHY] The method is commonly abused by scam and spyware sites.
|
|
||||||
// [1] https://developer.mozilla.org/docs/Web/API/Window/beforeunload_event
|
|
||||||
//user_pref("dom.disable_beforeunload", true);
|
|
||||||
|
|
||||||
/****************************************************************************
|
|
||||||
* SECTION: TAB BEHAVIOR *
|
|
||||||
****************************************************************************/
|
|
||||||
|
|
||||||
// PREF: search query opens in a new tab (instead of the current tab)
|
|
||||||
//user_pref("browser.search.openintab", true); // SEARCH BOX
|
|
||||||
//user_pref("browser.urlbar.openintab", true); // URL BAR
|
|
||||||
|
|
||||||
// PREF: control behavior of links that would normally open in a new window
|
|
||||||
// [NOTE] You can still right-click a link and open in a new window
|
|
||||||
// 3 (default) = in a new tab; pop-up windows are treated like regular tabs
|
|
||||||
// 2 = in a new window
|
|
||||||
// 1 = in the current tab
|
|
||||||
//user_pref("browser.link.open_newwindow", 3); // DEFAULT
|
|
||||||
|
|
||||||
// PREF: determine the behavior of pages opened by JavaScript (like popups)
|
|
||||||
// 2 (default) = catch new windows opened by JavaScript that do not have
|
|
||||||
// specific values set (how large the window should be, whether it
|
|
||||||
// should have a status bar, etc.)
|
|
||||||
// 1 = let all windows opened by JavaScript open in new windows
|
|
||||||
// 0 = force all new windows opened by JavaScript into tabs
|
|
||||||
// [NOTE] Most advertising popups also open in new windows with values set
|
|
||||||
// [1] https://kb.mozillazine.org/About:config_entries
|
|
||||||
//user_pref("browser.link.open_newwindow.restriction", 2); // DEFAULT
|
|
||||||
|
|
||||||
// PREF: override <browser.link.open_newwindow> for external links
|
|
||||||
// Set if a different destination for external links is needed
|
|
||||||
// 3=Open in a new tab in the current window
|
|
||||||
// 2=Open in a new window
|
|
||||||
// 1=Open in the current tab/window
|
|
||||||
// -1=no overrides (default)
|
|
||||||
//user_pref("browser.link.open_newwindow.override.external", -1); // DEFAULT
|
|
||||||
|
|
||||||
// PREF: focus behavior for new tabs from links
|
|
||||||
// Determine whether a link opens in the foreground or background on left-click
|
|
||||||
// [SETTINGS] Settings>General>Tabs>"When you open a link, image or media in a new tab, switch to it immediately"
|
|
||||||
// true(default) = opens new tabs by left-click in the background, leaving focus on the current tab
|
|
||||||
// false = opens new tabs by left-click in the foreground, putting focus on the new tab
|
|
||||||
// [NOTE] CTRL+SHIFT+CLICK will open new tabs in foreground (default); switching PREF to false will reverse this behavior
|
|
||||||
// [1] https://kb.mozillazine.org/About:config_entries
|
|
||||||
//user_pref("browser.tabs.loadInBackground", true); // DEFAULT
|
|
||||||
|
|
||||||
// PREF: determines whether pages normally meant to open in a new window (such as
|
|
||||||
// target="_blank" or from an external program), but that have instead been loaded in a new tab
|
|
||||||
// This pref takes effect when Firefox has diverted a new window to a new tab instead, then:
|
|
||||||
// true = loads the new tab in the background, leaving focus on the current tab
|
|
||||||
// false(default) = loads the new tab in the foreground, taking the focus from the current tab
|
|
||||||
// [NOTE] Setting this preference to true will still bring the browser to the front when opening links from outside the browser
|
|
||||||
// [1] https://kb.mozillazine.org/About:config_entries
|
|
||||||
//user_pref("browser.tabs.loadDivertedInBackground", false); // DEFAULT
|
|
||||||
|
|
||||||
// PREF: force bookmarks to open in a new tab, not the current tab
|
|
||||||
//user_pref("browser.tabs.loadBookmarksInTabs", true);
|
|
||||||
//user_pref("browser.tabs.loadBookmarksInBackground", true); // load bookmarks in background
|
|
||||||
|
|
||||||
// PREF: leave Bookmarks Menu open when selecting a site
|
|
||||||
user_pref("browser.bookmarks.openInTabClosesMenu", false);
|
|
||||||
|
|
||||||
// PREF: restore "View image info" on right-click
|
|
||||||
user_pref("browser.menu.showViewImageInfo", true);
|
|
||||||
|
|
||||||
// PREF: show all matches in Findbar
|
|
||||||
user_pref("findbar.highlightAll", true);
|
|
||||||
|
|
||||||
// PREF: force disable finding text on page without prompting
|
|
||||||
// [NOTE] Not as powerful as using Ctrl+F.
|
|
||||||
// [SETTINGS] General>Browsing>"Search for text when you start typing"
|
|
||||||
// [1] https://github.com/yokoffing/Betterfox/issues/212
|
|
||||||
//user_pref("accessibility.typeaheadfind", false); // enforce DEFAULT
|
|
||||||
|
|
||||||
// PREF: disable middle mouse click opening links from clipboard
|
|
||||||
// It's been default in Linux since at least FF102.
|
|
||||||
// [1] https://gitlab.torproject.org/tpo/applications/tor-browser/-/issues/10089
|
|
||||||
//user_pref("middlemouse.contentLoadURL", false);
|
|
||||||
|
|
||||||
// PREF: insert new tabs after groups like it
|
|
||||||
// true(default) = open new tabs to the right of the parent tab
|
|
||||||
// false = new tabs are opened at the far right of the tab bar
|
|
||||||
//user_pref("browser.tabs.insertRelatedAfterCurrent", true); // DEFAULT
|
|
||||||
|
|
||||||
// PREF: insert new tabs immediately after the current tab
|
|
||||||
//user_pref("browser.tabs.insertAfterCurrent", true);
|
|
||||||
|
|
||||||
// PREF: leave the browser window open even after you close the last tab
|
|
||||||
//user_pref("browser.tabs.closeWindowWithLastTab", false);
|
|
||||||
|
|
||||||
// PREF: stop websites from reloading pages automatically
|
|
||||||
// [WARNING] Breaks some sites.
|
|
||||||
// [1] https://www.ghacks.net/2018/08/19/stop-websites-from-reloading-pages-automatically/
|
|
||||||
//user_pref("accessibility.blockautorefresh", true);
|
|
||||||
//user_pref("browser.meta_refresh_when_inactive.disabled", true);
|
|
||||||
|
|
||||||
// PREF: do not select the space next to a word when selecting a word
|
|
||||||
user_pref("layout.word_select.eat_space_to_next_word", false);
|
|
||||||
|
|
||||||
// PREF: controls if a double-click word selection also deletes one adjacent whitespace
|
|
||||||
// This mimics native behavior on macOS.
|
|
||||||
//user_pref("editor.word_select.delete_space_after_doubleclick_selection", true);
|
|
||||||
|
|
||||||
// PREF: do not hide the pointer while typing [LINUX]
|
|
||||||
//user_pref("widget.gtk.hide-pointer-while-typing.enabled", false);
|
|
||||||
|
|
||||||
// PREF: limit events that can cause a pop-up
|
|
||||||
// Firefox provides an option to provide exceptions for sites, remembered in your Site Settings.
|
|
||||||
// (default) "change click dblclick auxclick mouseup pointerup notificationclick reset submit touchend contextmenu"
|
|
||||||
// (alternate) user_pref("dom.popup_allowed_events", "click dblclick mousedown pointerdown");
|
|
||||||
//user_pref("dom.popup_allowed_events", "click dblclick");
|
|
||||||
//user_pref("dom.disable_open_during_load", true); // DEFAULT
|
|
||||||
//user_pref("privacy.popups.showBrowserMessage", true); // DEFAULT
|
|
||||||
|
|
||||||
// PREF: enable Tab Previews [FF122+, FF128+]
|
|
||||||
// [1] https://github.com/yokoffing/Betterfox/issues/309
|
|
||||||
//user_pref("browser.tabs.hoverPreview.enabled", true);
|
|
||||||
//user_pref("browser.tabs.hoverPreview.showThumbnails", true); // DEFAULT
|
|
||||||
|
|
||||||
/****************************************************************************
|
|
||||||
* SECTION: KEYBOARD AND SHORTCUTS *
|
|
||||||
****************************************************************************/
|
|
||||||
|
|
||||||
// PREF: disable backspace action
|
|
||||||
// 0=previous page, 1=scroll up, 2=do nothing
|
|
||||||
//user_pref("browser.backspace_action", 2); // DEFAULT
|
|
||||||
|
|
||||||
// PREF: disable ALT key toggling the menu bar
|
|
||||||
//user_pref("ui.key.menuAccessKeyFocuses", false);
|
|
||||||
//user_pref("ui.key.menuAccessKey", 18); // DEFAULT
|
|
||||||
|
|
||||||
// PREF: cycle through tabs in recently used order
|
|
||||||
// [SETTING] Ctrl+Tab cycles through tabs in recently used order
|
|
||||||
//user_pref("browser.ctrlTab.sortByRecentlyUsed", true);
|
|
||||||
|
|
||||||
// PREF: disable websites overriding Firefox's keyboard shortcuts [FF58+]
|
|
||||||
// 0=ask (default), 1=allow, 2=block
|
|
||||||
// [SETTING] to add site exceptions: Ctrl+I>Permissions>Override Keyboard Shortcuts ***/
|
|
||||||
//user_pref("permissions.default.shortcuts", 2);
|
|
||||||
|
|
||||||
// PREF: hide frequent sites on right-click of taskbar icon [WINDOWS?]
|
|
||||||
//user_pref("browser.taskbar.lists.frequent.enabled", false);
|
|
||||||
|
|
||||||
/****************************************************************************
|
|
||||||
* SECTION: ACCESSIBILITY AND USABILITY *
|
|
||||||
****************************************************************************/
|
|
||||||
|
|
||||||
// PREF: disable Reader mode parse on load
|
|
||||||
// Reader supposedly costs extra CPU after page load.
|
|
||||||
// [TIP] Use about:reader?url=%s as a keyword to open links automatically in reader mode [1].
|
|
||||||
// Firefox will not have to parse webpage for Reader when navigating.
|
|
||||||
// Extremely minimal performance impact, if you disable.
|
|
||||||
// [1] https://www.reddit.com/r/firefox/comments/621sr2/i_found_out_how_to_automatically_open_a_url_in/
|
|
||||||
//user_pref("reader.parse-on-load.enabled", false);
|
|
||||||
|
|
||||||
// PREF: Spell-check
|
|
||||||
// 0=none, 1-multi-line, 2=multi-line & single-line
|
|
||||||
//user_pref("layout.spellcheckDefault", 1); // DEFAULT
|
|
||||||
|
|
||||||
// PREF: Spell Checker underline styles [HIDDEN]
|
|
||||||
// [1] https://kb.mozillazine.org/Ui.SpellCheckerUnderlineStyle#Possible_values_and_their_effects
|
|
||||||
//user_pref("ui.SpellCheckerUnderlineStyle", 1);
|
|
||||||
|
|
||||||
// PREF: remove underlined characters from various settings
|
|
||||||
//user_pref("ui.key.menuAccessKey", 0);
|
|
||||||
|
|
||||||
// PREF: enable CSS moz document rules
|
|
||||||
// Still needed for Stylus?
|
|
||||||
// [1] https://reddit.com/r/FirefoxCSS/comments/8x2q97/reenabling_mozdocument_rules_in_firefox_61/
|
|
||||||
//user_pref("layout.css.moz-document.content.enabled", true);
|
|
||||||
|
|
||||||
/****************************************************************************
|
|
||||||
* SECTION: BOOKMARK MANAGEMENT *
|
|
||||||
****************************************************************************/
|
|
||||||
|
|
||||||
// PREF: limit the number of bookmark backups Firefox keeps
|
|
||||||
//user_pref("browser.bookmarks.max_backups", 1); // default=15
|
|
||||||
|
|
||||||
/****************************************************************************
|
|
||||||
* SECTION: ZOOM AND DISPLAY SETTINGS *
|
|
||||||
****************************************************************************/
|
|
||||||
|
|
||||||
// PREF: zoom only text on webpage, not other elements
|
|
||||||
//user_pref("browser.zoom.full", false);
|
|
||||||
|
|
||||||
// PREF: allow for more granular control of zoom levels
|
|
||||||
// Especially useful if you want to set your default zoom to a custom level.
|
|
||||||
//user_pref("toolkit.zoomManager.zoomValues", ".3,.5,.67,.8,.9,.95,1,1.1,1.2,1.3,1.4,1.5,1.6,1.7,2,2.4,3");
|
|
||||||
|
|
||||||
// PREF: restore zooming behavior [macOS] [FF109+]
|
|
||||||
// On macOS, Ctrl or Cmd + trackpad or mouse wheel now scrolls the page instead of zooming.
|
|
||||||
// This avoids accidental zooming and matches Safari's and Chrome's behavior.
|
|
||||||
// The prefs below restores the previous zooming behavior
|
|
||||||
//user_pref("mousewheel.with_control.action", 3);
|
|
||||||
//user_pref("mousewheel.with_meta.action", 3);
|
|
||||||
|
|
||||||
// PREF: adjust the minimum tab width
|
|
||||||
// Can be overridden by userChrome.css
|
|
||||||
//user_pref("browser.tabs.tabMinWidth", 120); // default=76
|
|
||||||
|
|
||||||
// PREF: always underline links [FF120+]
|
|
||||||
//user_pref("layout.css.always_underline_links", false); // DEFAULT
|
|
||||||
|
|
||||||
/****************************************************************************
|
|
||||||
* SECTION: DEVELOPER TOOLS *
|
|
||||||
****************************************************************************/
|
|
||||||
|
|
||||||
// PREF: wrap long lines of text when using source / debugger
|
|
||||||
//user_pref("view_source.wrap_long_lines", true);
|
|
||||||
//user_pref("devtools.debugger.ui.editor-wrapping", true);
|
|
||||||
|
|
||||||
// PREF: enable ASRouter Devtools at about:newtab#devtools
|
|
||||||
// This is useful if you're making your own CSS theme.
|
|
||||||
// [1] https://firefox-source-docs.mozilla.org/browser/components/newtab/content-src/asrouter/docs/debugging-docs.html
|
|
||||||
//user_pref("browser.newtabpage.activity-stream.asrouter.devtoolsEnabled", true);
|
|
||||||
|
|
||||||
// show user agent styles in the inspector
|
|
||||||
//user_pref("devtools.inspector.showUserAgentStyles", true);
|
|
||||||
|
|
||||||
// show native anonymous content (like scrollbars or tooltips) and user
|
|
||||||
// agent shadow roots (like the components of an <input> element) in the inspector
|
|
||||||
//user_pref("devtools.inspector.showAllAnonymousContent", true);
|
|
||||||
|
|
||||||
/****************************************************************************
|
|
||||||
* SECTION: IMAGE AND MEDIA HANDLING *
|
|
||||||
****************************************************************************/
|
|
||||||
|
|
||||||
// PREF: JPEG XL image format [NIGHTLY]
|
|
||||||
// May not affect anything on ESR/Stable channel [2].
|
|
||||||
// [TEST] https://www.jpegxl.io/firefox#firefox-jpegxl-tutorial
|
|
||||||
// [1] https://cloudinary.com/blog/the-case-for-jpeg-xl
|
|
||||||
// [2] https://bugzilla.mozilla.org/show_bug.cgi?id=1539075#c51
|
|
||||||
//user_pref("image.jxl.enabled", true);
|
|
||||||
@@ -1,105 +1,33 @@
|
|||||||
[](https://github.com/yokoffing/betterfox/stargazers)
|

|
||||||
|

|
||||||
|
[](https://hits.seeyoufarm.com)
|
||||||
|
|
||||||
# Betterfox
|
# Betterfox 115 ESR
|
||||||
[about:config](https://support.mozilla.org/en-US/kb/about-config-editor-firefox) tweaks to enhance [Mozilla Firefox](https://www.mozilla.org/en-US/firefox/new/).
|
[about:config](https://support.mozilla.org/en-US/kb/about-config-editor-firefox) tweaks to enhance [Mozilla Firefox](https://www.mozilla.org/en-US/firefox/new/).
|
||||||
|
|
||||||
## Made for everyday browsing
|
These prefs are applicable for:
|
||||||
Make Firefox more private and secure — without using third-party code.
|
* [Firefox ESR 115.0](https://support.mozilla.org/en-US/kb/switch-to-firefox-extended-support-release-esr) <sup>[^more info](https://support.mozilla.org/en-US/kb/firefox-esr-release-cycle)</sup>
|
||||||
|
* [Waterfox G6](https://github.com/WaterfoxCo/Waterfox)
|
||||||
|
* [Floorp ESR 115](https://github.com/Floorp-Projects/Floorp/tree/ESR115)
|
||||||
|
|
||||||
Betterfox is an opinionated preference list inspired by the [law of diminishing returns](https://miro.medium.com/v2/resize:fit:1206/1*lcOcxriV_II_lZuXQYLoXg.jpeg) and the [minimum effective dose](https://medium.com/the-mission/less-is-more-the-minimum-effective-dose-e6d56625931e).
|
Using regular Firefox? [Switch back to the main branch](https://github.com/yokoffing/Betterfox).
|
||||||
|
|
||||||
## Required reading
|
## Getting started
|
||||||
0) Create a [backup profile](https://github.com/yokoffing/Betterfox/wiki/Backup).
|
*If you don't have it already: [Get Firefox](https://www.mozilla.org/en-US/firefox/all/#product-desktop-esr)*
|
||||||
1) Download the user.js file [here](https://raw.githubusercontent.com/yokoffing/Betterfox/main/user.js) (Right click > `Save Link As…`).
|
|
||||||
2) Review both [Common Overrides](https://github.com/yokoffing/Betterfox/wiki/Common-Overrides) and [Optional Hardening](https://github.com/yokoffing/Betterfox/wiki/Optional-Hardening) to make any necessary changes.
|
1) Create a [backup profile](https://github.com/yokoffing/Betterfox/wiki/Backup).
|
||||||
3) Open Firefox. In the URL bar, type `about:profiles` and press **Enter**.
|
2) Download the user.js file [here](https://raw.githubusercontent.com/yokoffing/Betterfox/esr115/user.js) (Right click > `Save Link As…`).
|
||||||
4) For the profile you want to use, click **Open Folder** in the **Root Directory** section.
|
3) Review [Common Overrides](https://github.com/yokoffing/Betterfox/wiki/Common-Overrides) and make any necessary changes.
|
||||||
5) Move the `user.js` file into the folder.
|
4) Open Firefox. In the URL bar, type `about:profiles` and press `Enter`.
|
||||||
|
5) For the profile you want to use (or use default), click `Open Folder` in the **Root Directory** section.
|
||||||
|
6) Move the `user.js` file into the folder.
|
||||||
|
|
||||||
*After restarting Firefox:*
|
*After restarting Firefox:*
|
||||||
1) Get an **ad blocker** like [uBlock Origin](https://addons.mozilla.org/blog/ublock-origin-everything-you-need-to-know-about-the-ad-blocker/) with our [recommended filters](https://github.com/yokoffing/filterlists#guidelines).
|
1) Get an **ad blocker** like [uBlock Origin](https://addons.mozilla.org/blog/ublock-origin-everything-you-need-to-know-about-the-ad-blocker/) with our [recommended filters](https://github.com/yokoffing/filterlists#guidelines). For a simple solution, use [Ghostery](https://addons.mozilla.org/en-US/firefox/addon/ghostery/).
|
||||||
2) Enable **DNS-level protection** with your chosen [provider](https://github.com/yokoffing/Betterfox/wiki/Optional-Hardening#secure-dns) to further protect against security threats, ads, and trackers.
|
3) Enable **DNS-level protection** with [NextDNS](https://nextdns.io/?from=xujj63g5), and check out our configuration [guide](https://github.com/yokoffing/NextDNS-Config).
|
||||||
|
* See how to [quickly enable](https://support.mozilla.org/en-US/kb/dns-over-https) **secure DNS** in Firefox.
|
||||||
|
|
||||||
## Simple goals
|
## about:Privacy
|
||||||
1) **Minimalism:** get what isn't needed out of the way
|
Betterfox is a great balance of privacy and convenience.
|
||||||
2) **Efficiency:** unleash Firefox's ability to be fast and performant
|
|
||||||
3) **Privacy:** protect your data without causing site breakage
|
|
||||||
|
|
||||||
## Simple configs
|
See [Optional Hardening](https://github.com/yokoffing/Betterfox/wiki/Optional-Hardening) for other suggestions.
|
||||||
|
|
||||||
`Securefox`, `Peskyfox`, and `Smoothfox` are guides to settings within Firefox. The `user.js` — a configuration file that controls Firefox settings — is curated from these guides.
|
|
||||||
|
|
||||||
| List | Description |
|
|
||||||
|:---------:|-------------|
|
|
||||||
| [user.js](https://github.com/yokoffing/Betterfox/blob/main/user.js) | All the essentials. None of the breakage. This is your `user.js`. |
|
|
||||||
| [Securefox](https://github.com/yokoffing/Betterfox/blob/main/Securefox.js) | Protect user data without causing site breakage. |
|
|
||||||
| [Peskyfox](https://github.com/yokoffing/Betterfox/blob/main/Peskyfox.js) | Provide a clean, distraction-free browsing experience. |
|
|
||||||
| [Smoothfox](https://github.com/yokoffing/Betterfox/blob/main/Smoothfox.js)<br>(optional) | Get Edge-like smooth scrolling on your favorite browser — or choose something more your style. |
|
|
||||||
|
|
||||||
## Recognition
|
|
||||||
|
|
||||||
### Browser Integration
|
|
||||||
> [!IMPORTANT]
|
|
||||||
> While the browsers listed below incorporate Betterfox to some extent, they often modify it in ways that reduce its effectiveness. For optimal results, apply the `user.js` file even when using Firefox forks.
|
|
||||||
|
|
||||||
* [Zen](https://github.com/zen-browser/desktop?tab=readme-ov-file) | [files](https://github.com/zen-browser/desktop/tree/stable/prefs) (July 2024)
|
|
||||||
* [FireDragon](https://github.com/dr460nf1r3/firedragon-browser/blob/master/README.md) | [files](https://github.com/dr460nf1r3/firedragon-browser/blob/55fc6e5029542cd90fabe23cb44c89568d74d006/firedragon.cfg#L822-L824) (Jan 2024?)
|
|
||||||
* [Midori](https://github.com/goastian/midori-desktop/blob/ESR115/README.md) | [files](https://github.com/goastian/midori-desktop/blob/f3d8d96eb8e08f35a64e3c957bea4e839d7c7730/floorp/browser/components/userjsUtils.sys.mjs#L28-L33) (Dec 2023?)
|
|
||||||
* [Mercury](https://github.com/Alex313031/Mercury/releases/tag/v.115.3.0) | [files](https://github.com/Alex313031/Mercury/commit/eb9600f9fb8f48c8f5b5c6f3264fbcdb5caff7f5) (Sep 2023)
|
|
||||||
* [Waterfox](https://www.waterfox.net/docs/releases/G6.0/) | [files](https://github.com/WaterfoxCo/Waterfox/tree/current/waterfox/browser/app/profile) (Sep 2023)
|
|
||||||
* [Floorp](https://github.com/Floorp-Projects/Floorp#-betterfox) <sup>[1](https://github.com/Floorp-Projects/Floorp/issues/233#issuecomment-1543557167) [2](https://blog.ablaze.one/3135/2023-04-01/)</sup> | [files](https://github.com/Floorp-Projects/Floorp/blob/ESR115/floorp/browser/components/preferences/userjs.inc.xhtml) (Apr 2023)
|
|
||||||
* [Pulse](https://github.com/pulse-browser/browser#%EF%B8%8F-credits) | [files](https://github.com/pulse-browser/browser/tree/alpha/src/browser/app/profile) (Dec 2021)
|
|
||||||
* [Ghostery Private Browser](https://github.com/ghostery/user-agent-desktop#community) <sup>[1](https://web.archive.org/web/20210509171835/https://www.ghostery.com/ghostery-dawn-update-more/) [2](https://web.archive.org/web/20210921114333/https://www.ghostery.com/ghostery-dawn-product-update/)</sup> | [files](https://github.com/ghostery/user-agent-desktop/tree/main/brands/ghostery/branding/pref) (Feb 2021)
|
|
||||||
|
|
||||||
### YouTube
|
|
||||||
* [A Better Firefox](https://youtu.be/JuHIwCFx34Q?si=1dx39t3HX5kzNVj-&t=133) (Mar 2025)
|
|
||||||
* [Ditch Chrome for One Of These BETTER BROWSERS!](https://youtu.be/ygkxFc8SZlc?si=m5NQe-b_oFXs5crb&t=230) (Aug 2024)
|
|
||||||
* [The ULTIMATE Browser Tier List](https://youtu.be/j5r6jFE8gic?t=560) (Mar 2023)
|
|
||||||
* [I Hate Firefox. But I'm Still Switching Back to It.](https://youtu.be/w0SJFED5xK0?t=220) (Nov 2022)
|
|
||||||
* [Español] [Optimize and Accelerate 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)
|
|
||||||
|
|
||||||
### Podcasts
|
|
||||||
* [Italian] [Digitalia.fm](https://digitalia.fm/684/) | 1:41:35–1:42:41 (July 2023)
|
|
||||||
* [GhoSTORIES with Franz & Pete](https://anchor.fm/ghostories/episodes/S2E6-We-Talking-Ghostery-Dawn----Again-er0q02/a-a4o5vmh) | 17:05–18:40 (Feb 2021)
|
|
||||||
|
|
||||||
### Articles
|
|
||||||
* [How I Set Up Firefox for True Privacy ](https://dtptips.com/how-i-set-up-firefox-for-true-privacy-hint-its-not-the-default-setup/) (Oct 2025)
|
|
||||||
* [Phishing Bank Logins Over Plain HTTP in 2025](https://vrls.ws/posts/phishing-bank-logins-over-plain-http-in-2025/) (Oct 2025)
|
|
||||||
* [Español] [Firefox is an excellent browser, but this small modification makes it much faster and more private](https://www.genbeta.com/a-fondo/firefox-excelente-navegador-esta-pequena-modificacion-hace-mucho-rapido-privado-asi-funciona-betterfox) (Jan 2025)
|
|
||||||
* [Browsers for Daily Use](https://anhkhoakz.neocities.org/blog/browsers-for-daily-using/#firefox-but-hardened) (Jan 2024)
|
|
||||||
* [Avoiding Manifest V3 – Escaping the Ad-Pocalypse](https://www.xbitlabs.com/avoiding-manifest-v3/) (Dec 2023)
|
|
||||||
* [German] [Pulse Browser Review: Firefox fork with Turbo tweaks and Opera sidebar](https://www.computerbild.de/artikel/cb-Tipps-Software-Pulse-Browser-Review-ein-Firefox-Fork-mit-Seitenleiste-wie-bei-Opera-35644139.html#:~:text=Noch%20mehr%20Speed%2DFeatures) (Apr 2023)
|
|
||||||
* [2023 Browser Showdown: Comparing Chrome, Brave, Firefox, Vivaldi, and Opera](https://www.appdate.lk/technology/2023-browser-showdown/) (Jan 2023)
|
|
||||||
|
|
||||||
### Guides
|
|
||||||
* [FMHY Browser Tools: Privacy Tweaks](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage/#wiki_privacy_based_browsers)
|
|
||||||
* [Firefox-UI-Fix](https://github.com/black7375/Firefox-UI-Fix/wiki/Tips#privacy)
|
|
||||||
* [Narsil/desktop_user.js](https://git.nixnet.services/Narsil/desktop_user.js#thanks)
|
|
||||||
* [pyllyukko/user.js](https://github.com/pyllyukko/user.js) [comparator](https://jm42.github.io/compare-user.js/)
|
|
||||||
|
|
||||||
### Reviews
|
|
||||||
* “I use this one ... The performance is absolutely amazing. There’s definitely a huge difference when it comes to loading sites.” - [DIRIKtv](https://youtu.be/N8IOJiOFVEk?t=16)
|
|
||||||
* "BetterFox ... will provide good-enough privacy and help with performance." - [Qdoit12Super](https://old.reddit.com/r/browsers/comments/139h4my/suggestion_for_finding_3_good_privacy_focus/jj3n3qn/?context=2)
|
|
||||||
* "...drastically changed the experience with Firefox for me. Improved speed, security, smoothness, and removed clutter." - [AppDate](https://www.appdate.lk/technology/2023-browser-showdown/#:~:text=Used%20the%20BetterFox%20user%20config%20settings%20with%20some%20overrides%20which%20drastically%20changed%20the%20experience)
|
|
||||||
* "Firefox with uBlock Origin extension and tuned with Betterfox is faster than Safari." - [cugeloid](https://elephas.app/blog/best-browsers-mac#what-is-the-best-browser-for-mac-according-to-redditandnbsp)
|
|
||||||
* "I don't think I could use Firefox without Betterfox." - [Professional_Fun4616](https://old.reddit.com/r/nextdns/comments/15y815f/the_people_behind_betterfox_have_this_awesome/jxb7cir/?context=3)
|
|
||||||
* "The best collection of tweaks available." - [AuRiMaS](https://old.reddit.com/r/MozillaFirefox/comments/15cc1vk/about_changes_in_aboutconfig/jtyx910/?context=3)
|
|
||||||
* "FF is now much snappier!" - [whotheff](https://old.reddit.com/r/firefox/comments/z5auzi/firefox_not_properly_usingrecognizing_gpu_poor/iy36hyz/)
|
|
||||||
* "...the experience is so good now I don’t think I’ll go back to any of the chromium based browsers." - [Mr_Compromise](https://old.reddit.com/r/pcmasterrace/comments/zwioe1/what_browser_will_you_be_using_in_2023_please/j1wmbxo/)
|
|
||||||
|
|
||||||
## Support
|
|
||||||
|
|
||||||
If you like the project, leave a :star: (top right) and become a [stargazer](https://github.com/yokoffing/Betterfox/stargazers)!
|
|
||||||
|
|
||||||
[](https://github.com/yokoffing/Betterfox/stargazers)
|
|
||||||
|
|
||||||
<a href='https://ko-fi.com/Q5Q5G8EPH' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi2.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
|
|
||||||
<noscript><a href="https://liberapay.com/yokoffing/donate"><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a></noscript>
|
|
||||||
|
|
||||||
## Credit
|
|
||||||
* Betterfox mirrors the ongoing work provided by [arkenfox](https://github.com/arkenfox/user.js). Additionally, this repository includes content reproduced or adapted from other sources. Credit for overlapping material goes to the original authors.
|
|
||||||
* Appreciation goes to the [Firefox](https://www.mozilla.org/en-US/firefox/new/) team and developers working on [Bugzilla](https://bugzilla.mozilla.org/home), fighting for the open web.
|
|
||||||
* Thanks to [Denperidge](https://github.com/Denperidge) for adding [`install.py`](https://github.com/yokoffing/Betterfox/blob/main/install.py) for advanced users in v.131.
|
|
||||||
* A special thanks to [Alex Kontos](https://github.com/MrAlex94) of [Waterfox](https://github.com/WaterfoxCo/Waterfox) for his collaboration in v.116.
|
|
||||||
* Many thanks to the 2021 [Ghostery](https://github.com/ghostery) team for testing Betterfox at scale in its early days.
|
|
||||||
|
|||||||
-1667
File diff suppressed because it is too large
Load Diff
@@ -1,65 +0,0 @@
|
|||||||
|
|
||||||
/****************************************************************************************
|
|
||||||
* Smoothfox *
|
|
||||||
* "Faber est suae quisque fortunae" *
|
|
||||||
* priority: better scrolling *
|
|
||||||
* version: 137 *
|
|
||||||
* url: https://github.com/yokoffing/Betterfox *
|
|
||||||
***************************************************************************************/
|
|
||||||
|
|
||||||
// Use only one option at a time!
|
|
||||||
// Reset prefs if you decide to use different option.
|
|
||||||
|
|
||||||
/****************************************************************************************
|
|
||||||
* OPTION: SHARPEN SCROLLING *
|
|
||||||
****************************************************************************************/
|
|
||||||
// credit: https://github.com/black7375/Firefox-UI-Fix
|
|
||||||
// only sharpen scrolling
|
|
||||||
user_pref("apz.overscroll.enabled", true); // DEFAULT NON-LINUX
|
|
||||||
user_pref("general.smoothScroll", true); // DEFAULT
|
|
||||||
user_pref("mousewheel.min_line_scroll_amount", 10); // adjust this number to your liking; default=5
|
|
||||||
user_pref("general.smoothScroll.mouseWheel.durationMinMS", 80); // default=50
|
|
||||||
user_pref("general.smoothScroll.currentVelocityWeighting", "0.15"); // default=.25
|
|
||||||
user_pref("general.smoothScroll.stopDecelerationWeighting", "0.6"); // default=.4
|
|
||||||
// Firefox Nightly only:
|
|
||||||
// [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1846935
|
|
||||||
user_pref("general.smoothScroll.msdPhysics.enabled", false); // [FF122+ Nightly]
|
|
||||||
|
|
||||||
/****************************************************************************************
|
|
||||||
* OPTION: INSTANT SCROLLING (SIMPLE ADJUSTMENT) *
|
|
||||||
****************************************************************************************/
|
|
||||||
// recommended for 60hz+ displays
|
|
||||||
user_pref("apz.overscroll.enabled", true); // DEFAULT NON-LINUX
|
|
||||||
user_pref("general.smoothScroll", true); // DEFAULT
|
|
||||||
user_pref("mousewheel.default.delta_multiplier_y", 275); // 250-400; adjust this number to your liking
|
|
||||||
// Firefox Nightly only:
|
|
||||||
// [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1846935
|
|
||||||
user_pref("general.smoothScroll.msdPhysics.enabled", false); // [FF122+ Nightly]
|
|
||||||
|
|
||||||
/****************************************************************************************
|
|
||||||
* OPTION: SMOOTH SCROLLING *
|
|
||||||
****************************************************************************************/
|
|
||||||
// recommended for 90hz+ displays
|
|
||||||
user_pref("apz.overscroll.enabled", true); // DEFAULT NON-LINUX
|
|
||||||
user_pref("general.smoothScroll", true); // DEFAULT
|
|
||||||
user_pref("general.smoothScroll.msdPhysics.enabled", true);
|
|
||||||
user_pref("mousewheel.default.delta_multiplier_y", 300); // 250-400; adjust this number to your liking
|
|
||||||
|
|
||||||
/****************************************************************************************
|
|
||||||
* OPTION: NATURAL SMOOTH SCROLLING V3 [MODIFIED] *
|
|
||||||
****************************************************************************************/
|
|
||||||
// credit: https://github.com/AveYo/fox/blob/cf56d1194f4e5958169f9cf335cd175daa48d349/Natural%20Smooth%20Scrolling%20for%20user.js
|
|
||||||
// recommended for 120hz+ displays
|
|
||||||
// largely matches Chrome flags: Windows Scrolling Personality and Smooth Scrolling
|
|
||||||
user_pref("apz.overscroll.enabled", true); // DEFAULT NON-LINUX
|
|
||||||
user_pref("general.smoothScroll", true); // DEFAULT
|
|
||||||
user_pref("general.smoothScroll.msdPhysics.continuousMotionMaxDeltaMS", 12);
|
|
||||||
user_pref("general.smoothScroll.msdPhysics.enabled", true);
|
|
||||||
user_pref("general.smoothScroll.msdPhysics.motionBeginSpringConstant", 600);
|
|
||||||
user_pref("general.smoothScroll.msdPhysics.regularSpringConstant", 650);
|
|
||||||
user_pref("general.smoothScroll.msdPhysics.slowdownMinDeltaMS", 25);
|
|
||||||
user_pref("general.smoothScroll.msdPhysics.slowdownMinDeltaRatio", "2");
|
|
||||||
user_pref("general.smoothScroll.msdPhysics.slowdownSpringConstant", 250);
|
|
||||||
user_pref("general.smoothScroll.currentVelocityWeighting", "1");
|
|
||||||
user_pref("general.smoothScroll.stopDecelerationWeighting", "1");
|
|
||||||
user_pref("mousewheel.default.delta_multiplier_y", 300); // 250-400; adjust this number to your liking
|
|
||||||
-299
@@ -1,299 +0,0 @@
|
|||||||
#!/usr/bin/env python3
|
|
||||||
|
|
||||||
from datetime import datetime
|
|
||||||
from os import name, getenv
|
|
||||||
from json import loads
|
|
||||||
from re import compile, IGNORECASE, sub
|
|
||||||
from pathlib import Path
|
|
||||||
from configparser import ConfigParser
|
|
||||||
from argparse import ArgumentParser
|
|
||||||
from shutil import copytree, ignore_patterns
|
|
||||||
from urllib.request import urlopen
|
|
||||||
from subprocess import check_output
|
|
||||||
from io import BytesIO
|
|
||||||
from zipfile import ZipFile
|
|
||||||
|
|
||||||
"""
|
|
||||||
install(-betterfox).py
|
|
||||||
|
|
||||||
Usage:
|
|
||||||
python install.py
|
|
||||||
|
|
||||||
|
|
||||||
When called without arguments, it will:
|
|
||||||
- Backup your current firefox profile
|
|
||||||
- Automatically download user.js from the latest Betterfox release compatible with your Firefox version into the profile
|
|
||||||
- Apply user-overrides in the same directory
|
|
||||||
|
|
||||||
However, you can check out install.py/betterfox-install.exe --help to customise most behaviours!
|
|
||||||
|
|
||||||
Limitations:
|
|
||||||
- When using a different repositoy as a source, that repository needs to use the same releases workflow
|
|
||||||
- Over time, the get_releases might not list older releases due to limited page size. This can be expanded down the road, though
|
|
||||||
|
|
||||||
Building into an exe (on Windows):
|
|
||||||
- pipx install pyinstaller (note: you can try without pipx, but this didn't work for me)
|
|
||||||
- Run:
|
|
||||||
- CMD: `pyinstaller --onefile --name install-betterfox install.py && move %cd%\\dist\\install-betterfox.exe %cd% && del install-betterfox.spec && rmdir /S /Q build && rmdir dist`
|
|
||||||
- BASH: `pyinstaller --onefile --name install-betterfox install.py && && mv dist/install-betterfox.exe . && rm install-betterfox.spec && rm -rf ./build/ && rmdir dist`
|
|
||||||
(Sorry, didn't want to add a .gitignore solely for the install script)
|
|
||||||
- Done!
|
|
||||||
|
|
||||||
If there's any problems with the script, feel free to mention @Denperidge on GitHub!
|
|
||||||
"""
|
|
||||||
|
|
||||||
re_find_version = compile(r"mozilla.org/.*?/firefox/(?P<version>[\d.]*?)/", IGNORECASE)
|
|
||||||
re_find_overrides = r"(overrides|prefs).*\n(?P<space>\n)"
|
|
||||||
|
|
||||||
INSTALLATIONS_TO_CHECK = [
|
|
||||||
# windows
|
|
||||||
{
|
|
||||||
"command": [str(Path("C:/Program Files/Mozilla Firefox/firefox"))],
|
|
||||||
"root": Path(getenv("APPDATA") or "").joinpath("Mozilla/Firefox").resolve(),
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"command": [str(Path(getenv("LOCALAPPDATA") or "").joinpath("Mozilla Firefox/firefox").resolve())],
|
|
||||||
"root": Path(getenv("APPDATA") or "").joinpath("Mozilla/Firefox").resolve(),
|
|
||||||
},
|
|
||||||
# linux
|
|
||||||
{
|
|
||||||
"command": ["firefox"],
|
|
||||||
"root": Path.home().joinpath(".mozilla/firefox").absolute(),
|
|
||||||
},
|
|
||||||
# flatpak
|
|
||||||
{
|
|
||||||
"command": ["flatpak", "run", "org.mozilla.firefox"],
|
|
||||||
"root": Path.home().joinpath(".var/app/org.mozilla.firefox/.mozilla/firefox").absolute(),
|
|
||||||
},
|
|
||||||
# macOS
|
|
||||||
{
|
|
||||||
"command": ["/Applications/Firefox.app/Contents/MacOS/firefox"],
|
|
||||||
"root": Path.home().joinpath("Library/Application Support/Firefox").absolute(),
|
|
||||||
},
|
|
||||||
]
|
|
||||||
|
|
||||||
|
|
||||||
# command is a list, eg. ["firefox"] or ["flatpak", "run", "org.mozilla.firefox"]
|
|
||||||
def _get_firefox_version(command):
|
|
||||||
ver_string = check_output(command + ["--version"], encoding="UTF-8")
|
|
||||||
return ver_string[ver_string.rindex(" ")+1:].strip()
|
|
||||||
|
|
||||||
def _get_default_firefox_version_and_root():
|
|
||||||
print("Searching for Firefox installation...")
|
|
||||||
for installation in INSTALLATIONS_TO_CHECK:
|
|
||||||
try:
|
|
||||||
print(f" '{' '.join(installation['command'])}': ", end="")
|
|
||||||
version = _get_firefox_version(installation["command"])
|
|
||||||
print("YES")
|
|
||||||
print(f"Root: {installation['root']}")
|
|
||||||
return version, installation["root"]
|
|
||||||
except Exception:
|
|
||||||
print("no")
|
|
||||||
continue
|
|
||||||
|
|
||||||
raise Exception("Firefox binary not found. Please ensure Firefox is installed and the path is correct.")
|
|
||||||
|
|
||||||
def _get_default_profile_folder(firefox_root):
|
|
||||||
config_path = firefox_root.joinpath("profiles.ini")
|
|
||||||
|
|
||||||
print(f"Reading {config_path}...")
|
|
||||||
|
|
||||||
config_parser = ConfigParser(strict=False)
|
|
||||||
config_parser.read(config_path)
|
|
||||||
|
|
||||||
path = None
|
|
||||||
for section in config_parser.sections():
|
|
||||||
if "Default" in config_parser[section]:
|
|
||||||
section_default_value = config_parser[section]["Default"]
|
|
||||||
if section_default_value:
|
|
||||||
print("Default detected from section: " + section)
|
|
||||||
# Confirm whether a 0 value is possible, keep fallback until then
|
|
||||||
if section_default_value == "0":
|
|
||||||
continue
|
|
||||||
if section_default_value == "1":
|
|
||||||
path = config_parser[section]["Path"]
|
|
||||||
else:
|
|
||||||
path = section_default_value
|
|
||||||
break
|
|
||||||
|
|
||||||
if path is not None:
|
|
||||||
return firefox_root.joinpath(path)
|
|
||||||
else:
|
|
||||||
raise Exception("Could not determine default Firefox profile! Exiting...")
|
|
||||||
|
|
||||||
def _get_releases(repository_owner, repository_name):
|
|
||||||
releases = []
|
|
||||||
raw_releases = loads(urlopen(f"https://api.github.com/repos/{repository_owner}/{repository_name}/releases").read())
|
|
||||||
for raw_release in raw_releases:
|
|
||||||
name = raw_release["name"] or raw_release["tag_name"] # or fixes 126.0 not being lodaded
|
|
||||||
body = raw_release["body"]
|
|
||||||
|
|
||||||
|
|
||||||
# Find which firefox releases are supported. Manual overrides for ones that don't have it written in their thing!
|
|
||||||
if name == "user.js v.122.1":
|
|
||||||
supported = ["107.0", "107.1", "108.0", "108.0.1", "108.0.2", "109.0", "109.0", "110.1", "110.0.1", "111.0", "111.0.1", "112.0", "112.0.1", "112.0.2", "113.0", "113.0.1", "113.0.2", "114.0", "114.0.1", "114.0.2", "115.0", "115.0.1", "115.0.2", "115.0.3", "115.1.0", "115.10.0", "115.11.0", "115.12.0", "115.13.0", "115.14.0", "115.15.0", "115.16.0", "115.16.1", "115.17.0", "115.2.0", "115.2.1", "115.3.0", "115.3.1", "115.4.0", "115.5.0", "115.6.0", "115.7.0", "115.8.0", "115.9.0", "115.9.1", "116.0", "116.0.1", "116.0.2", "116.0.3", "117.0", "117.0.1", "118.0", "118.0.1", "118.0.2", "119.0", "119.0.1", "120.0", "120.0.1", "121.0", "121.0.1", "122.0", "122.0.1"]
|
|
||||||
elif name == "user.js 116.1":
|
|
||||||
supported = ["116.0", "116.0.1", "116.0.2", "116.0.3"]
|
|
||||||
elif name == "Betterfox v.107":
|
|
||||||
supported = ["107.0"]
|
|
||||||
elif "firefox release" in body.lower():
|
|
||||||
trim_body = body.lower()[body.lower().index("firefox release"):]
|
|
||||||
supported = re_find_version.findall(trim_body)
|
|
||||||
if len(supported) == 0:
|
|
||||||
print(f"Could not parse release in '{name}'. Please post this error message on https://github.com/{repository_owner}/{repository_name}/issues")
|
|
||||||
continue
|
|
||||||
else:
|
|
||||||
print(f"Could not find firefox release header '{name}'. Please post this error message on https://github.com/{repository_owner}/{repository_name}/issues")
|
|
||||||
continue
|
|
||||||
|
|
||||||
releases.append({
|
|
||||||
"name": name,
|
|
||||||
"url": raw_release["zipball_url"],
|
|
||||||
"supported": supported,
|
|
||||||
})
|
|
||||||
return releases
|
|
||||||
|
|
||||||
def _get_latest_compatible_release(releases):
|
|
||||||
for release in releases:
|
|
||||||
if firefox_version in release["supported"]:
|
|
||||||
return release
|
|
||||||
return None
|
|
||||||
|
|
||||||
def backup_profile(src):
|
|
||||||
dest = f"{src}-backup-{datetime.today().strftime('%Y-%m-%d-%H-%M-%S')}"
|
|
||||||
|
|
||||||
copytree(src, dest, ignore=ignore_patterns("*lock"))
|
|
||||||
print("Backed up profile to " + dest)
|
|
||||||
|
|
||||||
|
|
||||||
def download_betterfox(url):
|
|
||||||
data = BytesIO()
|
|
||||||
data.write(urlopen(url).read())
|
|
||||||
return data
|
|
||||||
|
|
||||||
def extract_betterfox(data, profile_folder):
|
|
||||||
zipfile = ZipFile(data)
|
|
||||||
userjs_zipinfo = None
|
|
||||||
for file in zipfile.filelist:
|
|
||||||
if "/zen/" in file.filename and not args.zen:
|
|
||||||
continue
|
|
||||||
if file.filename.endswith("user.js"):
|
|
||||||
userjs_zipinfo = file
|
|
||||||
userjs_zipinfo.filename = Path(userjs_zipinfo.filename).name
|
|
||||||
|
|
||||||
if not userjs_zipinfo:
|
|
||||||
raise BaseException("Could not find user.js!")
|
|
||||||
|
|
||||||
return zipfile.extract(userjs_zipinfo, profile_folder)
|
|
||||||
|
|
||||||
|
|
||||||
def list_releases(releases, only_supported=False, add_index=False):
|
|
||||||
print()
|
|
||||||
print(f"Listing {'compatible' if only_supported else 'all'} Betterfox releases:")
|
|
||||||
if only_supported:
|
|
||||||
print("Use --list-all to view all available releases")
|
|
||||||
else:
|
|
||||||
print(f"Releases marked with '> ' are documented to be compatible with your Firefox version ({firefox_version})")
|
|
||||||
print()
|
|
||||||
|
|
||||||
i = 0
|
|
||||||
for release in releases:
|
|
||||||
supported = firefox_version in release["supported"]
|
|
||||||
if not only_supported or (only_supported and supported):
|
|
||||||
print(f"{f'[{i}]' if add_index else ''}{'> ' if supported else ' '}{release['name'].ljust(20)}\t\t\tSupported: {','.join(release['supported'])}")
|
|
||||||
i+=1
|
|
||||||
|
|
||||||
def _press_enter_to_exit(args):
|
|
||||||
if not args.no_wait_for_exit:
|
|
||||||
input("Press ENTER to exit...")
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
|
||||||
firefox_version, firefox_root = _get_default_firefox_version_and_root()
|
|
||||||
|
|
||||||
default_profile_folder = _get_default_profile_folder(firefox_root)
|
|
||||||
|
|
||||||
argparser = ArgumentParser(
|
|
||||||
|
|
||||||
)
|
|
||||||
argparser.add_argument("--overrides", "-o", default=default_profile_folder.joinpath("user-overrides.js"), help="if the provided file exists, add overrides to user.js. Defaults to " + str(default_profile_folder.joinpath("user-overrides.js"))),
|
|
||||||
argparser.add_argument("--zen", "-z", action="store_true", default=False, help="Install user.js for the Zen browser instead. Defaults to False"),
|
|
||||||
|
|
||||||
|
|
||||||
advanced = argparser.add_argument_group("Advanced")
|
|
||||||
advanced.add_argument("--betterfox-version", "-bv", default=None, help=f"Which version of Betterfox to install. Defaults to the latest compatible release for your installed Firefox version")
|
|
||||||
advanced.add_argument("--profile-dir", "-p", "-pd", default=default_profile_folder, help=f"Which profile dir to install user.js in. Defaults to {default_profile_folder}")
|
|
||||||
advanced.add_argument("--repository-owner", "-ro", default="yokoffing", help="owner of the Betterfox repository. Defaults to yokoffing")
|
|
||||||
advanced.add_argument("--repository-name", "-rn", default="Betterfox", help="name of the Betterfox repository. Defaults to Betterfox")
|
|
||||||
|
|
||||||
disable = argparser.add_argument_group("Disable functionality")
|
|
||||||
disable.add_argument("--no-backup", "-nb", action="store_true", default=False, help="disable backup of current profile (not recommended)"),
|
|
||||||
disable.add_argument("--no-install", "-ni", action="store_true", default=False, help="don't install Betterfox"),
|
|
||||||
|
|
||||||
modes = argparser.add_mutually_exclusive_group()
|
|
||||||
modes.add_argument("--list", action="store_true", default=False, help=f"List all Betterfox releases compatible with your version of Firefox ({firefox_version})")
|
|
||||||
modes.add_argument("--list-all", action="store_true", default=False, help=f"List all Betterfox releases")
|
|
||||||
modes.add_argument("--interactive", "-i", action="store_true", default=False, help=f"Interactively select Betterfox version")
|
|
||||||
|
|
||||||
behaviour = argparser.add_argument_group("Script behaviour")
|
|
||||||
behaviour.add_argument("--no-wait-for-exit", "-nwfe", action="store_true", default=False, help="Disable 'Press ENTER to exit...' and exit immediately"),
|
|
||||||
|
|
||||||
args = argparser.parse_args()
|
|
||||||
|
|
||||||
releases = _get_releases(args.repository_owner, args.repository_name)
|
|
||||||
selected_release = None
|
|
||||||
|
|
||||||
if args.list or args.list_all:
|
|
||||||
list_releases(releases, args.list)
|
|
||||||
_press_enter_to_exit(args)
|
|
||||||
exit()
|
|
||||||
|
|
||||||
if not args.no_backup:
|
|
||||||
backup_profile(args.profile_dir)
|
|
||||||
|
|
||||||
if args.betterfox_version:
|
|
||||||
# If not None AND not string, default value has been used
|
|
||||||
if not isinstance(args.betterfox_version, str):
|
|
||||||
selected_release = args.betterfox_version
|
|
||||||
print(f"Using latest compatible Betterfox version ({selected_release['name']})...")
|
|
||||||
# If string has been passed
|
|
||||||
else:
|
|
||||||
selected_release = next(rel for rel in releases if rel['name'] == args.betterfox_version)
|
|
||||||
print(f"Using manually selected Betterfox version ({selected_release['name']})")
|
|
||||||
|
|
||||||
if not args.betterfox_version:
|
|
||||||
selected_release = _get_latest_compatible_release(releases)
|
|
||||||
|
|
||||||
if args.interactive or not selected_release:
|
|
||||||
if not selected_release:
|
|
||||||
print("Could not find a compatible Betterfox version for your Firefox installation.")
|
|
||||||
|
|
||||||
list_releases(releases, False, True)
|
|
||||||
selection = int(input(f"Select Betterfox version, or press enter without typing a number to cancel [0-{len(releases) - 1}]: "))
|
|
||||||
|
|
||||||
selected_release = releases[selection]
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if not args.no_install:
|
|
||||||
userjs_path = extract_betterfox(
|
|
||||||
download_betterfox(selected_release["url"]),
|
|
||||||
args.profile_dir
|
|
||||||
)
|
|
||||||
print(f"Installed user.js to {userjs_path} !")
|
|
||||||
|
|
||||||
|
|
||||||
if Path(args.overrides).exists():
|
|
||||||
print("Found overrides at " + str(args.overrides))
|
|
||||||
|
|
||||||
with open(str(args.overrides), "r", encoding="utf-8") as overrides_file:
|
|
||||||
overrides = overrides_file.read()
|
|
||||||
with open(userjs_path, "r", encoding="utf-8") as userjs_file:
|
|
||||||
old_content = userjs_file.read()
|
|
||||||
new_content = sub(re_find_overrides, "\n" + overrides + "\n", old_content, count=1, flags=IGNORECASE)
|
|
||||||
with open(userjs_path, "w", encoding="utf-8") as userjs_file:
|
|
||||||
userjs_file.write(new_content)
|
|
||||||
else:
|
|
||||||
print(f"Found no overrides in {args.overrides}")
|
|
||||||
|
|
||||||
_press_enter_to_exit(args)
|
|
||||||
|
|
||||||
@@ -1,157 +0,0 @@
|
|||||||
|
|
||||||
/****************************************************************************
|
|
||||||
* *
|
|
||||||
* DISCLAIMER *
|
|
||||||
* *
|
|
||||||
* This file is NOT INTENDED FOR OFFICIAL USE *
|
|
||||||
* It is a mix of PERSONAL and TESTING prefs and *
|
|
||||||
* may cause breakage or contain changes you do not want! *
|
|
||||||
* DO NOT USE unless you know what you are doing! *
|
|
||||||
* *
|
|
||||||
****************************************************************************/
|
|
||||||
|
|
||||||
/****************************************************************************
|
|
||||||
* START: MY OVERRIDES *
|
|
||||||
****************************************************************************/
|
|
||||||
|
|
||||||
/** SETUP ON FIRST INSTALLATION ***/
|
|
||||||
//user_pref("network.trr.uri", "https://dns.nextdns.io/******/Firefox"); // TRR/DoH
|
|
||||||
|
|
||||||
/** FASTFOX ***/
|
|
||||||
user_pref("browser.sessionstore.restore_pinned_tabs_on_demand", true);
|
|
||||||
|
|
||||||
// SPECULATIVE LOADING WITHOUT PREDICTOR
|
|
||||||
user_pref("network.http.speculative-parallel-limit", 20);
|
|
||||||
//user_pref("network.dns.disablePrefetch", false);
|
|
||||||
//user_pref("network.dns.disablePrefetchFromHTTPS", false);
|
|
||||||
//user_pref("dom.prefetch_dns_for_anchor_https_document", true);
|
|
||||||
user_pref("browser.urlbar.speculativeConnect.enabled", true);
|
|
||||||
user_pref("browser.places.speculativeConnect.enabled", true);
|
|
||||||
user_pref("network.prefetch-next", true);
|
|
||||||
user_pref("network.http.max-persistent-connections-per-server", 20); // increase download connections
|
|
||||||
|
|
||||||
/** SECUREFOX ***/
|
|
||||||
user_pref("privacy.trackingprotection.allow_list.convenience.enabled", false); // disable Strict allowlist of convenience features
|
|
||||||
user_pref("signon.rememberSignons", false); // disable password manager
|
|
||||||
user_pref("extensions.formautofill.addresses.enabled", false); // disable address manager
|
|
||||||
user_pref("extensions.formautofill.creditCards.enabled", false); // disable credit card manager
|
|
||||||
user_pref("browser.urlbar.suggest.recentsearches", false); // unselect "Show recent searches" for clean UI
|
|
||||||
user_pref("browser.urlbar.showSearchSuggestionsFirst", false); // unselect "Show search suggestions ahead of browsing history in address bar results" for clean UI
|
|
||||||
//user_pref("browser.urlbar.groupLabels.enabled", false); // hide Firefox Suggest label in URL dropdown box
|
|
||||||
user_pref("signon.management.page.breach-alerts.enabled", false); // extra hardening
|
|
||||||
user_pref("signon.autofillForms", false); // unselect "Autofill logins and passwords" for clean UI
|
|
||||||
user_pref("signon.generation.enabled", false); // unselect "Suggest and generate strong passwords" for clean UI
|
|
||||||
user_pref("signon.firefoxRelay.feature", ""); // unselect suggestions from Firefox Relay for clean UI
|
|
||||||
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.block_potentially_unwanted", false); // clean up UI; not needed in user.js if remote downloads are disabled
|
|
||||||
user_pref("browser.safebrowsing.downloads.remote.block_uncommon", false); // clean up UI; not needed in user.js if remote downloads are disabled
|
|
||||||
user_pref("browser.safebrowsing.allowOverride", false); // do not allow user to override SB
|
|
||||||
user_pref("browser.search.update", false); // do not update opensearch engines
|
|
||||||
user_pref("network.trr.confirmationNS", "skip"); // skip TRR confirmation request
|
|
||||||
user_pref("extensions.webextensions.restrictedDomains", ""); // remove Mozilla domains so adblocker works on pages
|
|
||||||
user_pref("identity.fxaccounts.enabled", false); // disable Firefox Sync
|
|
||||||
user_pref("browser.firefox-view.feature-tour", "{\"screen\":\"\",\"complete\":true}"); // disable the Firefox View tour from popping up for new profiles
|
|
||||||
user_pref("accessibility.force_disabled", 1); // disable Accessibility features
|
|
||||||
user_pref("security.cert_pinning.enforcement_level", 2); // strict public key pinning
|
|
||||||
user_pref("captivedetect.canonicalURL", ""); // disable captive portal detection
|
|
||||||
user_pref("network.captive-portal-service.enabled", false); // disable captive portal detection
|
|
||||||
user_pref("network.connectivity-service.enabled", false); // disable captive portal detection
|
|
||||||
user_pref("browser.download.enableDeletePrivate", true); // Delete files downloaded in private browsing when all private windows are closed
|
|
||||||
user_pref("browser.download.deletePrivateChosen", true); // Delete files downloaded in private browsing when all private windows are closed
|
|
||||||
user_pref("browser.download.deletePrivate", true); // Delete files downloaded in private browsing when all private windows are closed
|
|
||||||
|
|
||||||
/** PESKYFOX ***/
|
|
||||||
user_pref("devtools.accessibility.enabled", false); // removes un-needed "Inspect Accessibility Properties" on right-click
|
|
||||||
user_pref("browser.newtabpage.activity-stream.showSponsoredTopSites", false); // Settings>Home>Firefox Home Content>Recent Activity>Shortcuts>Sponsored shortcuts
|
|
||||||
user_pref("browser.newtabpage.activity-stream.showSponsored", false); // Settings>Home>Firefox Home Content>Recent Activity>Recommended by Pocket>Sponsored Stories
|
|
||||||
user_pref("browser.newtabpage.activity-stream.section.highlights.includeBookmarks", false); // Settings>Home>Firefox Home Content>Recent Activity>Bookmarks
|
|
||||||
user_pref("browser.newtabpage.activity-stream.section.highlights.includeDownloads", false); // Settings>Home>Firefox Home Content>Recent Activity>Most Recent Download
|
|
||||||
user_pref("browser.newtabpage.activity-stream.section.highlights.includeVisited", false); // Settings>Home>Firefox Home Content>Recent Activity>Visited Pages
|
|
||||||
user_pref("browser.newtabpage.activity-stream.section.highlights.includePocket", false); // Settings>Home>Firefox Home Content>Recent Activity>Pages Saved to Pocket
|
|
||||||
//user_pref("browser.download.useDownloadDir", true); // use direct downloads
|
|
||||||
//user_pref("browser.download.folderList", 0); // 0=desktop, 1=downloads, 2=last used
|
|
||||||
user_pref("browser.toolbars.bookmarks.visibility", "never"); // always hide bookmark bar
|
|
||||||
user_pref("browser.startup.homepage_override.mstone", "ignore"); // What's New page after updates; master switch
|
|
||||||
user_pref("browser.urlbar.suggest.history", false); // Browsing history; hide URL bar dropdown suggestions
|
|
||||||
user_pref("browser.urlbar.suggest.bookmark", false); // Bookmarks; hide URL bar dropdown suggestions
|
|
||||||
user_pref("browser.urlbar.suggest.openpage", false); // Open tabs; hide URL bar dropdown suggestions
|
|
||||||
user_pref("browser.urlbar.suggest.topsites", false); // Shortcuts; disable dropdown suggestions with empty query
|
|
||||||
user_pref("browser.urlbar.suggest.engines", false); // Search engines; tab-to-search
|
|
||||||
user_pref("browser.urlbar.quicksuggest.enabled", false); // hide Firefox Suggest UI in the settings
|
|
||||||
//user_pref("browser.urlbar.maxRichResults", 1); // minimum suggestion needed for URL bar autofill
|
|
||||||
user_pref("browser.bookmarks.max_backups", 0); // minimize disk use; manually back-up
|
|
||||||
user_pref("view_source.wrap_long_lines", true); // wrap source lines
|
|
||||||
user_pref("devtools.debugger.ui.editor-wrapping", true); // wrap lines in devtools
|
|
||||||
user_pref("browser.zoom.full", false); // text-only zoom, not all elements on page
|
|
||||||
//user_pref("pdfjs.sidebarViewOnLoad", 2); // force showing of Table of Contents in sidebar for PDFs (if available)
|
|
||||||
user_pref("layout.word_select.eat_space_to_next_word", false); // do not select the space next to a word when selecting a word
|
|
||||||
//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.loadBookmarksInTabs", true); // force bookmarks to open in a new tab, not the current tab
|
|
||||||
user_pref("ui.key.menuAccessKey", 0); // remove underlined characters from various settings
|
|
||||||
user_pref("general.autoScroll", false); // disable unintentional behavior for middle click
|
|
||||||
user_pref("ui.SpellCheckerUnderlineStyle", 1); // [HIDDEN] dots for spell check errors
|
|
||||||
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.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
|
|
||||||
|
|
||||||
/** DELETE IF NOT NIGHTLY ***/
|
|
||||||
user_pref("privacy.userContext.enabled", false); // disable Containers functionality
|
|
||||||
user_pref("browser.crashReports.unsubmittedCheck.enabled", false); // true by default on NIGHTLY
|
|
||||||
//user_pref("xpinstall.signatures.required", false); // [ESR/DEV/NIGHTLY]
|
|
||||||
//user_pref("browser.urlbar.suggest.trending", false); // FF119+ disable showing trending searches; unselect for clean UI
|
|
||||||
//user_pref("browser.urlbar.suggest.quickactions", false); // Quick actions; hide URL bar dropdown suggestions
|
|
||||||
//user_pref("browser.urlbar.suggest.clipboard", false); // Clipboard; hide URL bar dropdown suggestions
|
|
||||||
|
|
||||||
/** DELETE IF NOT WINDOWS DESKTOP ***/
|
|
||||||
user_pref("network.trr.mode", 3); // enable TRR (without System fallback)
|
|
||||||
//user_pref("browser.startup.preXulSkeletonUI", false); // WINDOWS
|
|
||||||
user_pref("default-browser-agent.enabled", false); // deny Mozilla monitoring default browser (breaks "Make Default" button)
|
|
||||||
user_pref("geo.provider.ms-windows-location", false); // [WINDOWS]
|
|
||||||
user_pref("pdfjs.defaultZoomValue", "125"); // alt=page-width; PDF zoom level
|
|
||||||
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.force_gdi_classic_for_families", "");
|
|
||||||
user_pref("gfx.font_rendering.directwrite.use_gdi_table_loading", false);
|
|
||||||
//user_pref("gfx.font_rendering.cleartype_params.enhanced_contrast", 100);
|
|
||||||
//user_pref("font.name.serif.x-western", "Roboto Slab"); // serif font
|
|
||||||
//user_pref("font.name.sans-serif.x-western", "Roboto"); // sans-serif font
|
|
||||||
//user_pref("font.name.monospace.x-western", "Fira Code"); // monospace font
|
|
||||||
|
|
||||||
/** DELETE IF NOT ENTERPRISE WINDOWS LAPTOP ***/
|
|
||||||
user_pref("urlclassifier.trackingSkipURLs", ""); // do not allow embedded tweets, Instagram, Reddit, and Tiktok posts
|
|
||||||
user_pref("urlclassifier.features.socialtracking.skipURLs", ""); // do not allow embedded tweets, Instagram, Reddit, and Tiktok posts
|
|
||||||
user_pref("browser.search.suggest.enabled", true); // search suggestions
|
|
||||||
user_pref("browser.urlbar.showSearchSuggestionsFirst", true); // Show search suggestions ahead of browsing history in address bar results
|
|
||||||
//user_pref("network.connectivity-service.enabled", true); // public wifi
|
|
||||||
//user_pref("network.trr.confirmationNS", "example.com"); // TRR confirmation request
|
|
||||||
//user_pref("network.trr.mode", 2); // enable TRR (without System fallback)
|
|
||||||
//user_pref("browser.startup.preXulSkeletonUI", false); // WINDOWS
|
|
||||||
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.force_gdi_classic_for_families", "");
|
|
||||||
user_pref("gfx.font_rendering.directwrite.use_gdi_table_loading", false);
|
|
||||||
user_pref("gfx.font_rendering.cleartype_params.enhanced_contrast", 100);
|
|
||||||
user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", false); // no need for userChrome
|
|
||||||
//user_pref("browser.urlbar.suggest.history", true); // Browsing history
|
|
||||||
//user_pref("browser.urlbar.suggest.bookmark", true); // Bookmarks
|
|
||||||
//user_pref("browser.urlbar.suggest.openpage", true); // Open tabs
|
|
||||||
//user_pref("browser.urlbar.suggest.topsites", true); // Shortcuts
|
|
||||||
|
|
||||||
/** DELETE IF NOT macOS LAPTOP ***/
|
|
||||||
user_pref("network.trr.mode", 2); // enable TRR (with System fallback)
|
|
||||||
user_pref("network.trr.max-fails", 5); // lower max attempts to use DoH
|
|
||||||
user_pref("geo.provider.use_corelocation", false); // geolocation [MAC]
|
|
||||||
user_pref("pdfjs.defaultZoomValue", "page-width"); // PDF zoom level
|
|
||||||
user_pref("app.update.auto", false); // disable auto-installing Firefox updates [NON-WINDOWS]
|
|
||||||
//user_pref("font.name.monospace.x-western", "SF Mono"); // monospace font
|
|
||||||
|
|
||||||
/** DELETE IF NOT LINUX LAPTOP ***/
|
|
||||||
user_pref("network.trr.mode", 2); // enable TRR (with System fallback)
|
|
||||||
user_pref("network.trr.max-fails", 5); // lower max attempts to use DoH
|
|
||||||
user_pref("geo.provider.use_geoclue", false); // [LINUX]
|
|
||||||
user_pref("pdfjs.defaultZoomValue", "page-width"); // PDF zoom level
|
|
||||||
|
|
||||||
|
|
||||||
@@ -10,29 +10,69 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Betterfox *
|
* Betterfox *
|
||||||
* "Ad meliora" *
|
* "Ad meliora" *
|
||||||
* version: 148 *
|
* version: esr115.5 *
|
||||||
* url: https://github.com/yokoffing/Betterfox *
|
* url: https://github.com/yokoffing/Betterfox *
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* SECTION: FASTFOX *
|
* SECTION: FASTFOX *
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
user_pref("gfx.canvas.accelerated.cache-size", 256); // reset pref
|
user_pref("content.notify.interval", 100000);
|
||||||
user_pref("gfx.webrender.layer-compositor", true);
|
|
||||||
|
/** EXPERIMENTAL ***/
|
||||||
|
user_pref("layout.css.grid-template-masonry-value.enabled", true);
|
||||||
|
user_pref("dom.enable_web_task_scheduling", true);
|
||||||
|
user_pref("layout.css.has-selector.enabled", true);
|
||||||
|
|
||||||
|
/** GFX ***/
|
||||||
|
user_pref("gfx.canvas.accelerated.cache-items", 4096);
|
||||||
|
user_pref("gfx.canvas.accelerated.cache-size", 512);
|
||||||
|
user_pref("gfx.content.skia-font-cache-size", 20);
|
||||||
|
|
||||||
|
/** BROWSER CACHE ***/
|
||||||
|
user_pref("browser.cache.disk.enable", false);
|
||||||
|
|
||||||
|
/** MEDIA CACHE ***/
|
||||||
|
user_pref("media.memory_cache_max_size", 65536);
|
||||||
|
user_pref("media.cache_readahead_limit", 7200);
|
||||||
|
user_pref("media.cache_resume_threshold", 3600);
|
||||||
|
|
||||||
|
/** IMAGE CACHE ***/
|
||||||
|
user_pref("image.mem.decode_bytes_at_a_time", 32768);
|
||||||
|
|
||||||
|
/** NETWORK ***/
|
||||||
|
user_pref("network.http.max-connections", 1800);
|
||||||
|
user_pref("network.http.max-persistent-connections-per-server", 10);
|
||||||
|
user_pref("network.http.max-urgent-start-excessive-connections-per-host", 5);
|
||||||
|
user_pref("network.websocket.max-connections", 400);
|
||||||
|
user_pref("network.http.pacing.requests.enabled", false);
|
||||||
|
user_pref("network.dnsCacheEntries", 10000);
|
||||||
|
user_pref("network.dnsCacheExpiration", 86400);
|
||||||
|
user_pref("network.dns.max_high_priority_threads", 8);
|
||||||
|
user_pref("network.ssl_tokens_cache_capacity", 20480);
|
||||||
|
|
||||||
|
/** SPECULATIVE CONNECTIONS ***/
|
||||||
|
user_pref("network.early-hints.enabled", true);
|
||||||
|
user_pref("network.early-hints.preconnect.enabled", true);
|
||||||
|
user_pref("network.predictor.enabled", false);
|
||||||
|
user_pref("network.predictor.enable-prefetch", false);
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* SECTION: SECUREFOX *
|
* SECTION: SECUREFOX *
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
/** TRACKING PROTECTION ***/
|
/** TRACKING PROTECTION ***/
|
||||||
user_pref("browser.contentblocking.category", "strict");
|
user_pref("browser.contentblocking.category", "strict");
|
||||||
user_pref("browser.download.start_downloads_in_tmp_dir", true);
|
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("network.cookie.sameSite.noneRequiresSecure", true);
|
||||||
user_pref("browser.uitour.enabled", false);
|
user_pref("browser.uitour.enabled", false);
|
||||||
user_pref("privacy.globalprivacycontrol.enabled", true);
|
user_pref("privacy.globalprivacycontrol.enabled", true);
|
||||||
|
user_pref("privacy.globalprivacycontrol.functionality.enabled", true);
|
||||||
|
|
||||||
/** OCSP & CERTS / HPKP ***/
|
/** OCSP & CERTS / HPKP ***/
|
||||||
user_pref("security.OCSP.enabled", 0);
|
user_pref("security.OCSP.enabled", 0);
|
||||||
user_pref("privacy.antitracking.isolateContentScriptResources", true);
|
user_pref("security.remote_settings.crlite_filters.enabled", true);
|
||||||
user_pref("security.csp.reporting.enabled", false);
|
user_pref("security.pki.crlite_mode", 2);
|
||||||
|
|
||||||
/** SSL / TLS ***/
|
/** SSL / TLS ***/
|
||||||
user_pref("security.ssl.treat_unsafe_negotiation_as_broken", true);
|
user_pref("security.ssl.treat_unsafe_negotiation_as_broken", true);
|
||||||
@@ -40,45 +80,41 @@ user_pref("browser.xul.error_pages.expert_bad_cert", true);
|
|||||||
user_pref("security.tls.enable_0rtt_data", false);
|
user_pref("security.tls.enable_0rtt_data", false);
|
||||||
|
|
||||||
/** DISK AVOIDANCE ***/
|
/** DISK AVOIDANCE ***/
|
||||||
user_pref("browser.cache.disk.enable", false);
|
|
||||||
user_pref("browser.privatebrowsing.forceMediaMemoryCache", true);
|
user_pref("browser.privatebrowsing.forceMediaMemoryCache", true);
|
||||||
user_pref("media.memory_cache_max_size", 65536);
|
|
||||||
user_pref("browser.sessionstore.interval", 60000);
|
user_pref("browser.sessionstore.interval", 60000);
|
||||||
|
|
||||||
/** SHUTDOWN & SANITIZING ***/
|
/** SHUTDOWN & SANITIZING ***/
|
||||||
user_pref("privacy.history.custom", true);
|
user_pref("privacy.history.custom", true);
|
||||||
user_pref("browser.privatebrowsing.resetPBM.enabled", true);
|
|
||||||
|
|
||||||
/** SPECULATIVE LOADING ***/
|
|
||||||
user_pref("network.http.speculative-parallel-limit", 0);
|
|
||||||
user_pref("network.dns.disablePrefetch", true);
|
|
||||||
user_pref("network.dns.disablePrefetchFromHTTPS", true);
|
|
||||||
user_pref("browser.urlbar.speculativeConnect.enabled", false);
|
|
||||||
user_pref("browser.places.speculativeConnect.enabled", false);
|
|
||||||
user_pref("network.prefetch-next", false);
|
|
||||||
|
|
||||||
/** SEARCH / URL BAR ***/
|
/** SEARCH / URL BAR ***/
|
||||||
user_pref("browser.urlbar.trimHttps", true);
|
|
||||||
user_pref("browser.urlbar.untrimOnUserInteraction.featureGate", true);
|
|
||||||
user_pref("browser.search.separatePrivateDefault.ui.enabled", true);
|
user_pref("browser.search.separatePrivateDefault.ui.enabled", true);
|
||||||
|
user_pref("browser.urlbar.update2.engineAliasRefresh", true);
|
||||||
user_pref("browser.search.suggest.enabled", false);
|
user_pref("browser.search.suggest.enabled", false);
|
||||||
user_pref("browser.urlbar.quicksuggest.enabled", false);
|
user_pref("browser.urlbar.suggest.quicksuggest.sponsored", false);
|
||||||
user_pref("browser.urlbar.groupLabels.enabled", false);
|
user_pref("browser.urlbar.suggest.quicksuggest.nonsponsored", false);
|
||||||
user_pref("browser.formfill.enable", false);
|
user_pref("browser.formfill.enable", false);
|
||||||
|
user_pref("security.insecure_connection_text.enabled", true);
|
||||||
|
user_pref("security.insecure_connection_text.pbmode.enabled", true);
|
||||||
user_pref("network.IDN_show_punycode", true);
|
user_pref("network.IDN_show_punycode", true);
|
||||||
|
|
||||||
/** HTTPS-ONLY MODE ***/
|
/** HTTPS-FIRST POLICY ***/
|
||||||
user_pref("dom.security.https_only_mode", true);
|
user_pref("dom.security.https_first", true);
|
||||||
user_pref("dom.security.https_only_mode_error_page_user_suggestions", true);
|
|
||||||
|
|
||||||
/** PASSWORDS ***/
|
/** PASSWORDS AND AUTOFILL ***/
|
||||||
user_pref("signon.formlessCapture.enabled", false);
|
user_pref("signon.rememberSignons", false);
|
||||||
user_pref("signon.privateBrowsingCapture.enabled", false);
|
|
||||||
user_pref("network.auth.subresource-http-auth-allow", 1);
|
|
||||||
user_pref("editor.truncate_user_pastes", false);
|
user_pref("editor.truncate_user_pastes", false);
|
||||||
|
|
||||||
/** EXTENSIONS ***/
|
/** ADDRESS + CREDIT CARD MANAGER ***/
|
||||||
user_pref("extensions.enabledScopes", 5);
|
user_pref("extensions.formautofill.addresses.enabled", false);
|
||||||
|
user_pref("extensions.formautofill.creditCards.enabled", false);
|
||||||
|
|
||||||
|
/** MIXED CONTENT + CROSS-SITE ***/
|
||||||
|
user_pref("network.auth.subresource-http-auth-allow", 1);
|
||||||
|
user_pref("security.mixed_content.block_display_content", true);
|
||||||
|
user_pref("security.mixed_content.upgrade_display_content", true);
|
||||||
|
user_pref("pdfjs.enableScripting", false);
|
||||||
|
user_pref("extensions.postDownloadThirdPartyPrompt", false);
|
||||||
|
user_pref("permissions.delegation.enabled", false);
|
||||||
|
|
||||||
/** HEADERS / REFERERS ***/
|
/** HEADERS / REFERERS ***/
|
||||||
user_pref("network.http.referer.XOriginTrimmingPolicy", 2);
|
user_pref("network.http.referer.XOriginTrimmingPolicy", 2);
|
||||||
@@ -86,8 +122,9 @@ user_pref("network.http.referer.XOriginTrimmingPolicy", 2);
|
|||||||
/** CONTAINERS ***/
|
/** CONTAINERS ***/
|
||||||
user_pref("privacy.userContext.ui.enabled", true);
|
user_pref("privacy.userContext.ui.enabled", true);
|
||||||
|
|
||||||
/** VARIOUS ***/
|
/** WEBRTC ***/
|
||||||
user_pref("pdfjs.enableScripting", false);
|
user_pref("media.peerconnection.ice.proxy_only_if_behind_proxy", true);
|
||||||
|
user_pref("media.peerconnection.ice.default_address_only", true);
|
||||||
|
|
||||||
/** SAFE BROWSING ***/
|
/** SAFE BROWSING ***/
|
||||||
user_pref("browser.safebrowsing.downloads.remote.enabled", false);
|
user_pref("browser.safebrowsing.downloads.remote.enabled", false);
|
||||||
@@ -95,10 +132,9 @@ user_pref("browser.safebrowsing.downloads.remote.enabled", false);
|
|||||||
/** MOZILLA ***/
|
/** MOZILLA ***/
|
||||||
user_pref("permissions.default.desktop-notification", 2);
|
user_pref("permissions.default.desktop-notification", 2);
|
||||||
user_pref("permissions.default.geo", 2);
|
user_pref("permissions.default.geo", 2);
|
||||||
user_pref("geo.provider.network.url", "https://beacondb.net/v1/geolocate");
|
user_pref("geo.provider.network.url", "https://location.services.mozilla.com/v1/geolocate?key=%MOZILLA_API_KEY%");
|
||||||
user_pref("browser.search.update", false);
|
|
||||||
user_pref("permissions.manager.defaultsUrl", "");
|
user_pref("permissions.manager.defaultsUrl", "");
|
||||||
user_pref("extensions.getAddons.cache.enabled", false);
|
user_pref("webchannel.allowObject.urlWhitelist", "");
|
||||||
|
|
||||||
/** TELEMETRY ***/
|
/** TELEMETRY ***/
|
||||||
user_pref("datareporting.policy.dataSubmissionEnabled", false);
|
user_pref("datareporting.policy.dataSubmissionEnabled", false);
|
||||||
@@ -115,9 +151,9 @@ user_pref("toolkit.telemetry.firstShutdownPing.enabled", false);
|
|||||||
user_pref("toolkit.telemetry.coverage.opt-out", true);
|
user_pref("toolkit.telemetry.coverage.opt-out", true);
|
||||||
user_pref("toolkit.coverage.opt-out", true);
|
user_pref("toolkit.coverage.opt-out", true);
|
||||||
user_pref("toolkit.coverage.endpoint.base", "");
|
user_pref("toolkit.coverage.endpoint.base", "");
|
||||||
|
user_pref("browser.ping-centre.telemetry", false);
|
||||||
user_pref("browser.newtabpage.activity-stream.feeds.telemetry", false);
|
user_pref("browser.newtabpage.activity-stream.feeds.telemetry", false);
|
||||||
user_pref("browser.newtabpage.activity-stream.telemetry", false);
|
user_pref("browser.newtabpage.activity-stream.telemetry", false);
|
||||||
user_pref("datareporting.usage.uploadEnabled", false);
|
|
||||||
|
|
||||||
/** EXPERIMENTS ***/
|
/** EXPERIMENTS ***/
|
||||||
user_pref("app.shield.optoutstudies.enabled", false);
|
user_pref("app.shield.optoutstudies.enabled", false);
|
||||||
@@ -127,11 +163,21 @@ user_pref("app.normandy.api_url", "");
|
|||||||
/** CRASH REPORTS ***/
|
/** CRASH REPORTS ***/
|
||||||
user_pref("breakpad.reportURL", "");
|
user_pref("breakpad.reportURL", "");
|
||||||
user_pref("browser.tabs.crashReporting.sendReport", false);
|
user_pref("browser.tabs.crashReporting.sendReport", false);
|
||||||
|
user_pref("browser.crashReports.unsubmittedCheck.autoSubmit2", false);
|
||||||
|
|
||||||
|
/** DETECTION ***/
|
||||||
|
user_pref("captivedetect.canonicalURL", "");
|
||||||
|
user_pref("network.captive-portal-service.enabled", false);
|
||||||
|
user_pref("network.connectivity-service.enabled", false);
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* SECTION: PESKYFOX *
|
* SECTION: PESKYFOX *
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
/** MOZILLA UI ***/
|
/** MOZILLA UI ***/
|
||||||
|
user_pref("layout.css.prefers-color-scheme.content-override", 2);
|
||||||
|
user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
|
||||||
|
user_pref("browser.compactmode.show", true);
|
||||||
|
user_pref("browser.privatebrowsing.vpnpromourl", "");
|
||||||
user_pref("extensions.getAddons.showPane", false);
|
user_pref("extensions.getAddons.showPane", false);
|
||||||
user_pref("extensions.htmlaboutaddons.recommendations.enabled", false);
|
user_pref("extensions.htmlaboutaddons.recommendations.enabled", false);
|
||||||
user_pref("browser.discovery.enabled", false);
|
user_pref("browser.discovery.enabled", false);
|
||||||
@@ -139,40 +185,39 @@ user_pref("browser.shell.checkDefaultBrowser", false);
|
|||||||
user_pref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons", false);
|
user_pref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons", false);
|
||||||
user_pref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features", false);
|
user_pref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features", false);
|
||||||
user_pref("browser.preferences.moreFromMozilla", false);
|
user_pref("browser.preferences.moreFromMozilla", false);
|
||||||
|
user_pref("browser.tabs.tabmanager.enabled", false);
|
||||||
user_pref("browser.aboutConfig.showWarning", false);
|
user_pref("browser.aboutConfig.showWarning", false);
|
||||||
user_pref("browser.startup.homepage_override.mstone", "ignore");
|
|
||||||
user_pref("browser.aboutwelcome.enabled", false);
|
user_pref("browser.aboutwelcome.enabled", false);
|
||||||
user_pref("browser.profiles.enabled", true);
|
user_pref("browser.display.focus_ring_on_anything", true);
|
||||||
|
user_pref("browser.display.focus_ring_style", 0);
|
||||||
/** THEME ADJUSTMENTS ***/
|
user_pref("browser.display.focus_ring_width", 0);
|
||||||
user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
|
|
||||||
user_pref("browser.compactmode.show", true);
|
|
||||||
user_pref("browser.privateWindowSeparation.enabled", false); // WINDOWS
|
user_pref("browser.privateWindowSeparation.enabled", false); // WINDOWS
|
||||||
|
user_pref("browser.privatebrowsing.enable-new-indicator", false);
|
||||||
|
user_pref("cookiebanners.service.mode", 2);
|
||||||
|
user_pref("cookiebanners.service.mode.privateBrowsing", 2);
|
||||||
|
user_pref("browser.translations.enable", true);
|
||||||
|
|
||||||
/** AI ***/
|
/** FULLSCREEN ***/
|
||||||
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);
|
|
||||||
user_pref("browser.tabs.groups.smart.enabled", false);
|
|
||||||
user_pref("browser.ml.linkPreview.enabled", false);
|
|
||||||
|
|
||||||
/** FULLSCREEN NOTICE ***/
|
|
||||||
user_pref("full-screen-api.transition-duration.enter", "0 0");
|
user_pref("full-screen-api.transition-duration.enter", "0 0");
|
||||||
user_pref("full-screen-api.transition-duration.leave", "0 0");
|
user_pref("full-screen-api.transition-duration.leave", "0 0");
|
||||||
|
user_pref("full-screen-api.warning.delay", -1);
|
||||||
user_pref("full-screen-api.warning.timeout", 0);
|
user_pref("full-screen-api.warning.timeout", 0);
|
||||||
|
|
||||||
/** URL BAR ***/
|
/** URL BAR ***/
|
||||||
user_pref("browser.urlbar.trending.featureGate", false);
|
user_pref("browser.urlbar.suggest.calculator", true);
|
||||||
|
user_pref("browser.urlbar.unitConversion.enabled", true);
|
||||||
|
|
||||||
/** NEW TAB PAGE ***/
|
/** NEW TAB PAGE ***/
|
||||||
user_pref("browser.newtabpage.activity-stream.default.sites", "");
|
user_pref("browser.newtabpage.activity-stream.feeds.topsites", false);
|
||||||
user_pref("browser.newtabpage.activity-stream.showSponsoredTopSites", false);
|
|
||||||
user_pref("browser.newtabpage.activity-stream.feeds.section.topstories", false);
|
user_pref("browser.newtabpage.activity-stream.feeds.section.topstories", false);
|
||||||
user_pref("browser.newtabpage.activity-stream.showSponsored", false);
|
|
||||||
user_pref("browser.newtabpage.activity-stream.showSponsoredCheckboxes", false);
|
/*** POCKET ***/
|
||||||
|
user_pref("extensions.pocket.enabled", false);
|
||||||
|
|
||||||
/** DOWNLOADS ***/
|
/** DOWNLOADS ***/
|
||||||
|
user_pref("browser.download.useDownloadDir", false);
|
||||||
|
user_pref("browser.download.always_ask_before_handling_new_types", true);
|
||||||
|
user_pref("browser.download.alwaysOpenPanel", false);
|
||||||
user_pref("browser.download.manager.addToRecentDocs", false);
|
user_pref("browser.download.manager.addToRecentDocs", false);
|
||||||
|
|
||||||
/** PDF ***/
|
/** PDF ***/
|
||||||
@@ -182,26 +227,18 @@ user_pref("browser.download.open_pdf_attachments_inline", true);
|
|||||||
user_pref("browser.bookmarks.openInTabClosesMenu", false);
|
user_pref("browser.bookmarks.openInTabClosesMenu", false);
|
||||||
user_pref("browser.menu.showViewImageInfo", true);
|
user_pref("browser.menu.showViewImageInfo", true);
|
||||||
user_pref("findbar.highlightAll", true);
|
user_pref("findbar.highlightAll", true);
|
||||||
user_pref("layout.word_select.eat_space_to_next_word", false);
|
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* SECTION: SMOOTHFOX *
|
* SECTION: SMOOTHFOX *
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
// visit https://github.com/yokoffing/Betterfox/blob/main/Smoothfox.js
|
// visit https://github.com/yokoffing/Betterfox/blob/main/Smoothfox.js
|
||||||
// Enter your scrolling overrides below this line:
|
// Enter your scrolling prefs below this line:
|
||||||
|
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* START: MY OVERRIDES *
|
* START: MY OVERRIDES *
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
// visit https://github.com/yokoffing/Betterfox/wiki/Common-Overrides
|
// Enter your personal prefs below this line:
|
||||||
// visit https://github.com/yokoffing/Betterfox/wiki/Optional-Hardening
|
//user_pref("gfx.canvas.accelerated", true); // enable if using a dedicated GPU on WINDOWS
|
||||||
// Enter your personal overrides below this line:
|
|
||||||
|
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* END: BETTERFOX *
|
* END: BETTERFOX *
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,115 +0,0 @@
|
|||||||
//
|
|
||||||
/* You may copy+paste this file and use it as it is.
|
|
||||||
*
|
|
||||||
* If you make changes to your about:config while the program is running, the
|
|
||||||
* changes will be overwritten by the user.js when the application restarts.
|
|
||||||
*
|
|
||||||
* To make lasting changes to preferences, you will have to edit the user.js.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/****************************************************************************
|
|
||||||
* Betterfox Aqua *
|
|
||||||
* "Ex nihilo nihil fit" *
|
|
||||||
* version: 140.8 *
|
|
||||||
* url: https://github.com/yokoffing/Betterfox *
|
|
||||||
****************************************************************************/
|
|
||||||
|
|
||||||
/****************************************************************************
|
|
||||||
* SECTION: SECUREFOX *
|
|
||||||
****************************************************************************/
|
|
||||||
/** TRACKING PROTECTION ***/
|
|
||||||
user_pref("browser.contentblocking.category", "strict");
|
|
||||||
user_pref("browser.download.start_downloads_in_tmp_dir", true);
|
|
||||||
|
|
||||||
/** OCSP & CERTS / HPKP ***/
|
|
||||||
//user_pref("privacy.antitracking.isolateContentScriptResources", true); // needed for next ESR if not a default pref
|
|
||||||
user_pref("security.csp.reporting.enabled", false);
|
|
||||||
|
|
||||||
/** DISK AVOIDANCE ***/
|
|
||||||
user_pref("browser.cache.disk.enable", false);
|
|
||||||
//user_pref("browser.privatebrowsing.forceMediaMemoryCache", true); // default
|
|
||||||
user_pref("media.memory_cache_max_size", 65536);
|
|
||||||
user_pref("browser.sessionstore.interval", 60000);
|
|
||||||
|
|
||||||
/** SHUTDOWN & SANITIZING ***/
|
|
||||||
user_pref("privacy.history.custom", true);
|
|
||||||
user_pref("browser.privatebrowsing.resetPBM.enabled", true);
|
|
||||||
|
|
||||||
/** SPECULATIVE LOADING ***/
|
|
||||||
user_pref("network.http.speculative-parallel-limit", 0);
|
|
||||||
//user_pref("network.dns.disablePrefetch", true);
|
|
||||||
//user_pref("network.dns.disablePrefetchFromHTTPS", true);
|
|
||||||
user_pref("browser.urlbar.speculativeConnect.enabled", false);
|
|
||||||
user_pref("browser.places.speculativeConnect.enabled", false);
|
|
||||||
user_pref("network.prefetch-next", false);
|
|
||||||
|
|
||||||
/** SEARCH / URL BAR ***/
|
|
||||||
//user_pref("browser.urlbar.trimHttps", true); // optional
|
|
||||||
//user_pref("browser.urlbar.untrimOnUserInteraction.featureGate", true); // optional
|
|
||||||
user_pref("browser.search.suggest.enabled", false);
|
|
||||||
//user_pref("browser.urlbar.quicksuggest.enabled", false);
|
|
||||||
user_pref("browser.urlbar.groupLabels.enabled", false);
|
|
||||||
user_pref("browser.formfill.enable", false);
|
|
||||||
|
|
||||||
/** HTTPS-ONLY MODE ***/
|
|
||||||
user_pref("dom.security.https_only_mode", true);
|
|
||||||
user_pref("dom.security.https_only_mode_error_page_user_suggestions", true);
|
|
||||||
|
|
||||||
/** PASSWORDS ***/
|
|
||||||
user_pref("signon.formlessCapture.enabled", false);
|
|
||||||
user_pref("signon.privateBrowsingCapture.enabled", false);
|
|
||||||
|
|
||||||
/** EXTENSIONS ***/
|
|
||||||
user_pref("extensions.enabledScopes", 5);
|
|
||||||
|
|
||||||
/** MOZILLA ***/
|
|
||||||
user_pref("permissions.default.desktop-notification", 2);
|
|
||||||
//user_pref("permissions.default.geo", 2); // optional
|
|
||||||
//user_pref("geo.provider.network.url", "https://beacondb.net/v1/geolocate"); // blank
|
|
||||||
user_pref("browser.search.update", false);
|
|
||||||
user_pref("permissions.manager.defaultsUrl", "");
|
|
||||||
user_pref("extensions.getAddons.cache.enabled", false);
|
|
||||||
|
|
||||||
/****************************************************************************
|
|
||||||
* SECTION: PESKYFOX *
|
|
||||||
****************************************************************************/
|
|
||||||
/** MOZILLA UI ***/
|
|
||||||
user_pref("browser.shell.checkDefaultBrowser", false);
|
|
||||||
user_pref("browser.startup.homepage_override.mstone", "ignore");
|
|
||||||
user_pref("browser.aboutwelcome.enabled", false);
|
|
||||||
|
|
||||||
/** THEME ADJUSTMENTS ***/
|
|
||||||
user_pref("browser.privateWindowSeparation.enabled", false); // WINDOWS
|
|
||||||
|
|
||||||
/** FULLSCREEN NOTICE ***/
|
|
||||||
user_pref("full-screen-api.transition-duration.enter", "0 0");
|
|
||||||
user_pref("full-screen-api.transition-duration.leave", "0 0");
|
|
||||||
user_pref("full-screen-api.warning.timeout", 0);
|
|
||||||
|
|
||||||
/** NEW TAB PAGE ***/
|
|
||||||
user_pref("browser.newtabpage.activity-stream.default.sites", "");
|
|
||||||
user_pref("browser.newtabpage.activity-stream.showSponsoredTopSites", false);
|
|
||||||
user_pref("browser.newtabpage.activity-stream.feeds.section.topstories", false);
|
|
||||||
user_pref("browser.newtabpage.activity-stream.showSponsoredCheckboxes", false);
|
|
||||||
|
|
||||||
/** TAB BEHAVIOR ***/
|
|
||||||
//user_pref("browser.link.open_newwindow.restriction", 2); // restore FF default
|
|
||||||
|
|
||||||
/****************************************************************************
|
|
||||||
* SECTION: SMOOTHFOX *
|
|
||||||
****************************************************************************/
|
|
||||||
// visit https://github.com/yokoffing/Betterfox/blob/main/Smoothfox.js
|
|
||||||
// Enter your scrolling overrides below this line:
|
|
||||||
|
|
||||||
|
|
||||||
/****************************************************************************
|
|
||||||
* START: MY OVERRIDES *
|
|
||||||
****************************************************************************/
|
|
||||||
// visit https://github.com/yokoffing/Betterfox/wiki/Common-Overrides
|
|
||||||
// visit https://github.com/yokoffing/Betterfox/wiki/Optional-Hardening
|
|
||||||
// Enter your personal overrides below this line:
|
|
||||||
|
|
||||||
|
|
||||||
/****************************************************************************
|
|
||||||
* END: BETTERFOX *
|
|
||||||
****************************************************************************/
|
|
||||||
-219
@@ -1,219 +0,0 @@
|
|||||||
//
|
|
||||||
/* You may copy+paste this file and use it as it is.
|
|
||||||
*
|
|
||||||
* If you make changes to your about:config while the program is running, the
|
|
||||||
* changes will be overwritten by the user.js when the application restarts.
|
|
||||||
*
|
|
||||||
* To make lasting changes to preferences, you will have to edit the user.js.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/****************************************************************************
|
|
||||||
* BetterZen *
|
|
||||||
* "Ex nihilo nihil fit" *
|
|
||||||
* version: 148 *
|
|
||||||
* url: https://github.com/yokoffing/Betterfox *
|
|
||||||
****************************************************************************/
|
|
||||||
|
|
||||||
/****************************************************************************
|
|
||||||
* SECTION: SECUREFOX *
|
|
||||||
****************************************************************************/
|
|
||||||
/** TRACKING PROTECTION ***/
|
|
||||||
user_pref("browser.contentblocking.category", "strict");
|
|
||||||
user_pref("browser.download.start_downloads_in_tmp_dir", true);
|
|
||||||
user_pref("browser.uitour.enabled", false);
|
|
||||||
user_pref("privacy.globalprivacycontrol.enabled", true);
|
|
||||||
|
|
||||||
/** OCSP & CERTS / HPKP ***/
|
|
||||||
user_pref("security.OCSP.enabled", 0);
|
|
||||||
user_pref("privacy.antitracking.isolateContentScriptResources", true);
|
|
||||||
user_pref("security.csp.reporting.enabled", false);
|
|
||||||
|
|
||||||
/** SSL / TLS ***/
|
|
||||||
user_pref("security.ssl.treat_unsafe_negotiation_as_broken", true);
|
|
||||||
user_pref("browser.xul.error_pages.expert_bad_cert", true);
|
|
||||||
user_pref("security.tls.enable_0rtt_data", false);
|
|
||||||
|
|
||||||
/** DISK AVOIDANCE ***/
|
|
||||||
user_pref("browser.cache.disk.enable", false);
|
|
||||||
user_pref("browser.privatebrowsing.forceMediaMemoryCache", true);
|
|
||||||
user_pref("media.memory_cache_max_size", 65536);
|
|
||||||
user_pref("browser.sessionstore.interval", 60000);
|
|
||||||
|
|
||||||
/** SHUTDOWN & SANITIZING ***/
|
|
||||||
user_pref("privacy.history.custom", true);
|
|
||||||
user_pref("browser.privatebrowsing.resetPBM.enabled", true);
|
|
||||||
|
|
||||||
/** SPECULATIVE LOADING ***/
|
|
||||||
user_pref("network.http.speculative-parallel-limit", 0);
|
|
||||||
user_pref("network.dns.disablePrefetch", true);
|
|
||||||
user_pref("network.dns.disablePrefetchFromHTTPS", true);
|
|
||||||
user_pref("browser.urlbar.speculativeConnect.enabled", false);
|
|
||||||
user_pref("browser.places.speculativeConnect.enabled", false);
|
|
||||||
user_pref("network.prefetch-next", false);
|
|
||||||
|
|
||||||
/** SEARCH / URL BAR ***/
|
|
||||||
user_pref("browser.urlbar.trimHttps", true);
|
|
||||||
user_pref("browser.urlbar.untrimOnUserInteraction.featureGate", true);
|
|
||||||
user_pref("browser.search.separatePrivateDefault.ui.enabled", true);
|
|
||||||
user_pref("browser.search.suggest.enabled", false);
|
|
||||||
user_pref("browser.urlbar.quicksuggest.enabled", false);
|
|
||||||
user_pref("browser.urlbar.groupLabels.enabled", false);
|
|
||||||
user_pref("browser.formfill.enable", false);
|
|
||||||
user_pref("network.IDN_show_punycode", true);
|
|
||||||
|
|
||||||
/** HTTPS-ONLY MODE ***/
|
|
||||||
user_pref("dom.security.https_only_mode", true);
|
|
||||||
user_pref("dom.security.https_only_mode_error_page_user_suggestions", true);
|
|
||||||
|
|
||||||
/** PASSWORDS ***/
|
|
||||||
user_pref("signon.formlessCapture.enabled", false);
|
|
||||||
user_pref("signon.privateBrowsingCapture.enabled", false);
|
|
||||||
user_pref("network.auth.subresource-http-auth-allow", 1);
|
|
||||||
user_pref("editor.truncate_user_pastes", false);
|
|
||||||
|
|
||||||
/** EXTENSIONS ***/
|
|
||||||
user_pref("extensions.enabledScopes", 5);
|
|
||||||
|
|
||||||
/** HEADERS / REFERERS ***/
|
|
||||||
user_pref("network.http.referer.XOriginTrimmingPolicy", 2);
|
|
||||||
|
|
||||||
/** CONTAINERS ***/
|
|
||||||
user_pref("privacy.userContext.ui.enabled", true);
|
|
||||||
|
|
||||||
/** VARIOUS ***/
|
|
||||||
user_pref("pdfjs.enableScripting", false);
|
|
||||||
|
|
||||||
/** SAFE BROWSING ***/
|
|
||||||
user_pref("browser.safebrowsing.downloads.remote.enabled", false);
|
|
||||||
|
|
||||||
/** MOZILLA ***/
|
|
||||||
user_pref("permissions.default.desktop-notification", 2);
|
|
||||||
user_pref("permissions.default.geo", 2);
|
|
||||||
user_pref("geo.provider.network.url", "https://beacondb.net/v1/geolocate");
|
|
||||||
user_pref("browser.search.update", false);
|
|
||||||
user_pref("permissions.manager.defaultsUrl", "");
|
|
||||||
user_pref("extensions.getAddons.cache.enabled", false);
|
|
||||||
|
|
||||||
/** TELEMETRY ***/
|
|
||||||
user_pref("datareporting.policy.dataSubmissionEnabled", false);
|
|
||||||
user_pref("datareporting.healthreport.uploadEnabled", false);
|
|
||||||
user_pref("toolkit.telemetry.unified", false);
|
|
||||||
user_pref("toolkit.telemetry.enabled", false);
|
|
||||||
user_pref("toolkit.telemetry.server", "data:,");
|
|
||||||
user_pref("toolkit.telemetry.archive.enabled", false);
|
|
||||||
user_pref("toolkit.telemetry.newProfilePing.enabled", false);
|
|
||||||
user_pref("toolkit.telemetry.shutdownPingSender.enabled", false);
|
|
||||||
user_pref("toolkit.telemetry.updatePing.enabled", false);
|
|
||||||
user_pref("toolkit.telemetry.bhrPing.enabled", false);
|
|
||||||
user_pref("toolkit.telemetry.firstShutdownPing.enabled", false);
|
|
||||||
user_pref("toolkit.telemetry.coverage.opt-out", true);
|
|
||||||
user_pref("toolkit.coverage.opt-out", true);
|
|
||||||
user_pref("toolkit.coverage.endpoint.base", "");
|
|
||||||
user_pref("browser.newtabpage.activity-stream.feeds.telemetry", false);
|
|
||||||
user_pref("browser.newtabpage.activity-stream.telemetry", false);
|
|
||||||
user_pref("datareporting.usage.uploadEnabled", false);
|
|
||||||
|
|
||||||
/** EXPERIMENTS ***/
|
|
||||||
user_pref("app.shield.optoutstudies.enabled", false);
|
|
||||||
user_pref("app.normandy.enabled", false);
|
|
||||||
user_pref("app.normandy.api_url", "");
|
|
||||||
|
|
||||||
/** CRASH REPORTS ***/
|
|
||||||
user_pref("breakpad.reportURL", "");
|
|
||||||
user_pref("browser.tabs.crashReporting.sendReport", false);
|
|
||||||
|
|
||||||
/****************************************************************************
|
|
||||||
* SECTION: PESKYFOX *
|
|
||||||
****************************************************************************/
|
|
||||||
/** MOZILLA UI ***/
|
|
||||||
user_pref("extensions.getAddons.showPane", false);
|
|
||||||
user_pref("extensions.htmlaboutaddons.recommendations.enabled", false);
|
|
||||||
user_pref("browser.discovery.enabled", false);
|
|
||||||
user_pref("browser.shell.checkDefaultBrowser", false);
|
|
||||||
user_pref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons", false);
|
|
||||||
user_pref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features", false);
|
|
||||||
user_pref("browser.preferences.moreFromMozilla", false);
|
|
||||||
user_pref("browser.aboutConfig.showWarning", false);
|
|
||||||
user_pref("browser.startup.homepage_override.mstone", "ignore");
|
|
||||||
user_pref("browser.aboutwelcome.enabled", false);
|
|
||||||
user_pref("browser.profiles.enabled", true);
|
|
||||||
|
|
||||||
/** THEME ADJUSTMENTS ***/
|
|
||||||
user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
|
|
||||||
user_pref("browser.compactmode.show", true);
|
|
||||||
user_pref("browser.privateWindowSeparation.enabled", false); // WINDOWS
|
|
||||||
|
|
||||||
/** AI ***/
|
|
||||||
user_pref("browser.ml.enable", false);
|
|
||||||
user_pref("browser.ml.chat.enabled", false);
|
|
||||||
user_pref("browser.ml.chat.menu", false);
|
|
||||||
user_pref("browser.tabs.groups.smart.enabled", false);
|
|
||||||
user_pref("browser.ml.linkPreview.enabled", false);
|
|
||||||
|
|
||||||
/** FULLSCREEN NOTICE ***/
|
|
||||||
user_pref("full-screen-api.transition-duration.enter", "0 0");
|
|
||||||
user_pref("full-screen-api.transition-duration.leave", "0 0");
|
|
||||||
user_pref("full-screen-api.warning.timeout", 0);
|
|
||||||
|
|
||||||
/** URL BAR ***/
|
|
||||||
user_pref("browser.urlbar.trending.featureGate", false);
|
|
||||||
|
|
||||||
/** NEW TAB PAGE ***/
|
|
||||||
user_pref("browser.newtabpage.activity-stream.default.sites", "");
|
|
||||||
user_pref("browser.newtabpage.activity-stream.showSponsoredTopSites", false);
|
|
||||||
user_pref("browser.newtabpage.activity-stream.feeds.section.topstories", false);
|
|
||||||
user_pref("browser.newtabpage.activity-stream.showSponsored", false);
|
|
||||||
user_pref("browser.newtabpage.activity-stream.showSponsoredCheckboxes", false);
|
|
||||||
|
|
||||||
/** DOWNLOADS ***/
|
|
||||||
user_pref("browser.download.manager.addToRecentDocs", false);
|
|
||||||
|
|
||||||
/** PDF ***/
|
|
||||||
user_pref("browser.download.open_pdf_attachments_inline", true);
|
|
||||||
|
|
||||||
/** TAB BEHAVIOR ***/
|
|
||||||
user_pref("browser.bookmarks.openInTabClosesMenu", false);
|
|
||||||
user_pref("browser.menu.showViewImageInfo", true);
|
|
||||||
user_pref("findbar.highlightAll", true);
|
|
||||||
user_pref("layout.word_select.eat_space_to_next_word", false);
|
|
||||||
|
|
||||||
/****************************************************************************
|
|
||||||
* START: ZEN-SPECIFIC OVERRIDES *
|
|
||||||
****************************************************************************/
|
|
||||||
// Remove the slashes to enable the prefs
|
|
||||||
|
|
||||||
// PREF: re-enable Windows efficiency mode
|
|
||||||
//user_pref("dom.ipc.processPriorityManager.backgroundUsesEcoQoS", true);
|
|
||||||
|
|
||||||
// PREF: disable new tab preload since they are off by default
|
|
||||||
//user_pref("browser.newtab.preload", false);
|
|
||||||
|
|
||||||
// PREF: show Enhance Tracking Protection shield in URL bar
|
|
||||||
// Currently bugged if you click to view what's blocked
|
|
||||||
//user_pref("zen.urlbar.show-protections-icon", true);
|
|
||||||
|
|
||||||
// PREF: Disable the Picture in picture pop-out when changing tabs
|
|
||||||
//user_pref("media.videocontrols.picture-in-picture.enable-when-switching-tabs.enabled", false);
|
|
||||||
|
|
||||||
/****************************************************************************
|
|
||||||
* START: MY OVERRIDES *
|
|
||||||
****************************************************************************/
|
|
||||||
// visit https://github.com/yokoffing/Betterfox/wiki/Common-Overrides
|
|
||||||
// visit https://github.com/yokoffing/Betterfox/wiki/Optional-Hardening
|
|
||||||
// Enter your personal overrides below this line:
|
|
||||||
|
|
||||||
|
|
||||||
/****************************************************************************
|
|
||||||
* SECTION: SMOOTHFOX *
|
|
||||||
****************************************************************************/
|
|
||||||
// Reset Zen's custom scrolling prefs to their Firefox defaults before making changes!
|
|
||||||
// [1] Zen changes: https://github.com/zen-browser/desktop/blob/3932ec21f5661440c4b20796f90341a6ac725818/src/browser/app/profile/zen-browser.js#L297-L312
|
|
||||||
// [2] Firefox defaults: https://searchfox.org/mozilla-release/source/modules/libpref/init/StaticPrefList.yaml
|
|
||||||
// Then apply an example from Smoothfox
|
|
||||||
// [3] https://github.com/yokoffing/Betterfox/blob/main/Smoothfox.js
|
|
||||||
// Enter your scrolling overrides below this line:
|
|
||||||
|
|
||||||
|
|
||||||
/****************************************************************************
|
|
||||||
* END: BETTERFOX *
|
|
||||||
****************************************************************************/
|
|
||||||
Reference in New Issue
Block a user