jsdeminifier_xpi
jsdeminifier_xpi copied to clipboard
im trying to debug github js
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?
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.
Much much thanks!