For Javascript code that is linked or generated, what is the best way to view all of them?
Examples are like the Google AdSense or Analytics code, such as
<script type="text/javascript"><!--
google_ad_client = "pub-xxxxxxxxx";
[...]
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
I usually use Firefox's add-on Web Developer -> Information -> View Javascript. Are there other ways too?