Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Chrome -where the downloaded js files form a website are stored in our local machine

When browsing an website, javascript files will be loaded into our local machine by browser. Im curious to find out where the files are stored in our local machine. (Curios after I seen the list of js files (in directory structure, as like my workspace) in the 'Sources' panel - Google Chrome web inspector)

I can say that it will be in Temp files or Chrome/Firefox App data, but can anybody tell me where exactly the files are saved?

like image 694
Vino Avatar asked Jan 01 '26 02:01

Vino


1 Answers

The location varys from browser to browser and is different on most operating systems. You have to be more specific about what browser.

Google chrome for example uses the following path to store temporary data:

  • Windows Vista: C:\Users[USERNAME]\AppData\Local\Google\Chrome\
  • Windows XP: C:\Documents and Settings[USERNAME]\Local Settings\Application Data\Google\Chrome\
  • Windows 7/8: C:\Users[USERNAME]\AppData\Local\Google\Chrome\User Data\Default\Cache
  • Mac OS X: /Users/[USERNAME]/Library/Caches/Google/Chrome/
like image 142
Minzkraut Avatar answered Jan 03 '26 02:01

Minzkraut



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!