Skip to content

Commit

Permalink
Update betterfox and zen versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Codextor committed Nov 21, 2024
1 parent 4c2de80 commit 4575dc6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ 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.17](https://github.com/zen-browser/desktop/releases/tag/1.0.1-a.17)
Based on Betterfox version [129](https://github.com/yokoffing/Betterfox/releases/tag/129.0)
Tested with Zen version [1.0.1-a.18](https://github.com/zen-browser/desktop/releases/tag/1.0.1-a.18)
Based on Betterfox version [131](https://github.com/yokoffing/Betterfox/releases/tag/131.0)

## How to use Better Zen
1. Download the Better Zen user.js file from [`here`](https://github.com/Codextor/better-zen/raw/main/better-zen/user.js). (Right Click -> Save Link As...)
Expand Down
7 changes: 3 additions & 4 deletions better-zen/user.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
// Better Zen Profile User Preferences
// Tested with Zen version 1.0.1-a.17
// Tested with Zen version 1.0.1-a.18

// 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.contentblocking.category", "strict");
user_pref("browser.download.start_downloads_in_tmp_dir", true);
user_pref("browser.newtabpage.activity-stream.showWeather", false);
user_pref("browser.profiles.enabled", true);
user_pref("browser.sessionstore.interval", 60000);
user_pref("browser.tabs.tabmanager.enabled", false);

user_pref("captivedetect.canonicalURL", "");

Expand All @@ -28,8 +29,6 @@ user_pref("gfx.content.skia-font-cache-size", 20);

user_pref("media.cache_readahead_limit", 7200);
user_pref("media.memory_cache_max_size", 65536);
user_pref("media.peerconnection.ice.default_address_only", true);
user_pref("media.peerconnection.ice.proxy_only_if_behind_proxy", true);

user_pref("network.auth.subresource-http-auth-allow", 1);
user_pref("network.captive-portal-service.enabled", false);
Expand Down

0 comments on commit 4575dc6

Please sign in to comment.