mirror of https://github.com/CrimsonTome/tldr.git
13 lines
325 B
Markdown
13 lines
325 B
Markdown
# google-chrome
|
|
|
|
> The web browser from Google.
|
|
> More information: <https://chrome.google.com>.
|
|
|
|
- Run with a custom profile directory:
|
|
|
|
`google-chrome --user-data-dir={{path/to/directory}}`
|
|
|
|
- Run without CORS validation, useful to test an API:
|
|
|
|
`google-chrome --user-data-dir={{path/to/directory}} --disable-web-security`
|