Skip to content

Instantly share code, notes, and snippets.

@mattes
Last active April 29, 2024 01:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mattes/40b5fac8231ca567e94416e7c88d2c10 to your computer and use it in GitHub Desktop.
Save mattes/40b5fac8231ca567e94416e7c88d2c10 to your computer and use it in GitHub Desktop.
Multiple Google Chrome instances on MacOS
# http://peter.sh/experiments/chromium-command-line-switches/
mkdir -p /tmp/t1
open -na "Google Chrome" --args --user-data-dir=/tmp/t1 --remote-debugging-port=9222
# protip: press cmd+h to hide window
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment