Updated README

This commit is contained in:
Filip Znachor 2023-06-06 14:27:19 +02:00
parent 4ba8998277
commit 6a563168cb

View file

@ -1,5 +1,14 @@
# Firefox config
This repository contains my overrides of the default user.js configuration file from the [Betterfox project](https://github.com/yokoffing/Betterfox).
Configuration for [Firefox](https://firefox.com) focused on privacy and blazing-fast browsing, suitable for everyone.
To install this configuration, create a new Firefox profile and copy [the user.js file](https://github.com/yokoffing/Betterfox/blob/master/user.js) from Betterfox there, followed by the content of the user-overrides.js file.
## Installation
To install this configuration, create a new Firefox profile and edit the following files:
1. Create `user.js` file
- Paste the content of Betterfox's [user.js file](https://raw.githubusercontent.com/yokoffing/Betterfox/master/user.js).
- Add the content of my [user.js file](/Znachor/Firefox/raw/branch/master/user.js) at the end of the file.
2. Edit or create `prefs.js` file
- Add the content of my [prefs.js file](/Znachor/Firefox/raw/branch/master/prefs.js) at the end of the file.