A Minimalist Firefox userStyle
I have switched to using a more immersive version of this config which is on the immersive branch.
You can clone it by:
git clone -b immersive https://github.com/scientiac/scifox
- In the searchbar type
about:config
. A dialog will be shown to you. Press the I accept the risk button. - Search for
toolkit.legacyUserProfileCustomizations.stylesheets
,layers.acceleration.force-enabled
,gfx.webrender.all
, andsvg.context-properties.content.enabled
. Change them to True - Go to your Firefox profile:
- If you're on Linux:
$HOME/.mozilla/firefox/XXXXXXX.default-release/
- If you're on Windows:
C:\Users\<USERNAME>\AppData\Roaming\Mozilla\Firefox\Profiles\XXXXXXX.default-XXXXXX
- If you're on MacOS:
Users/<USERNAME>/Library/Application Support/Firefox/Profiles/XXXXXXX.default-XXXXXXX
- If you're on Linux:
- Move the
chrome
folder into the directory. - Install the sidebery addon and go to
sidebery settings > Help > Import addon data
then picksidebery.json
and apply everything. - Make all the customizations you want.
- Enjoy!
I am using FantasqueSansM Nerd Font in this configuration as a preferred font (you might want to download it) but you can change it easily in the 'FONTS' section in
userChrome
anduserContent
css files.
This userstyle has a keyboard centered usage:
Alt
You can access to the global menu for an extended options you needAlt + Left Arrow
You can go BackAlt + Right Arrow
You can go ForwardCtrl + L
focuses the NavbarCtrl + T
Opens a new TabCtrl + W
Closes a TabCtrl + Shift + T
Re-opens a tab that you just closedCtrl + R
Refresh the page you're onCtrl + Shift + A
Quick open for Add-Ons
- Right click on toolbar -> Customize.
- Remove and Organize (as you want) all the removable elements including extensions, drag space and buttons.
- Install the Adaptive Tab Bar Color add on for a cleaner UI.
- In
about:config
setbrowser.newtabpage.activity-stream.improvesearch.handoffToAwesomebar
to false to use the homepage search bar without jumping to the url bar. - In
Settings > Search > Search Shortcuts
untick everything to get a minimal look in search suggestions.