Join the Mozilla’s Test Days event from 9–15 Jan to test the new Firefox address bar on Firefox Beta 135 and get a chance to win Mozilla swag vouchers! 🎁

搜索 | 用户支持

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

详细了解

Is it possible to prevent a site from changing the title when the tab is not active

more options

Some websites, like car rental agency sixt.com or other booking websites, will constantly change the title of the tab when the tab is not active while checking the offers to draw your attention. This can be incredibly annoying. Is there a way to stop/block/mute this?

Some websites, like car rental agency sixt.com or other booking websites, will constantly change the title of the tab when the tab is not active while checking the offers to draw your attention. This can be incredibly annoying. Is there a way to stop/block/mute this?

所有回复 (1)

more options

There's not a quick and easy way. Two thoughts on possible ways to do it:

(1) Inject a script into the page that watches for title changes and immediately restores the title to the text of your choice (or deletes the title).

(2) Create a custom style rule in userChrome.css for the problem site's tab that hides the title or possibly replaces it with static text (assuming the name of the site is always in the title, or using the URL of its site icon)

How often does the title change? I haven't noticed it, possibly because I'm blocking some of the site's scripts.