Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

How to open the webdevelop tool by default?

  • 3 个回答
  • 3 人有此问题
  • 1 次查看
  • 最后回复者为 cor-el

more options

As a web developer, it's boring to manually press "ctrl+shift+I" to open the web develop tool everytime when I switch to another webpage, and refresh the webpage to watch the data showing in the console, especially in the stage of debuging my web project.

    How to make the web develop tool run automatically after I opened it.
As a web developer, it's boring to manually press "ctrl+shift+I" to open the web develop tool everytime when I switch to another webpage, and refresh the webpage to watch the data showing in the console, especially in the stage of debuging my web project. How to make the web develop tool run automatically after I opened it.

所有回复 (3)

more options

There's no built-in option to do this that I can see. You can try binding a keyboard shortcut to do what you want, or maybe record a macro.

more options
  1. In the Location bar, type about:config and press Enter. The about:config "This might void your warranty!" warning page may appear.
  2. Click I'll be careful, I promise!, to continue to the about:config page.
  3. devtools.debugger.ui.panes-visible-on-st... true

I think.

more options

A possible workaround is to have the Developer Toolbar (Firefox/Tools > Web Developer; Shift+F2) open.
That toolbar has a button to open the Inspector.
That is what I use.