From eece97990de79386ed6bfb2b9c79cfe112c32381 Mon Sep 17 00:00:00 2001 From: Mauro Balades Date: Tue, 9 Jul 2024 17:00:50 +0200 Subject: [PATCH] chore: Update browser preferences and CSS styles --- src/browser/app/profile/zen-browser.js | 6 ++++++ src/toolkit/content/zen-xul.css | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/browser/app/profile/zen-browser.js b/src/browser/app/profile/zen-browser.js index 3a32d36b7..42c426805 100644 --- a/src/browser/app/profile/zen-browser.js +++ b/src/browser/app/profile/zen-browser.js @@ -37,6 +37,12 @@ pref('browser.display.focus_ring_style', 0); pref('browser.display.focus_ring_width', 0); pref('browser.privateWindowSeparation.enabled', false); // WINDOWS +pref('browser.newtabpage.activity-stream.newtabWallpapers.enabled', true); +pref('browser.translations.newSettingsUI.enable', true); + +pref("browser.urlbar.trimHttps", true); +pref("browser.urlbar.untrimOnUserInteraction.featureGate", true); + // Cookie banner handling (reject by default) pref('cookiebanners.service.mode', 1); diff --git a/src/toolkit/content/zen-xul.css b/src/toolkit/content/zen-xul.css index cba001f2a..f0b8d5072 100644 --- a/src/toolkit/content/zen-xul.css +++ b/src/toolkit/content/zen-xul.css @@ -13,7 +13,7 @@ toolbox#navigator-toolbox, #browser { background: transparent !important; -} +} #browser { width: 100%;