How to automatically reload user userChrome.css?

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.

7 points · 1 comments · view on lemmy.world

1 Comments

xhduqetz@lemmy.ml · 4 pts · 280d

I've found that the easiest way to live debug userChrome.css is to:

  1. Open the browser toolbox,
  2. Go to the style editor tab,
  3. Write userChrome in the search box to find it,
  4. Write CSS directly into the browser toolbox integrated editor.

The integrated editor reloads CSS changes as you write, even without saving.