An open API service indexing awesome lists of open source software.

https://github.com/ajay-develops/chrome-dev-tools


https://github.com/ajay-develops/chrome-dev-tools

Last synced: 4 months ago
JSON representation

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.