MaterialFox
MaterialFox copied to clipboard
Is this project dead?
Last commit a year ago, and the latest Firefox version is now 10 later than the latest release of this theme. I absolutely love this theme and its a great theme. Its just a bit broken on Firefox 103.0!
It's been two months, I'm assuming that's a yes.
If you just want Chrome-style tabs and some other tweaks, you may want to try out https://github.com/QNetITQ/WaveFox
I just found https://github.com/typeling1578/MaterialFox-Plus and it fixed most of the compatibility issues I noticed with the newer versions of firefox
Thanks so much !
@jennnybuckley thanks so much, that works great!
I just found https://github.com/typeling1578/MaterialFox-Plus and it fixed most of the compatibility issues I noticed with the newer versions of firefox
Thank you! It's much improved.
I also saw your forked version which also works well.
However here is still a small issue. I'm testing on my MacOS 13.1.
If I make the browser window very large (almost full window size), the space above the tab will disappear. See the following 2 screenshots for comparison.
I wonder is there an easy solution to this issue?
What resolution is the display
What resolution is the display
Just the default one of the 15-MacbookPro. I think it's 2880*1800.
I think that's a High DPI display which this theme might not support.
I'm not sure. I have been using this theme for 2 years before this project is out of maintenance. But it's probable that some changes from firefox may cause the High DPI display out of support.
This project might become more relevant again once Chrome ships the Web Environment Integrity API. I think that a lot of users will switch to Firefox who are used to the look and feel of Chrome. Are there any future plans on maintenance/updates? Or has this been officially abandoned?
To all those people who follow this:
I found this fork is currently updating and works well. It seems they are willing to continue to work on it. Hope this may help you. https://github.com/fmeyertoens/MaterialFox
I just found https://github.com/typeling1578/MaterialFox-Plus and it fixed most of the compatibility issues I noticed with the newer versions of firefox
Thank you! It's much improved.
I also saw your forked version which also works well.
However here is still a small issue. I'm testing on my MacOS 13.1.
If I make the browser window very large (almost full window size), the space above the tab will disappear. See the following 2 screenshots for comparison.
![]()
I wonder is there an easy solution to this issue?
/* Comment the following code on global.css */
/* line 47*/
/*@supports not -moz-bool-pref("materialfox-plus.oldversion") {
:root[sizemode="maximized"] #TabsToolbar {
margin-top: -8px;
}
}*/
I just found https://github.com/typeling1578/MaterialFox-Plus and it fixed most of the compatibility issues I noticed with the newer versions of firefox
Thank you! It's much improved. I also saw your forked version which also works well. However here is still a small issue. I'm testing on my MacOS 13.1. If I make the browser window very large (almost full window size), the space above the tab will disappear. See the following 2 screenshots for comparison.
![]()
I wonder is there an easy solution to this issue?
/* Comment the following code on global.css */ /* line 47*/ /*@supports not -moz-bool-pref("materialfox-plus.oldversion") { :root[sizemode="maximized"] #TabsToolbar { margin-top: -8px; } }*/
I can't find any global.css file with the content you show...
I can't find any global.css file with the content you show...
just for MaterialFox-Plus
@supports not -moz-bool-pref("materialfox-plus.oldversion") {
Here is a newer and updated version: material-fox-updated