mirror of https://github.com/CrimsonTome/tldr.git
325 B
325 B
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