Tool to Unminify / Decompress JavaScript [closed]

You can use this : http://jsbeautifier.org/
But it depends on the minify method you are using, this one only formats the code, it doesn’t change variable names, nor uncompress base62 encoding.

edit: in fact it can unpack “packed” scripts (packed with Dean Edward’s packer : http://dean.edwards.name/packer/)

Leave a Comment