callumlocke / json-formatter

Makes JSON easy to read.
https://chrome.google.com/webstore/detail/json-formatter/bcjindcccaagfpapjjmafapmmgkkhgoa?hl=en
BSD 3-Clause "New" or "Revised" License
3.77k stars 861 forks source link

extension block normal use of Devtools #183

Open mleathem opened 2 years ago

mleathem commented 2 years ago

I was unable to use Chrome's Devtools (debugging, console etc) on any website when this extension was enabled. When a page was refreshed with Devtools launched the page would timeout - so not load. Note I found no issue with how the extension works (JSON formatting) in normal use - this issue is about interference with chrome use for other websites. When devtools is open the extension seems to block loading of any typical website.

If I disabled the extension then Devtools works. (I discovered the interference was caused by this extension because Devtools:source showed a 'content.js' which seemed to be coming from this extension - I assume an error occurs which then blocks completition of the page render because the webpage (any page) is not json format of course).

Issue occurred on Chrome: Version 96.0.4664.110 if it's relevant.