Skip to content

Instantly share code, notes, and snippets.

@drakemccabe
Last active January 31, 2023 22:16
Show Gist options
  • Save drakemccabe/cce304ed0694c994306517ec61f07f57 to your computer and use it in GitHub Desktop.
Save drakemccabe/cce304ed0694c994306517ec61f07f57 to your computer and use it in GitHub Desktop.
Launch a fresh instance of Chrome with User Defined Flags (OSX)
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome tmp=`date +%Y%m%d%H%M%S`;open -na "Google Chrome" --args --user-data-dir=/tmp/$tmp --no-first-run --disable-extensions --safe-plugins --disable-default-apps --disable-save-password-bubble --disable-session-storage --disable-sync --disable-zero-browsers-open-for-tests --lang=en-US
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment