docs: update documentation to add firefox as supported browser

This commit is contained in:
wanhose 2021-04-03 17:09:09 +02:00
parent cd9e48acce
commit b406e9604e
2 changed files with 18 additions and 8 deletions

View File

@ -1,27 +1,36 @@
# Do Not Consent # Do Not Consent
A Chrome extension that allows you to remove cookie consent dialogs automatically. An extension that allows you to remove cookie consent dialogs automatically.
## Compatibility ## Compatibility
- Google Chrome 61+. - Google Chrome 26+.
- Microsoft Edge 79+. - Microsoft Edge 79+.
- Opera 48+ (not tested yet). - Mozilla Firefox 48+.
- Opera 48+.
## Installation (on Google Chrome) ## Installation (on Google Chrome)
1. Clone the repository to the folder that you want. 1. Clone this repository.
2. Go to [chrome://extensions](chrome://extensions). 2. Go to [chrome://extensions](chrome://extensions).
3. Enable **Developer mode** by clicking the toggle switch next to **Developer Mode**. 3. Enable **Developer mode** by clicking the toggle switch next to **Developer Mode**.
4. Then, click the **LOAD UNPACKED** button and select the *src* cloned folder. 4. Then, click the **LOAD UNPACKED** button and select the _src_ cloned folder.
5. That's all, you have a development build of this extension.
## Installation (on Mozilla Firefox)
1. Clone this repository.
2. Go to [about:debugging](about:debugging).
3. Enter **This Firefox** section.
4. Then, click the **LOAD TEMPORARY ADD-ON** button and select any file inside _src_ cloned folder.
5. That's all, you have a development build of this extension. 5. That's all, you have a development build of this extension.
## Installation (on Microsoft Edge) ## Installation (on Microsoft Edge)
1. Clone the repository to the folder that you want. 1. Clone this repository.
2. Go to [edge://extensions](edge://extensions). 2. Go to [edge://extensions](edge://extensions).
3. Enable **Developer mode** by clicking the toggle switch next to **Developer Mode**. 3. Enable **Developer mode** by clicking the toggle switch next to **Developer Mode**.
4. Then, click the **LOAD UNPACKED** button and select the *src* cloned folder. 4. Then, click the **LOAD UNPACKED** button and select the _src_ cloned folder.
5. That's all, you have a development build of this extension. 5. That's all, you have a development build of this extension.
## Contributing ## Contributing

View File

@ -6,4 +6,5 @@ Give a short description about this pull request.
- [ ] Google Chrome (specify version if checked). - [ ] Google Chrome (specify version if checked).
- [ ] Microsoft Edge (specify version if checked). - [ ] Microsoft Edge (specify version if checked).
- [ ] Mozilla Firefox (specify version if checked).
- [ ] Opera (specify version if checked). - [ ] Opera (specify version if checked).