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 Dec 22, 2024
1 parent 47da468 commit a338ef1
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.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)
Tested with Zen version [1.0.2-b.1](https://github.com/zen-browser/desktop/releases/tag/1.0.2-b.1)
Based on Betterfox version [133](https://github.com/yokoffing/Betterfox/releases/tag/133.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,16 +1,17 @@
// Better Zen Profile User Preferences
// Tested with Zen version 1.0.2-b.0
// Tested with Zen version 1.0.2-b.1

// 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);
user_pref("browser.privatebrowsing.resetPBM.enabled", true);
user_pref("browser.profiles.enabled", true);
user_pref("browser.search.update", false);
user_pref("browser.sessionstore.interval", 60000);

user_pref("captivedetect.canonicalURL", "");
Expand Down Expand Up @@ -55,5 +56,3 @@ user_pref("security.remote_settings.crlite_filters.enabled", true);

user_pref("signon.formlessCapture.enabled", false);
user_pref("signon.privateBrowsingCapture.enabled", false);

user_pref("webchannel.allowObject.urlWhitelist", "");

0 comments on commit a338ef1

Please sign in to comment.