On this page
apsyleg1 min read
#devtools #chrome #frontend #productivity

Run command in Chrome DevTools

Chrome DevTools has a handy interface for quickly invoking various commands. I actively use it to clear cookies or disable JavaScript — very convenient when debugging server-side rendering (SSR). Everything is done via keyboard — fast and efficient.

How to use

1. Open DevTools

  • Windows / Linux: Ctrl + Shift + I
  • Mac: Cmd + Option + I

2. Open Run Command

  • Windows / Linux: Ctrl + Shift + P
  • Mac: Cmd + Shift + P

3. Find the command and run it

Useful examples:

  • Clear site data (including third-party cookies)
  • Disable JavaScript

There are a huge number of commands — it significantly speeds up your workflow.