discoveryjs / browser-extension-json-discovery

A browser extension (Chrome, Edge, Firefox) that changes the way you're viewing JSON
305 stars 11 forks source link

Bug: JsonDiscovery sets all text files style to "display: none;", causing text files not to be displayed #58

Closed wesinator closed 3 years ago

wesinator commented 3 years ago

Firefox 82.0.2 macOS

To reproduce:

The file is not displayed. JsonDiscovery extension is adding a style="display: none;" to the text pre element which hides the text from the browser.

Please fix this

Thanks,

exdis commented 3 years ago

Fixed this issue in 1.8.1. Thank you for your report!

wesinator commented 3 years ago

thanks for the quick resolution !

Cheers.