Minify js file chrome

broken image
broken image

JavaScript Minifier/Compressor uses a modified version of UglifyJS 3 for all JavaScript compression. It also removes line breaks making otherwise thousand lines of code into a single line. JavaScript Minifier works by removing all unnecessary white-spaces, semicolons, quotes, altering booleans, stripping comments and shrinking local variable names. Once finished, the minified JavaScript code should appear in the output box (bottom side).Click the “Compress JS” button and wait for it to finish compressing.

broken image

js file just in case you need to modify it again in the future.

broken image