Files
tldr/pages/common/firefox.md
Ben Scattergood 4434c26c98 Firefox: suggested changes
grammatical change for default browser flag

Co-Authored-By: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2019-12-27 23:53:56 +00:00

876 B

firefox

A free and open source web browser. More information: https://developer.mozilla.org/en-US/docs/Mozilla/Command_Line_Options.

  • Launch Firefox and open a web page:

firefox {{https://www.duckduckgo.com}}

  • Open a new window:

firefox --new-window {{https://www.duckduckgo.com}}

  • Open a private (incognito) window:

firefox --private-window

  • Search for "wikipedia" using the default search engine:

firefox --search "{{wikipedia}}"

  • Launch Firefox in safe mode, with all extensions disabled:

firefox --safe-mode

  • Take a screenshot of a web page in headless mode:

firefox --headless --screenshot {{path/to/output_file.png}} {{https://example.com/}}

  • Create a new profile in the default directory without starting Firefox:

firefox --CreateProfile {{profile_name}}

  • Set Firefox as the default browser:

firefox --setDefaultBrowser