Basically, whenever I edit firefox-profile-path/chrome/userChrome.css, I want firefox to automatically apply the file again. The only posts I found on this are old and not straightforward. I’m wondering what currently works.
Basically, whenever I edit firefox-profile-path/chrome/userChrome.css, I want firefox to automatically apply the file again. The only posts I found on this are old and not straightforward. I’m wondering what currently works.
The only way I know of, is to restart Firefox. If you’re concerned whether or not FF is picking up your changes (I always forget which profile directory is being read (AppData vs Local) on windows) you could try something like this:
/*** uncomment below to verify userChrome.css is being read by turning the taskbar red / / #nav-bar{ background: #f00 !important } ***/
Just uncomment the 2nd line, restart FF with your changes, and comment it out once you’re done