Firefox 扩展:gBrowser 未定义

发布于 2024-12-11 11:16:44 字数 284 浏览 0 评论 0原文

这是一个 Firefox 扩展,一切都运行良好。

但... 由于这一行,我不断在控制台中收到令人恼火的“gBrowser 未定义”错误:

gBrowser.selectedTab = gBrowser.addTab("chrome://ire_TPB/content/options.html");

我想做的当然是打开一个新选项卡并加载该本地 html 页面。

我做错了什么?

谢谢!

赢得 7 大招
FF 7.0

This is a Firefox extension and everything is working pretty good.

BUT...
I keep getting the irritating "gBrowser is not defined" error in the console because of this line:

gBrowser.selectedTab = gBrowser.addTab("chrome://ire_TPB/content/options.html");

What I am trying to do of course is open a new tab and load that local html page.

What am I doing wrong?

Thanks!

Win 7 ult
FF 7.0

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

只想待在家 2024-12-18 11:16:44

来自 Mozilla 文档:“如果未定义 gBrowser,则您的代码要么无法运行在浏览器窗口范围内或运行得太早,您只能在浏览器窗口完全加载后才能访问 gBrowser。”

From Mozilla Documentation: "If gBrowser isn't defined your code is either not running in the scope of the browser window or running too early. You can access gBrowser only after the browser window is fully loaded."

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文