1

I have a JavaScript web application and I am using Firebug to debug it.

In Firebug's Script panel I can see all JS files which the website is using:

JavaScript files listed in Firebug's *Script* panel

Is there any way to download all these files?

Sebastian Zartner
  • 18,808
  • 10
  • 90
  • 132
John Kaff
  • 1,905
  • 6
  • 18
  • 30

2 Answers2

1

You can always right-click a single file (in Chrome's or Firefox' DevTools or Firebug) and then click the option to open the file in a new tab, then press Ctrl + s to save it. But there is no way of saving them all at once.

Sebastian Zartner
  • 18,808
  • 10
  • 90
  • 132
Filipe Merker
  • 2,428
  • 1
  • 25
  • 41