Skip to content

Instantly share code, notes, and snippets.

@kukat
Created December 27, 2017 18:35
Show Gist options
  • Save kukat/58a10cc83728625140bec5895cd19a9f to your computer and use it in GitHub Desktop.
Save kukat/58a10cc83728625140bec5895cd19a9f to your computer and use it in GitHub Desktop.
start new chrome instance with proxy
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --user-data-dir=/tmp/chrome-with-proxy --proxy-server=localhost:9999 --disable-restore-session-state --no-default-browser-check --disable-popup-blocking --disable-translate --start-maximized --disable-default-apps --disable-sync --enable-fixed-layout --no-first-run --noerrdialogs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment