0
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 23 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Note about current lack of maintenance, and no relations More... over 10 years ago
Fix link to JSONView example image More... over 10 years ago
Merge pull request #5 from Sense545/master More... over 10 years ago
Updated html generating code to escape href properly for generated links More... over 10 years ago
re-add regex matching, since lots of URLs with .json aren't actually JSON. When we get JSON sent to us as 'text/plain' Chrome also wraps it in <pre>...</pre> tags, so strip those out if we've matched on '.json' and are hoping to match the docbody as well More... about 14 years ago
strip HTML formatting added by Chrome (could also just match <pre>) and disply errors properly. Any way to get Chrome not to add <pre> tags to text/plain? >:| More... over 14 years ago
shorter description, and declare & set the title to 'this.uri' More... over 14 years ago
use Ben's JSONp parser from JSONView, add a handy README and proper credits around the code, and only parse URIs containing '.json' rather than regexing EVERY page. Oh, and a logo. More... over 14 years ago
initial functioning version -- synthesis of the JSONView Firefox extension & the XMLTree Chrome extension. Need to get default.{js,css} loading from the local chrome and we are in business More... over 14 years ago