We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

搜索 | 用户支持

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

详细了解

check for changed favicon

more options

I know, using css, you can change the tab if the title changed by using

.tabbrowser-tab[titlechanged]

Is there a way to check if the favicion changed?

So, It would be something like .tabbrowser-tab[iconchanged]?

I know, using css, you can change the tab if the title changed by using .tabbrowser-tab[titlechanged] Is there a way to check if the favicion changed? So, It would be something like .tabbrowser-tab[iconchanged]?

所有回复 (4)

more options

The people who answer questions here, for the most part, are other Firefox users volunteering their time (like me), not Mozilla employees or Firefox developers.

If you want to leave feedback for Firefox developers, you can go to the Firefox Help menu and select Submit Feedback... or use this link. (You'll need to be on the latest version of Firefox to submit feedback). Your feedback gets collected at http://input.mozilla.org/, where a team of people read it and gather data about the most common issues.

more options

Not sure how above applies, but Im not sure about your problem.

more options

That attribute is used to make a pinned tab glow when the title has changed.

  • chrome://browser/skin/browser.css

There is also an unread attribute to show when a page has been reloaded and not visited yet, but no attribute for a change of the favicon. So it isn't possible to do what you want.
You would have to do a file compare to be sure that it is a different file.

Why would you want to check for a changed favicon?

由cor-el于修改

more options

My first answer applies because leaving this question as Firefox feedback with help the development team work this into the next version of Firefox.