From 13c26ba9c6e127309a544e78eae9592cb300bef4 Mon Sep 17 00:00:00 2001 From: pfych Date: Thu, 10 Jul 2025 17:28:03 +1000 Subject: [PATCH] Added firefox userChrome --- .config/firefox/chrome/userChrome.css | 3 +++ README.md | 11 +++++++++++ 2 files changed, 14 insertions(+) create mode 100644 .config/firefox/chrome/userChrome.css diff --git a/.config/firefox/chrome/userChrome.css b/.config/firefox/chrome/userChrome.css new file mode 100644 index 0000000..7e95ab1 --- /dev/null +++ b/.config/firefox/chrome/userChrome.css @@ -0,0 +1,3 @@ +#TabsToolbar { + visibility: collapse; +} diff --git a/README.md b/README.md index c33d762..74c4b21 100644 --- a/README.md +++ b/README.md @@ -12,3 +12,14 @@ All ZSH plugins are submodules yadm clone ssh://git@git.pfy.ch/pfych/unix-config.git yadm submodule update --init --recursive ``` + +## Firefox + +Firefox profile location differs between MacOS & Linux, so the actual config files cannot be synced + +1. Navigate to `about:config` +2. Enable `toolkit.legacyUserProfileCustomizations.stylesheets` +3. Navigate to `about:support` and open `Profile folder` +4. Symlink `~/.config/firefox/chrome` to `/chrome` +5. Restart Firefox +