this post was submitted on 07 Aug 2023
420 points (96.7% liked)

Firefox

20333 readers
122 users here now

/c/firefox

A place to discuss the news and latest developments on the open-source browser Firefox.


Rules

1. Adhere to the instance rules

2. Be kind to one another

3. Communicate in a civil manner


Reporting

If you would like to bring an issue to the moderators attention, please use the "Create Report" feature on the offending comment or post and it will be reviewed as time allows.


founded 5 years ago
MODERATORS
 

It's so beautiful I might cry.

you are viewing a single comment's thread
view the rest of the comments
[–] Byereddithellolemmy@lemmy.world 6 points 2 years ago (2 children)
[–] vox@sopuli.xyz 10 points 2 years ago* (last edited 2 years ago) (1 children)

you can style firefox with arbitrary css code!

userChrome.css (+also userContent.css, user.js if you need them)

just enable toolkit.legacyUserProfileCustomizations.stylesheets in the about:config page
then open your Firefox profile folder, create a folder called "chrome" and create two files: userChrome.css and userContent.css

you can style browser window elements using the userChrome.css

userContent.css applies to all pages, including your firefox home page which is usually impossible to style eith extensions for security purposes (use -moz-* queries to restrict to certain pages)

[–] hal_5700X@lemmy.world 4 points 2 years ago

You can find your Firefox profile folder at about:profiles.