litejs / json-lite

Fast non-blocking JSON viewer for Chrome and Firefox
196 stars 17 forks source link

Tries to convert the page to Json on some backend activity #66

Closed gjobin closed 4 months ago

gjobin commented 1 year ago

I have the tool enabled on my Chrome browser. The issue happened both on Windows and Mac. Sometimes, when some backend get or post happens, the extensions tries to convert the web page to json, and fails. (Content is a normal website)

I've had it happen on Amazon while trying to complete an order, and also on Deluge, when trying to add a new torrent file.

As a work around, it would be great if we could provide a blacklist to disable activity on some sites/domains.

Regards

lauriro commented 1 year ago

Not sure can this be an issue with this extension, JSON Lite do not capture backend traffic, in injects a script to dom.

Could there be any other extension to blame? Or could you set up an isolated example where this issue occurs?

gjobin commented 1 year ago

Disabling the extension resolved the issue. I will try to consistently reproduce and/or generate a video of the issue.

gjobin commented 1 year ago

Uploading a torrent file to deluge, it causes the issue consistently. image

Once I press Add: image

Once I disable json-lite, the issue is gone and it works as expected

lauriro commented 6 months ago

Could you try out version 24.4.0?