0

I've got Dom Inspector installed on Fennec on my desktop, and sometimes the cmd+shift+i hotkey works and sometimes it doesn't (or maybe I'm forgetting it?).. so I"m wondering if anyone knows if there is a command line flag that I can use to open the dom inspector when Fennec opens?

erikvold
  • 15,988
  • 11
  • 54
  • 98
  • 1
    Desktop Fennec is no different than regular Firefox, it is merely a different user interface. Meaning in particular: same command line flags as John notes correctly. – Wladimir Palant Aug 26 '11 at 05:29

1 Answers1

2

Using the same argument as works with Firefox works for me:

fennec -inspector <URL>
John Flatness
  • 32,469
  • 5
  • 79
  • 81