tulios / json-viewer

It is a Chrome extension for printing JSON and JSONP.
https://chrome.google.com/webstore/detail/json-viewer/gbmdgpbipfallnflgajpaliibnhdgobh
MIT License
3.31k stars 678 forks source link

"ClickableUrls" make url incorrect,one possible reason is "&not" will be turned to "¬" #196

Open lhy1993 opened 6 years ago

lhy1993 commented 6 years ago

For example: this json : {"data": "http://domain.me/?a=1&notify_url=333"} if "ClickableUrls" is set to "true", then click that url, '&not' will be changed to "¬": qq 20180228171508

so is that a BUG? what should I do?