xplosionmind / firefox-monoline

Minimize your Firefox toolbar to one single line [MIRROR]

Home Page:https://gitmi.dev/tommi/firefox-monoline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🦊 Firefox Monoline

Minimize your Firefox toolbar to one single line.

firefox-monoline-preview

Features

  • 🧹 Remove clutter and make Firefox toolbar as essential as possible πŸš€
  • πŸš— Compact mode support
  • ⚠️ Preserve icons and functionalities for which no ⌨️ keyboard shortcut exists
  • βœ… Non-breaking implementation
  • πŸ’‘ Do you have a suggestion? Share it here)!

πŸ§‘πŸ»β€πŸ’» Usage

  • visit about:config
    • set toolkit.legacyUserProfileCustomizations.stylesheets: true
    • extensions.pocket.enabled: false
  • Go to Menu > More Tools > Customize Toolbar:
    • auto-hide downloads button
    • remove all flexible space
    • remove all icons
  • Open about:support, copy the path of the Profile Folder
  • open the terminal
  • run cd /path/to/profile
  • run git clone https://codeberg.org/tommi/firefox-monoline.git chrome

πŸš— Compact mode

The built-in Firefox β€œCompact mode” vertically compresses the navigation bar by slightly reducing its height. To activate it:

  1. visit the about:config page;
  2. search for browser.compactmode.show and change it to true;
  3. go to Menu > More Tools > Customize Toolbar, set density as β€œcompact”.

In order to use Compact mode with Firefox Monoline it is necessary to change some parts of userChrome.css:

  • remove the first 9 lines (delete urlbar-container and urlbar styling)
  • in line 34, change the value to -36px !important

πŸ‘Ύ Source code

This repository is hosted on Codeberg, and it is mirrored on GitHub, where issues are tracked.

πŸ•· Bugs

Report bugs here.

🧐 Related projects πŸ‘€

About

Minimize your Firefox toolbar to one single line [MIRROR]

https://gitmi.dev/tommi/firefox-monoline


Languages

Language:CSS 100.0%