How can you disable the new JSON Viewer/Reader in Firefox Developer Edition?
Go to about:config In search, paste ‘devtools.jsonview.enabled’ Select the pref, right-click and select ‘toggle’
Go to about:config In search, paste ‘devtools.jsonview.enabled’ Select the pref, right-click and select ‘toggle’
The Firefox DevTools don’t have a panel that shows all files at one place the way the Chrome DevTools do it. Though there are different specialized panels showing you the same info. E.g. the Style Editor shows you all CSS sources. The Network Monitor shows all requested files with focus on network request information. The … Read more