https://github.com/boo-urns/devtools
https://github.com/boo-urns/devtools
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/boo-urns/devtools
- Owner: Boo-urns
- Created: 2013-09-06T15:15:01.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-09-06T15:56:07.000Z (almost 13 years ago)
- Last Synced: 2025-04-12T17:55:08.898Z (about 1 year ago)
- Language: CSS
- Size: 121 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
##How to Save files to disk in Chrome DevTools
####Download or clone this repo
Open index.html in Chrome
####Open DevTools
* Many options to open DevTools
+ View > Developer Tools > Developer Tools
+ Right click / inspect element
+ *Mac* - Cmd + Opt + I
+ *Windows* F12 + Ctrl + Shift + I
+ [More DevTools Keyboard Shortcuts](https://developers.google.com/chrome-developer-tools/docs/shortcuts)
* Switch to the Sources Tab
+ ( There should be a small box with an arrow point to the right. Click that box. )
* Dropdown under folder that the css is in. Right Click on that css file > Save
+ Save the file the exact same in the same folder (Replace it)
Local Modifications should be setup in DevTools :)