Skip to content

Instantly share code, notes, and snippets.

@michchan
Last active March 10, 2022 05:38
Show Gist options
  • Save michchan/835ff95024164ebc364b771741b4af17 to your computer and use it in GitHub Desktop.
Save michchan/835ff95024164ebc364b771741b4af17 to your computer and use it in GitHub Desktop.
Useful Shell command for Fullstack Dev
# Open Chrome chrome with CORS disabled
# (!!CAUTION: This will remove all history/plugins/preferences)
open -n -a /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --args --user-data-dir="/tmp/chrome_dev_test" --disable-web-security
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment