Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save amanaplan/078549de0c9566324f41ea07f200eb8f to your computer and use it in GitHub Desktop.
Save amanaplan/078549de0c9566324f41ea07f200eb8f 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 --disable-features=EnforcePrivacySandboxAttestations,FledgeEnforceKAnonymity
# 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