@duckduckgo/autoconsent 4.1.3 → 4.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (108) hide show
  1. package/CHANGELOG.md +64 -0
  2. package/dist/addon-firefox/content.bundle.js +3 -2
  3. package/dist/addon-firefox/manifest.json +1 -1
  4. package/dist/addon-firefox/rules.json +1496 -75
  5. package/dist/addon-mv3/content.bundle.js +3 -2
  6. package/dist/addon-mv3/manifest.json +1 -1
  7. package/dist/addon-mv3/rules.json +1496 -75
  8. package/dist/autoconsent.cjs.js +1 -1
  9. package/dist/autoconsent.esm.js +1 -1
  10. package/dist/autoconsent.playwright.js +1 -1
  11. package/lib/cmps/trustarc-top.ts +4 -3
  12. package/package.json +2 -2
  13. package/rules/autoconsent/1password-com.json +11 -0
  14. package/rules/autoconsent/agolde-com.json +13 -0
  15. package/rules/autoconsent/altium-com.json +9 -0
  16. package/rules/autoconsent/aquasana-com.json +9 -0
  17. package/rules/autoconsent/athlinks-com.json +12 -0
  18. package/rules/autoconsent/automattic-cmp-optout.json +19 -0
  19. package/rules/autoconsent/bbb.json +12 -0
  20. package/rules/autoconsent/burpee-com.json +13 -0
  21. package/rules/autoconsent/canva.json +25 -0
  22. package/rules/autoconsent/civic-cookie-control.json +12 -0
  23. package/rules/autoconsent/clustrmaps-com.json +12 -0
  24. package/rules/autoconsent/complianz-optin.json +2 -2
  25. package/rules/autoconsent/cookiefirst.json +41 -0
  26. package/rules/autoconsent/crossfit-com.json +10 -0
  27. package/rules/autoconsent/dailymotion-us.json +9 -0
  28. package/rules/autoconsent/delta-com.json +12 -0
  29. package/rules/autoconsent/dmgmedia-us.json +20 -0
  30. package/rules/autoconsent/geeks-for-geeks.json +12 -0
  31. package/rules/autoconsent/healthline-media.json +18 -0
  32. package/rules/autoconsent/itopvpn-com.json +13 -0
  33. package/rules/autoconsent/justwatch-com.json +15 -0
  34. package/rules/autoconsent/ketch.json +28 -17
  35. package/rules/autoconsent/macpaw-com.json +13 -0
  36. package/rules/autoconsent/midway-usa.json +12 -0
  37. package/rules/autoconsent/nrk-no.json +9 -0
  38. package/rules/autoconsent/onlyFans.json +18 -0
  39. package/rules/autoconsent/paypal-us.json +25 -0
  40. package/rules/autoconsent/pinetools-com.json +13 -0
  41. package/rules/autoconsent/pmc-cmp.json +9 -0
  42. package/rules/autoconsent/pornpics.json +9 -0
  43. package/rules/autoconsent/samsung-com.json +12 -0
  44. package/rules/autoconsent/similarweb-com.json +13 -0
  45. package/rules/autoconsent/takealot-com.json +13 -0
  46. package/rules/autoconsent/tidbits-com.json +9 -0
  47. package/rules/autoconsent/tractor-supply.json +12 -0
  48. package/rules/autoconsent/trader-joes-com.json +9 -0
  49. package/rules/autoconsent/true-car.json +12 -0
  50. package/rules/autoconsent/truyo.json +17 -0
  51. package/rules/autoconsent/tumblr-com.json +10 -0
  52. package/rules/autoconsent/urbanarmorgear-com.json +9 -0
  53. package/rules/autoconsent/whitepages.json +12 -0
  54. package/rules/autoconsent/woo-commerce-com.json +20 -0
  55. package/rules/autoconsent/wpcc.json +9 -0
  56. package/rules/autoconsent/xhamster-eu.json +15 -0
  57. package/rules/autoconsent/xhamster-us.json +12 -0
  58. package/rules/autoconsent/youporn.json +9 -0
  59. package/rules/rules.json +1496 -75
  60. package/tests/1password-com.spec.ts +5 -0
  61. package/tests/agolde-com.spec.ts +5 -0
  62. package/tests/altium-com.spec.ts +5 -0
  63. package/tests/aquasana-com.spec.ts +5 -0
  64. package/tests/athlinks-com.spec.ts +5 -0
  65. package/tests/automattic-cmp-optout.spec.ts +9 -0
  66. package/tests/bbb.spec.ts +5 -0
  67. package/tests/burpee-com.spec.ts +5 -0
  68. package/tests/canva.spec.ts +5 -0
  69. package/tests/civic-cookie-control.spec.ts +8 -0
  70. package/tests/clustrmaps-com.spec.ts +5 -0
  71. package/tests/complianz-optin.spec.ts +4 -4
  72. package/tests/cookiefirst.spec.ts +7 -0
  73. package/tests/crossfit-com.spec.ts +5 -0
  74. package/tests/dailymotion-us.spec.ts +6 -0
  75. package/tests/delta.spec.ts +6 -0
  76. package/tests/dmgmedia-us.spec.ts +7 -0
  77. package/tests/flex-orange-pl.spec.ts +5 -0
  78. package/tests/geeks-for-geeks.spec.ts +6 -0
  79. package/tests/healthline-media.spec.ts +6 -0
  80. package/tests/itopvpn-com.spec.ts +5 -0
  81. package/tests/justwatch-com.spec.ts +5 -0
  82. package/tests/ketch.spec.ts +1 -0
  83. package/tests/macpaw-com.spec.ts +5 -0
  84. package/tests/midway-usa.spec.ts +6 -0
  85. package/tests/nrk-no.spec.ts +5 -0
  86. package/tests/onlyFans.spec.ts +5 -0
  87. package/tests/paypal-us.spec.ts +5 -0
  88. package/tests/pinetools-com.spec.ts +5 -0
  89. package/tests/pmc-cmp.spec.ts +7 -0
  90. package/tests/pornpics.spec.ts +5 -0
  91. package/tests/samsung.spec.ts +6 -0
  92. package/tests/similarweb-com.spec.ts +5 -0
  93. package/tests/takealot-com.spec.ts +5 -0
  94. package/tests/tidbits-com.spec.ts +5 -0
  95. package/tests/tractor-supply.spec.ts +6 -0
  96. package/tests/trader-joes-com.spec.ts +5 -0
  97. package/tests/true-car.spec.ts +6 -0
  98. package/tests/truyo.spec.ts +5 -0
  99. package/tests/tumblr-com.spec.ts +5 -0
  100. package/tests/urbanarmorgear-com.spec.ts +5 -0
  101. package/tests/whitepages.spec.ts +5 -0
  102. package/tests/woo-commerce-com.spec.ts +5 -0
  103. package/tests/wpcc.spec.ts +10 -0
  104. package/tests/xhamster-eu.spec.ts +9 -0
  105. package/tests/xhamster-us.spec.ts +11 -0
  106. package/tests/youporn.spec.ts +5 -0
  107. package/rules/autoconsent/metoffice-gov-uk.json +0 -8
  108. package/tests/metoffice-gov-uk.spec.ts +0 -7
@@ -31,6 +31,35 @@
31
31
  }
32
32
  ]
33
33
  },
34
+ {
35
+ "name": "1password-com",
36
+ "cosmetic": true,
37
+ "prehideSelectors": [
38
+ "footer #footer-root [aria-label=\"Cookie Consent\"]"
39
+ ],
40
+ "detectCmp": [
41
+ {
42
+ "exists": "footer #footer-root [aria-label=\"Cookie Consent\"]"
43
+ }
44
+ ],
45
+ "detectPopup": [
46
+ {
47
+ "visible": "footer #footer-root [aria-label=\"Cookie Consent\"]"
48
+ }
49
+ ],
50
+ "optIn": [
51
+ {
52
+ "click": "footer #footer-root [aria-label=\"Cookie Consent\"] button"
53
+ }
54
+ ],
55
+ "optOut": [
56
+ {
57
+ "hide": [
58
+ "footer #footer-root [aria-label=\"Cookie Consent\"]"
59
+ ]
60
+ }
61
+ ]
62
+ },
34
63
  {
35
64
  "name": "Adroll",
36
65
  "prehideSelectors": [
@@ -103,6 +132,64 @@
103
132
  }
104
133
  ]
105
134
  },
