You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same process, but the flag is a little bit different: --disable-blink-features=PrettyPrintJSONDocument
Restart the browser and make sure there are no process left on Task Manager. You can reboot the computer just to make sure. After that, the native JSON Viewer will be disabled.
On Chrome, it will show a small banner on top every time you open it saying You are using an unsupported command-line flag: --disable-blink-features=PrettyPrintJSONDocument. Stability and security will suffer. You can just close the banner.
The text was updated successfully, but these errors were encountered:
To disable the native JSON Viewer, add the following flag on the shortcut properties:
Edge:
[Edited]
Edge has now a "JSON Viewer" flag that can be disabled:
Go to
edge://flags/#edge-json-viewer
and disable it.--disable-features=msEdgeJSONViewer
Your shortcut will look like this:"C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" --profile-directory=Default --disable-features=msEdgeJSONViewer
Chrome and Brave:
Same process, but the flag is a little bit different:
--disable-blink-features=PrettyPrintJSONDocument
Restart the browser and make sure there are no process left on Task Manager. You can reboot the computer just to make sure. After that, the native JSON Viewer will be disabled.
On Chrome, it will show a small banner on top every time you open it saying
You are using an unsupported command-line flag: --disable-blink-features=PrettyPrintJSONDocument. Stability and security will suffer
. You can just close the banner.The text was updated successfully, but these errors were encountered: