Skip to content

Instantly share code, notes, and snippets.

@joujiahe
Created November 3, 2014 08:18
Show Gist options
  • Save joujiahe/2dbf891cbc7425c25523 to your computer and use it in GitHub Desktop.
Save joujiahe/2dbf891cbc7425c25523 to your computer and use it in GitHub Desktop.
Launch Chrome with a clean profile
# OSX
open -a "Google Chrome" --args --user-data-dir=/dev/null
# Linux
google-chrome --user-data-dir=/dev/null
# Windows
"C:\Users\username\AppData\Local\Google\Chrome\Application\chrome.exe" --user-data-dir=/dev/null
@ndinev
Copy link

ndinev commented Nov 5, 2021

Windows option is not working

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment