litejs / json-lite

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

Doesn't work with data: uri pages #14

Closed chowells79 closed 6 years ago

chowells79 commented 6 years ago

Sometimes I want to quickly view some json data formatted nicely. I throw it into my browser with a data: uri, something like data:application/json,{"productId":0,"viewLink":"string"}. json-lite doesn't format the page.

This is observed in FireFox 57 and Chrome 61

lauriro commented 6 years ago

I have no idea, how to access data uris using WebExtension.

lauriro commented 6 years ago

At my current knowledge, it is not possible to access data uris with webextension. This is not doable. Reopen when there are options.