Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

🦊 A cleaner, more refined userChrome.css theme for Firefox—forked from MaterialFox

License

Notifications You must be signed in to change notification settings

te6-in/MaterialFox-BigSur

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MaterialFox-BigSur

Forked from MaterialFox

Preview

What is the difference?

  • macOS Big Sur Style UI
    • macOS style translucent blur effect is applied on the tab bar.
    • The gray background is removed from the URL & search bar.
    • Every icon is given a little bit more space to breathe.
  • Cleaner Look
    • The bookmark bar appears only when you hover over the top of the window. If you are not a fan of this, you can disable it.
    • The tab close button from inactive tabs are hidden. You can hover over the tab to make it appear.
    • Animations have been refined.

How do I install?

Follow Installation.
Please note that you can install this on both Windows and macOS but it'll work as intended only on macOS.

If you don't like the auto-hiding bookmark bar

After installation, open userChrome.css and delete the line 10, save the file, and then restart Firefox.

@import "bookmarkAutoHide.css";

You can also delete the file bookmarkAutoHide.css or keep it for later.

Acknowledgements


Below is the original README.md from MaterialFox.


A Material Design-inspired userChrome.css theme for Firefox

Preview This theme is powered by blood, sweat, and coffee. If you like it, please consider helping out to support its continued development.

Buy me a coffee

What this does

Inspired by Google's Material Design and their latest Google Chrome UI, this theme turns your Firefox into a Material-styled web browser. The aim was to style the browser as closely as possible to the latest Google Chrome dev builds, where practical.

This is a userChrome.css theme, which means you must manually add it to your Firefox profile. The theme overrides certain browser styles. Currently, only the main UI is affected (settings pages, etc. are not). More elements of the UI may be styled in the future.

What version do I use?

Check the releases section. Each release version will match the compatible Firefox version. For example, if you're using Firefox 76, try a v76.x release. The master branch is compatible with stable Firefox; the beta branch is compatible with Firefox Beta. This requires a periodic rebase of master on beta as Mozilla update their release cycle (which doesn't always occur immediately).

Installation

  1. Copy the chrome folder and user.js file into your Firefox profile directory. To find your profile directory, go to about:support or about:profiles.
  2. See Recommended instructions if you'd prefer a more Chrome-like experience.
  3. Restart Firefox.

Recommended instructions

Add space above tab bar:

  • Right click on toolbar -> Customize.
  • Check Drag Space checkbox.

Replicate Chrome behaviour for clipped tabs:

  • [about:config] Set browser.tabs.tabClipWidth to 83 (default is 140).

Replicate Chrome's "Not Secure" text on HTTP:

  • [about:config] Set security.insecure_connection_text.enabled to true.

Please note

  • Linux is not frequently tested; last tested on 21/05/2019.
  • Some customisation settings may no longer work (such as compact/touch density).
  • Some custom themes may clash with address bar.

About

🦊 A cleaner, more refined userChrome.css theme for Firefox—forked from MaterialFox

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • CSS 99.5%
  • JavaScript 0.5%