> > What you can do, though, is to minimize your JavaScript > code<http://stackoverflow.com/questions/4843871/javascript-and-css-minimizer>, > > so it's less readable for people inspecting it. > > Sebastian > > > Having seen some of that "obfuscated" java script, where the script writes > code into the document body for later execution, is it possible to see the > "final" document / final java script that is actually run? >
Sure, if the JavaScript is executed using eval(), it should be listed within the Location Menu inside the *Script* panel<https://getfirebug.com/wiki/index.php/Script_Panel#Script_Location_Menu>. If it is attached by dynamically creating a <script> tag, you'll even see it within the *HTML* panel<https://getfirebug.com/wiki/index.php/HTML_Panel>. Sebastian -- You received this message because you are subscribed to the Google Groups "Firebug" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/firebug. To view this discussion on the web visit https://groups.google.com/d/msgid/firebug/6d5b7291-7f58-418c-84d0-29138fa7d7e0%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
