feat(data): add new elements

This commit is contained in:
wanhose 2021-10-28 14:10:18 +02:00
parent 969a47bfae
commit d473180996
2 changed files with 13 additions and 8 deletions

View File

@ -12472,3 +12472,8 @@ div[data-module="cookie-notice"]
.contenedorcookies .contenedorcookies
#Transparente #Transparente
#widgetCookiesPpal #widgetCookiesPpal
#onetrust-policy
#onetrust-group-container
#onetrust-banner-sdk
script[src*="cdn.cookielaw.org"]
script[src*="evidon.com"]

View File

@ -9,17 +9,17 @@ A browser extension that eats cookie consent dialogs.
## Compatibility ## Compatibility
- Google Chrome 67+. - Google Chrome 51+.
- Microsoft Edge 79+. - Microsoft Edge 15+.
- Mozilla Firefox 48+. - Mozilla Firefox 54+.
- Opera 48+. - Opera 38+.
## Installation (on Google Chrome) ## Installation (on Google Chrome)
1. Clone this repository. 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 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 Mozilla Firefox) ## Installation (on Mozilla Firefox)
@ -27,7 +27,7 @@ A browser extension that eats cookie consent dialogs.
1. Clone this repository. 1. Clone this repository.
2. Go to [about:debugging](about:debugging). 2. Go to [about:debugging](about:debugging).
3. Enter **This Firefox** section. 3. Enter **This Firefox** section.
4. Then, click the **LOAD TEMPORARY ADD-ON** button and select any file inside _src_ cloned folder. 4. Then, click the **LOAD TEMPORARY ADD-ON** button and select any file inside the 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)
@ -35,7 +35,7 @@ A browser extension that eats cookie consent dialogs.
1. Clone this repository. 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 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