问题
I need to use Firefox web console a lot and I want every time I open Firefox, the Web Console panel will display automatically. Currently I have to press Ctrl + Shift + K to open it.
Is there any way to config the Firefox browser to make it work as I want? I prefer the native way (ie. changing configuration) rather than having install another plugins. I only need the webconsole, don't need the whole toolbox like firebug or something like that.
Thank you!
回答1:
I'm using a Debian derived Linux. Just installed Firefox Quantum (Firefox 57).
$ firefox --version
Mozilla Firefox 57.0
The --devtools option seems to bring up Firefox with a Web console visible.
$ firefox --devtools
来源:https://stackoverflow.com/questions/30258379/open-firefox-web-console-be-default-when-it-start