Hacker News new | ask | show | jobs
by herewulf 1996 days ago
Good idea. You could also access your bank and other sensitive sites with a different profile:

    google-chrome --user-data-dir="/path/to/somewhere/else"
I use this switch and a directory from `mktemp -d` for remote debugging (--remote-debugging-port=1234). The debugging does not disturb my normal browsing and the profile is completely disposable.