Is there a browser add-on (for firefox or chrome) that would easily let me open a non minified version of a script file?
eg, a production website would load script.min.js, but usually the script.js would also be available in the same directory. same goes for some css files (style.min.css or style.css)
the .min. notation seems to be used quite a bit
I'm not looking for a pretty-printer, like in this question: Is there a plugin that allows me to automatically unminify the Javascript included on a site?
but for something that would automatically discover the correct unminified file (which would include comments etc)
Couldnt find any through google, but perhaps I missed one?