Hacker News new | ask | show | jobs
by thayne 2401 days ago
chrome devtools are also written in javascript (although I'm not sure which framework if any they use). You can even debug the chrome devtools with chrome devtools (I think the same applies to firefox, although I've never accidentally gotten into that state like I have in chrome).
1 comments

about:config -> devtools.chrome.enabled = true

then you should have additional entries in the tools -> web developer menu.