Skip to content

Instantly share code, notes, and snippets.

@elvisciotti
Last active August 14, 2022 06:27
Show Gist options
  • Save elvisciotti/7467264 to your computer and use it in GitHub Desktop.
Save elvisciotti/7467264 to your computer and use it in GitHub Desktop.
chrome launch without web security, custom user agent, data dir and web page
"/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome" --disable-web-security --user-agent="Android"  --user-data-dir="C:/temp-chrome-app" --app=file:///C:/path/to/app.html"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment