How to deminify javascript

eomeroff picture eomeroff · Oct 3, 2011 · Viewed 67.9k times · Source

Possible Duplicate:
Online Tool to Unminify / Decompress JavaScript
Tool to reverse Javascript minify?

Is there a way to convert minified JavaScript code into normal?

Answer

Rob W picture Rob W · Oct 3, 2011

http://jsbeautifier.org/ works like a charm.

Most software distributed under the GPL license will also provide non-minified code.