Skip to content

Instantly share code, notes, and snippets.

@or9
Created March 19, 2015 22:20
Show Gist options
  • Save or9/930bf9c73e88adeefc64 to your computer and use it in GitHub Desktop.
Save or9/930bf9c73e88adeefc64 to your computer and use it in GitHub Desktop.
Google Chrome (Canary / Chromium) startup scripts with flags
#!/bin/bash
/Applications/Google\ Chrome\ Canary.app/Contents/MacOS/Google\ Chrome\ Canary --disable-web-security --enable-local-file-accesses
#!/bin/bash
/Applications/chromium/Chromium.app/Contents/MacOS/Chromium --disable-web-security --enable-local-file-accesses
exit $?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment