Skip to content

ajay-develops/chrome-dev-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors