
firefox
List of commands for firefox:
-
firefox:ai:8c2fc tell me what firefox is displaying$ firefoxtry on your machineexplain this command
-
firefox:ai:a9e6c Displays the help page for Firefox$ firefox --helptry on your machineexplain this command
-
firefox:tldr:09a52 firefox: Launch Firefox and open a web page.$ firefox ${https:--www-duckduckgo-com}try on your machineexplain this command
-
firefox:tldr:27277 firefox: Open a private (incognito) window.$ firefox --private-windowtry on your machineexplain this command
-
firefox:tldr:35723 firefox: Use a specific profile to allow multiple separate instances of Firefox to run at once.$ firefox --profile ${path-to-directory} ${https:--example-com-}try on your machineexplain this command
-
firefox:tldr:66610 firefox: Set Firefox as the default browser.$ firefox --setDefaultBrowsertry on your machineexplain this command
-
firefox:tldr:84734 firefox: Take a screenshot of a web page in headless mode.$ firefox --headless --screenshot ${path-to-output_file-png} ${https:--example-com-}try on your machineexplain this command
-
firefox:tldr:c2ef8 firefox: Open a new window.$ firefox --new-window ${https:--www-duckduckgo-com}try on your machineexplain this command
-
firefox:tldr:db322 firefox: Launch Firefox in safe mode, with all extensions disabled.$ firefox --safe-modetry on your machineexplain this command