Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1013 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 1013 Bytes

Javascript View

Firefox extension to view javascript file. It automatically deminify, beautify and syntax-highlight the javascript file.

Credits:

  1. Rainbow syntax highlighter.
  2. beautify.js for deminify and beautify javascript.
  3. Prism is a lightweight, extensible syntax highlighter, built with modern web standards in mind.

Changelog

version 1.2.0

  • swap rainbow.js with prism.js

version 1.1.3

  • fix bug that causing cpu utilization to reach 100%

version 1.1.2

  • add overflow-x scroll to prevent long line gets wrapped and messes up the line number

version 1.1.1

  • fix bug when viewing html page which ends in .js in its url (#1)

version 1.1.0

  • add line number

Version 1.0.1

  • use textContent rather than innerHTML
  • fix bug when '&&' is escaped into '& &'

Version 1.0

  • Initial commit