I saw an interesting js file in a website, but i cannot read it because it is minimized. Is there any service or method to convert it to a readable file?
The minimized js file is similar to the compiled output from Google Closure Compiler.
I saw an interesting js file in a website, but i cannot read it because it is minimized. Is there any service or method to convert it to a readable file?
The minimized js file is similar to the compiled output from Google Closure Compiler.
You can use http://jsbeautifier.org
There is also a similar feature provided by UglifyJs which has an option for beautifying the code: