Is there a plugin that allows me to automatically unminify the Javascript included on a site? [closed] Is there a plugin that allows me to automatically unminify the Javascript included on a site? [closed] javascript javascript

Is there a plugin that allows me to automatically unminify the Javascript included on a site? [closed]


Someone has made JSBeautifier into a Firebug plugin:

https://addons.mozilla.org/en-US/firefox/addon/javascript-deminifier/

This has made my day today!


In chrome 13+, there is 'pretty print'.

  1. Right click 'inspect element'
  2. Go to Script tab
  3. Click the curly braces in the bottom right.

Screenshot


Venkman JavaScript debugger has a pretty-printer.

There is also an extension for Fiddler proxy.

IE9 developer tools also have a "format javascript" option (see "F12 Developer Tools and Formatting Minified Script" here)