Is there a way to re-organise the compressed javascript file for readability ?
Any tool or script that might help !
Is there a way to re-organise the compressed javascript file for readability ?
Any tool or script that might help !
My personal preference is for: http://jsbeautifier.org/.
I've used it before to de-obfuscate some compressed Google JS.
Also see this question.