Why?

After the release of Apple’s Liquid Glass on September 15, 2025, macOS Tahoe added a lot of glass effects to the user interface, including Safari. As someone who mostly uses Firefox at the moment, I wanted to give Firefox the “Liquid Glass” makeover too which led me down the rabbit hole of custom CSS profiles in Firefox.

Glassfox

I found this repo, which includes custom CSS files that let you change the appearance of Firefox. After reviewing the code, it seemed like a fun one to try, so I went for it.

Install

  1. Go to about:profiles and find the file path of your Firefox profile.
  2. Open that directory and create a chrome folder.
  3. Inside this new folder, add a userChrome.css file and paste your custom CSS code there.
  4. Go to about:config and set the following values to True:
    • toolkit.legacyUserProfileCustomizations.stylesheets
    • widget.macos.titlebar-blend-mode.behind-window
    • browser.tabs.allow_transparent_browser
  5. You can learn more about customization here.
  6. Restart Firefox, and you should be good to go!

Before and After

Firefox Base

Safari with Liquid Glass

Firefox with Glassfox

Up Next

I have already made a few CSS snippets for my Obsidian editor and my blog website. Now that I know I can do something similar with Firefox at the browser level this makes me want to learn more about this space! I love using platforms that allow you to learn and customize your tools to how you like them.

Credits

Credit to Ashley-Cause on GitHub for the CSS code!