Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Learn More

Is it possible to disable the JSON Viewer in Firefox Developer Edition?

  • 1 odpoveď
  • 1 má tento problém
  • 4 zobrazenia
  • Posledná odpoveď od d.mattera

more options

Hi, I really love everything about Firefox Developer Edition, except the JSON viewer. I'm used to looking at plain formatted JSON like the JSON Formatter plugin provide. But, even thought I have installed JSON Formatter (https://addons.mozilla.org/en-US/firefox/addon/json-formatter/?src=recommended), it only shows this tree/table-ish viewer that comes with Firefox Developer Edition. Is there any way to disable this feature and use a plugin for this, just as in Firefox ?

Hi, I really love everything about Firefox Developer Edition, except the JSON viewer. I'm used to looking at plain formatted JSON like the JSON Formatter plugin provide. But, even thought I have installed JSON Formatter (https://addons.mozilla.org/en-US/firefox/addon/json-formatter/?src=recommended), it only shows this tree/table-ish viewer that comes with Firefox Developer Edition. Is there any way to disable this feature and use a plugin for this, just as in Firefox ?

Všetky odpovede (1)

more options

I believe what you're looking for should be possible on Dev edition (I have Nightly and Stable installed and confirmed the following on both):

  1. enter "about:config" (without the quote marks) into your address bar and hit Enter
  2. read & accept the warning
  3. in the search bar located at the top of the page, copy/paste: "devtools.jsonview.enabled" (without quotes)
  4. click the toggle button to change from "true" to "false"
  5. restart Firefox

This will stop Firefox from changing the page content from raw JSON to it's own built-in JSON viewer and allow the add-on you mentioned to modify the raw JSON as desired.