135
+ {
136
+ "name": "agolde.com",
137
+ "cosmetic": true,
138
+ "prehideSelectors": [
139
+ "#modal-1 div[data-micromodal-close]"
140
+ ],
141
+ "detectCmp": [
142
+ {
143
+ "exists": "#modal-1 div[aria-labelledby=modal-1-title]"
144
+ }
145
+ ],
146
+ "detectPopup": [
147
+ {
148
+ "exists": "#modal-1 div[data-micromodal-close]"
149
+ }
150
+ ],
151
+ "optIn": [
152
+ {
153
+ "click": "button[aria-label=\"Close modal\"]"
154
+ }
155
+ ],
156
+ "optOut": [
157
+ {
158
+ "hide": [
159
+ "#modal-1 div[data-micromodal-close]"
160
+ ]
161
+ }
162
+ ]
163
+ },
164
+ {
165
+ "name": "altium.com",
166
+ "cosmetic": true,
167
+ "prehideSelectors": [
168
+ ".altium-privacy-bar"
169
+ ],
170
+ "detectCmp": [
171
+ {
172
+ "exists": ".altium-privacy-bar"
173
+ }
174
+ ],
175
+ "detectPopup": [
176
+ {
177
+ "exists": ".altium-privacy-bar"
178
+ }
179
+ ],
180
+ "optIn": [
181
+ {
182
+ "click": "a.altium-privacy-bar__btn"
183
+ }
184
+ ],
185
+ "optOut": [
186
+ {
187
+ "hide": [
188
+ ".altium-privacy-bar"
189
+ ]
190
+ }
191
+ ]
192
+ },
106
193
  {
107
194
  "name": "amazon.com",
108
195
  "prehideSelectors": [
@@ -141,6 +228,35 @@
141
228
  }
142
229
  ]
143
230
  },
231
+ {
232
+ "name": "aquasana.com",
233
+ "cosmetic": true,
234
+ "prehideSelectors": [
235
+ "#consent-tracking"
236
+ ],
237
+ "detectCmp": [
238
+ {
239
+ "exists": "#consent-tracking"
240
+ }
241
+ ],
242
+ "detectPopup": [
243
+ {
244
+ "exists": "#consent-tracking"
245
+ }
246
+ ],
247
+ "optIn": [
248
+ {
249
+ "click": "#accept_consent"
250
+ }
251
+ ],
252
+ "optOut": [
253
+ {
254
+ "hide": [
255
+ "#consent-tracking"
256
+ ]
257
+ }
258
+ ]
259
+ },
144
260
  {
145
261
  "name": "arzt-auskunft.de",
146
262
  "prehideSelectors": [
@@ -167,6 +283,38 @@
167
283
  }
168
284
  ]
169
285
  },
286
+ {
287
+ "name": "athlinks-com",
288
+ "runContext": {
289
+ "urlPattern": "^https://(www\\.)?athlinks\\.com/"
290
+ },
291
+ "cosmetic": true,
292
+ "prehideSelectors": [
293
+ "#footer-container ~ div"
294
+ ],
295
+ "detectCmp": [
296
+ {
297
+ "exists": "#footer-container ~ div"
298
+ }
299
+ ],
300
+ "detectPopup": [
301
+ {
302
+ "visible": "#footer-container > div"
303
+ }
304
+ ],
305
+ "optIn": [
306
+ {
307
+ "click": "#footer-container ~ div button"
308
+ }
309
+ ],
310
+ "optOut": [
311
+ {
312
+ "hide": [
313
+ "#footer-container ~ div"
314
+ ]
315
+ }
316
+ ]
317
+ },
170
318
  {
171
319
  "name": "ausopen.com",
172
320
  "cosmetic": true,
@@ -193,6 +341,39 @@
193
341
  }
194
342
  ]
195
343
  },
344
+ {
345
+ "name": "automattic-cmp-optout",
346
+ "prehideSelectors": [
347
+ "form[class*=\"cookie-banner\"][method=\"post\"]"
348
+ ],
349
+ "detectCmp": [
350
+ {
351
+ "exists": "form[class*=\"cookie-banner\"][method=\"post\"]"
352
+ }
353
+ ],
354
+ "detectPopup": [
355
+ {
356
+ "visible": "form[class*=\"cookie-banner\"][method=\"post\"]"
357
+ }
358
+ ],
359
+ "optIn": [
360
+ {
361
+ "click": "a[class*=\"accept-all-button\"]"
362
+ }
363
+ ],
364
+ "optOut": [
365
+ {
366
+ "click": "form[class*=\"cookie-banner\"] div[class*=\"simple-options\"] a[class*=\"customize-button\"]"
367
+ },
368
+ {
369
+ "waitForThenClick": "input[type=checkbox][checked]:not([disabled])",
370
+ "all": true
371
+ },
372
+ {
373
+ "click": "a[class*=\"accept-selection-button\"]"
374
+ }
375
+ ]
376
+ },
196
377
  {
197
378
  "name": "aws.amazon.com",
198
379
  "prehideSelectors": [
@@ -302,6 +483,38 @@
302
483
  }
303
484
  ]
304
485
  },
486
+ {
487
+ "name": "bbb.org",
488
+ "runContext": {
489
+ "urlPattern": "^https://www\\.bbb\\.org/"
490
+ },
491
+ "cosmetic": true,
492
+ "prehideSelectors": [
493
+ "div[aria-label=\"use of cookies on bbb.org\"]"
494
+ ],
495
+ "detectCmp": [
496
+ {
497
+ "exists": "div[aria-label=\"use of cookies on bbb.org\"]"
498
+ }
499
+ ],
500
+ "detectPopup": [
501
+ {
502
+ "visible": "div[aria-label=\"use of cookies on bbb.org\"]"
503
+ }
504
+ ],
505
+ "optIn": [
506
+ {
507
+ "click": "div[aria-label=\"use of cookies on bbb.org\"] button.bds-button-unstyled span.visually-hidden"
508
+ }
509
+ ],
510
+ "optOut": [
511
+ {
512
+ "hide": [
513
+ "div[aria-label=\"use of cookies on bbb.org\"]"
514
+ ]
515
+ }
516
+ ]
517
+ },
305
518
  {
306
519
  "name": "bing.com",
307
520
  "prehideSelectors": [
@@ -416,6 +629,87 @@
416
629
  }
417
630
  ]
418
631
  },
632
+ {
633
+ "name": "burpee.com",
634
+ "cosmetic": true,
635
+ "prehideSelectors": [
636
+ "#notice-cookie-block"
637
+ ],
638
+ "detectCmp": [
639
+ {
640
+ "exists": "#notice-cookie-block"
641
+ }
642
+ ],
643
+ "detectPopup": [
644
+ {
645
+ "exists": "#html-body #notice-cookie-block"
646
+ }
647
+ ],
648
+ "optIn": [
649
+ {
650
+ "click": "#btn-cookie-allow"
651
+ }
652
+ ],
653
+ "optOut": [
654
+ {
655
+ "hide": [
656
+ "#html-body #notice-cookie-block"
657
+ ]
658
+ }
659
+ ]
660
+ },
661
+ {
662
+ "name": "canva.com",
663
+ "prehideSelectors": [
664
+ "div[role=\"dialog\"] a[data-anchor-id=\"cookie-policy\"]"
665
+ ],
666
+ "detectCmp": [
667
+ {
668
+ "exists": "div[role=\"dialog\"] a[data-anchor-id=\"cookie-policy\"]"
669
+ }
670
+ ],
671
+ "detectPopup": [
672
+ {
673
+ "exists": "div[role=\"dialog\"] a[data-anchor-id=\"cookie-policy\"]"
674
+ }
675
+ ],
676
+ "optIn": [
677
+ {
678
+ "click": "div[role=\"dialog\"] button:nth-child(1)"
679
+ }
680
+ ],
681
+ "optOut": [
682
+ {
683
+ "if": {
684
+ "exists": "div[role=\"dialog\"] button:nth-child(3)"
685
+ },
686
+ "then": [
687
+ {
688
+ "click": "div[role=\"dialog\"] button:nth-child(2)"
689
+ }
690
+ ],
691
+ "else": [
692
+ {
693
+ "click": "div[role=\"dialog\"] button:nth-child(2)"
694
+ },
695
+ {
696
+ "waitFor": "div[role=\"dialog\"] a[data-anchor-id=\"privacy-policy\"]"
697
+ },
698
+ {
699
+ "click": "div[role=\"dialog\"] button:nth-child(2)"
700
+ },
701
+ {
702
+ "click": "div[role=\"dialog\"] div:last-child button:only-child"
703
+ }
704
+ ]
705
+ }
706
+ ],
707
+ "test": [
708
+ {
709
+ "eval": "!document.cookie.includes('gtm_fpc_engagement_event')"
710
+ }
711
+ ]
712
+ },
419
713
  {
420
714
  "name": "cc_banner",
421
715
  "cosmetic": true,
@@ -445,6 +739,36 @@
445
739
  }
