https://github.com/ajay-develops/chrome-dev-tools
https://github.com/ajay-develops/chrome-dev-tools
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ajay-develops/chrome-dev-tools
- Owner: ajay-develops
- Created: 2022-08-25T08:00:55.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-26T10:37:34.000Z (almost 4 years ago)
- Last Synced: 2026-02-26T05:53:14.783Z (4 months ago)
- Size: 5.42 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chrome devtools
1. $('ul') displays the first ul of the dom
2. $$('ul') displays all the ul of dom
3. copy(arr) copies the contents of constant arr to clipboard
4. ctrl + shift + c inspects the element on mouse hover
5. ctrl + shift + j opens console or last devtools instance
6. ctrl + shift + i opens new instance of devtools
7. ctrl + p in source tab in devtools to search for files
8. shift + reload / shift + ctrl + r
9.