搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

Please start changing the UI via an XML type setting file as opposed to hardcoding it

more options

I changed to Chrome from Firefox a year or so ago primarily for performance reasons even though it felt like a major sacrifice swapping to the 'minimalist' type UI of Chrome though it wasn't too tough to mod it to an approximation of earlier versions of Firefox. Recently Chrome has swapped to a policy of automatically disabling all extensions that don't come from their store (even after users jump through all the hoops required to install/develop non-store extensions) with no way to disable said "feature" so it was time to drop them as I prefer freedom in browsers above all. Lo and behold I come back to firefox and I'm still experience a bit worse performance, but on top of it the UI is now clearly heavily influenced by exactly what I was trying to avoid with Chrome, with no straight forward means of reverting to previous Firefox UIs.

Why not simply change the UI using a sort of XML or other setting file? It'd be trivial to be backwards compatible (so long as new versions don't remove any functionality) and allow users to easily choose exactly how they want their experience to be.

Now I'm sure the answer is something like "We did user research and spent a millenia researching the new UI and even had Mohammed Ganesha Jesus himself come tell us exactly what users want so we decided to force it on everybody!" but honestly I don't really care. I like to stick to a simple dictum of "If it's not broken, don't fix it." It wasn't broken for me, so I have no interest in the fixes. I'm always enthusiastic about back end fixes, but if I'm happy with the front-end why force me to change it?

I changed to Chrome from Firefox a year or so ago primarily for performance reasons even though it felt like a major sacrifice swapping to the 'minimalist' type UI of Chrome though it wasn't too tough to mod it to an approximation of earlier versions of Firefox. Recently Chrome has swapped to a policy of automatically disabling all extensions that don't come from their store (even after users jump through all the hoops required to install/develop non-store extensions) with no way to disable said "feature" so it was time to drop them as I prefer freedom in browsers above all. Lo and behold I come back to firefox and I'm still experience a bit worse performance, but on top of it the UI is now clearly heavily influenced by exactly what I was trying to avoid with Chrome, with no straight forward means of reverting to previous Firefox UIs. Why not simply change the UI using a sort of XML or other setting file? It'd be trivial to be backwards compatible (so long as new versions don't remove any functionality) and allow users to easily choose exactly how they want their experience to be. Now I'm sure the answer is something like "We did user research and spent a millenia researching the new UI and even had Mohammed Ganesha Jesus himself come tell us exactly what users want so we decided to force it on everybody!" but honestly I don't really care. I like to stick to a simple dictum of "If it's not broken, don't fix it." It wasn't broken for me, so I have no interest in the fixes. I'm always enthusiastic about back end fixes, but if I'm happy with the front-end why force me to change it?

所有回覆 (2)

more options

Please provide that feedback here, where the "decision makers" can see it. https://input.mozilla.org/en-US/feedback

more options

Firefox's UI is built with XML, CSS, and JavaScript. These files then are compressed into a JAR archive for efficiency. While it's possible to tweak the files in that archive, it is much easier to apply changes using an add-on. (Also, if you modify the JAR file, you would have to redo the changes after each update.)