Skip to content

Commit

Permalink
Changes for version 1.0.2-b.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Codextor committed Jan 3, 2025
1 parent 652f743 commit 269f680
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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.2-b.3](https://github.com/zen-browser/desktop/releases/tag/1.0.2-b.3)
Tested with Zen version [1.0.2-b.4](https://github.com/zen-browser/desktop/releases/tag/1.0.2-b.4)
Based on Betterfox version [133](https://github.com/yokoffing/Betterfox/releases/tag/133.0)

## How to use Better Zen
Expand Down
5 changes: 2 additions & 3 deletions better-zen/user.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Better Zen Profile User Preferences
// Tested with Zen version 1.0.2-b.3
// Tested with Zen version 1.0.2-b.4

// 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.
Expand All @@ -24,12 +24,11 @@ user_pref("content.notify.interval", 100000);
user_pref("cookiebanners.service.mode", 1);
user_pref("cookiebanners.service.mode.privateBrowsing", 1);

user_pref("dom.enable_web_task_scheduling", true);
user_pref("dom.security.https_first", true);

user_pref("editor.truncate_user_pastes", false);

user_pref("full-screen-api.warning.timeout", 0);

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);
Expand Down

0 comments on commit 269f680

Please sign in to comment.