benmmurphy
benmmurphy
I hook the file download in order to do the minification. I'm not sure if it is possible to hook the local file reading as well. I'll have a look...
Thanks for the report. Do you have a link to an example?
thanks for the bug report. in my initial investigation i've found that is is decompiling the javascript but the decompiled output is incorrect and this causes the javascript to disappear...
i've tried using uglifyjs as an alternative javascript parser because it is much more robust. it works fine on the github js outside of the browser using node. unfortunately, it...
This is a nice idea but it is quite tricky do do :(
this is true. sounds a bit easier than I thought it would be. i'll start work on it after i have closed off https://github.com/benmmurphy/jsdeminifier_xpi/issues/3
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. ```
yeah. this is quite annoying :( it might be because firefox developer tools hooks script download as well in order to get the script text into the debugger and they...