https://github.com/runxel/firefox-userchrome
My current userChrome for Firefox. Styles the effing scrollbars sadly not any longer. #sadtrombone
https://github.com/runxel/firefox-userchrome
firefox userchrome userchrome-styles userchromecss
Last synced: over 1 year ago
JSON representation
My current userChrome for Firefox. Styles the effing scrollbars sadly not any longer. #sadtrombone
- Host: GitHub
- URL: https://github.com/runxel/firefox-userchrome
- Owner: runxel
- License: unlicense
- Created: 2019-07-01T17:46:46.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-08-22T10:01:57.000Z (almost 6 years ago)
- Last Synced: 2025-03-18T22:42:31.598Z (over 1 year ago)
- Topics: firefox, userchrome, userchrome-styles, userchromecss
- Language: CSS
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# firefox-userChrome
**UPDATE**
From Firefox 69 on you will need to set a flag in `about:config`. Otherwise the userChrome will be disabled.
Set `toolkit.legacyUserProfileCustomizations.stylesheets`to `true`.
_However_: It seems that `moz-binding` was disabled as well, which means you can't style the scrollbars anymore... :(
---
This is my current configuration of the Firefox userChrome (located in your profile folder – yes, you have this, too).
What's awesome here is it even styles the scrollbars! See paragraph above. This is not longer in use for me.
---
Have a look [this gist of mine](https://gist.github.com/runxel/2a2bde05a83ea9ca9468495544b3e61b), where I collect some of the hidden flags in `about:config` you should be aware of.