446
740
  ]
447
741
  },
742
+ {
743
+ "comment": "https://www.civicuk.com/cookie-control/",
744
+ "name": "civic-cookie-control",
745
+ "prehideSelectors": [
746
+ "#ccc-module,#ccc-overlay"
747
+ ],
748
+ "detectCmp": [
749
+ {
750
+ "exists": "#ccc-module"
751
+ }
752
+ ],
753
+ "detectPopup": [
754
+ {
755
+ "visible": "#ccc"
756
+ },
757
+ {
758
+ "visible": "#ccc-module"
759
+ }
760
+ ],
761
+ "optOut": [
762
+ {
763
+ "click": "#ccc-reject-settings"
764
+ }
765
+ ],
766
+ "optIn": [
767
+ {
768
+ "click": "#ccc-recommended-settings"
769
+ }
770
+ ]
771
+ },
448
772
  {
449
773
  "name": "click.io",
450
774
  "prehideSelectors": [
@@ -538,7 +862,39 @@
538
862
  ]
539
863
  },
540
864
  {
541
- "name": "coinbase",
865
+ "name": "clustrmaps.com",
866
+ "runContext": {
867
+ "urlPattern": "^https://(www\\.)?clustrmaps\\.com/"
868
+ },
869
+ "cosmetic": true,
870
+ "prehideSelectors": [
871
+ "#gdpr-cookie-message"
872
+ ],
873
+ "detectCmp": [
874
+ {
875
+ "exists": "#gdpr-cookie-message"
876
+ }
877
+ ],
878
+ "detectPopup": [
879
+ {
880
+ "visible": "#gdpr-cookie-message"
881
+ }
882
+ ],
883
+ "optIn": [
884
+ {
885
+ "click": "button#gdpr-cookie-accept"
886
+ }
887
+ ],
888
+ "optOut": [
889
+ {
890
+ "hide": [
891
+ "#gdpr-cookie-message"
892
+ ]
893
+ }
894
+ ]
895
+ },
896
+ {
897
+ "name": "coinbase",
542
898
  "intermediate": false,
543
899
  "runContext": {
544
900
  "frame": true,
@@ -727,11 +1083,13 @@
727
1083
  "waitForVisible": "[aria-label=\"cookies preferences popup\"]"
728
1084
  },
729
1085
  {
730
- "click": "[aria-label=\"cookies preferences popup\"] input[type=checkbox]:not([disabled])",
731
- "all": true
1086
+ "click": "[aria-label=\"cookies preferences popup\"] input[type=checkbox]:not([disabled]):checked",
1087
+ "all": true,
1088
+ "optional": true
732
1089
  },
733
1090
  {
734
- "click": "[aria-label=\"cookies preferences popup\"] [aria-label=\"Accept Selected\"]"
1091
+ "click": "[aria-label=\"cookies preferences popup\"] [aria-label=\"Accept Selected\"], [aria-label=\"cookies preferences popup\"] [aria-label=\"Save my choice\"], .cc-btn-accept-selected, .cc-deny",
1092
+ "optional": true
735
1093
  }
736
1094
  ],
737
1095
  "test": [
@@ -853,6 +1211,62 @@
853
1211
  }
854
1212
  ]
855
1213
  },
1214
+ {
1215
+ "name": "cookiefirst.com",
1216
+ "prehideSelectors": [
1217
+ "#cookiefirst-root"
1218
+ ],
1219
+ "detectCmp": [
1220
+ {
1221
+ "exists": "#cookiefirst-root"
1222
+ }
1223
+ ],
1224
+ "detectPopup": [
1225
+ {
1226
+ "visible": "#cookiefirst-root"
1227
+ }
1228
+ ],
1229
+ "optIn": [
1230
+ {
1231
+ "click": "button[data-cookiefirst-action=accept]"
1232
+ }
1233
+ ],
1234
+ "optOut": [
1235
+ {
1236
+ "if": {
1237
+ "exists": "button[data-cookiefirst-action=adjust]"
1238
+ },
1239
+ "then": [
1240
+ {
1241
+ "click": "button[data-cookiefirst-action=adjust]"
1242
+ },
1243
+ {
1244
+ "waitForVisible": "[data-cookiefirst-widget=modal]",
1245
+ "timeout": 1000
1246
+ },
1247
+ {
1248
+ "eval": "document.querySelectorAll('button[data-cookiefirst-accent-color=true][role=checkbox]:not([disabled])').forEach(i => (i.getAttribute('aria-checked') == 'true' && i.click())) || true"
1249
+ },
1250
+ {
1251
+ "wait": 1000
1252
+ },
1253
+ {
1254
+ "click": "button[data-cookiefirst-action=save]"
1255
+ }
1256
+ ],
1257
+ "else": [
1258
+ {
1259
+ "click": "button[data-cookiefirst-action=reject]"
1260
+ }
1261
+ ]
1262
+ }
1263
+ ],
1264
+ "test": [
1265
+ {
1266
+ "eval": "let o = JSON.parse(decodeURIComponent(document.cookie.split(';').find(c => c.indexOf('cookiefirst') !== -1).trim()).split('=')[1]); (o.performance === false && o.functional === false && o.advertising === false) ? true : false"
1267
+ }
1268
+ ]
1269
+ },
856
1270
  {
857
1271
  "name": "Cookie Information Banner",
858
1272
  "prehideSelectors": [
@@ -919,6 +1333,64 @@
919
1333
  }
920
1334
  ]
921
1335
  },
1336
+ {
1337
+ "name": "crossfit-com",
1338
+ "cosmetic": true,
1339
+ "prehideSelectors": [
1340
+ "body #modal > div > div[class^=\"_wrapper_\"]"
1341
+ ],
1342
+ "detectCmp": [
1343
+ {
1344
+ "exists": "body #modal > div > div[class^=\"_wrapper_\"]"
1345
+ }
1346
+ ],
1347
+ "detectPopup": [
1348
+ {
1349
+ "visible": "body #modal > div > div[class^=\"_wrapper_\"]"
1350
+ }
1351
+ ],
1352
+ "optIn": [
1353
+ {
1354
+ "click": "button[aria-label=\"accept cookie policy\"]"
1355
+ }
1356
+ ],
1357
+ "optOut": [
1358
+ {
1359
+ "hide": [
1360
+ "body #modal > div > div[class^=\"_wrapper_\"]"
1361
+ ]
1362
+ }
1363
+ ]
1364
+ },
1365
+ {
1366
+ "name": "dailymotion-us",
1367
+ "cosmetic": true,
1368
+ "prehideSelectors": [
1369
+ "div[class*=\"CookiePopup__desktopContainer\"]:has(div[class*=\"CookiePopup\"])"
1370
+ ],
1371
+ "detectCmp": [
1372
+ {
1373
+ "exists": "div[class*=\"CookiePopup__desktopContainer\"]"
1374
+ }
1375
+ ],
1376
+ "detectPopup": [
1377
+ {
1378
+ "visible": "div[class*=\"CookiePopup__desktopContainer\"]"
1379
+ }
1380
+ ],
1381
+ "optIn": [
1382
+ {
1383
+ "click": "div[class*=\"CookiePopup__desktopContainer\"] > button > span"
1384
+ }
1385
+ ],
1386
+ "optOut": [
1387
+ {
1388
+ "hide": [
1389
+ "div[class*=\"CookiePopup__desktopContainer\"]"
1390
+ ]
1391
+ }
1392
+ ]
1393
+ },
922
1394
  {
923
1395
  "name": "dailymotion.com",
924
1396
  "runContext": {
@@ -979,6 +1451,73 @@
979
1451
  }
980
1452
  ]
981
1453
  },
1454
+ {
1455
+ "name": "delta.com",
1456
+ "runContext": {
1457
+ "urlPattern": "^https://www\\.delta\\.com/"
1458
+ },
1459
+ "cosmetic": true,
1460
+ "prehideSelectors": [
1461
+ "ngc-cookie-banner"
1462
+ ],
1463
+ "detectCmp": [
1464
+ {
1465
+ "exists": "div.cookie-footer-container"
1466
+ }
1467
+ ],
1468
+ "detectPopup": [
1469
+ {
1470
+ "visible": "div.cookie-footer-container"
1471
+ }
1472
+ ],
1473
+ "optIn": [
1474
+ {
1475
+ "click": " button.cookie-close-icon"
1476
+ }
1477
+ ],
1478
+ "optOut": [
1479
+ {
1480
+ "hide": [
1481
+ "div.cookie-footer-container"
1482
+ ]
1483
+ }
1484
+ ]
1485
+ },
1486
+ {
1487
+ "name": "dmgmedia-us",
1488
+ "prehideSelectors": [
1489
+ "#mol-ads-cmp-iframe, div.mol-ads-cmp > form > div"
1490
+ ],
1491
+ "detectCmp": [
1492
+ {
1493
+ "exists": "div.mol-ads-cmp > form > div"
1494
+ }
1495
+ ],
1496
+ "detectPopup": [
1497
+ {
1498
+ "waitForVisible": "div.mol-ads-cmp > form > div"
1499
+ }
1500
+ ],
1501
+ "optIn": [
1502
+ {
1503
+ "waitForThenClick": "button.mol-ads-cmp--btn-primary"
1504
+ }
1505
+ ],
1506
+ "optOut": [
1507
+ {
1508
+ "waitForThenClick": "div.mol-ads-ccpa--message > u > a"
1509
+ },
1510
+ {
1511
+ "waitForVisible": ".mol-ads-cmp--modal-dialog"
1512
+ },
1513
+ {
1514
+ "waitForThenClick": "a.mol-ads-cmp-footer-privacy"
1515
+ },
1516
+ {
1517
+ "waitForThenClick": "button.mol-ads-cmp--btn-secondary"
1518
+ }
1519
+ ]
1520
+ },
982
1521
  {
983
1522
  "name": "dmgmedia",
984
1523
  "prehideSelectors": [
@@ -1342,6 +1881,38 @@
1342
1881
  }
1343
1882
  ]
1344
1883
  },
1884
+ {
1885
+ "name": "geeks-for-geeks",
1886
+ "runContext": {
1887
+ "urlPattern": "^https://www\\.geeksforgeeks\\.org/"
1888
+ },
1889
+ "cosmetic": true,
1890
+ "prehideSelectors": [
1891
+ ".cookie-consent"
1892
+ ],
1893
+ "detectCmp": [
1894
+ {
1895
+ "exists": ".cookie-consent"
1896
+ }
1897
+ ],
1898
+ "detectPopup": [
1899
+ {
1900
+ "visible": ".cookie-consent"
1901
+ }
1902
+ ],
1903
+ "optIn": [
1904
+ {
1905
+ "click": ".cookie-consent button.consent-btn"
1906
+ }
1907
+ ],
1908
+ "optOut": [
1909
+ {
1910
+ "hide": [
1911
+ ".cookie-consent"
1912
+ ]
1913
+ }
1914
+ ]
1915
+ },
1345
1916
  {
1346
1917
  "name": "generic-cosmetic",
1347
1918
  "cosmetic": true,
@@ -1454,6 +2025,47 @@
1454
2025
  }
1455
2026
  ]
1456
2027
  },
2028
+ {
2029
+ "name": "healthline-media",
2030
+ "prehideSelectors": [
2031
+ "#modal-host > div.no-hash > div.window-wrapper"
2032
+ ],
2033
+ "detectCmp": [
2034
+ {
2035
+ "exists": "#modal-host > div.no-hash > div.window-wrapper, div[data-testid=qualtrics-container]"
2036
+ }
2037
+ ],
2038
+ "detectPopup": [
2039
+ {
2040
+ "exists": "#modal-host > div.no-hash > div.window-wrapper, div[data-testid=qualtrics-container]"
2041
+ }
2042
+ ],
2043
+ "optIn": [
2044
+ {
2045
+ "click": "#modal-host > div.no-hash > div.window-wrapper > div:last-child button"
2046
+ }
2047
+ ],
2048
+ "optOut": [
2049
+ {
2050
+ "if": {
2051
+ "exists": "#modal-host > div.no-hash > div.window-wrapper > div:last-child a[href=\"/privacy-settings\"]"
2052
+ },
2053
+ "then": [
2054
+ {
2055
+ "click": "#modal-host > div.no-hash > div.window-wrapper > div:last-child a[href=\"/privacy-settings\"]"
2056
+ }
2057
+ ],
2058
+ "else": [
2059
+ {
2060
+ "waitForVisible": "div#__next"
2061
+ },
2062
+ {
2063
+ "click": "#__next div:nth-child(1) > button:first-child"
2064
+ }
2065
+ ]
2066
+ }
2067
+ ]
2068
+ },
1457
2069
  {
1458
2070
  "name": "hl.co.uk",
1459
2071
  "prehideSelectors": [
@@ -1585,6 +2197,35 @@
1585
2197
  }
1586
2198
  ]
1587
2199
  },
2200
+ {
2201
+ "name": "itopvpn.com",
2202
+ "cosmetic": true,
2203
+ "prehideSelectors": [
2204
+ ".pop-cookie"
2205
+ ],
2206
+ "detectCmp": [
2207
+ {
2208
+ "exists": ".pop-cookie"
2209
+ }
2210
+ ],
2211
+ "detectPopup": [
2212
+ {
2213
+ "exists": ".pop-cookie"
2214
+ }
2215
+ ],
2216
+ "optIn": [
2217
+ {
2218
+ "click": "#_pcookie"
2219
+ }
2220
+ ],
2221
+ "optOut": [
2222
+ {
2223
+ "hide": [
2224
+ ".pop-cookie"
2225
+ ]
2226
+ }
2227
+ ]
2228
+ },
1588
2229
  {
1589
2230
  "name": "iubenda",
1590
2231
  "prehideSelectors": [
@@ -1700,38 +2341,86 @@
1700
2341
  ]
1701
2342
  },
1702
2343
  {
1703
- "name": "ketch",
1704
- "runContext": {
1705
- "frame": false,
1706
- "main": true
1707
- },
1708
- "intermediate": false,
2344
+ "name": "justwatch.com",
1709
2345
  "prehideSelectors": [
1710
- "#lanyard_root div[role='dialog']"
2346
+ ".consent-banner"
1711
2347
  ],
1712
2348
  "detectCmp": [
1713
2349
  {
1714
- "exists": "#lanyard_root div[role='dialog']"
2350
+ "exists": ".consent-banner"
1715
2351
  }
1716
2352
  ],
1717
2353
  "detectPopup": [
1718
2354
  {
1719
- "visible": "#lanyard_root div[role='dialog']"
2355
+ "exists": ".consent-banner"
1720
2356
  }
1721
2357
  ],
1722
2358
  "optIn": [
1723
2359
  {
1724
- "click": "#lanyard_root button[class^='link']",
1725
- "optional": true
2360
+ "click": ".consent-banner__actions button.basic-button.primary"
2361
+ }
2362
+ ],
2363
+ "optOut": [
2364
+ {
2365
+ "click": ".consent-banner__actions button.basic-button.secondary"
1726
2366
  },
1727
2367
  {
1728
- "wait": 500
2368
+ "waitForThenClick": ".consent-modal__footer button.basic-button.secondary"
2369
+ },
2370
+ {
2371
+ "waitForThenClick": ".consent-modal ion-content > div > a:nth-child(9)"
2372
+ },
2373
+ {
2374
+ "click": "label.consent-switch input[type=checkbox]:checked",
2375
+ "all": true,
2376
+ "optional": true
1729
2377
  },
1730
2378
  {
1731
- "waitForThenClick": "div[class^='buttons'] > :nth-child(2)"
2379
+ "waitForVisible": ".consent-modal__footer button.basic-button.primary"
1732
2380
  },
1733
2381
  {
1734
- "click": "#lanyard_root button[class*='confirmButton']"
2382
+ "click": ".consent-modal__footer button.basic-button.primary"
2383
+ }
2384
+ ]
2385
+ },
2386
+ {
2387
+ "name": "ketch",
2388
+ "runContext": {
2389
+ "frame": false,
2390
+ "main": true
2391
+ },
2392
+ "intermediate": false,
2393
+ "prehideSelectors": [
2394
+ "#lanyard_root div[role='dialog']"
2395
+ ],
2396
+ "detectCmp": [
2397
+ {
2398
+ "exists": "#lanyard_root div[role='dialog']"
2399
+ }
2400
+ ],
2401
+ "detectPopup": [
2402
+ {
2403
+ "visible": "#lanyard_root div[role='dialog']"
2404
+ }
2405
+ ],
2406
+ "optIn": [
2407
+ {
2408
+ "if": {
2409
+ "exists": "#lanyard_root button[class='confirmButton']"
2410
+ },
2411
+ "then": [
2412
+ {
2413
+ "waitForThenClick": "#lanyard_root div[class^='buttons'] > :nth-child(2)"
2414
+ },
2415
+ {
2416
+ "click": "#lanyard_root button[class='confirmButton']"
2417
+ }
2418
+ ],
2419
+ "else": [
2420
+ {
2421
+ "waitForThenClick": "#lanyard_root div[class^='buttons'] > :nth-child(2)"
2422
+ }
2423
+ ]
1735
2424
  }
1736
2425
  ],
1737
2426
  "optOut": [
@@ -1740,10 +2429,29 @@
1740
2429
  "optional": true
1741
2430
  },
1742
2431
  {
1743
- "waitForThenClick": "#lanyard_root button[class*='rejectButton']"
1744
- },
1745
- {
1746
- "click": "#lanyard_root button[class*='confirmButton']"
2432
+ "if": {
2433
+ "exists": "#lanyard_root button[class*='confirmButton']"
2434
+ },
2435
+ "then": [
2436
+ {
2437
+ "waitForThenClick": "#lanyard_root button[class*='rejectButton']"
2438
+ },
2439
+ {
2440
+ "click": "#lanyard_root button[class*='confirmButton']"
2441
+ }
2442
+ ],
2443
+ "else": [
2444
+ {
2445
+ "click": "#lanyard_root div[class^='buttons'] > :nth-child(1)",
2446
+ "optional": true
2447
+ },
2448
+ {
2449
+ "waitForThenClick": "#lanyard_root input:checked"
2450
+ },
2451
+ {
2452
+ "click": "#consentsTab > div:nth-child(2) > div > div[class^='actions'] > button:nth-child(1)"
2453
+ }
2454
+ ]
1747
2455
  }
1748
2456
  ],
