1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

firefox: add extra flag options

also added note that profile selection is not available on windows
This commit is contained in:
Ben Scattergood 2019-10-10 17:32:17 +01:00 committed by Starbeamrainbowlabs
parent de1d2d2249
commit 944b10aba4

View file

@ -27,6 +27,14 @@
`firefox --headless --screenshot {{path/to/output_file.png}} {{https://example.com/}}` `firefox --headless --screenshot {{path/to/output_file.png}} {{https://example.com/}}`
- Use a specific profile directory to allow multiple separate instances of Firefox to run at once: - Use a specific profile directory to allow multiple separate instances of Firefox to run at once (not available for Windows):
`firefox --new-instance --profile {{path/to/directory}} {{https://example.com/}}` `firefox --new-instance --profile {{path/to/directory}} {{https://example.com/}}`
- Create a new profile in the default directory without starting Firefox:
`firefox --CreateProfile {{profile_name}}`
- Set Firefox as default browser:
`firefox --setDefaultBrowser