开发者

Modify Firefox titlebar through Javascript Extension

开发者 https://www.devze.com 2022-12-16 07:22 出处:网络
I have an extension for Firefox written in Javascript that 开发者_如何学GoI would like to make able to append text to the window\'s titlebar. Is this possible?You can just use the document.title prope

I have an extension for Firefox written in Javascript that 开发者_如何学GoI would like to make able to append text to the window's titlebar. Is this possible?


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:

<script type="text/javascript">
document.title += "The Text You Want To Add";
</script>
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号