r/FirefoxCSS • u/Wolfen459 • 23m ago
Help How to activate CSS Files which are in the CSS Subfolder?
Hello.
Recently tried out the Browser Fork "Floorp".
While trying out some new CSS Modifications, i noticed that Floorp allows having css Files in a Sub Folder called "CSS". Placing any css Files in this Folder will load the code from them, just like if you put the code into the "UserChrome.css" File.
The Chrome Folder:

Files in the CSS Folder:

This is really great for quickly testing stuff out, and also for not overpacked "UserChrome.css" File.
However, i tried this out with Vanilla Firefox, LibreWolf, and some other Browsers, and i couldn´t replicate that.
The Folder is there, CSS Codes in the "UserChrome.css" File work just fine, only CSS Files inside the CSS Sub Folder doesn´t get recognized.
And yes, i also made sure that "toolkit.legacyUserProfileCustomizations.stylesheets" is set to True.
Is there an option in the "about:config" i have to check, so it would work on other Browsers too?
Maybe it´s exclusive to the Floorp Browser, i don´t know, there must be a way thou.