Skip to content

Instantly share code, notes, and snippets.

@micksmix
Last active February 4, 2020 04:35
Show Gist options
  • Select an option

  • Save micksmix/83acbdee5fead2bbb2140d41bd22902f to your computer and use it in GitHub Desktop.

Select an option

Save micksmix/83acbdee5fead2bbb2140d41bd22902f to your computer and use it in GitHub Desktop.
chromium-launch
#!/usr/bin/env bash
chromium --no-sandbox --password-store=basic --user-data-dir=~/.config/chromium -ignore-certificate-errors  --disable-xss-auditor  --no-default-browser-check  --no-first-run  --disable-background-networking  --disable-client-side-phishing-detection  --disable-component-update  --disable-sync  --disable-translate  --disable-web-resources  --safebrowsing-disable-auto-update  --safebrowsing-disable-download-protection &
#alias chromeburp='/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --no-sandbox --password-store=basic --ignore-certificate-errors --disable-xss-auditor --no-default-browser-check --no-first-run --disable-background-networking --disable-client-side-phishing-detection --disable-component-update --disable-sync --disable-translate --disable-web-resources --safebrowsing-disable-auto-update --safebrowsing-disable-download-protection &'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment