Skip to content

Commit

Permalink
Changes for version 1.0.2-b.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Codextor committed Dec 22, 2024
1 parent dcb4f06 commit 47da468
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Inspired from the config tweaks [Betterfox](https://github.com/yokoffing/Betterf
Zen's default preferences are already based on Betterfox (as mentioned [here](https://github.com/zen-browser/desktop?tab=readme-ov-file#third-party-code)).
But there are a few differences, which are covered by Better Zen.

Tested with Zen version [1.0.1-a.22](https://github.com/zen-browser/desktop/releases/tag/1.0.1-a.22)
Tested with Zen version [1.0.2-b.0](https://github.com/zen-browser/desktop/releases/tag/1.0.2-b.0)
Based on Betterfox version [131](https://github.com/yokoffing/Betterfox/releases/tag/131.0)

## How to use Better Zen
Expand Down
6 changes: 5 additions & 1 deletion better-zen/user.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
// Better Zen Profile User Preferences
// Tested with Zen version 1.0.1-a.22
// Tested with Zen version 1.0.2-b.0

// If you make changes to your preferences from about:config in the browser,
// the changes will be overwritten by the below preferences on application restart.
//
// To make your changes persistent, set them below within the user.js file.

user_pref("browser.cache.jsbc_compression_level", 3);
user_pref("browser.contentblocking.category", "strict");
user_pref("browser.download.start_downloads_in_tmp_dir", true);
user_pref("browser.newtabpage.activity-stream.showWeather", false);
Expand Down Expand Up @@ -35,6 +36,9 @@ user_pref("network.captive-portal-service.enabled", false);
user_pref("network.connectivity-service.enabled", false);
user_pref("network.dns.disablePrefetch", true);
user_pref("network.dns.disablePrefetchFromHTTPS", true);
user_pref("network.http.max-connections", 1800);
user_pref("network.http.max-persistent-connections-per-server", 10);
user_pref("network.http.pacing.requests.enabled", false);
user_pref("network.http.referer.XOriginTrimmingPolicy", 2);
user_pref("network.predictor.enabled", false);
user_pref("network.prefetch-next", false);
Expand Down

0 comments on commit 47da468

Please sign in to comment.