Last active
September 20, 2018 17:54
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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