From 4575dc6d50e0c9a4aea2779d09e312dce503b096 Mon Sep 17 00:00:00 2001 From: Sandeep Pandey Date: Thu, 21 Nov 2024 05:42:40 +0530 Subject: [PATCH] Update betterfox and zen versions --- README.md | 4 ++-- better-zen/user.js | 7 +++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d38f2b5..98f6dcc 100644 --- a/README.md +++ b/README.md @@ -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...) diff --git a/better-zen/user.js b/better-zen/user.js index 3bf6d95..5297022 100644 --- a/better-zen/user.js +++ b/better-zen/user.js @@ -1,5 +1,5 @@ // 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. @@ -7,9 +7,10 @@ // 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", ""); @@ -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);