Adapted from minimal-functional-fox
Includes the following:
In about:config
, set toolkit.legacyUserProfileCustomizations.stylesheets
to true
Windows:
- Go to %APPDATA%\Mozilla\Firefox\Profiles[yourprofile] (usually the topmost folder)
- Create a folder called chrome
git clone https://github.com/gmarsanich/firefoxcfg/
- Place the contents of the folder into the chrome folder
- Restart Firefox if it's running
- ???
- profit
Linux/macOS:
- Same as Windows, the profile folder should be in ~./mozilla/firefox, you'll find it I believe in you
in about:config
Scrollbar style: widget.non-native-theme.scrollbar.style = 5
The full list of available styles is:
- 0: Default Platform scrollbar style
- 1: macOs scrollbars
- 2: GTK Scrollbars
- 3: Android Scrollbars
- 4: Windows 10 scrollbars
- 5: Windows 11 scrollbars
Thin effect: widget.non-native-theme.win11.scrollbar.force-overlay-style = true
Overlay scrollbar: ui.useOverlayScrollbars = 1