@duckduckgo/autoconsent 4.2.0 → 4.3.1

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 (60) hide show
  1. package/CHANGELOG.md +35 -0
  2. package/dist/addon-firefox/content.bundle.js +3 -0
  3. package/dist/addon-firefox/manifest.json +1 -1
  4. package/dist/addon-firefox/rules.json +668 -6
  5. package/dist/addon-mv3/content.bundle.js +3 -0
  6. package/dist/addon-mv3/manifest.json +1 -1
  7. package/dist/addon-mv3/rules.json +668 -6
  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/onetrust.ts +5 -0
  12. package/package.json +1 -1
  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/burpee-com.json +13 -0
  20. package/rules/autoconsent/complianz-optin.json +2 -2
  21. package/rules/autoconsent/crossfit-com.json +10 -0
  22. package/rules/autoconsent/itopvpn-com.json +13 -0
  23. package/rules/autoconsent/justwatch-com.json +15 -0
  24. package/rules/autoconsent/macpaw-com.json +13 -0
  25. package/rules/autoconsent/nba-com.json +9 -0
  26. package/rules/autoconsent/nrk-no.json +9 -0
  27. package/rules/autoconsent/pinetools-com.json +13 -0
  28. package/rules/autoconsent/similarweb-com.json +13 -0
  29. package/rules/autoconsent/takealot-com.json +13 -0
  30. package/rules/autoconsent/tidbits-com.json +9 -0
  31. package/rules/autoconsent/trader-joes-com.json +9 -0
  32. package/rules/autoconsent/tumblr-com.json +10 -0
  33. package/rules/autoconsent/urbanarmorgear-com.json +9 -0
  34. package/rules/autoconsent/woo-commerce-com.json +20 -0
  35. package/rules/autoconsent/xhamster-eu.json +15 -0
  36. package/rules/rules.json +668 -6
  37. package/tests/1password-com.spec.ts +5 -0
  38. package/tests/agolde-com.spec.ts +5 -0
  39. package/tests/altium-com.spec.ts +5 -0
  40. package/tests/aquasana-com.spec.ts +5 -0
  41. package/tests/athlinks-com.spec.ts +5 -0
  42. package/tests/automattic-cmp-optout.spec.ts +9 -0
  43. package/tests/burpee-com.spec.ts +5 -0
  44. package/tests/complianz-optin.spec.ts +4 -4
  45. package/tests/crossfit-com.spec.ts +5 -0
  46. package/tests/flex-orange-pl.spec.ts +5 -0
  47. package/tests/itopvpn-com.spec.ts +5 -0
  48. package/tests/justwatch-com.spec.ts +5 -0
  49. package/tests/macpaw-com.spec.ts +5 -0
  50. package/tests/nba-com.spec.ts +6 -0
  51. package/tests/nrk-no.spec.ts +5 -0
  52. package/tests/pinetools-com.spec.ts +5 -0
  53. package/tests/similarweb-com.spec.ts +5 -0
  54. package/tests/takealot-com.spec.ts +5 -0
  55. package/tests/tidbits-com.spec.ts +5 -0
  56. package/tests/trader-joes-com.spec.ts +5 -0
  57. package/tests/tumblr-com.spec.ts +5 -0
  58. package/tests/urbanarmorgear-com.spec.ts +5 -0
  59. package/tests/woo-commerce-com.spec.ts +5 -0
  60. package/tests/xhamster-eu.spec.ts +9 -0
@@ -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": [
@@ -448,6 +629,35 @@
448
629
  }
449
630
  ]
450
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
+ },
451
661
  {
452
662
  "name": "canva.com",
453
663
  "prehideSelectors": [
@@ -873,11 +1083,13 @@
873
1083
  "waitForVisible": "[aria-label=\"cookies preferences popup\"]"
874
1084
  },
875
1085
  {
876
- "click": "[aria-label=\"cookies preferences popup\"] input[type=checkbox]:not([disabled])",
877
- "all": true
1086
+ "click": "[aria-label=\"cookies preferences popup\"] input[type=checkbox]:not([disabled]):checked",
1087
+ "all": true,
1088
+ "optional": true
878
1089
  },
879
1090
  {
880
- "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
881
1093
  }
882
1094
  ],
883
1095
  "test": [
@@ -1121,6 +1333,35 @@
1121
1333
  }
1122
1334
  ]
1123
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
+ },
1124
1365
  {
1125
1366
  "name": "dailymotion-us",
1126
1367
  "cosmetic": true,
@@ -1956,6 +2197,35 @@
1956
2197
  }
1957
2198
  ]
1958
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
+ },
1959
2229
  {
1960
2230
  "name": "iubenda",
1961
2231
  "prehideSelectors": [
@@ -2070,6 +2340,49 @@
2070
2340
  }
2071
2341
  ]
2072
2342
  },
2343
+ {
2344
+ "name": "justwatch.com",
2345
+ "prehideSelectors": [
2346
+ ".consent-banner"
2347
+ ],
2348
+ "detectCmp": [
2349
+ {
2350
+ "exists": ".consent-banner"
2351
+ }
2352
+ ],
2353
+ "detectPopup": [
2354
+ {
2355
+ "exists": ".consent-banner"
2356
+ }
2357
+ ],
2358
+ "optIn": [
2359
+ {
2360
+ "click": ".consent-banner__actions button.basic-button.primary"
2361
+ }
2362
+ ],
2363
+ "optOut": [
2364
+ {
2365
+ "click": ".consent-banner__actions button.basic-button.secondary"
2366
+ },
2367
+ {
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
2377
+ },
2378
+ {
2379
+ "waitForVisible": ".consent-modal__footer button.basic-button.primary"
2380
+ },
2381
+ {
2382
+ "click": ".consent-modal__footer button.basic-button.primary"
2383
+ }
2384
+ ]
2385
+ },
2073
2386
  {
2074
2387
  "name": "ketch",
2075
2388
  "runContext": {
@@ -2188,16 +2501,45 @@
2188
2501
  ]
2189
2502
  },
2190
2503
  {
2191
- "name": "marksandspencer.com",
2504
+ "name": "macpaw.com",
2192
2505
  "cosmetic": true,
2506
+ "prehideSelectors": [
2507
+ "div[data-banner=\"cookies\"]"
2508
+ ],
2193
2509
  "detectCmp": [
2194
2510
  {
2195
- "exists": ".navigation-cookiebbanner"
2511
+ "exists": "div[data-banner=\"cookies\"]"
2196
2512
  }
2197
2513
  ],
2198
2514
  "detectPopup": [
2199
2515
  {
2200
- "visible": ".navigation-cookiebbanner"
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
+ },
2532
+ {
2533
+ "name": "marksandspencer.com",
2534
+ "cosmetic": true,
2535
+ "detectCmp": [
2536
+ {
2537
+ "exists": ".navigation-cookiebbanner"
2538
+ }
2539
+ ],
2540
+ "detectPopup": [
2541
+ {
2542
+ "visible": ".navigation-cookiebbanner"
2201
2543
  }
2202
2544
  ],
2203
2545
  "optOut": [
@@ -2484,6 +2826,35 @@
2484
2826
  }
2485
2827
  ]
2486
2828
  },
2829
+ {
2830
+ "name": "nba.com",
2831
+ "cosmetic": true,
2832
+ "prehideSelectors": [
2833
+ "#onetrust-banner-sdk"
2834
+ ],
2835
+ "detectCmp": [
2836
+ {
2837
+ "exists": "#onetrust-banner-sdk"
2838
+ }
2839
+ ],
2840
+ "detectPopup": [
2841
+ {
2842
+ "visible": "#onetrust-banner-sdk"
2843
+ }
2844
+ ],
2845
+ "optIn": [
2846
+ {
2847
+ "click": "#onetrust-accept-btn-handler"
2848
+ }
2849
+ ],
2850
+ "optOut": [
2851
+ {
2852
+ "hide": [
2853
+ "#onetrust-banner-sdk"
2854
+ ]
2855
+ }
2856
+ ]
2857
+ },
2487
2858
  {
2488
2859
  "name": "netflix.de",
2489
2860
  "detectCmp": [
@@ -2568,6 +2939,35 @@
2568
2939
  }
2569
2940
  ]
2570
2941
  },
