jsdeminifier_xpi icon indicating copy to clipboard operation
jsdeminifier_xpi copied to clipboard

im trying to debug github js

Open yajd opened this issue 11 years ago • 2 comments

hi im trying to debug (with breakpoints) github js (when user clicks on a file to load from repo) but the deminifier is not working right. i think the mime type is not javascript. is there anyway you can add a white list so i can give it urls. or can you make it deminify all .js files please?

im using Firefox 26, i saw adon was updated on jan 2 2014. i havent actually seen this deminify anything yet, ff26 is supported right?

yajd avatar Feb 05 '14 23:02 yajd

The latest version of firefox comes with built-in deobfuscation. I recommend you use that.

https://developer.mozilla.org/en-US/Firefox/Releases/27

Javascript in the debugger panel can be unminified, using the { } button.

benmmurphy avatar Feb 06 '14 00:02 benmmurphy

Much much thanks!

yajd avatar Feb 07 '14 02:02 yajd