Skip to content

Instantly share code, notes, and snippets.

View bharathmuppa's full-sized avatar
🚀
Active

bharathmuppa bharathmuppa

🚀
Active
View GitHub Profile
@bharathmuppa
bharathmuppa / chrome.sh
Created October 2, 2018 20:40 — forked from revolunet/chrome.sh
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