2942
+ {
2943
+ "name": "nrk.no",
2944
+ "cosmetic": true,
2945
+ "prehideSelectors": [
2946
+ ".nrk-masthead__info-banner--cookie"
2947
+ ],
2948
+ "detectCmp": [
2949
+ {
2950
+ "exists": ".nrk-masthead__info-banner--cookie"
2951
+ }
2952
+ ],
2953
+ "detectPopup": [
2954
+ {
2955
+ "exists": ".nrk-masthead__info-banner--cookie"
2956
+ }
2957
+ ],
2958
+ "optIn": [
2959
+ {
2960
+ "click": "div.nrk-masthead__info-banner--cookie button > span:has(+ svg.nrk-close)"
2961
+ }
2962
+ ],
2963
+ "optOut": [
2964
+ {
2965
+ "hide": [
2966
+ ".nrk-masthead__info-banner--cookie"
2967
+ ]
2968
+ }
2969
+ ]
2970
+ },
2571
2971
  {
2572
2972
  "name": "obi.de",
2573
2973
  "prehideSelectors": [
@@ -2765,6 +3165,35 @@
2765
3165
  }
2766
3166
  ]
2767
3167
  },
3168
+ {
3169
+ "name": "pinetools.com",
3170
+ "cosmetic": true,
3171
+ "prehideSelectors": [
3172
+ "#aviso_cookies"
3173
+ ],
3174
+ "detectCmp": [
3175
+ {
3176
+ "exists": "#aviso_cookies"
3177
+ }
3178
+ ],
3179
+ "detectPopup": [
3180
+ {
3181
+ "exists": ".lang_en #aviso_cookies"
3182
+ }
3183
+ ],
3184
+ "optIn": [
3185
+ {
3186
+ "click": "#aviso_cookies .a_boton_cerrar"
3187
+ }
3188
+ ],
3189
+ "optOut": [
3190
+ {
3191
+ "hide": [
3192
+ "#aviso_cookies"
3193
+ ]
3194
+ }
3195
+ ]
3196
+ },
2768
3197
  {
2769
3198
  "name": "pmc",
2770
3199
  "cosmetic": true,
@@ -3162,6 +3591,35 @@
3162
3591
  }
3163
3592
  ]
3164
3593
  },
3594
+ {
3595
+ "name": "similarweb.com",
3596
+ "cosmetic": true,
3597
+ "prehideSelectors": [
3598
+ ".app-cookies-notification"
3599
+ ],
3600
+ "detectCmp": [
3601
+ {
3602
+ "exists": ".app-cookies-notification"
3603
+ }
3604
+ ],
3605
+ "detectPopup": [
3606
+ {
3607
+ "exists": ".app-layout .app-cookies-notification"
3608
+ }
3609
+ ],
3610
+ "optIn": [
3611
+ {
3612
+ "click": "button.app-cookies-notification__dismiss"
3613
+ }
3614
+ ],
3615
+ "optOut": [
3616
+ {
3617
+ "hide": [
3618
+ ".app-layout .app-cookies-notification"
3619
+ ]
3620
+ }
3621
+ ]
3622
+ },
3165
3623
  {
3166
3624
  "name": "Sirdata",
3167
3625
  "prehideSelectors": [
@@ -3258,6 +3716,35 @@
3258
3716
  }
3259
3717
  ]
3260
3718
  },
3719
+ {
3720
+ "name": "takealot.com",
3721
+ "cosmetic": true,
3722
+ "prehideSelectors": [
3723
+ "div[class^=\"cookies-banner-module_cookie-banner_\"]"
3724
+ ],
3725
+ "detectCmp": [
3726
+ {
3727
+ "exists": "div[class^=\"cookies-banner-module_cookie-banner_\"]"
3728
+ }
3729
+ ],
3730
+ "detectPopup": [
3731
+ {
3732
+ "exists": "div[class^=\"cookies-banner-module_cookie-banner_\"]"
3733
+ }
3734
+ ],
3735
+ "optIn": [
3736
+ {
3737
+ "click": "button[class*=\"cookies-banner-module_dismiss-button_\"]"
3738
+ }
3739
+ ],
3740
+ "optOut": [
3741
+ {
3742
+ "hide": [
3743
+ "div[class^=\"cookies-banner-module_cookie-banner_\"]"
3744
+ ]
3745
+ }
3746
+ ]
3747
+ },
3261
3748
  {
3262
3749
  "name": "tarteaucitron.js",
3263
3750
  "prehideSelectors": [
@@ -3561,6 +4048,35 @@
3561
4048
  }
3562
4049
  ]
3563
4050
  },
4051
+ {
4052
+ "name": "tidbits-com",
4053
+ "cosmetic": true,
4054
+ "prehideSelectors": [
4055
+ "#eu_cookie_law_widget-2"
4056
+ ],
4057
+ "detectCmp": [
4058
+ {
4059
+ "exists": "#eu_cookie_law_widget-2"
4060
+ }
4061
+ ],
4062
+ "detectPopup": [
4063
+ {
4064
+ "visible": "#eu_cookie_law_widget-2"
4065
+ }
4066
+ ],
4067
+ "optIn": [
4068
+ {
4069
+ "click": "#eu-cookie-law form > input.accept"
4070
+ }
4071
+ ],
4072
+ "optOut": [
4073
+ {
4074
+ "hide": [
4075
+ "#eu_cookie_law_widget-2"
4076
+ ]
4077
+ }
4078
+ ]
4079
+ },
3564
4080
  {
3565
4081
  "name": "tractor-supply",
3566
4082
  "runContext": {
@@ -3593,6 +4109,35 @@
3593
4109
  }
3594
4110
  ]
3595
4111
  },
4112
+ {
4113
+ "name": "trader-joes-com",
4114
+ "cosmetic": true,
4115
+ "prehideSelectors": [
4116
+ "div.aem-page > div[class^=\"CookiesAlert_cookiesAlert__\"]"
4117
+ ],
4118
+ "detectCmp": [
4119
+ {
4120
+ "exists": "div.aem-page > div[class^=\"CookiesAlert_cookiesAlert__\"]"
4121
+ }
4122
+ ],
4123
+ "detectPopup": [
4124
+ {
4125
+ "visible": "div.aem-page > div[class^=\"CookiesAlert_cookiesAlert__\"]"
4126
+ }
4127
+ ],
4128
+ "optIn": [
4129
+ {
4130
+ "click": "div[class^=\"CookiesAlert_cookiesAlert__container__\"] button"
4131
+ }
4132
+ ],
4133
+ "optOut": [
4134
+ {
4135
+ "hide": [
4136
+ "div.aem-page > div[class^=\"CookiesAlert_cookiesAlert__\"]"
4137
+ ]
4138
+ }
4139
+ ]
4140
+ },
3596
4141
  {
3597
4142
  "name": "true-car",
3598
4143
  "runContext": {
@@ -3656,6 +4201,35 @@
3656
4201
  }
3657
4202
  ]
3658
4203
  },
4204
+ {
4205
+ "name": "tumblr-com",
4206
+ "cosmetic": true,
4207
+ "prehideSelectors": [
4208
+ "#cmp-app-container"
4209
+ ],
4210
+ "detectCmp": [
4211
+ {
4212
+ "exists": "#cmp-app-container"
4213
+ }
4214
+ ],
4215
+ "detectPopup": [
4216
+ {
4217
+ "visible": "#cmp-app-container"
4218
+ }
4219
+ ],
4220
+ "optIn": [
4221
+ {
4222
+ "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"
4223
+ }
4224
+ ],
4225
+ "optOut": [
4226
+ {
4227
+ "hide": [
4228
+ "#cmp-app-container"
4229
+ ]
4230
+ }
4231
+ ]
4232
+ },
3659
4233
  {
3660
4234
  "name": "twitter",
3661
4235
  "runContext": {
@@ -3724,6 +4298,35 @@
3724
4298
  }
3725
4299
  ]
