Skip to content

Instantly share code, notes, and snippets.

@stoufa
Created September 28, 2023 10:51
Show Gist options
  • Save stoufa/f5f634aa9c04248fafae9cca19d0c59c to your computer and use it in GitHub Desktop.
Save stoufa/f5f634aa9c04248fafae9cca19d0c59c to your computer and use it in GitHub Desktop.
Open Google Chrome with Temporary Profile (Tested on Ubuntu 23.04)
#!/usr/bin/env bash
# a better alternative to incognito mode! (you can re-open tabs closed by mistake! 😉)
# this profile will be wiped out when you log off
# (ℹ️) make sure to turn sync on to access your extensions and bookmarks
google-chrome --user-data-dir=/tmp/chrome-temp-profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment