监控 Firefox 侧边栏选定选项卡中的页面加载事件
当主内容窗口中选定的选项卡重新加载或更改时,我希望能够在我的 Firefox 侧边栏 js 文件中运行一个函数。 因此侧边栏可以根据用户正在查看的网站而变化。
有人能指出我正确的方向吗?
I want to be able to run a function in my firefox sidebar js file when the selected tab in the main content window is reloaded or changed. So the sidebar can change depending on the site the user is looking at.
Anyone able to point me in the right direction?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我的解决方案是从某个地方偷来的,但不记得在哪里:
My solution pilfered from somewhere but can't remember where:
@oly1234 - 你的回答帮助我找到了来源:
Mozilla 开发人员中心 - 页面加载
(https://developer.mozilla.org/en/Code_snippets/On_page_load)
@oly1234 - your answer helped me to find the source:
Mozilla Developer Center - On page load
(https://developer.mozilla.org/en/Code_snippets/On_page_load)