3726
4300
  },
4301
+ {
4302
+ "name": "urbanarmorgear-com",
4303
+ "cosmetic": true,
4304
+ "prehideSelectors": [
4305
+ "div[class^=\"Layout__CookieBannerContainer-\"]"
4306
+ ],
4307
+ "detectCmp": [
4308
+ {
4309
+ "exists": "div[class^=\"Layout__CookieBannerContainer-\"]"
4310
+ }
4311
+ ],
4312
+ "detectPopup": [
4313
+ {
4314
+ "visible": "div[class^=\"Layout__CookieBannerContainer-\"]"
4315
+ }
4316
+ ],
4317
+ "optIn": [
4318
+ {
4319
+ "click": "button[class^=\"CookieBanner__AcceptButton\"]"
4320
+ }
4321
+ ],
4322
+ "optOut": [
4323
+ {
4324
+ "hide": [
4325
+ "div[class^=\"Layout__CookieBannerContainer-\"]"
4326
+ ]
4327
+ }
4328
+ ]
4329
+ },
3727
4330
  {
3728
4331
  "name": "usercentrics-api",
3729
4332
  "detectCmp": [
@@ -3941,6 +4544,39 @@
3941
4544
  }
3942
4545
  ]
3943
4546
  },
4547
+ {
4548
+ "name": "woo-commerce-com",
4549
+ "prehideSelectors": [
4550
+ ".wccom-comp-privacy-banner .wccom-privacy-banner"
4551
+ ],
4552
+ "detectCmp": [
4553
+ {
4554
+ "exists": ".wccom-comp-privacy-banner .wccom-privacy-banner"
4555
+ }
4556
+ ],
4557
+ "detectPopup": [
4558
+ {
4559
+ "exists": ".wccom-comp-privacy-banner .wccom-privacy-banner"
4560
+ }
4561
+ ],
4562
+ "optIn": [
4563
+ {
4564
+ "click": ".wccom-privacy-banner__content-buttons button.is-primary"
4565
+ }
4566
+ ],
4567
+ "optOut": [
4568
+ {
4569
+ "click": ".wccom-privacy-banner__content-buttons button.is-secondary"
4570
+ },
4571
+ {
4572
+ "waitForThenClick": "input[type=checkbox][checked]:not([disabled])",
4573
+ "all": true
4574
+ },
4575
+ {
4576
+ "click": "div.wccom-modal__footer > button"
4577
+ }
4578
+ ]
4579
+ },
3944
4580
  {
3945
4581
  "name": "WP Cookie Notice for GDPR",
3946
4582
  "comment": "https://wordpress.org/plugins/gdpr-cookie-consent/",
@@ -4002,6 +4638,32 @@
4002
4638
  }
4003
4639
  ]
4004
4640
  },
4641
+ {
4642
+ "name": "xhamster-eu",
4643
+ "prehideSelectors": [
4644
+ ".cookies-modal"
4645
+ ],
4646
+ "detectCmp": [
4647
+ {
4648
+ "exists": ".cookies-modal"
4649
+ }
4650
+ ],
4651
+ "detectPopup": [
4652
+ {
4653
+ "exists": ".cookies-modal"
4654
+ }
4655
+ ],
4656
+ "optIn": [
4657
+ {
4658
+ "click": "button.cmd-button-accept-all"
4659
+ }
4660
+ ],
4661
+ "optOut": [
4662
+ {
4663
+ "click": "button.cmd-button-reject-all"
4664
+ }
4665
+ ]
4666
+ },
4005
4667
  {
4006
4668
  "name": "xhamster-us",
4007
4669
  "runContext": {