通过Javascript扩展修改Firefox标题栏
我有一个用 Javascript 编写的 Firefox 扩展,我希望能够将文本附加到窗口的标题栏。这可能吗?
I have an extension for Firefox written in Javascript that I would like to make able to append text to the window's titlebar. Is this possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 document.title 属性动态更改页面的标题,即窗口标题栏中显示的内容:
You can just use the document.title property to dynamically change your page's title, which is what it shows in the window's titlebar: