Firefox extension to view javascript file. It automatically deminify, beautify and syntax-highlight the javascript file.
- Rainbow syntax highlighter.
- beautify.js for deminify and beautify javascript.
- Prism is a lightweight, extensible syntax highlighter, built with modern web standards in mind.
- swap rainbow.js with prism.js
- fix bug that causing cpu utilization to reach 100%
- add overflow-x scroll to prevent long line gets wrapped and messes up the line number
- fix bug when viewing html page which ends in .js in its url (#1)
- add line number
- use textContent rather than innerHTML
- fix bug when '&&' is escaped into '& &'
- Initial commit