Skip to content

Commit

Permalink
simplify file location guide in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanvir1337x committed Jul 12, 2024
1 parent f013c27 commit 1547650
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,17 @@ My tailor-fitted, highly customized, and advanced [Firefox](https://www.mozilla.
![Searchbar](misc/screenshots/searchbar.png)
![Downloads Menu](misc/screenshots/downloads-menu.png)

## Where do each file go
## File Locations

| File | Location on Linux | Location on Windows | Location on macOS |
| ------- | ------------------------------------- | ----------------------------------------------------- | ----------------------------------------------------------------- |
| user.js | ~/.mozilla/firefox/<path_ID>.default/ | %APPDATA%\Mozilla\Firefox\Profiles\<path_ID>.default/ | ~/Library/Application Support/Firefox/Profiles/<path_ID>.default/ |
| chrome | ~/.mozilla/firefox/<path_ID>.default/ | %APPDATA%\Mozilla\Firefox\Profiles\<path_ID>.default/ | ~/Library/Application Support/Firefox/Profiles/<path_ID>.default/ |
Both `user.js` and `chrome` files should be placed in the following locations depending on your operating system:

| OS | Location |
| ------- | ---------------------------------------------------------------------- |
| Linux | `~/.mozilla/firefox/<profile_ID>.default/` |
| Windows | `%APPDATA%\Mozilla\Firefox\Profiles\<profile_ID>.default/` |
| macOS | `~/Library/Application Support/Firefox/Profiles/<profile_ID>.default/` |

Replace `<profile_ID>` with your Firefox profile ID.

### Finding Your Default Profile

Expand Down

0 comments on commit 1547650

Please sign in to comment.