2

while browsing asite, how can I save the CSS and javascript files from inside chrome dev or firebug to my local machine directory

Let me clarify, I'm not looking to save on the remote server. I can see the resources, but there's no option to save them.

  1. Can you please help explain if I can save, (rather that copy and paste)
  2. Are there any plugins to save the resources
aroos
  • 505
  • 2
  • 5
  • 12

1 Answers1

2

In Chrome Dev-tools: Under the Sources tab, right-click the file and click "Save as"

screenshot

snumpy
  • 2,808
  • 6
  • 24
  • 39
  • Awesome, I had the old version. Also, the newer sites are posting html, without the extension, and the html content save does not capture the HTML, any ways around it. – aroos May 03 '13 at 21:44