How can I see included JavaScript sources?

Posted by Toddintr on Stack Overflow See other posts from Stack Overflow or by Toddintr
Published on 2010-06-11T20:57:07Z Indexed on 2010/06/11 21:02 UTC
Read the original article Hit count: 170

I am trying to script a web page using GreaseMonkey. (I am using Firebug for help in development.) The page has a small amount of JavaScript code, but that code pulls in other JS files from the site. Are the entire collection of JS files stored somewhere on the client side (i.e. on the filesystem somewhere) so that I can view them? Or better yet, is there a way I can view them in Firebug? I am a little overwhelmed by Firebug but will be able to follow instructions. Many thanks. (My first ever question on SO!)

-Todd

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about firefox