Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.93 KB

README.md

File metadata and controls

28 lines (16 loc) · 1.93 KB

firefox-sliding-bookmarks

Sliding Bookmarks Bar userChrome.css tweak for Firefox (108.0+) on macOS

Makes your Firefox bookmarks bar slide out only when you hover over the navbar, making it look more clean and simple.

This tweak existed ever since 2011 in userstyles.org, with fixes and adjustments applied every time Firefox version went up and introduced breaking changes. Now it lives here.

This is guaranteed to work on macOS only! You'll have to manually tweak px values if you want to make it work on your non-macOS environment.

How to apply

Please refer to this wonderful guide at userchrome.org for how to set up your own userChrome.css file to enable customizations for the Firefox UI.

Once you have a blank (or existing) userChrome.css file in your Firefox profiles folder, copy-and-paste the code included in the sliding-bookmarks-bar.css file.

As a bonus, if you want to show only icons on your bookmarks bar to make it look more compact (see the GIF image above), copy and paste the code in compact-bookmarks.css file in the same userChrome.css file as well.

⚠️ Not on macOS?

This tweak is designed & tested for macOS Firefox only. I can't guarantee it will work for different platforms (e.g: Linux). If you still want to try, you might want to tweak the --toolbar-offset-height variable value to fit your environment. (See Issue #4)

See also

Firefox macOS native translucent Tabbar tweak - Replaces default black-and-white theme with a more native-looking light/dark compatible translucent tabbar.

License

MIT License