Firefox 开发者工具有哪些替代品?

What are the alternatives to the Firefox Developer Tools?

自从 Firefox 的最后几次更新以来,我们心爱的 Firebug 被集成到 Firefox 开发者工具中,包括我在内的很多人 don't like what happened 到 Firebug。

内置的开发人员工具有一个非常丑陋的菜单系统,而且可用性很差。

那么,Firefox 开发者工具有哪些替代品?有没有和Firebug一样易用的工具?

备选方案是:

  1. 。 (尽管这只是一个临时解决方案,并不能恢复 Firebug 的所有功能。例如,Script 面板在当前版本的 Firefox 中已损坏。)
  2. 安装 old version of Firefox,其中 Firebug 仍然有效并禁用更新。 (也只是一个临时解决方案,因为您会错过(安全)错误修复和新功能。)
  3. 等待 gaps between Firebug and the Firefox DevTools 修复。 (甚至帮助他们修复它们。)
  4. 切换到另一个浏览器并使用其开发者工具。
  5. Rework Firebug to make it compatible with multi-process Firefox (which is the main reason for the integration into the DevTools). Update: Starting with Firefox 57 only WebExtensions will be supported,意味着扩展工作 cross-browser 并且更安全,但它们的 API 也有限。因此,重新设计的 Firebug 不会具有原始 Firebug 的所有功能。

按照塞巴斯蒂安的建议,我从这里下载了旧版 Firefox 便携式 v47:

https://sourceforge.net/projects/portableapps/files/Mozilla%20Firefox%2C%20Portable%20Ed./Mozilla%20Firefox%2C%20Portable%20Edition%2047.0.1/

我将它与 Firebug 一起用于开发。根据 Firebug 的网站,47 是 Firefox 的最后一个兼容版本:

https://getfirebug.com/downloads

为避免危及安全,对于正常浏览,我使用 Chrome 的更新版本。

降级版本是不可取的,所以不要去浏览器控制台并在提到的语法 $x('path') 中输入你各自的 xpath 到验证您的 XPath。

或者可以找其他类似的插件。到目前为止,我在 http://xpath.alephzarro.com/ link 中找到了插件 'Xpather'。 但我还是想通过设置偏好browser.tabs.remote.autostart重新激活Firebug来返工, browser.tabs.remote.autostart.1 和 browser.tabs.remote.autostart.2 通过 about:config.

为假