Table of Contents
Keyboard Shortcuts
To open the Chrome Developer Tools, Console Tab, you can use the following shortcodes:
- Windows: ctrl + shift + j
- Mac: cmd + option + i
To open the Chrome Developer Tools, Elements Tab, you can use the following shortcodes:
- Windows: ctrl + shift + c
- Mac: cmd + option + c
To toggle device toolbar use the following shortcodes:
- Windows: ctrl + shift + m
- Mac: cmd + shift + m
copy(xxx)
document.querySelector('ul')
$('ul')
inspect($_)
$$('ul') // Select all ul in the code