autofox

automated firefox setup
git clone https://git.awy.one/autofox.git
Log | Files | Refs | README

commit f97c2dc85abfc01b2c2efc8ce4664c6b4b5911ea
parent b2448c5e6ccf04db06e565e75735e9d761367be5
Author: awy <awy@awy.one>
Date:   Thu,  1 May 2025 17:59:12 +0300

update

Diffstat:
Muser-overrides.js | 3+++
MuserChrome.css | 4++++
2 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/user-overrides.js b/user-overrides.js @@ -40,6 +40,9 @@ user_pref("sidebar.revamp", true); user_pref("sidebar.verticalTabs", true); user_pref("browser.eme.ui.enabled", false); +// Sway +user_pref("browser.link.open_newwindow", 0); + // Smoothfox user_pref("general.autoScroll", true); user_pref("mousewheel.min_line_scroll_amount", 10); // 10-40; adjust this number to your liking; default=5 diff --git a/userChrome.css b/userChrome.css @@ -135,3 +135,7 @@ scrollcorner { #urlbar-background,#urlbar { border-radius: 0px !important; } + +#sidebar-main { + visibility: collapse !important; +}