JavaScript Deobfuscator is a Firefox addon designed to display what JavaScript runs on a web page.
The code displayed comes straight from the JavaScript engine of the browser. Whenever the JavaScript engine compiles or executes a script it is added to the corresponding list. The rules at the bottom of the Deobfuscator window define which scripts should show up.
By default, browser's own scripts and extensions are excluded but the filters can be adjusted to show those as well. The JavaScript engine reformats the source code so that it is easier to read - there are also some artifacts however like some functions appearing twice.
Requirements:
· irefox 8.0 - 14.0a1
· SeaMonkey 2.5 - 2.11a1
What's New in This Release: [ read full changelog ]
· Improved handling of the menu item, made sure that two identical menu items are never displayed.