How to force Firefox to open devtools on each tab?

前端 未结 2 1450
后悔当初
后悔当初 2021-02-19 01:16

Is there any way how to enable opening of devtools on all new tabs? I\'d like to have devtools opened to be able to comfortably debug popup windows.

2条回答
  •  轮回少年
    2021-02-19 01:25

    Dmitry Kulikov has developed a plugin for Firefox that does exactly this. You can find it here: https://github.com/dmitry-kulikov/firefox-devtools-auto-open and can be installed from the firefox add-on store here: https://addons.mozilla.org/en-us/firefox/addon/devtools-auto-open

    From my experience it does not bind to the new tab from the start. As such you might miss some network entries. I expect this is due to this being an add-on and not natively implemented.

提交回复
热议问题