I'm curious how a particular page does something and want to find out how it works. However, all the JS is obfuscated and minified. Is there a way I can get the chrome debugger or firebug to beautify all the javascript to make stepping through the code more useful?
Thanks