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

Commit

Permalink
Added a new global rule for CookieScript
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg-21 committed Dec 6, 2023
1 parent a42a029 commit ac36281
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions cookie-banner-rules-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,15 @@
"skipPresenceVisibilityCheck": true
}
},
{
"id": "cookiescript",
"domains": [],
"click": {
"presence": "#cookiescript_injected",
"optOut": "#cookiescript_reject",
"optIn": "#cookiescript_accept"
}
},
{
"id": "disabled",
"domains": [
Expand Down Expand Up @@ -4787,16 +4796,6 @@
"id": "522a2d72-8131-406e-b058-b27ec07808fc",
"domains": ["vodafone.pt"]
},
{
"click": {
"optIn": "div#cookiescript_accept",
"optOut": "div#cookiescript_reject ",
"presence": "div#cookiescript_injected"
},
"cookies": {},
"id": "7f8a8bfd-343c-4fa5-969b-35a0690f6f4f",
"domains": ["idealmedia.io"]
},
{
"click": {
"optIn": "div.link-buttonstyles__BxpButton-sc-1utqn26-1",
Expand Down

0 comments on commit ac36281

Please sign in to comment.