Skip to content

Instantly share code, notes, and snippets.

@vgrsec
Last active September 20, 2018 17:54
Show Gist options
  • Save vgrsec/8d7ec77180959f2df842b3602ca7ef86 to your computer and use it in GitHub Desktop.
Save vgrsec/8d7ec77180959f2df842b3602ca7ef86 to your computer and use it in GitHub Desktop.
This will launch Google Chrome as an incognito window with a separate data directory each time.
do shell script "/Applications/Google\\ Chrome.app/Contents/MacOS/Google\\ Chrome --incognito --no-first-run --user-data-dir=/Users/$USER/Desktop/ChromeIncogneto/$RANDOM > /dev/null 2>&1 &"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment