Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

Commit

Permalink
PR #18 Stage verification fixes (#22)
Browse files Browse the repository at this point in the history
Fixing banner flash for the following sites:
20min.ch, aktuality.sk, onet.pl, tv2.dk, idokep.hu, bild.de, 24sata.hr, olx.ro, t-online.de, gsp.ro, ebay.co.uk 

Fixing banner rules not working for the following sites:
marca.com, repubblica.it
  • Loading branch information
Softvision-PatriciuPop authored Nov 9, 2022
1 parent 5040d50 commit ad836f7
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions cookie-banner-rules-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -1014,7 +1014,7 @@
{
"click": {
"optIn": "button#onetrust-accept-btn-handler",
"presence": "div#onetrust-button-group"
"presence": "div#onetrust-consent-sdk"
},
"domain": "20min.ch",
"cookies": {},
Expand Down Expand Up @@ -1181,7 +1181,7 @@
{
"click": {
"optIn": "button.sp_choice_type_11",
"presence": "div#notice"
"presence": "div#sp_message_container_710231"
},
"domain": "aktuality.sk",
"cookies": {
Expand Down Expand Up @@ -1316,7 +1316,7 @@
{
"click": {
"optIn": "button.cmp-intro_acceptAll",
"presence": "div.cmp-intro_options"
"presence": "div.cmp-app_gdpr"
},
"domain": "onet.pl",
"cookies": {},
Expand Down Expand Up @@ -1497,7 +1497,7 @@
"click": {
"optIn": "button#onetrust-accept-btn-handler",
"optOut": "button#onetrust-reject-all-handler",
"presence": "div#onetrust-button-group"
"presence": "div#onetrust-consent-sdk"
},
"domain": "tv2.dk",
"cookies": {
Expand Down Expand Up @@ -1525,7 +1525,7 @@
{
"click": {
"optIn": "button.css-1wjnr64",
"presence": "div.qc-cmp2-summary-buttons"
"presence": "div.qc-cmp2-container"
},
"domain": "idokep.hu",
"cookies": {
Expand Down Expand Up @@ -1595,7 +1595,7 @@
{
"click": {
"optIn": "button#didomi-notice-agree-button",
"presence": "div#buttons"
"presence": "div#didomi-host"
},
"domain": "marca.com",
"cookies": {},
Expand Down Expand Up @@ -1650,7 +1650,7 @@
{
"click": {
"optIn": "button.sp_choice_type_11",
"presence": "div#notice"
"presence": "div#sp_message_container_704706"
},
"domain": "bild.de",
"cookies": {},
Expand All @@ -1669,7 +1669,7 @@
{
"click": {
"optIn": "button#didomi-notice-agree-button",
"presence": "div#buttons"
"presence": "div#didomi-host"
},
"domain": "24sata.hr",
"cookies": {},
Expand Down Expand Up @@ -1768,7 +1768,7 @@
{
"click": {
"optIn": "button#onetrust-accept-btn-handler",
"presence": "div#onetrust-button-group"
"presence": "div#onetrust-consent-sdk"
},
"domain": "olx.ro",
"cookies": {},
Expand Down Expand Up @@ -1839,7 +1839,7 @@
{
"click": {
"optIn": "button.cmp-consent-accept-btn",
"presence": "div#notice"
"presence": "div#sp_message_container_719592"
},
"domain": "t-online.de",
"cookies": {
Expand Down Expand Up @@ -1900,7 +1900,7 @@
{
"click": {
"optIn": "button.iubenda-cs-accept-btn",
"presence": "div.iubenda-cs-opt-group-consent"
"presence": "div#iubenda-cs-banner"
},
"domain": "repubblica.it",
"cookies": {
Expand Down Expand Up @@ -2067,7 +2067,7 @@
{
"click": {
"optIn": "button#onetrust-accept-btn-handler",
"presence": "div#onetrust-button-group"
"presence": "div#div#onetrust-consent-sdk"
},
"domain": "gsp.ro",
"cookies": {
Expand Down Expand Up @@ -2116,7 +2116,7 @@
"click": {
"optIn": "button#gdpr-banner-accept",
"optOut": "button#gdpr-banner-decline",
"presence": "div.gdpr-banner-actions"
"presence": "div#gdpr-banner"
},
"domain": "ebay.co.uk",
"cookies": {},
Expand Down

0 comments on commit ad836f7

Please sign in to comment.