Skip to content

Instantly share code, notes, and snippets.

@mbrevda
Last active November 11, 2015 20:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mbrevda/e17e7e05b68a0bb06793 to your computer and use it in GitHub Desktop.
Save mbrevda/e17e7e05b68a0bb06793 to your computer and use it in GitHub Desktop.
Fresh disposable chomre instance
alias newc='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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment