JavaScript Beautifier
Everyone now and then a web developer stumble upon a JavaScript which is compressed by some utilities mainly to cut down the load time. I found it really tough, if not impossible, to read and understand such JavaScript. Fortunately, when tired of looking at one such compressed code (of a Google Chrome extension), I as usual searched the web, and found one small and interesting tool called JavaScript Beautifier:
http://jsbeautifier.org/
You can copy paste the JavaScript in its text-box and it’s beautifies that on the fly. Plus if you search for this on Google, you will find many interesting related tools based on this like Bookmarklets, FireFox Extensions, etc.
This is my finding of the day. Hope you find it useful too.
Tags: Beautifier, Decompress, JavaScript
This entry was posted
on Wednesday, March 10th, 2010 at 11:26 am and is filed under JavaScript.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
Feedback & Comments
No Responses