zvuc / firefox-macos-native-tabbar

macOS Native-looking Translucent Tabbar for Firefox
MIT License
150 stars 8 forks source link

No css required any more since Firefox 127 #12

Closed la3rence closed 2 months ago

la3rence commented 2 months ago

Thanks for the guidance in this repo. It's really helpful!

Today after I trying to upgrade the latest firefox with the version 127.0.1, I've found a new config to make the browser UI with macOS native tabbar without setting the css in the profile folder.

It looks like we can just flip these 2 items to true in about:config :

Please let me know if it works for you :)

zvuc commented 2 months ago

Nice catch there, seems you are right! Great news that now there's a much easier way to get the translucent look without having to deal with code.

I'll update the readme to include the tips you mentioned. Thanks!