knowledge/technology/applications/network/browsers/Firefox.md

30 lines
874 B
Markdown
Raw Normal View History

2023-12-04 10:02:23 +00:00
---
website: https://www.mozilla.org/firefox/
obj: application
flatpak-id: org.mozilla.firefox
---
# Firefox
Firefox is a free web browser by [Mozilla](../../../internet/websites/clearnet/Mozilla.md). Additionally to providing a good web browsing experience with themes and extensions, it provides great developent tooling as well.
## Options
You can launch Firefox from the command line:
```shell
firefox [URLs]...
```
Manage firefox profiles:
```shell
firefox --ProfileManager
```
| Option | Description |
| ----------------------- | ---------------------------- |
| `--kiosk` | Enable kiosk mode |
| `--kiosk-monitor <num>` | Set monitor for kiosk mode |
| `-P <profile>` | Start with named profile |
| `--profile <path>` | Start with profile at `path` |
2024-09-04 14:22:57 +00:00
![Screenshot](./firefox.avif)