Forum Moderators: open
Oh, and is the source all over the place or is it just missing its whitespace?
if the site has their javascript file compressed, it looks like:
var a=0;b=[];c=function d(){return false;]
You can the idea, so I want to basically paste the javascript in some editor, so it formats the javascript into a more readable state.
So make the above like:
var a = 0;
var b = [];
c = function() {
return false;
}
Is this possible or am I dreaming? hehe