diff --git a/data/elements.txt b/data/elements.txt index a347d11..a72493c 100644 --- a/data/elements.txt +++ b/data/elements.txt @@ -12471,4 +12471,9 @@ correos-cdk-cookies-module div[data-module="cookie-notice"] .contenedorcookies #Transparente -#widgetCookiesPpal \ No newline at end of file +#widgetCookiesPpal +#onetrust-policy +#onetrust-group-container +#onetrust-banner-sdk +script[src*="cdn.cookielaw.org"] +script[src*="evidon.com"] \ No newline at end of file diff --git a/docs/README.md b/docs/README.md index a6044cd..341b29f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -9,17 +9,17 @@ A browser extension that eats cookie consent dialogs. ## Compatibility -- Google Chrome 67+. -- Microsoft Edge 79+. -- Mozilla Firefox 48+. -- Opera 48+. +- Google Chrome 51+. +- Microsoft Edge 15+. +- Mozilla Firefox 54+. +- Opera 38+. ## Installation (on Google Chrome) 1. Clone this repository. 2. Go to [chrome://extensions](chrome://extensions). 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. ## Installation (on Mozilla Firefox) @@ -27,7 +27,7 @@ A browser extension that eats cookie consent dialogs. 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. +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. ## Installation (on Microsoft Edge) @@ -35,7 +35,7 @@ A browser extension that eats cookie consent dialogs. 1. Clone this repository. 2. Go to [edge://extensions](edge://extensions). 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. ## Contributing