mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 10:55:36 +02:00
firefox: expand & update syntax to version 60+ (#3263)
This commit is contained in:
parent
813291581f
commit
6356845d95
1 changed files with 12 additions and 4 deletions
|
@ -9,16 +9,24 @@
|
||||||
|
|
||||||
- Open it at a new window:
|
- Open it at a new window:
|
||||||
|
|
||||||
`firefox -new-window {{https://www.duckduckgo.com}}`
|
`firefox --new-window {{https://www.duckduckgo.com}}`
|
||||||
|
|
||||||
- Open an incognito window:
|
- Open an incognito window:
|
||||||
|
|
||||||
`firefox -private-window`
|
`firefox --private-window`
|
||||||
|
|
||||||
- Search 'wikipedia' on your default search engine:
|
- Search 'wikipedia' on your default search engine:
|
||||||
|
|
||||||
`firefox -search {{wikipedia}}`
|
`firefox --search {{wikipedia}}`
|
||||||
|
|
||||||
- Launch firefox without extensions:
|
- Launch firefox without extensions:
|
||||||
|
|
||||||
`firefox -safe-mode`
|
`firefox --safe-mode`
|
||||||
|
|
||||||
|
- Take a screenshot of a web page in headless mode:
|
||||||
|
|
||||||
|
`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:
|
||||||
|
|
||||||
|
`firefox --new-instance --profile {{path/to/directory}} {{https://example.com/}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue