selukov / javascript-view

Firefox add-on for viewing javascript files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 (rbudiharso#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

About

Firefox add-on for viewing javascript files


Languages

Language:JavaScript 94.8%Language:CSS 5.2%