2

I'm curious how a particular page does something and want to find out how it works. However, all the JS is obfuscated and minified. Is there a way I can get the chrome debugger or firebug to beautify all the javascript to make stepping through the code more useful?

Thanks

Brian
  • 21
  • 2
  • Possible duplicate of [Is there a plugin that allows me to automatically unminify the Javascript included on a site?](http://stackoverflow.com/questions/4279319/is-there-a-plugin-that-allows-me-to-automatically-unminify-the-javascript-includ) – Ciro Santilli OurBigBook.com Nov 17 '15 at 09:15

1 Answers1

1

As of Chrome 12, you can right click in the Script pane and select "De-obfuscate source". See screenshots and more info at Sitepoint

Mads Mobæk
  • 34,762
  • 20
  • 71
  • 78