Skip to content

Instantly share code, notes, and snippets.

@bharathmuppa
Forked from revolunet/chrome.sh
Created October 2, 2018 20:40
Show Gist options
  • Save bharathmuppa/44081178d789798f2362a5aa626a7616 to your computer and use it in GitHub Desktop.
Save bharathmuppa/44081178d789798f2362a5aa626a7616 to your computer and use it in GitHub Desktop.
Launch a new chrome instance with disable-web-security
#!/bin/sh
# on OSX : /Applications/Google\ Chrome\ 2.app/Contents/MacOS/Google\ Chrome
/path/to/Chrome --user-data-dir=/tmp/test1 --no-default-browser-check --no-first-run --disable-default-apps --disable-popup-blocking --disable-translate --disable-web-security
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment