Questions tagged [unminify]

29 questions
437
votes
17 answers

Tool to Unminify / Decompress JavaScript

Are there any command line scripts and/or online tools that can reverse the effects of minification similar to how Tidy can clean up horrific HTML? (I'm specifically looking to unminify a minified JavaScript file, so variable renaming might still be…
Andy Ford
  • 8,410
  • 3
  • 26
  • 36
31
votes
0 answers

Tool to reverse Javascript minify?

Possible Duplicate: Online Tool to Unminify / Decompress JavaScript Online javascript minify tools basically strip out comments and whitespace. Is there a tool that can reverse this? Taking what is usually a single line of code: function(){var…
Robin Rodricks
  • 110,798
  • 141
  • 398
  • 607
22
votes
10 answers

Is there such a thing as a javascript deminifier (deobfuscator)?

This question is exactly the opposite of Which Javascript minifier (cruncher) does the same things that the one Google uses for its JS APIs? I want to learn how google does it's loading so I can build my own with non-popular JS toolkits.
Jorge Vargas
  • 6,712
  • 7
  • 32
  • 29
17
votes
2 answers

sublime text 2 - way to unminify or beautify HTML

I'm finding myself pasting in a tonne of code that is minified, i,e all on one line. Rather than scanning through it manually and adding in linebreaks to make it readable, is there an option in Sublime to do it, or a plugin? For example, I have this…
totallyNotLizards
  • 8,489
  • 9
  • 51
  • 85
12
votes
2 answers

How to unminify the js files?

How can I unminify js file which is minify from webpack tool. Before minify, function autoslideSlider() { $('.next-slide').trigger('click'); } $(window).on('load', function(){ $('.preloader').fadeOut('fast'); …
Adarsha Beleyur
  • 157
  • 1
  • 1
  • 7
10
votes
2 answers

un minify JS (javascript) code using visual studio?

I am able to Un minify CSS using Visual studio shortcut (Ctrl + K + D). Same trick not working for JS files. How can I un minify JS using Visual Studio like (Ctrl + K + D) short cut. I know there are lot of tools on web but i am searching for…
sridharnetha
  • 2,104
  • 8
  • 35
  • 69
4
votes
2 answers

Why Postman return unminified JSON Response?

I am new with Postman. For testing purpose, I send a GET call on openweathermap.org API and I well receive a JSON response. The problem is that the Json response body is minified and not easily readable as show in below…
Grégory C
  • 419
  • 2
  • 7
  • 23
4
votes
1 answer

Looking for a tool for unminifying JS and restore variable names

I'm looking for a tool that unminifies a JS file, while restoring the variable names in the whole document. For example, after running the minified code at unminify.com, the code itself contains: W.find("li.patternItem").click(function() { and at…
Shir Gans
  • 1,976
  • 3
  • 23
  • 40
3
votes
1 answer

Unminifying CSS in PhpStorm

I'm working in PhpStorm 2016.3.2. In my HTML files sometimes found