Disable JavaScript with Chrome DevTools command

February 22, 2019

The Chrome developer tools ship with an interface to run commands (similar to what's available in vscode).

That's useful to do common tasks like disabling or enabling JavaScript. Which otherwise needs to be done by going through the DevTools settings.

The command interface can be opened with command + shift + P (or Ctrl on Windows or Linux).

screenshot chrome command menu