1749
2457
  "test": []
@@ -1792,6 +2500,35 @@
1792
2500
  }
1793
2501
  ]
1794
2502
  },
2503
+ {
2504
+ "name": "macpaw.com",
2505
+ "cosmetic": true,
2506
+ "prehideSelectors": [
2507
+ "div[data-banner=\"cookies\"]"
2508
+ ],
2509
+ "detectCmp": [
2510
+ {
2511
+ "exists": "div[data-banner=\"cookies\"]"
2512
+ }
2513
+ ],
2514
+ "detectPopup": [
2515
+ {
2516
+ "exists": "div[data-banner=\"cookies\"]"
2517
+ }
2518
+ ],
2519
+ "optIn": [
2520
+ {
2521
+ "click": "button[data-banner-close=\"cookies\"]"
2522
+ }
2523
+ ],
2524
+ "optOut": [
2525
+ {
2526
+ "hide": [
2527
+ "div[data-banner=\"cookies\"]"
2528
+ ]
2529
+ }
2530
+ ]
2531
+ },
1795
2532
  {
1796
2533
  "name": "marksandspencer.com",
1797
2534
  "cosmetic": true,
@@ -1885,59 +2622,67 @@
1885
2622
  ]
1886
2623
  },
1887
2624
  {
1888
- "name": "metoffice.gov.uk",
2625
+ "name": "microsoft.com",
1889
2626
  "prehideSelectors": [
1890
- "#ccc-module"
2627
+ "#wcpConsentBannerCtrl"
1891
2628
  ],
1892
2629
  "detectCmp": [
1893
2630
  {
1894
- "exists": "#ccc-module"
2631
+ "exists": "#wcpConsentBannerCtrl"
1895
2632
  }
1896
2633
  ],
1897
2634
  "detectPopup": [
1898
2635
  {
1899
- "exists": "#ccc-module"
2636
+ "exists": "#wcpConsentBannerCtrl"
1900
2637
  }
1901
2638
  ],
1902
2639
  "optOut": [
1903
2640
  {
1904
- "click": "#ccc-reject-settings"
2641
+ "eval": "Array.from(document.querySelectorAll('div > button')).filter(el => el.innerText.match('Reject|Ablehnen'))[0].click() || true"
1905
2642
  }
1906
2643
  ],
1907
2644
  "optIn": [
1908
2645
  {
1909
- "click": "#ccc-recommended-settings"
2646
+ "eval": "Array.from(document.querySelectorAll('div > button')).filter(el => el.innerText.match('Accept|Annehmen'))[0].click() || true"
2647
+ }
2648
+ ],
2649
+ "test": [
2650
+ {
2651
+ "eval": "!!document.cookie.match('MSCC')"
1910
2652
  }
1911
2653
  ]
1912
2654
  },
1913
2655
  {
1914
- "name": "microsoft.com",
2656
+ "name": "midway-usa",
2657
+ "runContext": {
2658
+ "urlPattern": "^https://www\\.midwayusa\\.com/"
2659
+ },
2660
+ "cosmetic": true,
1915
2661
  "prehideSelectors": [
1916
- "#wcpConsentBannerCtrl"
2662
+ "#cookie-container"
1917
2663
  ],
1918
2664
  "detectCmp": [
1919
2665
  {
1920
- "exists": "#wcpConsentBannerCtrl"
2666
+ "exists": [
2667
+ "div[aria-label=\"Cookie Policy Banner\"]"
2668
+ ]
1921
2669
  }
1922
2670
  ],
1923
2671
  "detectPopup": [
1924
2672
  {
1925
- "exists": "#wcpConsentBannerCtrl"
1926
- }
1927
- ],
1928
- "optOut": [
1929
- {
1930
- "eval": "Array.from(document.querySelectorAll('div > button')).filter(el => el.innerText.match('Reject|Ablehnen'))[0].click() || true"
2673
+ "visible": "#cookie-container"
1931
2674
  }
1932
2675
  ],
1933
2676
  "optIn": [
1934
2677
  {
1935
- "eval": "Array.from(document.querySelectorAll('div > button')).filter(el => el.innerText.match('Accept|Annehmen'))[0].click() || true"
2678
+ "click": "button#cookie-btn"
1936
2679
  }
1937
2680
  ],
1938
- "test": [
2681
+ "optOut": [
1939
2682
  {
1940
- "eval": "!!document.cookie.match('MSCC')"
2683
+ "hide": [
2684
+ "div[aria-label=\"Cookie Policy Banner\"]"
2685
+ ]
1941
2686
  }
1942
2687
  ]
1943
2688
  },
@@ -2165,6 +2910,35 @@
2165
2910
  }
2166
2911
  ]
2167
2912
  },
2913
+ {
2914
+ "name": "nrk.no",
2915
+ "cosmetic": true,
2916
+ "prehideSelectors": [
2917
+ ".nrk-masthead__info-banner--cookie"
2918
+ ],
2919
+ "detectCmp": [
2920
+ {
2921
+ "exists": ".nrk-masthead__info-banner--cookie"
2922
+ }
2923
+ ],
2924
+ "detectPopup": [
2925
+ {
2926
+ "exists": ".nrk-masthead__info-banner--cookie"
2927
+ }
2928
+ ],
2929
+ "optIn": [
2930
+ {
2931
+ "click": "div.nrk-masthead__info-banner--cookie button > span:has(+ svg.nrk-close)"
2932
+ }
2933
+ ],
2934
+ "optOut": [
2935
+ {
2936
+ "hide": [
2937
+ ".nrk-masthead__info-banner--cookie"
2938
+ ]
2939
+ }
2940
+ ]
2941
+ },
2168
2942
  {
2169
2943
  "name": "obi.de",
2170
2944
  "prehideSelectors": [
@@ -2191,6 +2965,38 @@
2191
2965
  }
2192
2966
  ]
2193
2967
  },
2968
+ {
2969
+ "name": "onlyFans.com",
2970
+ "prehideSelectors": [
2971
+ "div.b-cookies-informer"
2972
+ ],
2973
+ "detectCmp": [
2974
+ {
2975
+ "exists": "div.b-cookies-informer"
2976
+ }
2977
+ ],
2978
+ "detectPopup": [
2979
+ {
2980
+ "exists": "div.b-cookies-informer"
2981
+ }
2982
+ ],
2983
+ "optIn": [
2984
+ {
2985
+ "click": "div.b-cookies-informer__nav > button:nth-child(2)"
2986
+ }
2987
+ ],
2988
+ "optOut": [
2989
+ {
2990
+ "click": "div.b-cookies-informer__nav > button:nth-child(1)"
2991
+ },
2992
+ {
2993
+ "click": "div.b-cookies-informer__switchers > div:nth-child(2) > div[at-attr=\"checkbox\"] > span.b-input-radio__container > input[type=\"checkbox\"]"
2994
+ },
2995
+ {
2996
+ "click": "div.b-cookies-informer__nav > button"
2997
+ }
2998
+ ]
2999
+ },
2194
3000
  {
2195
3001
  "name": "osano",
2196
3002
  "prehideSelectors": [
@@ -2247,6 +3053,52 @@
2247
3053
  }
2248
3054
  ]
2249
3055
  },
3056
+ {
3057
+ "name": "paypal-us",
3058
+ "prehideSelectors": [
3059
+ "#ccpaCookieContent_wrapper, article.ppvx_modal--overpanel"
3060
+ ],
3061
+ "detectCmp": [
3062
+ {
3063
+ "exists": "#ccpaCookieBanner, .privacy-modal-content"
3064
+ }
3065
+ ],
3066
+ "detectPopup": [
3067
+ {
3068
+ "exists": "#ccpaCookieBanner, .privacy-modal-content"
3069
+ }
3070
+ ],
3071
+ "optIn": [
3072
+ {
3073
+ "click": "#acceptAllButton"
3074
+ }
3075
+ ],
3076
+ "optOut": [
3077
+ {
3078
+ "if": {
3079
+ "exists": "a#manageCookiesLink"
3080
+ },
3081
+ "then": [
3082
+ {
3083
+ "click": "a#manageCookiesLink"
3084
+ }
3085
+ ],
3086
+ "else": [
3087
+ {
3088
+ "waitForVisible": ".privacy-modal-content #formContent"
3089
+ },
3090
+ {
3091
+ "click": "#formContent .cookiepref-11m2iee-checkbox_base input:checked",
3092
+ "all": true,
3093
+ "optional": true
3094
+ },
3095
+ {
3096
+ "click": ".confirmCookie #submitCookiesBtn"
3097
+ }
3098
+ ]
3099
+ }
3100
+ ]
3101
+ },
2250
3102
  {
2251
3103
  "name": "paypal.com",
2252
3104
  "prehideSelectors": [
@@ -2285,94 +3137,181 @@
2285
3137
  ]
2286
3138
  },
2287
3139
  {
2288
- "name": "pornhub.com",
2289
- "runContext": {
2290
- "urlPattern": "^https://(www\\.)?pornhub\\.com/"
2291
- },
3140
+ "name": "pinetools.com",
2292
3141
  "cosmetic": true,
2293
3142
  "prehideSelectors": [
2294
- ".cookiesBanner"
3143
+ "#aviso_cookies"
2295
3144
  ],
2296
3145
  "detectCmp": [
2297
3146
  {
2298
- "exists": ".cookiesBanner"
3147
+ "exists": "#aviso_cookies"
2299
3148
  }
2300
3149
  ],
2301
3150
  "detectPopup": [
2302
3151
  {
2303
- "visible": ".cookiesBanner"
3152
+ "exists": ".lang_en #aviso_cookies"
2304
3153
  }
2305
3154
  ],
2306
3155
  "optIn": [
2307
3156
  {
2308
- "click": ".cookiesBanner .okButton"
3157
+ "click": "#aviso_cookies .a_boton_cerrar"
2309
3158
  }
2310
3159
  ],
2311
3160
  "optOut": [
2312
3161
  {
2313
3162
  "hide": [
2314
- ".cookiesBanner"
3163
+ "#aviso_cookies"
2315
3164
  ]
2316
3165
  }
2317
3166
  ]
2318
3167
  },
2319
3168
  {
2320
- "name": "PrimeBox CookieBar",
3169
+ "name": "pmc",
3170
+ "cosmetic": true,
2321
3171
  "prehideSelectors": [
2322
- "#cookie-bar"
3172
+ "#pmc-pp-tou--notice"
2323
3173
  ],
2324
3174
  "detectCmp": [
2325
3175
  {
2326
- "exists": "#cookie-bar .cb-enable,#cookie-bar .cb-disable,#cookie-bar .cb-policy"
3176
+ "exists": "#pmc-pp-tou--notice"
2327
3177
  }
2328
3178
  ],
2329
3179
  "detectPopup": [
2330
3180
  {
2331
- "visible": "#cookie-bar .cb-enable,#cookie-bar .cb-disable,#cookie-bar .cb-policy",
2332
- "check": "any"
3181
+ "visible": "#pmc-pp-tou--notice"
2333
3182
  }
2334
3183
  ],
2335
3184
  "optIn": [
2336
3185
  {
2337
- "waitForThenClick": "#cookie-bar .cb-enable"
3186
+ "click": "span.pmc-pp-tou--notice-close-btn"
2338
3187
  }
2339
3188
  ],
2340
3189
  "optOut": [
2341
- {
2342
- "click": "#cookie-bar .cb-disable",
2343
- "optional": true
2344
- },
2345
3190
  {
2346
3191
  "hide": [
2347
- "#cookie-bar"
3192
+ "#pmc-pp-tou--notice"
2348
3193
  ]
2349
3194
  }
2350
- ],
2351
- "test": [
2352
- {
2353
- "eval": "!document.cookie.includes('cb-enabled=accepted')"
2354
- }
2355
3195
  ]
2356
3196
  },
2357
3197
  {
2358
- "name": "privacymanager.io",
2359
- "prehideSelectors": [
2360
- "#gdpr-consent-tool-wrapper",
2361
- "iframe[src^=\"https://cmp-consent-tool.privacymanager.io\"]"
2362
- ],
3198
+ "name": "pornhub.com",
2363
3199
  "runContext": {
2364
- "urlPattern": "^https://cmp-consent-tool\\.privacymanager\\.io/",
2365
- "main": false,
2366
- "frame": true
3200
+ "urlPattern": "^https://(www\\.)?pornhub\\.com/"
2367
3201
  },
3202
+ "cosmetic": true,
3203
+ "prehideSelectors": [
3204
+ ".cookiesBanner"
3205
+ ],
2368
3206
  "detectCmp": [
2369
3207
  {
2370
- "exists": "button#save"
3208
+ "exists": ".cookiesBanner"
2371
3209
  }
2372
3210
  ],
2373
3211
  "detectPopup": [
2374
3212
  {
2375
- "visible": "button#save"
3213
+ "visible": ".cookiesBanner"
3214
+ }
3215
+ ],
3216
+ "optIn": [
3217
+ {
3218
+ "click": ".cookiesBanner .okButton"
3219
+ }
3220
+ ],
3221
+ "optOut": [
3222
+ {
3223
+ "hide": [
3224
+ ".cookiesBanner"
3225
+ ]
3226
+ }
3227
+ ]
3228
+ },
3229
+ {
3230
+ "name": "pornpics.com",
3231
+ "cosmetic": true,
3232
+ "prehideSelectors": [
3233
+ "#cookie-contract"
3234
+ ],
3235
+ "detectCmp": [
3236
+ {
3237
+ "exists": "#cookie-contract"
3238
+ }
3239
+ ],
3240
+ "detectPopup": [
3241
+ {
3242
+ "visible": "#cookie-contract"
3243
+ }
3244
+ ],
3245
+ "optIn": [
3246
+ {
3247
+ "click": "#cookie-contract .icon-cross"
3248
+ }
3249
+ ],
3250
+ "optOut": [
3251
+ {
3252
+ "hide": [
3253
+ "#cookie-contract"
3254
+ ]
3255
+ }
3256
+ ]
3257
+ },
3258
+ {
3259
+ "name": "PrimeBox CookieBar",
3260
+ "prehideSelectors": [
3261
+ "#cookie-bar"
3262
+ ],
3263
+ "detectCmp": [
3264
+ {
3265
+ "exists": "#cookie-bar .cb-enable,#cookie-bar .cb-disable,#cookie-bar .cb-policy"
3266
+ }
3267
+ ],
3268
+ "detectPopup": [
3269
+ {
3270
+ "visible": "#cookie-bar .cb-enable,#cookie-bar .cb-disable,#cookie-bar .cb-policy",
3271
+ "check": "any"
3272
+ }
3273
+ ],
3274
+ "optIn": [
3275
+ {
3276
+ "waitForThenClick": "#cookie-bar .cb-enable"
3277
+ }
3278
+ ],
3279
+ "optOut": [
3280
+ {
3281
+ "click": "#cookie-bar .cb-disable",
3282
+ "optional": true
3283
+ },
3284
+ {
3285
+ "hide": [
3286
+ "#cookie-bar"
3287
+ ]
3288
+ }
3289
+ ],
3290
+ "test": [
3291
+ {
3292
+ "eval": "!document.cookie.includes('cb-enabled=accepted')"
3293
+ }
3294
+ ]
3295
+ },
3296
+ {
3297
+ "name": "privacymanager.io",
3298
+ "prehideSelectors": [
3299
+ "#gdpr-consent-tool-wrapper",
3300
+ "iframe[src^=\"https://cmp-consent-tool.privacymanager.io\"]"
3301
+ ],
3302
+ "runContext": {
3303
+ "urlPattern": "^https://cmp-consent-tool\\.privacymanager\\.io/",
3304
+ "main": false,
3305
+ "frame": true
3306
+ },
3307
+ "detectCmp": [
3308
+ {
3309
+ "exists": "button#save"
3310
+ }
3311
+ ],
3312
+ "detectPopup": [
3313
+ {
3314
+ "visible": "button#save"
2376
3315
  }
2377
3316
  ],
2378
3317
  "optIn": [
@@ -2534,6 +3473,38 @@
2534
3473
  }
2535
3474
  ]
2536
3475
  },
3476
+ {
3477
+ "name": "samsung.com",
3478
+ "runContext": {
3479
+ "urlPattern": "^https://www\\.samsung\\.com/"
3480
+ },
3481
+ "cosmetic": true,
3482
+ "prehideSelectors": [
3483
+ "div.cookie-bar"
3484
+ ],
3485
+ "detectCmp": [
3486
+ {
3487
+ "exists": "div.cookie-bar"
3488
+ }
3489
+ ],
3490
+ "detectPopup": [
3491
+ {
3492
+ "visible": "div.cookie-bar"
3493
+ }
3494
+ ],
3495
+ "optIn": [
3496
+ {
3497
+ "click": "div.cookie-bar__manage > a"
3498
+ }
3499
+ ],
3500
+ "optOut": [
3501
+ {
3502
+ "hide": [
3503
+ "div.cookie-bar"
3504
+ ]
3505
+ }
3506
+ ]
3507
+ },
2537
3508
  {
2538
3509
  "name": "sibbo",
2539
3510
  "prehideSelectors": [
@@ -2591,6 +3562,35 @@
2591
3562
  }
2592
3563
  ]
2593
3564
  },
3565
+ {
3566
+ "name": "similarweb.com",
3567
+ "cosmetic": true,
3568
+ "prehideSelectors": [
3569
+ ".app-cookies-notification"
3570
+ ],
3571
+ "detectCmp": [
3572
+ {
3573
+ "exists": ".app-cookies-notification"
3574
+ }
3575
+ ],
3576
+ "detectPopup": [
3577
+ {
3578
+ "exists": ".app-layout .app-cookies-notification"
3579
+ }
3580
+ ],
3581
+ "optIn": [
3582
+ {
3583
+ "click": "button.app-cookies-notification__dismiss"
3584
+ }
3585
+ ],
3586
+ "optOut": [
3587
+ {
3588
+ "hide": [
3589
+ ".app-layout .app-cookies-notification"
3590
+ ]
3591
+ }
3592
+ ]
3593
+ },
2594
3594
  {
2595
3595
  "name": "Sirdata",
2596
3596
  "prehideSelectors": [
@@ -2687,6 +3687,35 @@
2687
3687
  }
2688
3688
  ]
2689
3689
  },
3690
+ {
3691
+ "name": "takealot.com",
3692
+ "cosmetic": true,
3693
+ "prehideSelectors": [
3694
+ "div[class^=\"cookies-banner-module_cookie-banner_\"]"
3695
+ ],
3696
+ "detectCmp": [
3697
+ {
3698
+ "exists": "div[class^=\"cookies-banner-module_cookie-banner_\"]"
3699
+ }
3700
+ ],
3701
+ "detectPopup": [
3702
+ {
3703
+ "exists": "div[class^=\"cookies-banner-module_cookie-banner_\"]"
3704
+ }
3705
+ ],
3706
+ "optIn": [
3707
+ {
3708
+ "click": "button[class*=\"cookies-banner-module_dismiss-button_\"]"
3709
+ }
3710
+ ],
3711
+ "optOut": [
3712
+ {
3713
+ "hide": [
3714
+ "div[class^=\"cookies-banner-module_cookie-banner_\"]"
3715
+ ]
3716
+ }
3717
+ ]
3718
+ },
2690
3719
  {
2691
3720
  "name": "tarteaucitron.js",
2692
3721
  "prehideSelectors": [
@@ -2990,6 +4019,188 @@
2990
4019
  }
2991
4020
  ]
2992
4021
  },
4022
+ {
4023
+ "name": "tidbits-com",
4024
+ "cosmetic": true,
4025
+ "prehideSelectors": [
4026
+ "#eu_cookie_law_widget-2"
4027
+ ],
4028
+ "detectCmp": [
4029
+ {
4030
+ "exists": "#eu_cookie_law_widget-2"
4031
+ }
4032
+ ],
4033
+ "detectPopup": [
4034
+ {
4035
+ "visible": "#eu_cookie_law_widget-2"
4036
+ }
4037
+ ],
4038
+ "optIn": [
4039
+ {
4040
+ "click": "#eu-cookie-law form > input.accept"
4041
+ }
4042
+ ],
4043
+ "optOut": [
4044
+ {
4045
+ "hide": [
4046
+ "#eu_cookie_law_widget-2"
4047
+ ]
4048
+ }
4049
+ ]
4050
+ },
4051
+ {
4052
+ "name": "tractor-supply",
4053
+ "runContext": {
4054
+ "urlPattern": "^https://www\\.tractorsupply\\.com/"
4055
+ },
4056
+ "cosmetic": true,
4057
+ "prehideSelectors": [
4058
+ ".tsc-cookie-banner"
4059
+ ],
4060
+ "detectCmp": [
4061
+ {
4062
+ "exists": ".tsc-cookie-banner"
4063
+ }
4064
+ ],
4065
+ "detectPopup": [
4066
+ {
4067
+ "visible": ".tsc-cookie-banner"
4068
+ }
4069
+ ],
4070
+ "optIn": [
4071
+ {
4072
+ "click": "#cookie-banner-cancel"
4073
+ }
4074
+ ],
4075
+ "optOut": [
4076
+ {
4077
+ "hide": [
4078
+ ".tsc-cookie-banner"
4079
+ ]
4080
+ }
4081
+ ]
4082
+ },
4083
+ {
4084
+ "name": "trader-joes-com",
4085
+ "cosmetic": true,
4086
+ "prehideSelectors": [
4087
+ "div.aem-page > div[class^=\"CookiesAlert_cookiesAlert__\"]"
4088
+ ],
4089
+ "detectCmp": [
4090
+ {
4091
+ "exists": "div.aem-page > div[class^=\"CookiesAlert_cookiesAlert__\"]"
4092
+ }
4093
+ ],
4094
+ "detectPopup": [
4095
+ {
4096
+ "visible": "div.aem-page > div[class^=\"CookiesAlert_cookiesAlert__\"]"
4097
+ }
4098
+ ],
4099
+ "optIn": [
4100
+ {
4101
+ "click": "div[class^=\"CookiesAlert_cookiesAlert__container__\"] button"
4102
+ }
4103
+ ],
4104
+ "optOut": [
4105
+ {
4106
+ "hide": [
4107
+ "div.aem-page > div[class^=\"CookiesAlert_cookiesAlert__\"]"
4108
+ ]
4109
+ }
4110
+ ]
4111
+ },
4112
+ {
4113
+ "name": "true-car",
4114
+ "runContext": {
4115
+ "urlPattern": "^https://www\\.truecar\\.com/"
4116
+ },
4117
+ "cosmetic": true,
4118
+ "prehideSelectors": [
4119
+ [
4120
+ "div[aria-labelledby=\"cookie-banner-heading\"]"
4121
+ ]
4122
+ ],
4123
+ "detectCmp": [
4124
+ {
4125
+ "exists": "div[aria-labelledby=\"cookie-banner-heading\"]"
4126
+ }
4127
+ ],
4128
+ "detectPopup": [
4129
+ {
4130
+ "visible": "div[aria-labelledby=\"cookie-banner-heading\"]"
4131
+ }
4132
+ ],
4133
+ "optIn": [
4134
+ {
4135
+ "click": "div[aria-labelledby=\"cookie-banner-heading\"] > button[aria-label=\"Close\"]"
4136
+ }
4137
+ ],
4138
+ "optOut": [
4139
+ {
4140
+ "hide": [
4141
+ "div[aria-labelledby=\"cookie-banner-heading\"]"
4142
+ ]
4143
+ }
4144
+ ]
4145
+ },
4146
+ {
4147
+ "name": "truyo",
4148
+ "prehideSelectors": [
4149
+ "#truyo-consent-module"
4150
+ ],
4151
+ "detectCmp": [
4152
+ {
4153
+ "wait": 1000
4154
+ },
4155
+ {
4156
+ "exists": "#truyo-cookieBarContent"
4157
+ }
4158
+ ],
4159
+ "detectPopup": [
4160
+ {
4161
+ "visible": "#truyo-consent-module"
4162
+ }
4163
+ ],
4164
+ "optIn": [
4165
+ {
4166
+ "click": "button#acceptAllCookieButton"
4167
+ }
4168
+ ],
4169
+ "optOut": [
4170
+ {
4171
+ "click": "button#declineAllCookieButton"
4172
+ }
4173
+ ]
4174
+ },
4175
+ {
4176
+ "name": "tumblr-com",
4177
+ "cosmetic": true,
4178
+ "prehideSelectors": [
4179
+ "#cmp-app-container"
4180
+ ],
4181
+ "detectCmp": [
4182
+ {
4183
+ "exists": "#cmp-app-container"
4184
+ }
4185
+ ],
4186
+ "detectPopup": [
4187
+ {
4188
+ "visible": "#cmp-app-container"
4189
+ }
4190
+ ],
4191
+ "optIn": [
4192
+ {
4193
+ "click": "#tumblr #cmp-app-container div.components-modal__frame > iframe > html body > div > div > div.cmp__dialog-footer > div > button.components-button.white-space-normal.is-primary"
4194
+ }
4195
+ ],
4196
+ "optOut": [
4197
+ {
4198
+ "hide": [
4199
+ "#cmp-app-container"
4200
+ ]
4201
+ }
4202
+ ]
4203
+ },
2993
4204
  {
2994
4205
  "name": "twitter",
2995
4206
  "runContext": {
@@ -3058,6 +4269,35 @@
3058
4269
  }
3059
4270
  ]
3060
4271
  },
4272
+ {
4273
+ "name": "urbanarmorgear-com",
4274
+ "cosmetic": true,
4275
+ "prehideSelectors": [
4276
+ "div[class^=\"Layout__CookieBannerContainer-\"]"
4277
+ ],
4278
+ "detectCmp": [
4279
+ {
4280
+ "exists": "div[class^=\"Layout__CookieBannerContainer-\"]"
4281
+ }
4282
+ ],
4283
+ "detectPopup": [
4284
+ {
4285
+ "visible": "div[class^=\"Layout__CookieBannerContainer-\"]"
4286
+ }
4287
+ ],
4288
+ "optIn": [
4289
+ {
4290
+ "click": "button[class^=\"CookieBanner__AcceptButton\"]"
4291
+ }
4292
+ ],
4293
+ "optOut": [
4294
+ {
4295
+ "hide": [
4296
+ "div[class^=\"Layout__CookieBannerContainer-\"]"
4297
+ ]
4298
+ }
4299
+ ]
4300
+ },
3061
4301
  {
3062
4302
  "name": "usercentrics-api",
3063
4303
  "detectCmp": [
@@ -3243,6 +4483,71 @@
3243
4483
  }
3244
4484
  ]
3245
4485
  },
4486
+ {
4487
+ "name": "whitepages.com",
4488
+ "runContext": {
4489
+ "urlPattern": "^https://www\\.whitepages\\.com/"
4490
+ },
4491
+ "cosmetic": true,
4492
+ "prehideSelectors": [
4493
+ ".cookie-wrapper, .cookie-overlay"
4494
+ ],
4495
+ "detectCmp": [
4496
+ {
4497
+ "exists": ".cookie-wrapper"
4498
+ }
4499
+ ],
4500
+ "detectPopup": [
4501
+ {
4502
+ "visible": ".cookie-overlay"
4503
+ }
4504
+ ],
4505
+ "optIn": [
4506
+ {
4507
+ "click": "button[aria-label=\"Got it\"]"
4508
+ }
4509
+ ],
4510
+ "optOut": [
4511
+ {
4512
+ "hide": [
4513
+ ".cookie-wrapper"
4514
+ ]
4515
+ }
4516
+ ]
4517
+ },
4518
+ {
4519
+ "name": "woo-commerce-com",
4520
+ "prehideSelectors": [
4521
+ ".wccom-comp-privacy-banner .wccom-privacy-banner"
4522
+ ],
4523
+ "detectCmp": [
4524
+ {
4525
+ "exists": ".wccom-comp-privacy-banner .wccom-privacy-banner"
4526
+ }
4527
+ ],
4528
+ "detectPopup": [
4529
+ {
4530
+ "exists": ".wccom-comp-privacy-banner .wccom-privacy-banner"
4531
+ }
4532
+ ],
4533
+ "optIn": [
4534
+ {
4535
+ "click": ".wccom-privacy-banner__content-buttons button.is-primary"
4536
+ }
4537
+ ],
4538
+ "optOut": [
4539
+ {
4540
+ "click": ".wccom-privacy-banner__content-buttons button.is-secondary"
4541
+ },
4542
+ {
4543
+ "waitForThenClick": "input[type=checkbox][checked]:not([disabled])",
4544
+ "all": true
4545
+ },
4546
+ {
4547
+ "click": "div.wccom-modal__footer > button"
4548
+ }
4549
+ ]
4550
+ },
3246
4551
  {
3247
4552
  "name": "WP Cookie Notice for GDPR",
3248
4553
  "comment": "https://wordpress.org/plugins/gdpr-cookie-consent/",
@@ -3275,6 +4580,93 @@
3275
4580
  }
3276
4581
  ]
3277
4582
  },
4583
+ {
4584
+ "name": "wpcc",
4585
+ "cosmetic": true,
4586
+ "prehideSelectors": [
4587
+ ".wpcc-container"
4588
+ ],
4589
+ "detectCmp": [
4590
+ {
4591
+ "exists": ".wpcc-container"
4592
+ }
4593
+ ],
4594
+ "detectPopup": [
4595
+ {
4596
+ "exists": ".wpcc-container .wpcc-message"
4597
+ }
4598
+ ],
4599
+ "optIn": [
4600
+ {
4601
+ "click": ".wpcc-compliance .wpcc-btn"
4602
+ }
4603
+ ],
4604
+ "optOut": [
4605
+ {
4606
+ "hide": [
4607
+ ".wpcc-container"
4608
+ ]
4609
+ }
4610
+ ]
4611
+ },
4612
+ {
4613
+ "name": "xhamster-eu",
4614
+ "prehideSelectors": [
4615
+ ".cookies-modal"
4616
+ ],
4617
+ "detectCmp": [
4618
+ {
4619
+ "exists": ".cookies-modal"
4620
+ }
4621
+ ],
4622
+ "detectPopup": [
4623
+ {
4624
+ "exists": ".cookies-modal"
4625
+ }
4626
+ ],
4627
+ "optIn": [
4628
+ {
4629
+ "click": "button.cmd-button-accept-all"
4630
+ }
4631
+ ],
4632
+ "optOut": [
4633
+ {
4634
+ "click": "button.cmd-button-reject-all"
4635
+ }
4636
+ ]
4637
+ },
4638
+ {
4639
+ "name": "xhamster-us",
4640
+ "runContext": {
4641
+ "urlPattern": "^https://(www\\.)?xhamster\\d?\\.com"
4642
+ },
4643
+ "cosmetic": true,
4644
+ "prehideSelectors": [
4645
+ ".cookie-announce"
4646
+ ],
4647
+ "detectCmp": [
4648
+ {
4649
+ "exists": ".cookie-announce"
4650
+ }
4651
+ ],
4652
+ "detectPopup": [
4653
+ {
4654
+ "visible": ".cookie-announce .announce-text"
4655
+ }
4656
+ ],
4657
+ "optIn": [
4658
+ {
4659
+ "click": ".cookie-announce button.xh-button"
4660
+ }
4661
+ ],
4662
+ "optOut": [
4663
+ {
4664
+ "hide": [
4665
+ ".cookie-announce"
4666
+ ]
4667
+ }
4668
+ ]
4669
+ },
3278
4670
  {
3279
4671
  "name": "xing.com",
3280
4672
  "detectCmp": [
@@ -3335,6 +4727,35 @@
3335
4727
  }
3336
4728
  ]
3337
4729
  },
4730
+ {
4731
+ "name": "youporn.com",
4732
+ "cosmetic": true,
4733
+ "prehideSelectors": [
4734
+ ".euCookieModal, #js_euCookieModal"
4735
+ ],
4736
+ "detectCmp": [
4737
+ {
4738
+ "exists": ".euCookieModal"
4739
+ }
4740
+ ],
4741
+ "detectPopup": [
4742
+ {
4743
+ "exists": ".euCookieModal, #js_euCookieModal"
4744
+ }
4745
+ ],
4746
+ "optIn": [
4747
+ {
4748
+ "click": "button[name=\"user_acceptCookie\"]"
4749
+ }
4750
+ ],
4751
+ "optOut": [
4752
+ {
4753
+ "hide": [
4754
+ ".euCookieModal"
4755
+ ]
4756
+ }
4757
+ ]
4758
+ },
3338
4759
  {
3339
4760
  "name": "youtube-desktop",
3340
4761
  "prehideSelectors": [