Has anyone built a Javascript un-obfuscator / un-minifier that not only improves the formatting but also swaps in more meaningful variable and function names, and adds some human readable comments explaining the function of code?
Packaging this into a browser extension that works along with dev tools would all but make JS obfuscation pointless, I reckon.