mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-12 04:54:52 +03:00
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