
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tlug] Reversing a YUI compressed file
- Date: Mon, 10 Jan 2011 17:12:50 +0900
- From: Kyle Hasegawa <kylehase@example.com>
- Subject: Re: [tlug] Reversing a YUI compressed file
- References: <4D2AB6AE.1030702@example.com>
- User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7
On 01/10/2011 04:35 PM, Dave M G wrote:
Finally... my question:
Is there a way I can modify the file from the command line to insert
line breaks and make it editable? 90% of the file is stuff I can safely
delete (YUI and JQuery code that isn't originally mine).
I think even if I were to be able to do something like insert a line
break after every "}" character that would make it parsable enough for
me to edit.
Any suggestions?
It's probably easiest to use a Javascript decompressor or beautifier to
turn minified JS into readable code.
http://jsbeautifier.org/
or Google: javascript decompressor
Kyle
Home |
Main Index |
Thread Index