Skip to content

[Instruction] Disabling Native JSON Viewer on Edge, Chrome and Brave #272

Open
@c4ldas

Description

@c4ldas

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

image

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions