We know that Google and Yahoo use too much javascript AJAX stuff on their website.
Google specifically use too much in gmail.
I have seen in my website all the js files are readable and anyone can see how i am performing my functions.
i want to know that how can i read the javascript function in js files Google uses.
When i open them they all look very close that i can’t even read it.
is there any software or site or any tool which can help me in reading those files
These scripts have been minified for bandwidth and obfuscation purposes.
Typically, part of the minifying process is to rename variables to meaningless names like
a. It is not possible to regain the original names to make the code meaningful.Instead, ask the developer whether (s)he is happy to provide you with a copy of his/her original code.