It would be extremely helpful for developing Firefox extensions if I could see the source of, e.g., chrome://browser/content/browser.xul with overlays applied. Is there a way to do this? Chrome List and "View Source" show only the base structure, ChromeBug requires restarting the browser and isn't too easy to get working.
Asked
Active
Viewed 240 times
2
-
Does the DOM inspector not show the overlays applied? – pc1oad1etter Oct 25 '10 at 23:06
1 Answers
2
All you need is DOM Inspector, and I highly recommend pairing that with Inspect Context which adds an "Inspect" option to the right-click menu of almost everything, much like the "Inspect Element" option of Firebug.

Tyler
- 21,762
- 11
- 61
- 90