Get Start jsDeminifier
4/1/2014·1 min read
1. What's this?
If you'd like to verify minified js files, like jQuery.min.js, you could add following add-on to your browser, to check the deminified javascript files.
2. How to use it?
Right Click "view Page Source" on your web page, go to find the minified javascript file and open it.
For example, i have following jquery.min need to verify.
Look at your right up side, should has DEMINIFY, click it then you'll get deminified version of js files.
Nice version to check js file, right?
3. Anything bad?
Some minified js file doesn't work. So it's not working well.