在 Firefox 中查看 chrome 源代码
如果我能看到例如 chrome://browser/content/browser.xul 应用了覆盖层的源代码,这对于开发 Firefox 扩展将非常有帮助。有办法做到这一点吗? Chrome 列表 和“查看源代码”仅显示基本结构,< a href="http://getfirebug.com/releases/chromebug/" rel="nofollow">ChromeBug 需要重新启动浏览器,并且不太容易开始工作。
It would be extremely helpful for developing Firefox extensions if I could see the source of, e.g., chrome://browser/content/browser.xul with overlays applied. Is there a way to do this? Chrome List and "View Source" show only the base structure, ChromeBug requires restarting the browser and isn't too easy to get working.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您所需要的只是 DOM Inspector,我强烈建议将其与检查上下文,为右键单击添加“检查”选项几乎所有内容的菜单,很像 Firebug 的“检查元素”选项。
All you need is DOM Inspector, and I highly recommend pairing that with Inspect Context which adds an "Inspect" option to the right-click menu of almost everything, much like the "Inspect Element" option of Firebug.