Skip to content

piotrex/javascript-view

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.9%
  • CSS 5.1%