Sometimes I want to debug some javascript in firebug but it is minified which makes it really hard to put breakpoints in because all the code is on the same line. This plugin deminifies javascript as it is downloaded. However, it does rely on the javascript being served with the proper mime type. There are some functions in firefox that let you access the pretty printed version of javascript functions and another plugin javascript deobfuscator uses this. But you can’t see the deobfuscated code in firebug.
Advertisement