Added firefox userChrome

This commit is contained in:
pfych 2025-07-10 17:28:03 +10:00
parent 9d7257f067
commit 13c26ba9c6
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,3 @@
#TabsToolbar {
visibility: collapse;
}

View file

@ -12,3 +12,14 @@ All ZSH plugins are submodules
yadm clone ssh://git@git.pfy.ch/pfych/unix-config.git yadm clone ssh://git@git.pfy.ch/pfych/unix-config.git
yadm submodule update --init --recursive 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 `<profile>/chrome`
5. Restart Firefox