Free Online JavaScript Minify Tool
JavaScript Minifier is an online javascript compressor that allows you to uglify and combine your javascript files for free. While loading a html in the browser, a large js code(current in the html or in the external reference js file) will cause the html page open and show slowly. Compressing javascript will reduce the js file size, saving at least 20% space, which make your html page load faster.
Minify JavaScript Ways 1: Copy Your JS Source Code
In this way, just copy the js code which you want to pack. And paste it to the left textarea, then click the minify button, the minified js code string will appear in the right textarea.
Minify JavaScript Ways 2: Upload Your JS File
In this way, just upload js file which you want to pack. And you will get a mini.js file. Please click the button in the right below to download the zip file with js in.