简体   繁体   中英

How can I save all JavaScript files in Firebug?

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:

Firebug的* Script *面板中列出的JavaScript文件

Is there any way to download all these files?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM