搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

I Want to make an extension but want help learning how.

  • 2 个回答
  • 1 人有此问题
  • 2 次查看
  • 最后回复者为 McCoy

more options

Hi, I loved the older Firefox because I could make it look how I liked with "Classic Theme Restorer" but that is not available for the newer FireFox. So I thought I might try making something similar for this FireFox Quantum 65.0.1. I just want to start with something simple. Changing the tab colours to light green when selected, dark green when not selected and red if a new tab has not been selected/read yet. I would like to work with someone that would be happy to help me do this so I can also learn some basics of extensions for FireFox. Thankyou, Glenn

Hi, I loved the older Firefox because I could make it look how I liked with "Classic Theme Restorer" but that is not available for the newer FireFox. So I thought I might try making something similar for this FireFox Quantum 65.0.1. I just want to start with something simple. Changing the tab colours to light green when selected, dark green when not selected and red if a new tab has not been selected/read yet. I would like to work with someone that would be happy to help me do this so I can also learn some basics of extensions for FireFox. Thankyou, Glenn
已附加屏幕截图

所有回复 (2)

more options

With Quantum extension developers are really limited as to what they could do to customize the UI (User Interface), which is one reason Classic Theme Restorer and many other extensions aren't compatible and died (or were killed off by Mozilla). Same holds true for Themes, but for a variety of other reasons.

userChrome.css modifications are what's done with Quantum. https://www.userchrome.org/ https://www.howtogeek.com/334716/how-to-customize-firefoxs-user-interface-with-userchrome.css/

Here is code that can be used that is similar to what the Classic Theme Restorer extension previously did for Firefox in the Australis UI. https://github.com/Aris-t2/CustomCSSforFx

And here is a collection of userChrome.css codes that is probably the ultimate guide. https://www.reddit.com/r/FirefoxCSS/

more options