@duckduckgo/autoconsent 2.0.0 → 2.1.2

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 (65) hide show
  1. package/Jenkinsfile +1 -1
  2. package/dist/addon-firefox/background.bundle.js +1 -0
  3. package/dist/addon-firefox/content.bundle.js +1 -0
  4. package/dist/addon-firefox/icons/cog.png +0 -0
  5. package/dist/addon-firefox/icons/cookie-idle.png +0 -0
  6. package/dist/addon-firefox/icons/cookie.png +0 -0
  7. package/dist/addon-firefox/icons/party.png +0 -0
  8. package/dist/addon-firefox/icons/tick.png +0 -0
  9. package/dist/addon-firefox/icons/verified.png +0 -0
  10. package/dist/addon-firefox/manifest.json +32 -0
  11. package/dist/addon-firefox/rules.json +4245 -0
  12. package/dist/addon-mv3/background.bundle.js +1 -0
  13. package/dist/addon-mv3/content.bundle.js +1 -0
  14. package/dist/addon-mv3/icons/cog.png +0 -0
  15. package/dist/addon-mv3/icons/cookie-idle.png +0 -0
  16. package/dist/addon-mv3/icons/cookie.png +0 -0
  17. package/dist/addon-mv3/icons/party.png +0 -0
  18. package/dist/addon-mv3/icons/tick.png +0 -0
  19. package/dist/addon-mv3/icons/verified.png +0 -0
  20. package/dist/addon-mv3/manifest.json +34 -0
  21. package/dist/addon-mv3/rules.json +4245 -0
  22. package/dist/autoconsent.cjs.js +1 -1
  23. package/dist/autoconsent.esm.js +1 -1
  24. package/dist/autoconsent.playwright.js +1 -1
  25. package/dist/autoconsent.standalone.js +1 -1
  26. package/lib/cmps/base.ts +5 -0
  27. package/lib/cmps/onetrust.ts +1 -1
  28. package/lib/cmps/sourcepoint-frame.ts +9 -7
  29. package/lib/cmps/trustarc-top.ts +6 -0
  30. package/lib/web/consentomatic/index.js +188 -0
  31. package/lib/web/consentomatic/tools.js +177 -0
  32. package/lib/web.ts +7 -2
  33. package/package.json +5 -4
  34. package/playwright/content.ts +1 -7
  35. package/playwright/runner.ts +104 -73
  36. package/readme.md +5 -1
  37. package/rollup.config.js +27 -13
  38. package/rules/autoconsent/affinity-serif-com.json +40 -0
  39. package/rules/autoconsent/ausopen.json +2 -1
  40. package/rules/autoconsent/cookie-law-info.json +1 -1
  41. package/rules/autoconsent/cookie-notice.json +1 -1
  42. package/rules/autoconsent/destatis-de.json +2 -1
  43. package/rules/autoconsent/dunelm.json +1 -1
  44. package/rules/autoconsent/etsy.json +1 -1
  45. package/rules/autoconsent/marksandspencer.json +2 -1
  46. package/rules/autoconsent/mediamarkt-de.json +1 -1
  47. package/rules/autoconsent/microsoft.json +1 -1
  48. package/rules/autoconsent/monzo-com.json +22 -0
  49. package/rules/autoconsent/osano.json +4 -1
  50. package/rules/autoconsent/snigel.json +2 -1
  51. package/rules/autoconsent/thefreedictionary.json +1 -1
  52. package/rules/rules.json +113 -8
  53. package/tests/affinity-serif-com.spec.ts +5 -0
  54. package/tests/didomi.spec.ts +1 -1
  55. package/tests/evidon.spec.ts +6 -1
  56. package/tests/monzo-com.spec.ts +5 -0
  57. package/tests/oil.spec.ts +1 -1
  58. package/tests/onetrust.spec.ts +19 -3
  59. package/tests/quantcast.spec.ts +1 -1
  60. package/tests/springer.spec.ts +1 -1
  61. package/tests/trustarc.spec.ts +1 -0
  62. package/tests/wordpressgdpr.spec.ts +1 -1
  63. package/update_version.js +10 -6
  64. package/.vscode/settings.json +0 -7
  65. package/playwright/standalone.ts +0 -36
@@ -0,0 +1,4245 @@
1
+ {
2
+ "autoconsent": [
3
+ {
4
+ "name": "192.com",
5
+ "detectCmp": [
6
+ {
7
+ "exists": ".ont-cookies"
8
+ }
9
+ ],
10
+ "detectPopup": [
11
+ {
12
+ "visible": ".ont-cookies"
13
+ }
14
+ ],
15
+ "optIn": [
16
+ {
17
+ "click": ".ont-btn-main.ont-cookies-btn.js-ont-btn-ok2"
18
+ }
19
+ ],
20
+ "optOut": [
21
+ {
22
+ "click": ".ont-cookes-btn-manage"
23
+ },
24
+ {
25
+ "click": ".ont-btn-main.ont-cookies-btn.js-ont-btn-choose"
26
+ }
27
+ ],
28
+ "test": [
29
+ {
30
+ "eval": "document.cookie.includes('CC_ADVERTISING=NO') && document.cookie.includes('CC_ANALYTICS=NO')"
31
+ }
32
+ ]
33
+ },
34
+ {
35
+ "name": "affinity.serif.com",
36
+ "detectCmp": [
37
+ {
38
+ "exists": ".c-cookie-banner"
39
+ },
40
+ {
41
+ "exists": ".c-cookie-banner button"
42
+ }
43
+ ],
44
+ "detectPopup": [
45
+ {
46
+ "visible": ".c-cookie-banner"
47
+ }
48
+ ],
49
+ "optIn": [
50
+ {
51
+ "click": "button[data-qa=\"allow-all-cookies\"]"
52
+ }
53
+ ],
54
+ "optOut": [
55
+ {
56
+ "click": "button[data-qa=\"manage-cookies\"]"
57
+ },
58
+ {
59
+ "waitFor": ".c-cookie-banner ~ [role=\"dialog\"]"
60
+ },
61
+ {
62
+ "waitForThenClick": ".c-cookie-banner ~ [role=\"dialog\"] input[type=\"checkbox\"][value=\"true\"]",
63
+ "all": true
64
+ },
65
+ {
66
+ "click": ".c-cookie-banner ~ [role=\"dialog\"] .c-modal__action button"
67
+ }
68
+ ],
69
+ "test": [
70
+ {
71
+ "wait": 500
72
+ },
73
+ {
74
+ "eval": "document.cookie.includes('serif_manage_cookies_viewed') && !document.cookie.includes('serif_allow_analytics')"
75
+ }
76
+ ]
77
+ },
78
+ {
79
+ "name": "arzt-auskunft.de",
80
+ "prehideSelectors": [
81
+ "#cookiescript_injected"
82
+ ],
83
+ "detectCmp": [
84
+ {
85
+ "exists": "#cookiescript_injected"
86
+ }
87
+ ],
88
+ "detectPopup": [
89
+ {
90
+ "visible": "#cookiescript_injected"
91
+ }
92
+ ],
93
+ "optOut": [
94
+ {
95
+ "click": "#cookiescript_reject"
96
+ }
97
+ ],
98
+ "optIn": [
99
+ {
100
+ "click": "#cookiescript_accept"
101
+ }
102
+ ]
103
+ },
104
+ {
105
+ "name": "asus",
106
+ "detectCmp": [
107
+ {
108
+ "exists": "#cookie-policy-info"
109
+ }
110
+ ],
111
+ "detectPopup": [
112
+ {
113
+ "visible": "#cookie-policy-info"
114
+ }
115
+ ],
116
+ "optIn": [
117
+ {
118
+ "click": ".btn-read-ck"
119
+ }
120
+ ],
121
+ "optOut": [
122
+ {
123
+ "click": ".btn-setting"
124
+ },
125
+ {
126
+ "click": ".btn-save"
127
+ }
128
+ ]
129
+ },
130
+ {
131
+ "name": "ausopen.com",
132
+ "isHidingRule": true,
133
+ "detectCmp": [
134
+ {
135
+ "exists": ".gdpr-popup__message"
136
+ }
137
+ ],
138
+ "detectPopup": [
139
+ {
140
+ "visible": ".gdpr-popup__message"
141
+ }
142
+ ],
143
+ "optOut": [
144
+ {
145
+ "hide": [
146
+ ".gdpr-popup__message"
147
+ ]
148
+ }
149
+ ],
150
+ "optIn": [
151
+ {
152
+ "click": [
153
+ ".gdpr-popup__message button"
154
+ ]
155
+ }
156
+ ]
157
+ },
158
+ {
159
+ "name": "aws.amazon.com",
160
+ "prehideSelectors": [
161
+ "#awsccc-cb-content",
162
+ "#awsccc-cs-container",
163
+ "#awsccc-cs-modalOverlay",
164
+ "#awsccc-cs-container-inner"
165
+ ],
166
+ "detectCmp": [
167
+ {
168
+ "exists": "#awsccc-cb-content"
169
+ }
170
+ ],
171
+ "detectPopup": [
172
+ {
173
+ "visible": "#awsccc-cb-content"
174
+ }
175
+ ],
176
+ "optIn": [
177
+ {
178
+ "click": "button[data-id=awsccc-cb-btn-accept"
179
+ }
180
+ ],
181
+ "optOut": [
182
+ {
183
+ "click": "button[data-id=awsccc-cb-btn-customize]"
184
+ },
185
+ {
186
+ "eval": "Array.from(document.querySelectorAll('input[aria-checked=true')).forEach(e => e.click()) || true"
187
+ },
188
+ {
189
+ "click": "button[data-id=awsccc-cs-btn-save]"
190
+ }
191
+ ]
192
+ },
193
+ {
194
+ "name": "baden-wuerttemberg.de",
195
+ "prehideSelectors": [
196
+ ".cookie-alert.t-dark"
197
+ ],
198
+ "detectCmp": [
199
+ {
200
+ "exists": ".cookie-alert.t-dark"
201
+ }
202
+ ],
203
+ "detectPopup": [
204
+ {
205
+ "visible": ".cookie-alert.t-dark"
206
+ }
207
+ ],
208
+ "optIn": [
209
+ {
210
+ "click": ".cookie-alert__form input:not([disabled]):not([checked])"
211
+ },
212
+ {
213
+ "click": ".cookie-alert__button button"
214
+ }
215
+ ],
216
+ "optOut": [
217
+ {
218
+ "hide": [
219
+ ".cookie-alert.t-dark"
220
+ ]
221
+ }
222
+ ]
223
+ },
224
+ {
225
+ "name": "bing.com",
226
+ "prehideSelectors": [
227
+ "#bnp_container"
228
+ ],
229
+ "detectCmp": [
230
+ {
231
+ "exists": "#bnp_cookie_banner"
232
+ }
233
+ ],
234
+ "detectPopup": [
235
+ {
236
+ "visible": "#bnp_cookie_banner"
237
+ }
238
+ ],
239
+ "optIn": [
240
+ {
241
+ "click": "#bnp_btn_accept"
242
+ }
243
+ ],
244
+ "optOut": [
245
+ {
246
+ "click": "#bnp_btn_preference"
247
+ },
248
+ {
249
+ "click": "#mcp_savesettings"
250
+ }
251
+ ],
252
+ "test": [
253
+ {
254
+ "eval": "document.cookie.includes('AL=0') && document.cookie.includes('AD=0') && document.cookie.includes('SM=0')"
255
+ }
256
+ ]
257
+ },
258
+ {
259
+ "name": "borlabs",
260
+ "prehideSelectors": [
261
+ "#BorlabsCookieBox"
262
+ ],
263
+ "detectCmp": [
264
+ {
265
+ "exists": "._brlbs-block-content"
266
+ }
267
+ ],
268
+ "detectPopup": [
269
+ {
270
+ "visible": "._brlbs-bar-wrap,._brlbs-box-wrap"
271
+ }
272
+ ],
273
+ "optIn": [
274
+ {
275
+ "click": "a[data-cookie-accept-all]"
276
+ }
277
+ ],
278
+ "optOut": [
279
+ {
280
+ "click": "a[data-cookie-refuse]"
281
+ }
282
+ ]
283
+ },
284
+ {
285
+ "name": "bundesregierung.de",
286
+ "prehideSelectors": [
287
+ ".bpa-cookie-banner"
288
+ ],
289
+ "detectCmp": [
290
+ {
291
+ "exists": ".bpa-cookie-banner"
292
+ }
293
+ ],
294
+ "detectPopup": [
295
+ {
296
+ "visible": ".bpa-cookie-banner .bpa-module-full-hero"
297
+ }
298
+ ],
299
+ "optIn": [
300
+ {
301
+ "click": ".bpa-accept-all-button"
302
+ }
303
+ ],
304
+ "optOut": [
305
+ {
306
+ "wait": 500,
307
+ "comment": "click is not immediately recognized"
308
+ },
309
+ {
310
+ "waitForThenClick": ".bpa-close-button"
311
+ }
312
+ ],
313
+ "test": [
314
+ {
315
+ "eval": "document.cookie.match('cookie-allow-tracking=0')"
316
+ }
317
+ ]
318
+ },
319
+ {
320
+ "name": "cc_banner",
321
+ "prehideSelectors": [
322
+ ".cc_banner-wrapper"
323
+ ],
324
+ "detectCmp": [
325
+ {
326
+ "exists": ".cc_banner-wrapper"
327
+ }
328
+ ],
329
+ "detectPopup": [
330
+ {
331
+ "visible": ".cc_banner"
332
+ }
333
+ ],
334
+ "optIn": [
335
+ {
336
+ "click": ".cc_btn_accept_all"
337
+ }
338
+ ],
339
+ "optOut": [
340
+ {
341
+ "hide": [
342
+ ".cc_banner-wrapper"
343
+ ]
344
+ }
345
+ ]
346
+ },
347
+ {
348
+ "name": "cookie-law-info",
349
+ "prehideSelectors": [
350
+ "#cookie-law-info-bar"
351
+ ],
352
+ "detectCmp": [
353
+ {
354
+ "exists": "#cookie-law-info-bar"
355
+ }
356
+ ],
357
+ "detectPopup": [
358
+ {
359
+ "visible": "#cookie-law-info-bar"
360
+ }
361
+ ],
362
+ "optIn": [
363
+ {
364
+ "click": "[data-cli_action=\"accept_all\"]"
365
+ }
366
+ ],
367
+ "optOut": [
368
+ {
369
+ "hide": [
370
+ "#cookie-law-info-bar"
371
+ ]
372
+ },
373
+ {
374
+ "eval": "CLI.disableAllCookies() || CLI.reject_close() || true"
375
+ }
376
+ ],
377
+ "test": [
378
+ {
379
+ "eval": "document.cookie.indexOf('cookielawinfo-checkbox-non-necessary=yes') === -1"
380
+ }
381
+ ]
382
+ },
383
+ {
384
+ "name": "cookie-notice",
385
+ "prehideSelectors": [
386
+ "#cookie-notice"
387
+ ],
388
+ "detectCmp": [
389
+ {
390
+ "exists": "#cookie-notice"
391
+ }
392
+ ],
393
+ "detectPopup": [
394
+ {
395
+ "visible": "#cookie-notice"
396
+ }
397
+ ],
398
+ "optIn": [
399
+ {
400
+ "click": [
401
+ "#cn-accept-cookie"
402
+ ]
403
+ }
404
+ ],
405
+ "optOut": [
406
+ {
407
+ "hide": [
408
+ "#cookie-notice"
409
+ ]
410
+ }
411
+ ]
412
+ },
413
+ {
414
+ "name": "cookieconsent",
415
+ "prehideSelectors": [
416
+ "[aria-label=\"cookieconsent\"][aria-describedby=\"cookieconsent:desc\"]"
417
+ ],
418
+ "detectCmp": [
419
+ {
420
+ "exists": "[aria-label=\"cookieconsent\"][aria-describedby=\"cookieconsent:desc\"]"
421
+ }
422
+ ],
423
+ "detectPopup": [
424
+ {
425
+ "visible": "[aria-label=\"cookieconsent\"][aria-describedby=\"cookieconsent:desc\"]"
426
+ }
427
+ ],
428
+ "optIn": [
429
+ {
430
+ "click": ".cc-dismiss"
431
+ }
432
+ ],
433
+ "optOut": [
434
+ {
435
+ "hide": [
436
+ "[aria-label=\"cookieconsent\"][aria-describedby=\"cookieconsent:desc\"]"
437
+ ]
438
+ }
439
+ ]
440
+ },
441
+ {
442
+ "name": "corona-in-zahlen.de",
443
+ "prehideSelectors": [
444
+ ".cookiealert"
445
+ ],
446
+ "detectCmp": [
447
+ {
448
+ "exists": ".cookiealert"
449
+ }
450
+ ],
451
+ "detectPopup": [
452
+ {
453
+ "visible": ".cookiealert"
454
+ }
455
+ ],
456
+ "optOut": [
457
+ {
458
+ "click": ".configurecookies"
459
+ },
460
+ {
461
+ "click": ".confirmcookies"
462
+ }
463
+ ],
464
+ "optIn": [
465
+ {
466
+ "click": ".acceptcookies"
467
+ }
468
+ ]
469
+ },
470
+ {
471
+ "name": "deepl.com",
472
+ "prehideSelectors": [
473
+ ".dl_cookieBanner_container"
474
+ ],
475
+ "detectCmp": [
476
+ {
477
+ "exists": ".dl_cookieBanner_container"
478
+ }
479
+ ],
480
+ "detectPopup": [
481
+ {
482
+ "visible": ".dl_cookieBanner_container"
483
+ }
484
+ ],
485
+ "optOut": [
486
+ {
487
+ "click": ".dl_cookieBanner--buttonSelected"
488
+ }
489
+ ],
490
+ "optIn": [
491
+ {
492
+ "click": ".dl_cookieBanner--buttonAll"
493
+ }
494
+ ]
495
+ },
496
+ {
497
+ "name": "destatis.de",
498
+ "prehideSelectors": [
499
+ "div[aria-labelledby=cookiebannerhead]"
500
+ ],
501
+ "detectCmp": [
502
+ {
503
+ "exists": ".cookiebannerbox"
504
+ }
505
+ ],
506
+ "detectPopup": [
507
+ {
508
+ "visible": ".cookiebannerbox"
509
+ }
510
+ ],
511
+ "optOut": [
512
+ {
513
+ "hide": [
514
+ ".cookiebannerbox"
515
+ ]
516
+ }
517
+ ],
518
+ "optIn": [
519
+ {
520
+ "click": [
521
+ ".cookiebannerbox .close"
522
+ ]
523
+ }
524
+ ]
525
+ },
526
+ {
527
+ "name": "Drupal",
528
+ "detectCmp": [
529
+ {
530
+ "exists": "#drupalorg-crosssite-gdpr"
531
+ }
532
+ ],
533
+ "detectPopup": [
534
+ {
535
+ "visible": "#drupalorg-crosssite-gdpr"
536
+ }
537
+ ],
538
+ "optOut": [
539
+ {
540
+ "click": ".no"
541
+ }
542
+ ],
543
+ "optIn": [
544
+ {
545
+ "click": ".yes"
546
+ }
547
+ ]
548
+ },
549
+ {
550
+ "name": "dunelm.com",
551
+ "prehideSelectors": [
552
+ "div[data-testid=cookie-consent-modal-backdrop]"
553
+ ],
554
+ "detectCmp": [
555
+ {
556
+ "exists": "div[data-testid=cookie-consent-message-contents]"
557
+ }
558
+ ],
559
+ "detectPopup": [
560
+ {
561
+ "visible": "div[data-testid=cookie-consent-message-contents]"
562
+ }
563
+ ],
564
+ "optIn": [
565
+ {
566
+ "click": "[data-testid=\"cookie-consent-allow-all\"]"
567
+ }
568
+ ],
569
+ "optOut": [
570
+ {
571
+ "click": "button[data-testid=cookie-consent-adjust-settings]"
572
+ },
573
+ {
574
+ "click": "button[data-testid=cookie-consent-preferences-save]"
575
+ }
576
+ ],
577
+ "test": [
578
+ {
579
+ "eval": "document.cookie.includes('cc_functional=0') && document.cookie.includes('cc_targeting=0')"
580
+ }
581
+ ]
582
+ },
583
+ {
584
+ "name": "etsy",
585
+ "prehideSelectors": [
586
+ "#gdpr-single-choice-overlay",
587
+ "#gdpr-privacy-settings"
588
+ ],
589
+ "detectCmp": [
590
+ {
591
+ "exists": "#gdpr-single-choice-overlay"
592
+ }
593
+ ],
594
+ "detectPopup": [
595
+ {
596
+ "visible": "#gdpr-single-choice-overlay"
597
+ }
598
+ ],
599
+ "optOut": [
600
+ {
601
+ "click": "button[data-gdpr-open-full-settings]"
602
+ },
603
+ {
604
+ "waitForVisible": ".gdpr-overlay-body input",
605
+ "timeout": 3000
606
+ },
607
+ {
608
+ "wait": 1000
609
+ },
610
+ {
611
+ "eval": "document.querySelectorAll(\".gdpr-overlay-body input\").forEach(toggle => { toggle.checked = false; }) || true"
612
+ },
613
+ {
614
+ "eval": "document.querySelector('.gdpr-overlay-view button[data-wt-overlay-close]').click() || true"
615
+ }
616
+ ],
617
+ "optIn": [
618
+ {
619
+ "click": "button[data-gdpr-single-choice-accept]"
620
+ }
621
+ ]
622
+ },
623
+ {
624
+ "name": "eu-cookie-compliance-banner",
625
+ "detectCmp": [
626
+ {
627
+ "exists": ".eu-cookie-compliance-banner-info"
628
+ }
629
+ ],
630
+ "detectPopup": [
631
+ {
632
+ "visible": ".eu-cookie-compliance-banner-info"
633
+ }
634
+ ],
635
+ "optIn": [
636
+ {
637
+ "click": ".agree-button"
638
+ }
639
+ ],
640
+ "optOut": [
641
+ {
642
+ "click": ".decline-button,.eu-cookie-compliance-save-preferences-button",
643
+ "optional": true
644
+ },
645
+ {
646
+ "hide": [
647
+ ".eu-cookie-compliance-banner-info",
648
+ "#sliding-popup"
649
+ ]
650
+ }
651
+ ],
652
+ "test": [
653
+ {
654
+ "eval": "document.cookie.indexOf('cookie-agreed=2') === -1"
655
+ }
656
+ ]
657
+ },
658
+ {
659
+ "name": "funding-choices",
660
+ "prehideSelectors": [
661
+ ".fc-consent-root,.fc-dialog-container,.fc-dialog-overlay,.fc-dialog-content"
662
+ ],
663
+ "detectCmp": [
664
+ {
665
+ "exists": ".fc-consent-root"
666
+ }
667
+ ],
668
+ "detectPopup": [
669
+ {
670
+ "exists": ".fc-dialog-container"
671
+ }
672
+ ],
673
+ "optOut": [
674
+ {
675
+ "click": ".fc-cta-do-not-consent,.fc-cta-manage-options"
676
+ },
677
+ {
678
+ "click": ".fc-preference-consent:checked,.fc-preference-legitimate-interest:checked",
679
+ "all": true,
680
+ "optional": true
681
+ },
682
+ {
683
+ "click": ".fc-confirm-choices",
684
+ "optional": true
685
+ }
686
+ ],
687
+ "optIn": [
688
+ {
689
+ "click": ".fc-cta-consent"
690
+ }
691
+ ]
692
+ },
693
+ {
694
+ "name": "gov.uk",
695
+ "detectCmp": [
696
+ {
697
+ "exists": "#global-cookie-message"
698
+ }
699
+ ],
700
+ "detectPopup": [
701
+ {
702
+ "exists": "#global-cookie-message"
703
+ }
704
+ ],
705
+ "optIn": [
706
+ {
707
+ "click": "button[data-accept-cookies=true]"
708
+ }
709
+ ],
710
+ "optOut": [
711
+ {
712
+ "click": "button[data-reject-cookies=true],#reject-cookies"
713
+ },
714
+ {
715
+ "click": "button[data-hide-cookie-banner=true],#hide-cookie-decision"
716
+ }
717
+ ]
718
+ },
719
+ {
720
+ "name": "hl.co.uk",
721
+ "prehideSelectors": [
722
+ ".cookieModalContent",
723
+ "#cookie-banner-overlay"
724
+ ],
725
+ "detectCmp": [
726
+ {
727
+ "exists": "#cookie-banner-overlay"
728
+ }
729
+ ],
730
+ "detectPopup": [
731
+ {
732
+ "exists": "#cookie-banner-overlay"
733
+ }
734
+ ],
735
+ "optIn": [
736
+ {
737
+ "click": "#acceptCookieButton"
738
+ }
739
+ ],
740
+ "optOut": [
741
+ {
742
+ "click": "#manageCookie"
743
+ },
744
+ {
745
+ "hide": [
746
+ ".cookieSettingsModal"
747
+ ]
748
+ },
749
+ {
750
+ "waitFor": "#AOCookieToggle"
751
+ },
752
+ {
753
+ "click": "#AOCookieToggle[aria-pressed=true]",
754
+ "optional": true
755
+ },
756
+ {
757
+ "waitFor": "#TPCookieToggle"
758
+ },
759
+ {
760
+ "click": "#TPCookieToggle[aria-pressed=true]",
761
+ "optional": true
762
+ },
763
+ {
764
+ "click": "#updateCookieButton"
765
+ }
766
+ ]
767
+ },
768
+ {
769
+ "name": "hubspot",
770
+ "detectCmp": [
771
+ {
772
+ "exists": "#hs-eu-cookie-confirmation"
773
+ }
774
+ ],
775
+ "detectPopup": [
776
+ {
777
+ "visible": "#hs-eu-cookie-confirmation"
778
+ }
779
+ ],
780
+ "optIn": [
781
+ {
782
+ "click": "#hs-eu-confirmation-button"
783
+ }
784
+ ],
785
+ "optOut": [
786
+ {
787
+ "click": "#hs-eu-decline-button"
788
+ }
789
+ ]
790
+ },
791
+ {
792
+ "name": "ionos.de",
793
+ "prehideSelectors": [
794
+ ".privacy-consent--backdrop",
795
+ ".privacy-consent--modal"
796
+ ],
797
+ "detectCmp": [
798
+ {
799
+ "exists": ".privacy-consent--modal"
800
+ }
801
+ ],
802
+ "detectPopup": [
803
+ {
804
+ "visible": ".privacy-consent--modal"
805
+ }
806
+ ],
807
+ "optIn": [
808
+ {
809
+ "click": "#selectAll"
810
+ }
811
+ ],
812
+ "optOut": [
813
+ {
814
+ "click": ".footer-config-link"
815
+ },
816
+ {
817
+ "click": "#confirmSelection"
818
+ }
819
+ ]
820
+ },
821
+ {
822
+ "name": "johnlewis.com",
823
+ "prehideSelectors": [
824
+ "div[class^=pecr-cookie-banner-]"
825
+ ],
826
+ "detectCmp": [
827
+ {
828
+ "exists": "div[class^=pecr-cookie-banner-]"
829
+ }
830
+ ],
831
+ "detectPopup": [
832
+ {
833
+ "exists": "div[class^=pecr-cookie-banner-]"
834
+ }
835
+ ],
836
+ "optOut": [
837
+ {
838
+ "click": "button[data-test^=manage-cookies]"
839
+ },
840
+ {
841
+ "wait": "500"
842
+ },
843
+ {
844
+ "click": "label[data-test^=toggle][class*=checked]:not([class*=disabled])",
845
+ "all": true,
846
+ "optional": true
847
+ },
848
+ {
849
+ "click": "button[data-test=save-preferences]"
850
+ }
851
+ ],
852
+ "optIn": [
853
+ {
854
+ "click": "button[data-test=allow-all]"
855
+ }
856
+ ]
857
+ },
858
+ {
859
+ "name": "klaro",
860
+ "detectCmp": [
861
+ {
862
+ "exists": ".klaro > .cookie-notice"
863
+ }
864
+ ],
865
+ "detectPopup": [
866
+ {
867
+ "visible": ".klaro > .cookie-notice"
868
+ }
869
+ ],
870
+ "optIn": [
871
+ {
872
+ "click": ".cm-btn-success"
873
+ }
874
+ ],
875
+ "optOut": [
876
+ {
877
+ "click": ".cn-decline"
878
+ }
879
+ ],
880
+ "test": [
881
+ {
882
+ "eval": "Object.values(klaro.getManager().consents).every(c => !c)"
883
+ }
884
+ ]
885
+ },
886
+ {
887
+ "name": "marksandspencer.com",
888
+ "isHidingRule": true,
889
+ "detectCmp": [
890
+ {
891
+ "exists": ".navigation-cookiebbanner"
892
+ }
893
+ ],
894
+ "detectPopup": [
895
+ {
896
+ "visible": ".navigation-cookiebbanner"
897
+ }
898
+ ],
899
+ "optOut": [
900
+ {
901
+ "hide": [
902
+ ".navigation-cookiebbanner"
903
+ ]
904
+ }
905
+ ],
906
+ "optIn": [
907
+ {
908
+ "click": [
909
+ ".navigation-cookiebbanner__submit"
910
+ ]
911
+ }
912
+ ]
913
+ },
914
+ {
915
+ "name": "mediamarkt.de",
916
+ "prehideSelectors": [
917
+ "div[aria-labelledby=pwa-consent-layer-title]",
918
+ "div[class^=StyledConsentLayerWrapper-]"
919
+ ],
920
+ "detectCmp": [
921
+ {
922
+ "exists": "div[aria-labelledby^=pwa-consent-layer-title]"
923
+ }
924
+ ],
925
+ "detectPopup": [
926
+ {
927
+ "exists": "div[aria-labelledby^=pwa-consent-layer-title]"
928
+ }
929
+ ],
930
+ "optOut": [
931
+ {
932
+ "click": "button[data-test^=pwa-consent-layer-deny-all]"
933
+ }
934
+ ],
935
+ "optIn": [
936
+ {
937
+ "click": "button[data-test^=pwa-consent-layer-accept-all"
938
+ }
939
+ ]
940
+ },
941
+ {
942
+ "name": "metoffice.gov.uk",
943
+ "prehideSelectors": [
944
+ "#ccc-module"
945
+ ],
946
+ "detectCmp": [
947
+ {
948
+ "exists": "#ccc-module"
949
+ }
950
+ ],
951
+ "detectPopup": [
952
+ {
953
+ "exists": "#ccc-module"
954
+ }
955
+ ],
956
+ "optOut": [
957
+ {
958
+ "click": "#ccc-reject-settings"
959
+ }
960
+ ],
961
+ "optIn": [
962
+ {
963
+ "click": "#ccc-recommended-settings"
964
+ }
965
+ ]
966
+ },
967
+ {
968
+ "name": "microsoft.com",
969
+ "prehideSelectors": [
970
+ "#wcpConsentBannerCtrl"
971
+ ],
972
+ "detectCmp": [
973
+ {
974
+ "exists": "#wcpConsentBannerCtrl"
975
+ }
976
+ ],
977
+ "detectPopup": [
978
+ {
979
+ "exists": "#wcpConsentBannerCtrl"
980
+ }
981
+ ],
982
+ "optOut": [
983
+ {
984
+ "eval": "Array.from(document.querySelectorAll('div > button')).filter(el => el.innerText.match('Reject|Ablehnen'))[0].click() || true"
985
+ }
986
+ ],
987
+ "optIn": [
988
+ {
989
+ "eval": "Array.from(document.querySelectorAll('div > button')).filter(el => el.innerText.match('Accept|Annehmen'))[0].click() || true"
990
+ }
991
+ ],
992
+ "test": [
993
+ {
994
+ "eval": "!!document.cookie.match('MSCC')"
995
+ }
996
+ ]
997
+ },
998
+ {
999
+ "name": "moneysavingexpert.com",
1000
+ "detectCmp": [
1001
+ {
1002
+ "exists": "dialog[data-testid=accept-our-cookies-dialog]"
1003
+ }
1004
+ ],
1005
+ "detectPopup": [
1006
+ {
1007
+ "visible": "dialog[data-testid=accept-our-cookies-dialog]"
1008
+ }
1009
+ ],
1010
+ "optIn": [
1011
+ {
1012
+ "click": "#banner-accept"
1013
+ }
1014
+ ],
1015
+ "optOut": [
1016
+ {
1017
+ "click": "#banner-manage"
1018
+ },
1019
+ {
1020
+ "click": "#pc-confirm"
1021
+ }
1022
+ ]
1023
+ },
1024
+ {
1025
+ "name": "monzo.com",
1026
+ "prehideSelectors": [
1027
+ ".cookie-alert, cookie-alert__content"
1028
+ ],
1029
+ "detectCmp": [
1030
+ {
1031
+ "exists": "div.cookie-alert[role=\"dialog\"]"
1032
+ },
1033
+ {
1034
+ "exists": "a[href*=\"monzo\"]"
1035
+ }
1036
+ ],
1037
+ "detectPopup": [
1038
+ {
1039
+ "visible": ".cookie-alert__content"
1040
+ }
1041
+ ],
1042
+ "optIn": [
1043
+ {
1044
+ "click": ".js-accept-cookie-policy"
1045
+ }
1046
+ ],
1047
+ "optOut": [
1048
+ {
1049
+ "click": ".js-decline-cookie-policy"
1050
+ }
1051
+ ],
1052
+ "test": [
1053
+ {
1054
+ "eval": "document.cookie.includes('_cookies_banner_dismissed=true') && !document.cookie.includes('_cookie_advertising_accepted')"
1055
+ }
1056
+ ]
1057
+ },
1058
+ {
1059
+ "name": "motor-talk.de",
1060
+ "prehideSelectors": [
1061
+ ".mt-cc-bnnr__wrapper"
1062
+ ],
1063
+ "detectCmp": [
1064
+ {
1065
+ "exists": ".mt-cc-bnnr"
1066
+ }
1067
+ ],
1068
+ "detectPopup": [
1069
+ {
1070
+ "visible": ".mt-cc-bnnr__wrapper"
1071
+ }
1072
+ ],
1073
+ "optIn": [
1074
+ {
1075
+ "click": ".mt-cc-bnnr__button-main"
1076
+ }
1077
+ ],
1078
+ "optOut": [
1079
+ {
1080
+ "click": ".mt-cc-bnnr__decline-link"
1081
+ }
1082
+ ]
1083
+ },
1084
+ {
1085
+ "name": "national-lottery.co.uk",
1086
+ "detectCmp": [
1087
+ {
1088
+ "exists": ".cuk_cookie_consent"
1089
+ }
1090
+ ],
1091
+ "detectPopup": [
1092
+ {
1093
+ "visible": ".cuk_cookie_consent",
1094
+ "check": "any"
1095
+ }
1096
+ ],
1097
+ "optOut": [
1098
+ {
1099
+ "click": ".cuk_cookie_consent_manage_pref"
1100
+ },
1101
+ {
1102
+ "click": ".cuk_cookie_consent_save_pref"
1103
+ },
1104
+ {
1105
+ "click": ".cuk_cookie_consent_close"
1106
+ }
1107
+ ],
1108
+ "optIn": [
1109
+ {
1110
+ "click": ".cuk_cookie_consent_accept_all"
1111
+ }
1112
+ ]
1113
+ },
1114
+ {
1115
+ "name": "netflix.de",
1116
+ "detectCmp": [
1117
+ {
1118
+ "exists": "#cookie-disclosure"
1119
+ }
1120
+ ],
1121
+ "detectPopup": [
1122
+ {
1123
+ "visible": ".cookie-disclosure-message",
1124
+ "check": "any"
1125
+ }
1126
+ ],
1127
+ "optIn": [
1128
+ {
1129
+ "click": ".btn-accept"
1130
+ }
1131
+ ],
1132
+ "optOut": [
1133
+ {
1134
+ "hide": [
1135
+ "#cookie-disclosure"
1136
+ ]
1137
+ },
1138
+ {
1139
+ "click": ".btn-reject"
1140
+ }
1141
+ ]
1142
+ },
1143
+ {
1144
+ "name": "nhs.uk",
1145
+ "prehideSelectors": [
1146
+ "#nhsuk-cookie-banner"
1147
+ ],
1148
+ "detectCmp": [
1149
+ {
1150
+ "exists": "#nhsuk-cookie-banner"
1151
+ }
1152
+ ],
1153
+ "detectPopup": [
1154
+ {
1155
+ "exists": "#nhsuk-cookie-banner"
1156
+ }
1157
+ ],
1158
+ "optOut": [
1159
+ {
1160
+ "click": "#nhsuk-cookie-banner__link_accept"
1161
+ }
1162
+ ],
1163
+ "optIn": [
1164
+ {
1165
+ "click": "#nhsuk-cookie-banner__link_accept_analytics"
1166
+ }
1167
+ ]
1168
+ },
1169
+ {
1170
+ "name": "notice-cookie",
1171
+ "prehideSelectors": [
1172
+ ".button--notice"
1173
+ ],
1174
+ "detectCmp": [
1175
+ {
1176
+ "exists": ".notice--cookie"
1177
+ }
1178
+ ],
1179
+ "detectPopup": [
1180
+ {
1181
+ "visible": ".notice--cookie"
1182
+ }
1183
+ ],
1184
+ "optIn": [
1185
+ {
1186
+ "click": ".button--notice"
1187
+ }
1188
+ ],
1189
+ "optOut": [
1190
+ {
1191
+ "hide": [
1192
+ ".notice--cookie"
1193
+ ]
1194
+ }
1195
+ ]
1196
+ },
1197
+ {
1198
+ "name": "obi.de",
1199
+ "prehideSelectors": [
1200
+ ".disc-cp--active"
1201
+ ],
1202
+ "detectCmp": [
1203
+ {
1204
+ "exists": ".disc-cp-modal__modal"
1205
+ }
1206
+ ],
1207
+ "detectPopup": [
1208
+ {
1209
+ "visible": ".disc-cp-modal__modal"
1210
+ }
1211
+ ],
1212
+ "optIn": [
1213
+ {
1214
+ "click": ".js-disc-cp-accept-all"
1215
+ }
1216
+ ],
1217
+ "optOut": [
1218
+ {
1219
+ "click": ".js-disc-cp-deny-all"
1220
+ }
1221
+ ]
1222
+ },
1223
+ {
1224
+ "name": "osano",
1225
+ "prehideSelectors": [
1226
+ ".osano-cm-window"
1227
+ ],
1228
+ "detectCmp": [
1229
+ {
1230
+ "exists": ".osano-cm-window"
1231
+ }
1232
+ ],
1233
+ "detectPopup": [
1234
+ {
1235
+ "visible": ".osano-cm-dialog"
1236
+ }
1237
+ ],
1238
+ "optIn": [
1239
+ {
1240
+ "click": ".osano-cm-accept-all",
1241
+ "optional": true
1242
+ }
1243
+ ],
1244
+ "optOut": [
1245
+ {
1246
+ "hide": [
1247
+ ".osano-cm-window"
1248
+ ]
1249
+ }
1250
+ ]
1251
+ },
1252
+ {
1253
+ "name": "otto.de",
1254
+ "prehideSelectors": [
1255
+ ".cookieBanner--visibility"
1256
+ ],
1257
+ "detectCmp": [
1258
+ {
1259
+ "exists": ".cookieBanner--visibility"
1260
+ }
1261
+ ],
1262
+ "detectPopup": [
1263
+ {
1264
+ "visible": ".cookieBanner__wrapper"
1265
+ }
1266
+ ],
1267
+ "optIn": [
1268
+ {
1269
+ "click": ".js_cookieBannerPermissionButton"
1270
+ }
1271
+ ],
1272
+ "optOut": [
1273
+ {
1274
+ "click": ".js_cookieBannerProhibitionButton"
1275
+ }
1276
+ ]
1277
+ },
1278
+ {
1279
+ "name": "paypal.com",
1280
+ "prehideSelectors": [
1281
+ "#gdprCookieBanner"
1282
+ ],
1283
+ "detectCmp": [
1284
+ {
1285
+ "exists": "#gdprCookieBanner"
1286
+ }
1287
+ ],
1288
+ "detectPopup": [
1289
+ {
1290
+ "visible": "#gdprCookieContent_wrapper"
1291
+ }
1292
+ ],
1293
+ "optIn": [
1294
+ {
1295
+ "click": "#acceptAllButton"
1296
+ }
1297
+ ],
1298
+ "optOut": [
1299
+ {
1300
+ "wait": 200
1301
+ },
1302
+ {
1303
+ "click": ".gdprCookieBanner_decline-button"
1304
+ }
1305
+ ],
1306
+ "test": [
1307
+ {
1308
+ "eval": "document.cookie.includes('cookie_prefs') === true"
1309
+ }
1310
+ ]
1311
+ },
1312
+ {
1313
+ "name": "quantcast",
1314
+ "prehideSelectors": [
1315
+ "#qc-cmp2-main,#qc-cmp2-container"
1316
+ ],
1317
+ "detectCmp": [
1318
+ {
1319
+ "exists": "#qc-cmp2-container"
1320
+ }
1321
+ ],
1322
+ "detectPopup": [
1323
+ {
1324
+ "visible": "#qc-cmp2-ui"
1325
+ }
1326
+ ],
1327
+ "optOut": [
1328
+ {
1329
+ "click": ".qc-cmp2-summary-buttons > button[mode=\"secondary\"]"
1330
+ },
1331
+ {
1332
+ "waitFor": "#qc-cmp2-ui"
1333
+ },
1334
+ {
1335
+ "click": ".qc-cmp2-toggle-switch > button[aria-checked=\"true\"]",
1336
+ "all": true,
1337
+ "optional": true
1338
+ },
1339
+ {
1340
+ "click": ".qc-cmp2-main button[aria-label=\"REJECT ALL\"]",
1341
+ "optional": true
1342
+ },
1343
+ {
1344
+ "waitForThenClick": ".qc-cmp2-main button[aria-label=\"SAVE & EXIT\"],.qc-cmp2-buttons-desktop > button[mode=\"primary\"]",
1345
+ "timeout": 5000
1346
+ }
1347
+ ],
1348
+ "optIn": [
1349
+ {
1350
+ "click": ".qc-cmp2-summary-buttons > button[mode=\"primary\"]"
1351
+ }
1352
+ ]
1353
+ },
1354
+ {
1355
+ "name": "snigel",
1356
+ "detectCmp": [
1357
+ {
1358
+ "exists": ".snigel-cmp-framework"
1359
+ }
1360
+ ],
1361
+ "detectPopup": [
1362
+ {
1363
+ "visible": ".snigel-cmp-framework"
1364
+ }
1365
+ ],
1366
+ "optOut": [
1367
+ {
1368
+ "click": "#sn-b-custom"
1369
+ },
1370
+ {
1371
+ "click": "#sn-b-save"
1372
+ }
1373
+ ],
1374
+ "test": [
1375
+ {
1376
+ "eval": "!!document.cookie.match('snconsent')"
1377
+ }
1378
+ ],
1379
+ "optIn": [
1380
+ {
1381
+ "click": ".snigel-cmp-framework #accept-choices"
1382
+ }
1383
+ ]
1384
+ },
1385
+ {
1386
+ "name": "steampowered.com",
1387
+ "detectCmp": [
1388
+ {
1389
+ "exists": ".cookiepreferences_popup"
1390
+ },
1391
+ {
1392
+ "visible": ".cookiepreferences_popup"
1393
+ }
1394
+ ],
1395
+ "detectPopup": [
1396
+ {
1397
+ "visible": ".cookiepreferences_popup"
1398
+ }
1399
+ ],
1400
+ "optOut": [
1401
+ {
1402
+ "click": "#rejectAllButton"
1403
+ }
1404
+ ],
1405
+ "optIn": [
1406
+ {
1407
+ "click": "#acceptAllButton"
1408
+ }
1409
+ ],
1410
+ "test": [
1411
+ {
1412
+ "wait": 1000
1413
+ },
1414
+ {
1415
+ "eval": "JSON.parse(decodeURIComponent(document.cookie.split(';').find(s => s.trim().startsWith('cookieSettings')).split('=')[1])).preference_state === 2"
1416
+ }
1417
+ ]
1418
+ },
1419
+ {
1420
+ "name": "Tealium",
1421
+ "prehideSelectors": [
1422
+ "#__tealiumGDPRecModal,#__tealiumGDPRcpPrefs,#consent-layer"
1423
+ ],
1424
+ "detectCmp": [
1425
+ {
1426
+ "visible": "#__tealiumGDPRecModal"
1427
+ },
1428
+ {
1429
+ "eval": "typeof window.utag !== 'undefined' && typeof utag.gdpr === 'object'"
1430
+ }
1431
+ ],
1432
+ "detectPopup": [
1433
+ {
1434
+ "visible": "#__tealiumGDPRecModal"
1435
+ }
1436
+ ],
1437
+ "optOut": [
1438
+ {
1439
+ "hide": [
1440
+ "#__tealiumGDPRecModal",
1441
+ "#__tealiumGDPRcpPrefs",
1442
+ "#consent-layer"
1443
+ ]
1444
+ },
1445
+ {
1446
+ "waitForThenClick": "#cm-acceptNone,.js-accept-essential-cookies",
1447
+ "timeout": 1000
1448
+ },
1449
+ {
1450
+ "eval": "utag.gdpr.setConsentValue(false) || true"
1451
+ }
1452
+ ],
1453
+ "optIn": [
1454
+ {
1455
+ "hide": [
1456
+ "#__tealiumGDPRecModal"
1457
+ ]
1458
+ },
1459
+ {
1460
+ "eval": "utag.gdpr.setConsentValue(true) || true"
1461
+ }
1462
+ ],
1463
+ "test": [
1464
+ {
1465
+ "eval": "utag.gdpr.getConsentState() !== 1"
1466
+ }
1467
+ ]
1468
+ },
1469
+ {
1470
+ "name": "Test page CMP",
1471
+ "prehideSelectors": [
1472
+ "#reject-all"
1473
+ ],
1474
+ "detectCmp": [
1475
+ {
1476
+ "exists": "#privacy-test-page-cmp-test"
1477
+ }
1478
+ ],
1479
+ "detectPopup": [
1480
+ {
1481
+ "visible": "#privacy-test-page-cmp-test"
1482
+ }
1483
+ ],
1484
+ "optIn": [
1485
+ {
1486
+ "click": "#accept-all"
1487
+ }
1488
+ ],
1489
+ "optOut": [
1490
+ {
1491
+ "waitFor": "#reject-all"
1492
+ },
1493
+ {
1494
+ "click": "#reject-all"
1495
+ }
1496
+ ],
1497
+ "test": [
1498
+ {
1499
+ "eval": "window.results.results[0] === 'button_clicked'"
1500
+ }
1501
+ ]
1502
+ },
1503
+ {
1504
+ "name": "thalia.de",
1505
+ "prehideSelectors": [
1506
+ ".consent-banner-box"
1507
+ ],
1508
+ "detectCmp": [
1509
+ {
1510
+ "exists": "consent-banner[component=consent-banner]"
1511
+ }
1512
+ ],
1513
+ "detectPopup": [
1514
+ {
1515
+ "visible": ".consent-banner-box"
1516
+ }
1517
+ ],
1518
+ "optIn": [
1519
+ {
1520
+ "click": ".button-zustimmen"
1521
+ }
1522
+ ],
1523
+ "optOut": [
1524
+ {
1525
+ "click": "button[data-consent=disagree]"
1526
+ }
1527
+ ]
1528
+ },
1529
+ {
1530
+ "name": "thefreedictionary.com",
1531
+ "prehideSelectors": [
1532
+ "#cmpBanner"
1533
+ ],
1534
+ "detectCmp": [
1535
+ {
1536
+ "exists": "#cmpBanner"
1537
+ }
1538
+ ],
1539
+ "detectPopup": [
1540
+ {
1541
+ "visible": "#cmpBanner"
1542
+ }
1543
+ ],
1544
+ "optIn": [
1545
+ {
1546
+ "eval": "cmpUi.allowAll() || true"
1547
+ }
1548
+ ],
1549
+ "optOut": [
1550
+ {
1551
+ "eval": "cmpUi.showPurposes() || cmpUi.rejectAll() || true"
1552
+ }
1553
+ ]
1554
+ },
1555
+ {
1556
+ "name": "usercentrics-1",
1557
+ "detectCmp": [
1558
+ {
1559
+ "exists": "#usercentrics-root"
1560
+ }
1561
+ ],
1562
+ "detectPopup": [
1563
+ {
1564
+ "eval": "!!document.querySelector('#usercentrics-root').shadowRoot.querySelector('#uc-center-container')"
1565
+ }
1566
+ ],
1567
+ "optIn": [
1568
+ {
1569
+ "eval": "!!UC_UI.acceptAllConsents()"
1570
+ },
1571
+ {
1572
+ "eval": "!!UC_UI.closeCMP()"
1573
+ },
1574
+ {
1575
+ "eval": "UC_UI.areAllConsentsAccepted() === true"
1576
+ }
1577
+ ],
1578
+ "optOut": [
1579
+ {
1580
+ "eval": "!!UC_UI.closeCMP()"
1581
+ },
1582
+ {
1583
+ "eval": "!!UC_UI.denyAllConsents()"
1584
+ }
1585
+ ],
1586
+ "test": [
1587
+ {
1588
+ "eval": "UC_UI.areAllConsentsAccepted() === false"
1589
+ }
1590
+ ]
1591
+ },
1592
+ {
1593
+ "name": "uswitch.com",
1594
+ "prehideSelectors": [
1595
+ "#cookie-banner-wrapper"
1596
+ ],
1597
+ "detectCmp": [
1598
+ {
1599
+ "exists": "#cookie-banner-wrapper"
1600
+ }
1601
+ ],
1602
+ "detectPopup": [
1603
+ {
1604
+ "visible": "#cookie-banner-wrapper"
1605
+ }
1606
+ ],
1607
+ "optIn": [
1608
+ {
1609
+ "click": "#cookie_banner_accept_mobile"
1610
+ }
1611
+ ],
1612
+ "optOut": [
1613
+ {
1614
+ "click": "#cookie_banner_save"
1615
+ }
1616
+ ]
1617
+ },
1618
+ {
1619
+ "name": "vodafone.de",
1620
+ "prehideSelectors": [
1621
+ ".dip-consent,.dip-consent-container"
1622
+ ],
1623
+ "detectCmp": [
1624
+ {
1625
+ "exists": ".dip-consent-container"
1626
+ }
1627
+ ],
1628
+ "detectPopup": [
1629
+ {
1630
+ "visible": ".dip-consent-content"
1631
+ }
1632
+ ],
1633
+ "optOut": [
1634
+ {
1635
+ "click": ".dip-consent-btn.white-btn"
1636
+ },
1637
+ {
1638
+ "eval": "Array.from(document.querySelectorAll('.dip-consent-btn.red-btn')).filter(e => e.innerText === 'Auswahl bestätigen')[0].click() || true"
1639
+ }
1640
+ ],
1641
+ "optIn": [
1642
+ {
1643
+ "click": ".dip-consent-btn.red-btn"
1644
+ }
1645
+ ]
1646
+ },
1647
+ {
1648
+ "name": "waitrose.com",
1649
+ "prehideSelectors": [
1650
+ "div[aria-labelledby=CookieAlertModalHeading]",
1651
+ "section[data-test=initial-waitrose-cookie-consent-banner]",
1652
+ "section[data-test=cookie-consent-modal]"
1653
+ ],
1654
+ "detectCmp": [
1655
+ {
1656
+ "exists": "section[data-test=initial-waitrose-cookie-consent-banner]"
1657
+ }
1658
+ ],
1659
+ "detectPopup": [
1660
+ {
1661
+ "visible": "section[data-test=initial-waitrose-cookie-consent-banner]"
1662
+ }
1663
+ ],
1664
+ "optIn": [
1665
+ {
1666
+ "click": "button[data-test=accept-all]"
1667
+ }
1668
+ ],
1669
+ "optOut": [
1670
+ {
1671
+ "click": "button[data-test=manage-cookies]"
1672
+ },
1673
+ {
1674
+ "wait": 200
1675
+ },
1676
+ {
1677
+ "eval": "Array.from(document.querySelectorAll('label[id$=cookies-deny-label]')).forEach(e => e.click()) || true"
1678
+ },
1679
+ {
1680
+ "click": "button[data-test=submit]"
1681
+ }
1682
+ ],
1683
+ "test": [
1684
+ {
1685
+ "eval": "document.cookie.includes('wtr_cookies_advertising=0') && document.cookie.includes('wtr_cookies_analytics=0')"
1686
+ }
1687
+ ]
1688
+ },
1689
+ {
1690
+ "name": "wetransfer.com",
1691
+ "detectCmp": [
1692
+ {
1693
+ "exists": ".welcome__cookie-notice"
1694
+ }
1695
+ ],
1696
+ "detectPopup": [
1697
+ {
1698
+ "visible": ".welcome__cookie-notice"
1699
+ }
1700
+ ],
1701
+ "optIn": [
1702
+ {
1703
+ "click": ".welcome__button--accept"
1704
+ }
1705
+ ],
1706
+ "optOut": [
1707
+ {
1708
+ "click": ".welcome__button--decline"
1709
+ }
1710
+ ]
1711
+ },
1712
+ {
1713
+ "name": "xing.com",
1714
+ "detectCmp": [
1715
+ {
1716
+ "exists": "div[class^=cookie-consent-CookieConsent]"
1717
+ }
1718
+ ],
1719
+ "detectPopup": [
1720
+ {
1721
+ "exists": "div[class^=cookie-consent-CookieConsent]"
1722
+ }
1723
+ ],
1724
+ "optIn": [
1725
+ {
1726
+ "click": "#consent-accept-button"
1727
+ }
1728
+ ],
1729
+ "optOut": [
1730
+ {
1731
+ "click": "#consent-settings-button"
1732
+ },
1733
+ {
1734
+ "click": ".consent-banner-button-accept-overlay"
1735
+ }
1736
+ ],
1737
+ "test": [
1738
+ {
1739
+ "eval": "document.cookie.includes('userConsent=%7B%22marketing%22%3Afalse')"
1740
+ }
1741
+ ]
1742
+ }
1743
+ ],
1744
+ "consentomatic": {
1745
+ "didomi.io": {
1746
+ "detectors": [
1747
+ {
1748
+ "presentMatcher": {
1749
+ "target": {
1750
+ "selector": "#didomi-host, #didomi-notice"
1751
+ },
1752
+ "type": "css"
1753
+ },
1754
+ "showingMatcher": {
1755
+ "target": {
1756
+ "selector": "body.didomi-popup-open, .didomi-notice-banner"
1757
+ },
1758
+ "type": "css"
1759
+ }
1760
+ }
1761
+ ],
1762
+ "methods": [
1763
+ {
1764
+ "action": {
1765
+ "target": {
1766
+ "selector": ".didomi-popup-notice-buttons .didomi-button:not(.didomi-button-highlight), .didomi-notice-banner .didomi-learn-more-button"
1767
+ },
1768
+ "type": "click"
1769
+ },
1770
+ "name": "OPEN_OPTIONS"
1771
+ },
1772
+ {
1773
+ "action": {
1774
+ "actions": [
1775
+ {
1776
+ "retries": 50,
1777
+ "target": {
1778
+ "selector": "#didomi-purpose-cookies"
1779
+ },
1780
+ "type": "waitcss",
1781
+ "waitTime": 50
1782
+ },
1783
+ {
1784
+ "consents": [
1785
+ {
1786
+ "description": "Share (everything) with others",
1787
+ "falseAction": {
1788
+ "target": {
1789
+ "selector": ".didomi-components-radio__option[aria-describedby=didomi-purpose-share_whith_others]:first-child"
1790
+ },
1791
+ "type": "click"
1792
+ },
1793
+ "trueAction": {
1794
+ "target": {
1795
+ "selector": ".didomi-components-radio__option[aria-describedby=didomi-purpose-share_whith_others]:last-child"
1796
+ },
1797
+ "type": "click"
1798
+ },
1799
+ "type": "X"
1800
+ },
1801
+ {
1802
+ "description": "Information storage and access",
1803
+ "falseAction": {
1804
+ "target": {
1805
+ "selector": ".didomi-components-radio__option[aria-describedby=didomi-purpose-cookies]:first-child"
1806
+ },
1807
+ "type": "click"
1808
+ },
1809
+ "trueAction": {
1810
+ "target": {
1811
+ "selector": ".didomi-components-radio__option[aria-describedby=didomi-purpose-cookies]:last-child"
1812
+ },
1813
+ "type": "click"
1814
+ },
1815
+ "type": "D"
1816
+ },
1817
+ {
1818
+ "description": "Content selection, offers and marketing",
1819
+ "falseAction": {
1820
+ "target": {
1821
+ "selector": ".didomi-components-radio__option[aria-describedby=didomi-purpose-CL-T1Rgm7]:first-child"
1822
+ },
1823
+ "type": "click"
1824
+ },
1825
+ "trueAction": {
1826
+ "target": {
1827
+ "selector": ".didomi-components-radio__option[aria-describedby=didomi-purpose-CL-T1Rgm7]:last-child"
1828
+ },
1829
+ "type": "click"
1830
+ },
1831
+ "type": "E"
1832
+ },
1833
+ {
1834
+ "description": "Analytics",
1835
+ "falseAction": {
1836
+ "target": {
1837
+ "selector": ".didomi-components-radio__option[aria-describedby=didomi-purpose-analytics]:first-child"
1838
+ },
1839
+ "type": "click"
1840
+ },
1841
+ "trueAction": {
1842
+ "target": {
1843
+ "selector": ".didomi-components-radio__option[aria-describedby=didomi-purpose-analytics]:last-child"
1844
+ },
1845
+ "type": "click"
1846
+ },
1847
+ "type": "B"
1848
+ },
1849
+ {
1850
+ "description": "Analytics",
1851
+ "falseAction": {
1852
+ "target": {
1853
+ "selector": ".didomi-components-radio__option[aria-describedby=didomi-purpose-M9NRHJe3G]:first-child"
1854
+ },
1855
+ "type": "click"
1856
+ },
1857
+ "trueAction": {
1858
+ "target": {
1859
+ "selector": ".didomi-components-radio__option[aria-describedby=didomi-purpose-M9NRHJe3G]:last-child"
1860
+ },
1861
+ "type": "click"
1862
+ },
1863
+ "type": "B"
1864
+ },
1865
+ {
1866
+ "description": "Ad and content selection",
1867
+ "falseAction": {
1868
+ "target": {
1869
+ "selector": ".didomi-components-radio__option[aria-describedby=didomi-purpose-advertising_personalization]:first-child"
1870
+ },
1871
+ "type": "click"
1872
+ },
1873
+ "trueAction": {
1874
+ "target": {
1875
+ "selector": ".didomi-components-radio__option[aria-describedby=didomi-purpose-advertising_personalization]:last-child"
1876
+ },
1877
+ "type": "click"
1878
+ },
1879
+ "type": "F"
1880
+ },
1881
+ {
1882
+ "description": "Ad and content selection",
1883
+ "falseAction": {
1884
+ "parent": {
1885
+ "childFilter": {
1886
+ "target": {
1887
+ "selector": "#didomi-purpose-pub-ciblee"
1888
+ }
1889
+ },
1890
+ "selector": ".didomi-consent-popup-data-processing, .didomi-components-accordion-label-container"
1891
+ },
1892
+ "target": {
1893
+ "selector": ".didomi-components-radio__option[aria-describedby=didomi-purpose-pub-ciblee]:first-child"
1894
+ },
1895
+ "type": "click"
1896
+ },
1897
+ "trueAction": {
1898
+ "target": {
1899
+ "selector": ".didomi-components-radio__option[aria-describedby=didomi-purpose-pub-ciblee]:last-child"
1900
+ },
1901
+ "type": "click"
1902
+ },
1903
+ "type": "F"
1904
+ },
1905
+ {
1906
+ "description": "Ad and content selection - basics",
1907
+ "falseAction": {
1908
+ "target": {
1909
+ "selector": ".didomi-components-radio__option[aria-describedby=didomi-purpose-q4zlJqdcD]:first-child"
1910
+ },
1911
+ "type": "click"
1912
+ },
1913
+ "trueAction": {
1914
+ "target": {
1915
+ "selector": ".didomi-components-radio__option[aria-describedby=didomi-purpose-q4zlJqdcD]:last-child"
1916
+ },
1917
+ "type": "click"
1918
+ },
1919
+ "type": "F"
1920
+ },
1921
+ {
1922
+ "description": "Ad and content selection - partners and subsidiaries",
1923
+ "falseAction": {
1924
+ "target": {
1925
+ "selector": ".didomi-components-radio__option[aria-describedby=didomi-purpose-partenaire-cAsDe8jC]:first-child"
1926
+ },
1927
+ "type": "click"
1928
+ },
1929
+ "trueAction": {
1930
+ "target": {
1931
+ "selector": ".didomi-components-radio__option[aria-describedby=didomi-purpose-partenaire-cAsDe8jC]:last-child"
1932
+ },
1933
+ "type": "click"
1934
+ },
1935
+ "type": "F"
1936
+ },
1937
+ {
1938
+ "description": "Ad and content selection - social networks",
1939
+ "falseAction": {
1940
+ "target": {
1941
+ "selector": ".didomi-components-radio__option[aria-describedby=didomi-purpose-p4em9a8m]:first-child"
1942
+ },
1943
+ "type": "click"
1944
+ },
1945
+ "trueAction": {
1946
+ "target": {
1947
+ "selector": ".didomi-components-radio__option[aria-describedby=didomi-purpose-p4em9a8m]:last-child"
1948
+ },
1949
+ "type": "click"
1950
+ },
1951
+ "type": "F"
1952
+ },
1953
+ {
1954
+ "description": "Ad and content selection - others",
1955
+ "falseAction": {
1956
+ "target": {
1957
+ "selector": ".didomi-components-radio__option[aria-describedby=didomi-purpose-autres-pub]:first-child"
1958
+ },
1959
+ "type": "click"
1960
+ },
1961
+ "trueAction": {
1962
+ "target": {
1963
+ "selector": ".didomi-components-radio__option[aria-describedby=didomi-purpose-autres-pub]:last-child"
1964
+ },
1965
+ "type": "click"
1966
+ },
1967
+ "type": "F"
1968
+ },
1969
+ {
1970
+ "description": "Social networks",
1971
+ "falseAction": {
1972
+ "target": {
1973
+ "selector": ".didomi-components-radio__option[aria-describedby=didomi-purpose-reseauxsociaux]:first-child"
1974
+ },
1975
+ "type": "click"
1976
+ },
1977
+ "trueAction": {
1978
+ "target": {
1979
+ "selector": ".didomi-components-radio__option[aria-describedby=didomi-purpose-reseauxsociaux]:last-child"
1980
+ },
1981
+ "type": "click"
1982
+ },
1983
+ "type": "A"
1984
+ },
1985
+ {
1986
+ "description": "Social networks",
1987
+ "falseAction": {
1988
+ "target": {
1989
+ "selector": ".didomi-components-radio__option[aria-describedby=didomi-purpose-social_media]:first-child"
1990
+ },
1991
+ "type": "click"
1992
+ },
1993
+ "trueAction": {
1994
+ "target": {
1995
+ "selector": ".didomi-components-radio__option[aria-describedby=didomi-purpose-social_media]:last-child"
1996
+ },
1997
+ "type": "click"
1998
+ },
1999
+ "type": "A"
2000
+ },
2001
+ {
2002
+ "description": "Content selection",
2003
+ "falseAction": {
2004
+ "target": {
2005
+ "selector": ".didomi-components-radio__option[aria-describedby=didomi-purpose-content_personalization]:first-child"
2006
+ },
2007
+ "type": "click"
2008
+ },
2009
+ "trueAction": {
2010
+ "target": {
2011
+ "selector": ".didomi-components-radio__option[aria-describedby=didomi-purpose-content_personalization]:last-child"
2012
+ },
2013
+ "type": "click"
2014
+ },
2015
+ "type": "E"
2016
+ },
2017
+ {
2018
+ "description": "Ad delivery",
2019
+ "falseAction": {
2020
+ "target": {
2021
+ "selector": ".didomi-components-radio__option[aria-describedby=didomi-purpose-ad_delivery]:first-child"
2022
+ },
2023
+ "type": "click"
2024
+ },
2025
+ "trueAction": {
2026
+ "target": {
2027
+ "selector": ".didomi-components-radio__option[aria-describedby=didomi-purpose-ad_delivery]:last-child"
2028
+ },
2029
+ "type": "click"
2030
+ },
2031
+ "type": "F"
2032
+ }
2033
+ ],
2034
+ "type": "consent"
2035
+ },
2036
+ {
2037
+ "action": {
2038
+ "consents": [
2039
+ {
2040
+ "matcher": {
2041
+ "childFilter": {
2042
+ "target": {
2043
+ "selector": ":not(.didomi-components-radio__option--selected)"
2044
+ }
2045
+ },
2046
+ "type": "css"
2047
+ },
2048
+ "trueAction": {
2049
+ "target": {
2050
+ "selector": ":nth-child(2)"
2051
+ },
2052
+ "type": "click"
2053
+ },
2054
+ "falseAction": {
2055
+ "target": {
2056
+ "selector": ":first-child"
2057
+ },
2058
+ "type": "click"
2059
+ },
2060
+ "type": "X"
2061
+ }
2062
+ ],
2063
+ "type": "consent"
2064
+ },
2065
+ "target": {
2066
+ "selector": ".didomi-components-radio"
2067
+ },
2068
+ "type": "foreach"
2069
+ }
2070
+ ],
2071
+ "type": "list"
2072
+ },
2073
+ "name": "DO_CONSENT"
2074
+ },
2075
+ {
2076
+ "action": {
2077
+ "parent": {
2078
+ "selector": ".didomi-consent-popup-footer .didomi-consent-popup-actions"
2079
+ },
2080
+ "target": {
2081
+ "selector": ".didomi-components-button:first-child"
2082
+ },
2083
+ "type": "click"
2084
+ },
2085
+ "name": "SAVE_CONSENT"
2086
+ }
2087
+ ]
2088
+ },
2089
+ "oil": {
2090
+ "detectors": [
2091
+ {
2092
+ "presentMatcher": {
2093
+ "target": {
2094
+ "selector": ".as-oil-content-overlay"
2095
+ },
2096
+ "type": "css"
2097
+ },
2098
+ "showingMatcher": {
2099
+ "target": {
2100
+ "selector": ".as-oil-content-overlay"
2101
+ },
2102
+ "type": "css"
2103
+ }
2104
+ }
2105
+ ],
2106
+ "methods": [
2107
+ {
2108
+ "action": {
2109
+ "actions": [
2110
+ {
2111
+ "target": {
2112
+ "selector": ".as-js-advanced-settings"
2113
+ },
2114
+ "type": "click"
2115
+ },
2116
+ {
2117
+ "retries": "10",
2118
+ "target": {
2119
+ "selector": ".as-oil-cpc__purpose-container"
2120
+ },
2121
+ "type": "waitcss",
2122
+ "waitTime": "250"
2123
+ }
2124
+ ],
2125
+ "type": "list"
2126
+ },
2127
+ "name": "OPEN_OPTIONS"
2128
+ },
2129
+ {
2130
+ "action": {
2131
+ "actions": [
2132
+ {
2133
+ "consents": [
2134
+ {
2135
+ "matcher": {
2136
+ "parent": {
2137
+ "selector": ".as-oil-cpc__purpose-container",
2138
+ "textFilter": [
2139
+ "Information storage and access",
2140
+ "Opbevaring af og adgang til oplysninger på din enhed"
2141
+ ]
2142
+ },
2143
+ "target": {
2144
+ "selector": "input"
2145
+ },
2146
+ "type": "checkbox"
2147
+ },
2148
+ "toggleAction": {
2149
+ "parent": {
2150
+ "selector": ".as-oil-cpc__purpose-container",
2151
+ "textFilter": [
2152
+ "Information storage and access",
2153
+ "Opbevaring af og adgang til oplysninger på din enhed"
2154
+ ]
2155
+ },
2156
+ "target": {
2157
+ "selector": ".as-oil-cpc__switch"
2158
+ },
2159
+ "type": "click"
2160
+ },
2161
+ "type": "D"
2162
+ },
2163
+ {
2164
+ "matcher": {
2165
+ "parent": {
2166
+ "selector": ".as-oil-cpc__purpose-container",
2167
+ "textFilter": [
2168
+ "Personlige annoncer",
2169
+ "Personalisation"
2170
+ ]
2171
+ },
2172
+ "target": {
2173
+ "selector": "input"
2174
+ },
2175
+ "type": "checkbox"
2176
+ },
2177
+ "toggleAction": {
2178
+ "parent": {
2179
+ "selector": ".as-oil-cpc__purpose-container",
2180
+ "textFilter": [
2181
+ "Personlige annoncer",
2182
+ "Personalisation"
2183
+ ]
2184
+ },
2185
+ "target": {
2186
+ "selector": ".as-oil-cpc__switch"
2187
+ },
2188
+ "type": "click"
2189
+ },
2190
+ "type": "E"
2191
+ },
2192
+ {
2193
+ "matcher": {
2194
+ "parent": {
2195
+ "selector": ".as-oil-cpc__purpose-container",
2196
+ "textFilter": [
2197
+ "Annoncevalg, levering og rapportering",
2198
+ "Ad selection, delivery, reporting"
2199
+ ]
2200
+ },
2201
+ "target": {
2202
+ "selector": "input"
2203
+ },
2204
+ "type": "checkbox"
2205
+ },
2206
+ "toggleAction": {
2207
+ "parent": {
2208
+ "selector": ".as-oil-cpc__purpose-container",
2209
+ "textFilter": [
2210
+ "Annoncevalg, levering og rapportering",
2211
+ "Ad selection, delivery, reporting"
2212
+ ]
2213
+ },
2214
+ "target": {
2215
+ "selector": ".as-oil-cpc__switch"
2216
+ },
2217
+ "type": "click"
2218
+ },
2219
+ "type": "F"
2220
+ },
2221
+ {
2222
+ "matcher": {
2223
+ "parent": {
2224
+ "selector": ".as-oil-cpc__purpose-container",
2225
+ "textFilter": [
2226
+ "Personalisering af indhold",
2227
+ "Content selection, delivery, reporting"
2228
+ ]
2229
+ },
2230
+ "target": {
2231
+ "selector": "input"
2232
+ },
2233
+ "type": "checkbox"
2234
+ },
2235
+ "toggleAction": {
2236
+ "parent": {
2237
+ "selector": ".as-oil-cpc__purpose-container",
2238
+ "textFilter": [
2239
+ "Personalisering af indhold",
2240
+ "Content selection, delivery, reporting"
2241
+ ]
2242
+ },
2243
+ "target": {
2244
+ "selector": ".as-oil-cpc__switch"
2245
+ },
2246
+ "type": "click"
2247
+ },
2248
+ "type": "E"
2249
+ },
2250
+ {
2251
+ "matcher": {
2252
+ "parent": {
2253
+ "childFilter": {
2254
+ "target": {
2255
+ "selector": ".as-oil-cpc__purpose-header",
2256
+ "textFilter": [
2257
+ "Måling",
2258
+ "Measurement"
2259
+ ]
2260
+ }
2261
+ },
2262
+ "selector": ".as-oil-cpc__purpose-container"
2263
+ },
2264
+ "target": {
2265
+ "selector": "input"
2266
+ },
2267
+ "type": "checkbox"
2268
+ },
2269
+ "toggleAction": {
2270
+ "parent": {
2271
+ "childFilter": {
2272
+ "target": {
2273
+ "selector": ".as-oil-cpc__purpose-header",
2274
+ "textFilter": [
2275
+ "Måling",
2276
+ "Measurement"
2277
+ ]
2278
+ }
2279
+ },
2280
+ "selector": ".as-oil-cpc__purpose-container"
2281
+ },
2282
+ "target": {
2283
+ "selector": ".as-oil-cpc__switch"
2284
+ },
2285
+ "type": "click"
2286
+ },
2287
+ "type": "B"
2288
+ },
2289
+ {
2290
+ "matcher": {
2291
+ "parent": {
2292
+ "selector": ".as-oil-cpc__purpose-container",
2293
+ "textFilter": "Google"
2294
+ },
2295
+ "target": {
2296
+ "selector": "input"
2297
+ },
2298
+ "type": "checkbox"
2299
+ },
2300
+ "toggleAction": {
2301
+ "parent": {
2302
+ "selector": ".as-oil-cpc__purpose-container",
2303
+ "textFilter": "Google"
2304
+ },
2305
+ "target": {
2306
+ "selector": ".as-oil-cpc__switch"
2307
+ },
2308
+ "type": "click"
2309
+ },
2310
+ "type": "F"
2311
+ }
2312
+ ],
2313
+ "type": "consent"
2314
+ }
2315
+ ],
2316
+ "type": "list"
2317
+ },
2318
+ "name": "DO_CONSENT"
2319
+ },
2320
+ {
2321
+ "action": {
2322
+ "target": {
2323
+ "selector": ".as-oil__btn-optin"
2324
+ },
2325
+ "type": "click"
2326
+ },
2327
+ "name": "SAVE_CONSENT"
2328
+ },
2329
+ {
2330
+ "action": {
2331
+ "target": {
2332
+ "selector": "div.as-oil"
2333
+ },
2334
+ "type": "hide"
2335
+ },
2336
+ "name": "HIDE_CMP"
2337
+ }
2338
+ ]
2339
+ },
2340
+ "optanon": {
2341
+ "detectors": [
2342
+ {
2343
+ "presentMatcher": {
2344
+ "target": {
2345
+ "selector": "#optanon-menu, .optanon-alert-box-wrapper"
2346
+ },
2347
+ "type": "css"
2348
+ },
2349
+ "showingMatcher": {
2350
+ "target": {
2351
+ "displayFilter": true,
2352
+ "selector": ".optanon-alert-box-wrapper"
2353
+ },
2354
+ "type": "css"
2355
+ }
2356
+ }
2357
+ ],
2358
+ "methods": [
2359
+ {
2360
+ "action": {
2361
+ "actions": [
2362
+ {
2363
+ "target": {
2364
+ "selector": ".optanon-alert-box-wrapper .optanon-toggle-display, a[onclick*='OneTrust.ToggleInfoDisplay()'], a[onclick*='Optanon.ToggleInfoDisplay()']"
2365
+ },
2366
+ "type": "click"
2367
+ }
2368
+ ],
2369
+ "type": "list"
2370
+ },
2371
+ "name": "OPEN_OPTIONS"
2372
+ },
2373
+ {
2374
+ "action": {
2375
+ "actions": [
2376
+ {
2377
+ "target": {
2378
+ "selector": ".preference-menu-item #Your-privacy"
2379
+ },
2380
+ "type": "click"
2381
+ },
2382
+ {
2383
+ "target": {
2384
+ "selector": "#optanon-vendor-consent-text"
2385
+ },
2386
+ "type": "click"
2387
+ },
2388
+ {
2389
+ "action": {
2390
+ "consents": [
2391
+ {
2392
+ "matcher": {
2393
+ "target": {
2394
+ "selector": "input"
2395
+ },
2396
+ "type": "checkbox"
2397
+ },
2398
+ "toggleAction": {
2399
+ "target": {
2400
+ "selector": "label"
2401
+ },
2402
+ "type": "click"
2403
+ },
2404
+ "type": "X"
2405
+ }
2406
+ ],
2407
+ "type": "consent"
2408
+ },
2409
+ "target": {
2410
+ "selector": "#optanon-vendor-consent-list .vendor-item"
2411
+ },
2412
+ "type": "foreach"
2413
+ },
2414
+ {
2415
+ "target": {
2416
+ "selector": ".vendor-consent-back-link"
2417
+ },
2418
+ "type": "click"
2419
+ },
2420
+ {
2421
+ "parent": {
2422
+ "selector": "#optanon-menu, .optanon-menu"
2423
+ },
2424
+ "target": {
2425
+ "selector": ".menu-item-performance"
2426
+ },
2427
+ "trueAction": {
2428
+ "actions": [
2429
+ {
2430
+ "parent": {
2431
+ "selector": "#optanon-menu, .optanon-menu"
2432
+ },
2433
+ "target": {
2434
+ "selector": ".menu-item-performance"
2435
+ },
2436
+ "type": "click"
2437
+ },
2438
+ {
2439
+ "consents": [
2440
+ {
2441
+ "matcher": {
2442
+ "parent": {
2443
+ "selector": "#optanon-popup-body-right"
2444
+ },
2445
+ "target": {
2446
+ "selector": ".optanon-status input"
2447
+ },
2448
+ "type": "checkbox"
2449
+ },
2450
+ "toggleAction": {
2451
+ "parent": {
2452
+ "selector": "#optanon-popup-body-right"
2453
+ },
2454
+ "target": {
2455
+ "selector": ".optanon-status label"
2456
+ },
2457
+ "type": "click"
2458
+ },
2459
+ "type": "B"
2460
+ }
2461
+ ],
2462
+ "type": "consent"
2463
+ }
2464
+ ],
2465
+ "type": "list"
2466
+ },
2467
+ "type": "ifcss"
2468
+ },
2469
+ {
2470
+ "parent": {
2471
+ "selector": "#optanon-menu, .optanon-menu"
2472
+ },
2473
+ "target": {
2474
+ "selector": ".menu-item-functional"
2475
+ },
2476
+ "trueAction": {
2477
+ "actions": [
2478
+ {
2479
+ "parent": {
2480
+ "selector": "#optanon-menu, .optanon-menu"
2481
+ },
2482
+ "target": {
2483
+ "selector": ".menu-item-functional"
2484
+ },
2485
+ "type": "click"
2486
+ },
2487
+ {
2488
+ "consents": [
2489
+ {
2490
+ "matcher": {
2491
+ "parent": {
2492
+ "selector": "#optanon-popup-body-right"
2493
+ },
2494
+ "target": {
2495
+ "selector": ".optanon-status input"
2496
+ },
2497
+ "type": "checkbox"
2498
+ },
2499
+ "toggleAction": {
2500
+ "parent": {
2501
+ "selector": "#optanon-popup-body-right"
2502
+ },
2503
+ "target": {
2504
+ "selector": ".optanon-status label"
2505
+ },
2506
+ "type": "click"
2507
+ },
2508
+ "type": "E"
2509
+ }
2510
+ ],
2511
+ "type": "consent"
2512
+ }
2513
+ ],
2514
+ "type": "list"
2515
+ },
2516
+ "type": "ifcss"
2517
+ },
2518
+ {
2519
+ "parent": {
2520
+ "selector": "#optanon-menu, .optanon-menu"
2521
+ },
2522
+ "target": {
2523
+ "selector": ".menu-item-advertising"
2524
+ },
2525
+ "trueAction": {
2526
+ "actions": [
2527
+ {
2528
+ "parent": {
2529
+ "selector": "#optanon-menu, .optanon-menu"
2530
+ },
2531
+ "target": {
2532
+ "selector": ".menu-item-advertising"
2533
+ },
2534
+ "type": "click"
2535
+ },
2536
+ {
2537
+ "consents": [
2538
+ {
2539
+ "matcher": {
2540
+ "parent": {
2541
+ "selector": "#optanon-popup-body-right"
2542
+ },
2543
+ "target": {
2544
+ "selector": ".optanon-status input"
2545
+ },
2546
+ "type": "checkbox"
2547
+ },
2548
+ "toggleAction": {
2549
+ "parent": {
2550
+ "selector": "#optanon-popup-body-right"
2551
+ },
2552
+ "target": {
2553
+ "selector": ".optanon-status label"
2554
+ },
2555
+ "type": "click"
2556
+ },
2557
+ "type": "F"
2558
+ }
2559
+ ],
2560
+ "type": "consent"
2561
+ }
2562
+ ],
2563
+ "type": "list"
2564
+ },
2565
+ "type": "ifcss"
2566
+ },
2567
+ {
2568
+ "parent": {
2569
+ "selector": "#optanon-menu, .optanon-menu"
2570
+ },
2571
+ "target": {
2572
+ "selector": ".menu-item-social"
2573
+ },
2574
+ "trueAction": {
2575
+ "actions": [
2576
+ {
2577
+ "parent": {
2578
+ "selector": "#optanon-menu, .optanon-menu"
2579
+ },
2580
+ "target": {
2581
+ "selector": ".menu-item-social"
2582
+ },
2583
+ "type": "click"
2584
+ },
2585
+ {
2586
+ "consents": [
2587
+ {
2588
+ "matcher": {
2589
+ "parent": {
2590
+ "selector": "#optanon-popup-body-right"
2591
+ },
2592
+ "target": {
2593
+ "selector": ".optanon-status input"
2594
+ },
2595
+ "type": "checkbox"
2596
+ },
2597
+ "toggleAction": {
2598
+ "parent": {
2599
+ "selector": "#optanon-popup-body-right"
2600
+ },
2601
+ "target": {
2602
+ "selector": ".optanon-status label"
2603
+ },
2604
+ "type": "click"
2605
+ },
2606
+ "type": "B"
2607
+ }
2608
+ ],
2609
+ "type": "consent"
2610
+ }
2611
+ ],
2612
+ "type": "list"
2613
+ },
2614
+ "type": "ifcss"
2615
+ },
2616
+ {
2617
+ "parent": {
2618
+ "selector": "#optanon-menu, .optanon-menu"
2619
+ },
2620
+ "target": {
2621
+ "selector": ".menu-item-necessary",
2622
+ "textFilter": "Social Media Cookies"
2623
+ },
2624
+ "trueAction": {
2625
+ "actions": [
2626
+ {
2627
+ "parent": {
2628
+ "selector": "#optanon-menu, .optanon-menu"
2629
+ },
2630
+ "target": {
2631
+ "selector": ".menu-item-necessary",
2632
+ "textFilter": "Social Media Cookies"
2633
+ },
2634
+ "type": "click"
2635
+ },
2636
+ {
2637
+ "consents": [
2638
+ {
2639
+ "matcher": {
2640
+ "parent": {
2641
+ "selector": "#optanon-popup-body-right"
2642
+ },
2643
+ "target": {
2644
+ "selector": ".optanon-status input"
2645
+ },
2646
+ "type": "checkbox"
2647
+ },
2648
+ "toggleAction": {
2649
+ "parent": {
2650
+ "selector": "#optanon-popup-body-right"
2651
+ },
2652
+ "target": {
2653
+ "selector": ".optanon-status label"
2654
+ },
2655
+ "type": "click"
2656
+ },
2657
+ "type": "B"
2658
+ }
2659
+ ],
2660
+ "type": "consent"
2661
+ }
2662
+ ],
2663
+ "type": "list"
2664
+ },
2665
+ "type": "ifcss"
2666
+ },
2667
+ {
2668
+ "parent": {
2669
+ "selector": "#optanon-menu, .optanon-menu"
2670
+ },
2671
+ "target": {
2672
+ "selector": ".menu-item-necessary",
2673
+ "textFilter": "Personalisation"
2674
+ },
2675
+ "trueAction": {
2676
+ "actions": [
2677
+ {
2678
+ "parent": {
2679
+ "selector": "#optanon-menu, .optanon-menu"
2680
+ },
2681
+ "target": {
2682
+ "selector": ".menu-item-necessary",
2683
+ "textFilter": "Personalisation"
2684
+ },
2685
+ "type": "click"
2686
+ },
2687
+ {
2688
+ "consents": [
2689
+ {
2690
+ "matcher": {
2691
+ "parent": {
2692
+ "selector": "#optanon-popup-body-right"
2693
+ },
2694
+ "target": {
2695
+ "selector": ".optanon-status input"
2696
+ },
2697
+ "type": "checkbox"
2698
+ },
2699
+ "toggleAction": {
2700
+ "parent": {
2701
+ "selector": "#optanon-popup-body-right"
2702
+ },
2703
+ "target": {
2704
+ "selector": ".optanon-status label"
2705
+ },
2706
+ "type": "click"
2707
+ },
2708
+ "type": "E"
2709
+ }
2710
+ ],
2711
+ "type": "consent"
2712
+ }
2713
+ ],
2714
+ "type": "list"
2715
+ },
2716
+ "type": "ifcss"
2717
+ },
2718
+ {
2719
+ "parent": {
2720
+ "selector": "#optanon-menu, .optanon-menu"
2721
+ },
2722
+ "target": {
2723
+ "selector": ".menu-item-necessary",
2724
+ "textFilter": "Site monitoring cookies"
2725
+ },
2726
+ "trueAction": {
2727
+ "actions": [
2728
+ {
2729
+ "parent": {
2730
+ "selector": "#optanon-menu, .optanon-menu"
2731
+ },
2732
+ "target": {
2733
+ "selector": ".menu-item-necessary",
2734
+ "textFilter": "Site monitoring cookies"
2735
+ },
2736
+ "type": "click"
2737
+ },
2738
+ {
2739
+ "consents": [
2740
+ {
2741
+ "matcher": {
2742
+ "parent": {
2743
+ "selector": "#optanon-popup-body-right"
2744
+ },
2745
+ "target": {
2746
+ "selector": ".optanon-status input"
2747
+ },
2748
+ "type": "checkbox"
2749
+ },
2750
+ "toggleAction": {
2751
+ "parent": {
2752
+ "selector": "#optanon-popup-body-right"
2753
+ },
2754
+ "target": {
2755
+ "selector": ".optanon-status label"
2756
+ },
2757
+ "type": "click"
2758
+ },
2759
+ "type": "B"
2760
+ }
2761
+ ],
2762
+ "type": "consent"
2763
+ }
2764
+ ],
2765
+ "type": "list"
2766
+ },
2767
+ "type": "ifcss"
2768
+ },
2769
+ {
2770
+ "parent": {
2771
+ "selector": "#optanon-menu, .optanon-menu"
2772
+ },
2773
+ "target": {
2774
+ "selector": ".menu-item-necessary",
2775
+ "textFilter": "Third party privacy-enhanced content"
2776
+ },
2777
+ "trueAction": {
2778
+ "actions": [
2779
+ {
2780
+ "parent": {
2781
+ "selector": "#optanon-menu, .optanon-menu"
2782
+ },
2783
+ "target": {
2784
+ "selector": ".menu-item-necessary",
2785
+ "textFilter": "Third party privacy-enhanced content"
2786
+ },
2787
+ "type": "click"
2788
+ },
2789
+ {
2790
+ "consents": [
2791
+ {
2792
+ "matcher": {
2793
+ "parent": {
2794
+ "selector": "#optanon-popup-body-right"
2795
+ },
2796
+ "target": {
2797
+ "selector": ".optanon-status input"
2798
+ },
2799
+ "type": "checkbox"
2800
+ },
2801
+ "toggleAction": {
2802
+ "parent": {
2803
+ "selector": "#optanon-popup-body-right"
2804
+ },
2805
+ "target": {
2806
+ "selector": ".optanon-status label"
2807
+ },
2808
+ "type": "click"
2809
+ },
2810
+ "type": "X"
2811
+ }
2812
+ ],
2813
+ "type": "consent"
2814
+ }
2815
+ ],
2816
+ "type": "list"
2817
+ },
2818
+ "type": "ifcss"
2819
+ },
2820
+ {
2821
+ "parent": {
2822
+ "selector": "#optanon-menu, .optanon-menu"
2823
+ },
2824
+ "target": {
2825
+ "selector": ".menu-item-necessary",
2826
+ "textFilter": "Performance & Advertising Cookies"
2827
+ },
2828
+ "trueAction": {
2829
+ "actions": [
2830
+ {
2831
+ "parent": {
2832
+ "selector": "#optanon-menu, .optanon-menu"
2833
+ },
2834
+ "target": {
2835
+ "selector": ".menu-item-necessary",
2836
+ "textFilter": "Performance & Advertising Cookies"
2837
+ },
2838
+ "type": "click"
2839
+ },
2840
+ {
2841
+ "consents": [
2842
+ {
2843
+ "matcher": {
2844
+ "parent": {
2845
+ "selector": "#optanon-popup-body-right"
2846
+ },
2847
+ "target": {
2848
+ "selector": ".optanon-status input"
2849
+ },
2850
+ "type": "checkbox"
2851
+ },
2852
+ "toggleAction": {
2853
+ "parent": {
2854
+ "selector": "#optanon-popup-body-right"
2855
+ },
2856
+ "target": {
2857
+ "selector": ".optanon-status label"
2858
+ },
2859
+ "type": "click"
2860
+ },
2861
+ "type": "F"
2862
+ }
2863
+ ],
2864
+ "type": "consent"
2865
+ }
2866
+ ],
2867
+ "type": "list"
2868
+ },
2869
+ "type": "ifcss"
2870
+ },
2871
+ {
2872
+ "parent": {
2873
+ "selector": "#optanon-menu, .optanon-menu"
2874
+ },
2875
+ "target": {
2876
+ "selector": ".menu-item-necessary",
2877
+ "textFilter": "Information storage and access"
2878
+ },
2879
+ "trueAction": {
2880
+ "actions": [
2881
+ {
2882
+ "parent": {
2883
+ "selector": "#optanon-menu, .optanon-menu"
2884
+ },
2885
+ "target": {
2886
+ "selector": ".menu-item-necessary",
2887
+ "textFilter": "Information storage and access"
2888
+ },
2889
+ "type": "click"
2890
+ },
2891
+ {
2892
+ "consents": [
2893
+ {
2894
+ "matcher": {
2895
+ "parent": {
2896
+ "selector": "#optanon-popup-body-right"
2897
+ },
2898
+ "target": {
2899
+ "selector": ".optanon-status input"
2900
+ },
2901
+ "type": "checkbox"
2902
+ },
2903
+ "toggleAction": {
2904
+ "parent": {
2905
+ "selector": "#optanon-popup-body-right"
2906
+ },
2907
+ "target": {
2908
+ "selector": ".optanon-status label"
2909
+ },
2910
+ "type": "click"
2911
+ },
2912
+ "type": "D"
2913
+ }
2914
+ ],
2915
+ "type": "consent"
2916
+ }
2917
+ ],
2918
+ "type": "list"
2919
+ },
2920
+ "type": "ifcss"
2921
+ },
2922
+ {
2923
+ "parent": {
2924
+ "selector": "#optanon-menu, .optanon-menu"
2925
+ },
2926
+ "target": {
2927
+ "selector": ".menu-item-necessary",
2928
+ "textFilter": "Ad selection, delivery, reporting"
2929
+ },
2930
+ "trueAction": {
2931
+ "actions": [
2932
+ {
2933
+ "parent": {
2934
+ "selector": "#optanon-menu, .optanon-menu"
2935
+ },
2936
+ "target": {
2937
+ "selector": ".menu-item-necessary",
2938
+ "textFilter": "Ad selection, delivery, reporting"
2939
+ },
2940
+ "type": "click"
2941
+ },
2942
+ {
2943
+ "consents": [
2944
+ {
2945
+ "matcher": {
2946
+ "parent": {
2947
+ "selector": "#optanon-popup-body-right"
2948
+ },
2949
+ "target": {
2950
+ "selector": ".optanon-status input"
2951
+ },
2952
+ "type": "checkbox"
2953
+ },
2954
+ "toggleAction": {
2955
+ "parent": {
2956
+ "selector": "#optanon-popup-body-right"
2957
+ },
2958
+ "target": {
2959
+ "selector": ".optanon-status label"
2960
+ },
2961
+ "type": "click"
2962
+ },
2963
+ "type": "F"
2964
+ }
2965
+ ],
2966
+ "type": "consent"
2967
+ }
2968
+ ],
2969
+ "type": "list"
2970
+ },
2971
+ "type": "ifcss"
2972
+ },
2973
+ {
2974
+ "parent": {
2975
+ "selector": "#optanon-menu, .optanon-menu"
2976
+ },
2977
+ "target": {
2978
+ "selector": ".menu-item-necessary",
2979
+ "textFilter": "Content selection, delivery, reporting"
2980
+ },
2981
+ "trueAction": {
2982
+ "actions": [
2983
+ {
2984
+ "parent": {
2985
+ "selector": "#optanon-menu, .optanon-menu"
2986
+ },
2987
+ "target": {
2988
+ "selector": ".menu-item-necessary",
2989
+ "textFilter": "Content selection, delivery, reporting"
2990
+ },
2991
+ "type": "click"
2992
+ },
2993
+ {
2994
+ "consents": [
2995
+ {
2996
+ "matcher": {
2997
+ "parent": {
2998
+ "selector": "#optanon-popup-body-right"
2999
+ },
3000
+ "target": {
3001
+ "selector": ".optanon-status input"
3002
+ },
3003
+ "type": "checkbox"
3004
+ },
3005
+ "toggleAction": {
3006
+ "parent": {
3007
+ "selector": "#optanon-popup-body-right"
3008
+ },
3009
+ "target": {
3010
+ "selector": ".optanon-status label"
3011
+ },
3012
+ "type": "click"
3013
+ },
3014
+ "type": "E"
3015
+ }
3016
+ ],
3017
+ "type": "consent"
3018
+ }
3019
+ ],
3020
+ "type": "list"
3021
+ },
3022
+ "type": "ifcss"
3023
+ },
3024
+ {
3025
+ "parent": {
3026
+ "selector": "#optanon-menu, .optanon-menu"
3027
+ },
3028
+ "target": {
3029
+ "selector": ".menu-item-necessary",
3030
+ "textFilter": "Measurement"
3031
+ },
3032
+ "trueAction": {
3033
+ "actions": [
3034
+ {
3035
+ "parent": {
3036
+ "selector": "#optanon-menu, .optanon-menu"
3037
+ },
3038
+ "target": {
3039
+ "selector": ".menu-item-necessary",
3040
+ "textFilter": "Measurement"
3041
+ },
3042
+ "type": "click"
3043
+ },
3044
+ {
3045
+ "consents": [
3046
+ {
3047
+ "matcher": {
3048
+ "parent": {
3049
+ "selector": "#optanon-popup-body-right"
3050
+ },
3051
+ "target": {
3052
+ "selector": ".optanon-status input"
3053
+ },
3054
+ "type": "checkbox"
3055
+ },
3056
+ "toggleAction": {
3057
+ "parent": {
3058
+ "selector": "#optanon-popup-body-right"
3059
+ },
3060
+ "target": {
3061
+ "selector": ".optanon-status label"
3062
+ },
3063
+ "type": "click"
3064
+ },
3065
+ "type": "B"
3066
+ }
3067
+ ],
3068
+ "type": "consent"
3069
+ }
3070
+ ],
3071
+ "type": "list"
3072
+ },
3073
+ "type": "ifcss"
3074
+ },
3075
+ {
3076
+ "parent": {
3077
+ "selector": "#optanon-menu, .optanon-menu"
3078
+ },
3079
+ "target": {
3080
+ "selector": ".menu-item-necessary",
3081
+ "textFilter": "Recommended Cookies"
3082
+ },
3083
+ "trueAction": {
3084
+ "actions": [
3085
+ {
3086
+ "parent": {
3087
+ "selector": "#optanon-menu, .optanon-menu"
3088
+ },
3089
+ "target": {
3090
+ "selector": ".menu-item-necessary",
3091
+ "textFilter": "Recommended Cookies"
3092
+ },
3093
+ "type": "click"
3094
+ },
3095
+ {
3096
+ "consents": [
3097
+ {
3098
+ "matcher": {
3099
+ "parent": {
3100
+ "selector": "#optanon-popup-body-right"
3101
+ },
3102
+ "target": {
3103
+ "selector": ".optanon-status input"
3104
+ },
3105
+ "type": "checkbox"
3106
+ },
3107
+ "toggleAction": {
3108
+ "parent": {
3109
+ "selector": "#optanon-popup-body-right"
3110
+ },
3111
+ "target": {
3112
+ "selector": ".optanon-status label"
3113
+ },
3114
+ "type": "click"
3115
+ },
3116
+ "type": "X"
3117
+ }
3118
+ ],
3119
+ "type": "consent"
3120
+ }
3121
+ ],
3122
+ "type": "list"
3123
+ },
3124
+ "type": "ifcss"
3125
+ },
3126
+ {
3127
+ "parent": {
3128
+ "selector": "#optanon-menu, .optanon-menu"
3129
+ },
3130
+ "target": {
3131
+ "selector": ".menu-item-necessary",
3132
+ "textFilter": "Unclassified Cookies"
3133
+ },
3134
+ "trueAction": {
3135
+ "actions": [
3136
+ {
3137
+ "parent": {
3138
+ "selector": "#optanon-menu, .optanon-menu"
3139
+ },
3140
+ "target": {
3141
+ "selector": ".menu-item-necessary",
3142
+ "textFilter": "Unclassified Cookies"
3143
+ },
3144
+ "type": "click"
3145
+ },
3146
+ {
3147
+ "consents": [
3148
+ {
3149
+ "matcher": {
3150
+ "parent": {
3151
+ "selector": "#optanon-popup-body-right"
3152
+ },
3153
+ "target": {
3154
+ "selector": ".optanon-status input"
3155
+ },
3156
+ "type": "checkbox"
3157
+ },
3158
+ "toggleAction": {
3159
+ "parent": {
3160
+ "selector": "#optanon-popup-body-right"
3161
+ },
3162
+ "target": {
3163
+ "selector": ".optanon-status label"
3164
+ },
3165
+ "type": "click"
3166
+ },
3167
+ "type": "X"
3168
+ }
3169
+ ],
3170
+ "type": "consent"
3171
+ }
3172
+ ],
3173
+ "type": "list"
3174
+ },
3175
+ "type": "ifcss"
3176
+ },
3177
+ {
3178
+ "parent": {
3179
+ "selector": "#optanon-menu, .optanon-menu"
3180
+ },
3181
+ "target": {
3182
+ "selector": ".menu-item-necessary",
3183
+ "textFilter": "Analytical Cookies"
3184
+ },
3185
+ "trueAction": {
3186
+ "actions": [
3187
+ {
3188
+ "parent": {
3189
+ "selector": "#optanon-menu, .optanon-menu"
3190
+ },
3191
+ "target": {
3192
+ "selector": ".menu-item-necessary",
3193
+ "textFilter": "Analytical Cookies"
3194
+ },
3195
+ "type": "click"
3196
+ },
3197
+ {
3198
+ "consents": [
3199
+ {
3200
+ "matcher": {
3201
+ "parent": {
3202
+ "selector": "#optanon-popup-body-right"
3203
+ },
3204
+ "target": {
3205
+ "selector": ".optanon-status input"
3206
+ },
3207
+ "type": "checkbox"
3208
+ },
3209
+ "toggleAction": {
3210
+ "parent": {
3211
+ "selector": "#optanon-popup-body-right"
3212
+ },
3213
+ "target": {
3214
+ "selector": ".optanon-status label"
3215
+ },
3216
+ "type": "click"
3217
+ },
3218
+ "type": "B"
3219
+ }
3220
+ ],
3221
+ "type": "consent"
3222
+ }
3223
+ ],
3224
+ "type": "list"
3225
+ },
3226
+ "type": "ifcss"
3227
+ },
3228
+ {
3229
+ "parent": {
3230
+ "selector": "#optanon-menu, .optanon-menu"
3231
+ },
3232
+ "target": {
3233
+ "selector": ".menu-item-necessary",
3234
+ "textFilter": "Marketing Cookies"
3235
+ },
3236
+ "trueAction": {
3237
+ "actions": [
3238
+ {
3239
+ "parent": {
3240
+ "selector": "#optanon-menu, .optanon-menu"
3241
+ },
3242
+ "target": {
3243
+ "selector": ".menu-item-necessary",
3244
+ "textFilter": "Marketing Cookies"
3245
+ },
3246
+ "type": "click"
3247
+ },
3248
+ {
3249
+ "consents": [
3250
+ {
3251
+ "matcher": {
3252
+ "parent": {
3253
+ "selector": "#optanon-popup-body-right"
3254
+ },
3255
+ "target": {
3256
+ "selector": ".optanon-status input"
3257
+ },
3258
+ "type": "checkbox"
3259
+ },
3260
+ "toggleAction": {
3261
+ "parent": {
3262
+ "selector": "#optanon-popup-body-right"
3263
+ },
3264
+ "target": {
3265
+ "selector": ".optanon-status label"
3266
+ },
3267
+ "type": "click"
3268
+ },
3269
+ "type": "F"
3270
+ }
3271
+ ],
3272
+ "type": "consent"
3273
+ }
3274
+ ],
3275
+ "type": "list"
3276
+ },
3277
+ "type": "ifcss"
3278
+ },
3279
+ {
3280
+ "parent": {
3281
+ "selector": "#optanon-menu, .optanon-menu"
3282
+ },
3283
+ "target": {
3284
+ "selector": ".menu-item-necessary",
3285
+ "textFilter": "Personalization"
3286
+ },
3287
+ "trueAction": {
3288
+ "actions": [
3289
+ {
3290
+ "parent": {
3291
+ "selector": "#optanon-menu, .optanon-menu"
3292
+ },
3293
+ "target": {
3294
+ "selector": ".menu-item-necessary",
3295
+ "textFilter": "Personalization"
3296
+ },
3297
+ "type": "click"
3298
+ },
3299
+ {
3300
+ "consents": [
3301
+ {
3302
+ "matcher": {
3303
+ "parent": {
3304
+ "selector": "#optanon-popup-body-right"
3305
+ },
3306
+ "target": {
3307
+ "selector": ".optanon-status input"
3308
+ },
3309
+ "type": "checkbox"
3310
+ },
3311
+ "toggleAction": {
3312
+ "parent": {
3313
+ "selector": "#optanon-popup-body-right"
3314
+ },
3315
+ "target": {
3316
+ "selector": ".optanon-status label"
3317
+ },
3318
+ "type": "click"
3319
+ },
3320
+ "type": "E"
3321
+ }
3322
+ ],
3323
+ "type": "consent"
3324
+ }
3325
+ ],
3326
+ "type": "list"
3327
+ },
3328
+ "type": "ifcss"
3329
+ },
3330
+ {
3331
+ "parent": {
3332
+ "selector": "#optanon-menu, .optanon-menu"
3333
+ },
3334
+ "target": {
3335
+ "selector": ".menu-item-necessary",
3336
+ "textFilter": "Ad Selection, Delivery & Reporting"
3337
+ },
3338
+ "trueAction": {
3339
+ "actions": [
3340
+ {
3341
+ "parent": {
3342
+ "selector": "#optanon-menu, .optanon-menu"
3343
+ },
3344
+ "target": {
3345
+ "selector": ".menu-item-necessary",
3346
+ "textFilter": "Ad Selection, Delivery & Reporting"
3347
+ },
3348
+ "type": "click"
3349
+ },
3350
+ {
3351
+ "consents": [
3352
+ {
3353
+ "matcher": {
3354
+ "parent": {
3355
+ "selector": "#optanon-popup-body-right"
3356
+ },
3357
+ "target": {
3358
+ "selector": ".optanon-status input"
3359
+ },
3360
+ "type": "checkbox"
3361
+ },
3362
+ "toggleAction": {
3363
+ "parent": {
3364
+ "selector": "#optanon-popup-body-right"
3365
+ },
3366
+ "target": {
3367
+ "selector": ".optanon-status label"
3368
+ },
3369
+ "type": "click"
3370
+ },
3371
+ "type": "F"
3372
+ }
3373
+ ],
3374
+ "type": "consent"
3375
+ }
3376
+ ],
3377
+ "type": "list"
3378
+ },
3379
+ "type": "ifcss"
3380
+ },
3381
+ {
3382
+ "parent": {
3383
+ "selector": "#optanon-menu, .optanon-menu"
3384
+ },
3385
+ "target": {
3386
+ "selector": ".menu-item-necessary",
3387
+ "textFilter": "Content Selection, Delivery & Reporting"
3388
+ },
3389
+ "trueAction": {
3390
+ "actions": [
3391
+ {
3392
+ "parent": {
3393
+ "selector": "#optanon-menu, .optanon-menu"
3394
+ },
3395
+ "target": {
3396
+ "selector": ".menu-item-necessary",
3397
+ "textFilter": "Content Selection, Delivery & Reporting"
3398
+ },
3399
+ "type": "click"
3400
+ },
3401
+ {
3402
+ "consents": [
3403
+ {
3404
+ "matcher": {
3405
+ "parent": {
3406
+ "selector": "#optanon-popup-body-right"
3407
+ },
3408
+ "target": {
3409
+ "selector": ".optanon-status input"
3410
+ },
3411
+ "type": "checkbox"
3412
+ },
3413
+ "toggleAction": {
3414
+ "parent": {
3415
+ "selector": "#optanon-popup-body-right"
3416
+ },
3417
+ "target": {
3418
+ "selector": ".optanon-status label"
3419
+ },
3420
+ "type": "click"
3421
+ },
3422
+ "type": "E"
3423
+ }
3424
+ ],
3425
+ "type": "consent"
3426
+ }
3427
+ ],
3428
+ "type": "list"
3429
+ },
3430
+ "type": "ifcss"
3431
+ }
3432
+ ],
3433
+ "type": "list"
3434
+ },
3435
+ "name": "DO_CONSENT"
3436
+ },
3437
+ {
3438
+ "action": {
3439
+ "parent": {
3440
+ "selector": ".optanon-save-settings-button"
3441
+ },
3442
+ "target": {
3443
+ "selector": ".optanon-white-button-middle"
3444
+ },
3445
+ "type": "click"
3446
+ },
3447
+ "name": "SAVE_CONSENT"
3448
+ },
3449
+ {
3450
+ "action": {
3451
+ "actions": [
3452
+ {
3453
+ "target": {
3454
+ "selector": "#optanon-popup-wrapper"
3455
+ },
3456
+ "type": "hide"
3457
+ },
3458
+ {
3459
+ "target": {
3460
+ "selector": "#optanon-popup-bg"
3461
+ },
3462
+ "type": "hide"
3463
+ },
3464
+ {
3465
+ "target": {
3466
+ "selector": ".optanon-alert-box-wrapper"
3467
+ },
3468
+ "type": "hide"
3469
+ }
3470
+ ],
3471
+ "type": "list"
3472
+ },
3473
+ "name": "HIDE_CMP"
3474
+ }
3475
+ ]
3476
+ },
3477
+ "quantcast2": {
3478
+ "detectors": [
3479
+ {
3480
+ "presentMatcher": {
3481
+ "target": {
3482
+ "selector": "[data-tracking-opt-in-overlay]"
3483
+ },
3484
+ "type": "css"
3485
+ },
3486
+ "showingMatcher": {
3487
+ "target": {
3488
+ "selector": "[data-tracking-opt-in-overlay] [data-tracking-opt-in-learn-more]"
3489
+ },
3490
+ "type": "css"
3491
+ }
3492
+ }
3493
+ ],
3494
+ "methods": [
3495
+ {
3496
+ "action": {
3497
+ "target": {
3498
+ "selector": "[data-tracking-opt-in-overlay] [data-tracking-opt-in-learn-more]"
3499
+ },
3500
+ "type": "click"
3501
+ },
3502
+ "name": "OPEN_OPTIONS"
3503
+ },
3504
+ {
3505
+ "action": {
3506
+ "actions": [
3507
+ {
3508
+ "type": "wait",
3509
+ "waitTime": 500
3510
+ },
3511
+ {
3512
+ "action": {
3513
+ "actions": [
3514
+ {
3515
+ "target": {
3516
+ "selector": "div",
3517
+ "textFilter": [
3518
+ "Information storage and access"
3519
+ ]
3520
+ },
3521
+ "trueAction": {
3522
+ "consents": [
3523
+ {
3524
+ "matcher": {
3525
+ "target": {
3526
+ "selector": "input"
3527
+ },
3528
+ "type": "checkbox"
3529
+ },
3530
+ "toggleAction": {
3531
+ "target": {
3532
+ "selector": "label"
3533
+ },
3534
+ "type": "click"
3535
+ },
3536
+ "type": "D"
3537
+ }
3538
+ ],
3539
+ "type": "consent"
3540
+ },
3541
+ "type": "ifcss"
3542
+ },
3543
+ {
3544
+ "target": {
3545
+ "selector": "div",
3546
+ "textFilter": [
3547
+ "Personalization"
3548
+ ]
3549
+ },
3550
+ "trueAction": {
3551
+ "consents": [
3552
+ {
3553
+ "matcher": {
3554
+ "target": {
3555
+ "selector": "input"
3556
+ },
3557
+ "type": "checkbox"
3558
+ },
3559
+ "toggleAction": {
3560
+ "target": {
3561
+ "selector": "label"
3562
+ },
3563
+ "type": "click"
3564
+ },
3565
+ "type": "F"
3566
+ }
3567
+ ],
3568
+ "type": "consent"
3569
+ },
3570
+ "type": "ifcss"
3571
+ },
3572
+ {
3573
+ "target": {
3574
+ "selector": "div",
3575
+ "textFilter": [
3576
+ "Ad selection, delivery, reporting"
3577
+ ]
3578
+ },
3579
+ "trueAction": {
3580
+ "consents": [
3581
+ {
3582
+ "matcher": {
3583
+ "target": {
3584
+ "selector": "input"
3585
+ },
3586
+ "type": "checkbox"
3587
+ },
3588
+ "toggleAction": {
3589
+ "target": {
3590
+ "selector": "label"
3591
+ },
3592
+ "type": "click"
3593
+ },
3594
+ "type": "F"
3595
+ }
3596
+ ],
3597
+ "type": "consent"
3598
+ },
3599
+ "type": "ifcss"
3600
+ },
3601
+ {
3602
+ "target": {
3603
+ "selector": "div",
3604
+ "textFilter": [
3605
+ "Content selection, delivery, reporting"
3606
+ ]
3607
+ },
3608
+ "trueAction": {
3609
+ "consents": [
3610
+ {
3611
+ "matcher": {
3612
+ "target": {
3613
+ "selector": "input"
3614
+ },
3615
+ "type": "checkbox"
3616
+ },
3617
+ "toggleAction": {
3618
+ "target": {
3619
+ "selector": "label"
3620
+ },
3621
+ "type": "click"
3622
+ },
3623
+ "type": "E"
3624
+ }
3625
+ ],
3626
+ "type": "consent"
3627
+ },
3628
+ "type": "ifcss"
3629
+ },
3630
+ {
3631
+ "target": {
3632
+ "selector": "div",
3633
+ "textFilter": [
3634
+ "Measurement"
3635
+ ]
3636
+ },
3637
+ "trueAction": {
3638
+ "consents": [
3639
+ {
3640
+ "matcher": {
3641
+ "target": {
3642
+ "selector": "input"
3643
+ },
3644
+ "type": "checkbox"
3645
+ },
3646
+ "toggleAction": {
3647
+ "target": {
3648
+ "selector": "label"
3649
+ },
3650
+ "type": "click"
3651
+ },
3652
+ "type": "B"
3653
+ }
3654
+ ],
3655
+ "type": "consent"
3656
+ },
3657
+ "type": "ifcss"
3658
+ },
3659
+ {
3660
+ "target": {
3661
+ "selector": "div",
3662
+ "textFilter": [
3663
+ "Other Partners"
3664
+ ]
3665
+ },
3666
+ "trueAction": {
3667
+ "consents": [
3668
+ {
3669
+ "matcher": {
3670
+ "target": {
3671
+ "selector": "input"
3672
+ },
3673
+ "type": "checkbox"
3674
+ },
3675
+ "toggleAction": {
3676
+ "target": {
3677
+ "selector": "label"
3678
+ },
3679
+ "type": "click"
3680
+ },
3681
+ "type": "X"
3682
+ }
3683
+ ],
3684
+ "type": "consent"
3685
+ },
3686
+ "type": "ifcss"
3687
+ }
3688
+ ],
3689
+ "type": "list"
3690
+ },
3691
+ "parent": {
3692
+ "childFilter": {
3693
+ "target": {
3694
+ "selector": "input"
3695
+ }
3696
+ },
3697
+ "selector": "[data-tracking-opt-in-overlay] > div > div"
3698
+ },
3699
+ "target": {
3700
+ "childFilter": {
3701
+ "target": {
3702
+ "selector": "input"
3703
+ }
3704
+ },
3705
+ "selector": ":scope > div"
3706
+ },
3707
+ "type": "foreach"
3708
+ }
3709
+ ],
3710
+ "type": "list"
3711
+ },
3712
+ "name": "DO_CONSENT"
3713
+ },
3714
+ {
3715
+ "action": {
3716
+ "target": {
3717
+ "selector": "[data-tracking-opt-in-overlay] [data-tracking-opt-in-save]"
3718
+ },
3719
+ "type": "click"
3720
+ },
3721
+ "name": "SAVE_CONSENT"
3722
+ }
3723
+ ]
3724
+ },
3725
+ "springer": {
3726
+ "detectors": [
3727
+ {
3728
+ "presentMatcher": {
3729
+ "parent": null,
3730
+ "target": {
3731
+ "selector": ".cmp-app_gdpr"
3732
+ },
3733
+ "type": "css"
3734
+ },
3735
+ "showingMatcher": {
3736
+ "parent": null,
3737
+ "target": {
3738
+ "displayFilter": true,
3739
+ "selector": ".cmp-popup_popup"
3740
+ },
3741
+ "type": "css"
3742
+ }
3743
+ }
3744
+ ],
3745
+ "methods": [
3746
+ {
3747
+ "action": {
3748
+ "actions": [
3749
+ {
3750
+ "target": {
3751
+ "selector": ".cmp-intro_rejectAll"
3752
+ },
3753
+ "type": "click"
3754
+ },
3755
+ {
3756
+ "type": "wait",
3757
+ "waitTime": 250
3758
+ },
3759
+ {
3760
+ "target": {
3761
+ "selector": ".cmp-purposes_purposeItem:not(.cmp-purposes_selectedPurpose)"
3762
+ },
3763
+ "type": "click"
3764
+ }
3765
+ ],
3766
+ "type": "list"
3767
+ },
3768
+ "name": "OPEN_OPTIONS"
3769
+ },
3770
+ {
3771
+ "action": {
3772
+ "consents": [
3773
+ {
3774
+ "matcher": {
3775
+ "parent": {
3776
+ "selector": ".cmp-purposes_detailHeader",
3777
+ "textFilter": "Przechowywanie informacji na urządzeniu lub dostęp do nich",
3778
+ "childFilter": {
3779
+ "target": {
3780
+ "selector": ".cmp-switch_switch"
3781
+ }
3782
+ }
3783
+ },
3784
+ "target": {
3785
+ "selector": ".cmp-switch_switch .cmp-switch_isSelected"
3786
+ },
3787
+ "type": "css"
3788
+ },
3789
+ "toggleAction": {
3790
+ "parent": {
3791
+ "selector": ".cmp-purposes_detailHeader",
3792
+ "textFilter": "Przechowywanie informacji na urządzeniu lub dostęp do nich",
3793
+ "childFilter": {
3794
+ "target": {
3795
+ "selector": ".cmp-switch_switch"
3796
+ }
3797
+ }
3798
+ },
3799
+ "target": {
3800
+ "selector": ".cmp-switch_switch:not(.cmp-switch_isSelected)"
3801
+ },
3802
+ "type": "click"
3803
+ },
3804
+ "type": "D"
3805
+ },
3806
+ {
3807
+ "matcher": {
3808
+ "parent": {
3809
+ "selector": ".cmp-purposes_detailHeader",
3810
+ "textFilter": "Wybór podstawowych reklam",
3811
+ "childFilter": {
3812
+ "target": {
3813
+ "selector": ".cmp-switch_switch"
3814
+ }
3815
+ }
3816
+ },
3817
+ "target": {
3818
+ "selector": ".cmp-switch_switch .cmp-switch_isSelected"
3819
+ },
3820
+ "type": "css"
3821
+ },
3822
+ "toggleAction": {
3823
+ "parent": {
3824
+ "selector": ".cmp-purposes_detailHeader",
3825
+ "textFilter": "Wybór podstawowych reklam",
3826
+ "childFilter": {
3827
+ "target": {
3828
+ "selector": ".cmp-switch_switch"
3829
+ }
3830
+ }
3831
+ },
3832
+ "target": {
3833
+ "selector": ".cmp-switch_switch:not(.cmp-switch_isSelected)"
3834
+ },
3835
+ "type": "click"
3836
+ },
3837
+ "type": "F"
3838
+ },
3839
+ {
3840
+ "matcher": {
3841
+ "parent": {
3842
+ "selector": ".cmp-purposes_detailHeader",
3843
+ "textFilter": "Tworzenie profilu spersonalizowanych reklam",
3844
+ "childFilter": {
3845
+ "target": {
3846
+ "selector": ".cmp-switch_switch"
3847
+ }
3848
+ }
3849
+ },
3850
+ "target": {
3851
+ "selector": ".cmp-switch_switch .cmp-switch_isSelected"
3852
+ },
3853
+ "type": "css"
3854
+ },
3855
+ "toggleAction": {
3856
+ "parent": {
3857
+ "selector": ".cmp-purposes_detailHeader",
3858
+ "textFilter": "Tworzenie profilu spersonalizowanych reklam",
3859
+ "childFilter": {
3860
+ "target": {
3861
+ "selector": ".cmp-switch_switch"
3862
+ }
3863
+ }
3864
+ },
3865
+ "target": {
3866
+ "selector": ".cmp-switch_switch:not(.cmp-switch_isSelected)"
3867
+ },
3868
+ "type": "click"
3869
+ },
3870
+ "type": "F"
3871
+ },
3872
+ {
3873
+ "matcher": {
3874
+ "parent": {
3875
+ "selector": ".cmp-purposes_detailHeader",
3876
+ "textFilter": "Wybór spersonalizowanych reklam",
3877
+ "childFilter": {
3878
+ "target": {
3879
+ "selector": ".cmp-switch_switch"
3880
+ }
3881
+ }
3882
+ },
3883
+ "target": {
3884
+ "selector": ".cmp-switch_switch .cmp-switch_isSelected"
3885
+ },
3886
+ "type": "css"
3887
+ },
3888
+ "toggleAction": {
3889
+ "parent": {
3890
+ "selector": ".cmp-purposes_detailHeader",
3891
+ "textFilter": "Wybór spersonalizowanych reklam",
3892
+ "childFilter": {
3893
+ "target": {
3894
+ "selector": ".cmp-switch_switch"
3895
+ }
3896
+ }
3897
+ },
3898
+ "target": {
3899
+ "selector": ".cmp-switch_switch:not(.cmp-switch_isSelected)"
3900
+ },
3901
+ "type": "click"
3902
+ },
3903
+ "type": "E"
3904
+ },
3905
+ {
3906
+ "matcher": {
3907
+ "parent": {
3908
+ "selector": ".cmp-purposes_detailHeader",
3909
+ "textFilter": "Tworzenie profilu spersonalizowanych treści",
3910
+ "childFilter": {
3911
+ "target": {
3912
+ "selector": ".cmp-switch_switch"
3913
+ }
3914
+ }
3915
+ },
3916
+ "target": {
3917
+ "selector": ".cmp-switch_switch .cmp-switch_isSelected"
3918
+ },
3919
+ "type": "css"
3920
+ },
3921
+ "toggleAction": {
3922
+ "parent": {
3923
+ "selector": ".cmp-purposes_detailHeader",
3924
+ "textFilter": "Tworzenie profilu spersonalizowanych treści",
3925
+ "childFilter": {
3926
+ "target": {
3927
+ "selector": ".cmp-switch_switch"
3928
+ }
3929
+ }
3930
+ },
3931
+ "target": {
3932
+ "selector": ".cmp-switch_switch:not(.cmp-switch_isSelected)"
3933
+ },
3934
+ "type": "click"
3935
+ },
3936
+ "type": "E"
3937
+ },
3938
+ {
3939
+ "matcher": {
3940
+ "parent": {
3941
+ "selector": ".cmp-purposes_detailHeader",
3942
+ "textFilter": "Wybór spersonalizowanych treści",
3943
+ "childFilter": {
3944
+ "target": {
3945
+ "selector": ".cmp-switch_switch"
3946
+ }
3947
+ }
3948
+ },
3949
+ "target": {
3950
+ "selector": ".cmp-switch_switch .cmp-switch_isSelected"
3951
+ },
3952
+ "type": "css"
3953
+ },
3954
+ "toggleAction": {
3955
+ "parent": {
3956
+ "selector": ".cmp-purposes_detailHeader",
3957
+ "textFilter": "Wybór spersonalizowanych treści",
3958
+ "childFilter": {
3959
+ "target": {
3960
+ "selector": ".cmp-switch_switch"
3961
+ }
3962
+ }
3963
+ },
3964
+ "target": {
3965
+ "selector": ".cmp-switch_switch:not(.cmp-switch_isSelected)"
3966
+ },
3967
+ "type": "click"
3968
+ },
3969
+ "type": "B"
3970
+ },
3971
+ {
3972
+ "matcher": {
3973
+ "parent": {
3974
+ "selector": ".cmp-purposes_detailHeader",
3975
+ "textFilter": "Pomiar wydajności reklam",
3976
+ "childFilter": {
3977
+ "target": {
3978
+ "selector": ".cmp-switch_switch"
3979
+ }
3980
+ }
3981
+ },
3982
+ "target": {
3983
+ "selector": ".cmp-switch_switch .cmp-switch_isSelected"
3984
+ },
3985
+ "type": "css"
3986
+ },
3987
+ "toggleAction": {
3988
+ "parent": {
3989
+ "selector": ".cmp-purposes_detailHeader",
3990
+ "textFilter": "Pomiar wydajności reklam",
3991
+ "childFilter": {
3992
+ "target": {
3993
+ "selector": ".cmp-switch_switch"
3994
+ }
3995
+ }
3996
+ },
3997
+ "target": {
3998
+ "selector": ".cmp-switch_switch:not(.cmp-switch_isSelected)"
3999
+ },
4000
+ "type": "click"
4001
+ },
4002
+ "type": "B"
4003
+ },
4004
+ {
4005
+ "matcher": {
4006
+ "parent": {
4007
+ "selector": ".cmp-purposes_detailHeader",
4008
+ "textFilter": "Pomiar wydajności treści",
4009
+ "childFilter": {
4010
+ "target": {
4011
+ "selector": ".cmp-switch_switch"
4012
+ }
4013
+ }
4014
+ },
4015
+ "target": {
4016
+ "selector": ".cmp-switch_switch .cmp-switch_isSelected"
4017
+ },
4018
+ "type": "css"
4019
+ },
4020
+ "toggleAction": {
4021
+ "parent": {
4022
+ "selector": ".cmp-purposes_detailHeader",
4023
+ "textFilter": "Pomiar wydajności treści",
4024
+ "childFilter": {
4025
+ "target": {
4026
+ "selector": ".cmp-switch_switch"
4027
+ }
4028
+ }
4029
+ },
4030
+ "target": {
4031
+ "selector": ".cmp-switch_switch:not(.cmp-switch_isSelected)"
4032
+ },
4033
+ "type": "click"
4034
+ },
4035
+ "type": "B"
4036
+ },
4037
+ {
4038
+ "matcher": {
4039
+ "parent": {
4040
+ "selector": ".cmp-purposes_detailHeader",
4041
+ "textFilter": "Stosowanie badań rynkowych w celu generowania opinii odbiorców",
4042
+ "childFilter": {
4043
+ "target": {
4044
+ "selector": ".cmp-switch_switch"
4045
+ }
4046
+ }
4047
+ },
4048
+ "target": {
4049
+ "selector": ".cmp-switch_switch .cmp-switch_isSelected"
4050
+ },
4051
+ "type": "css"
4052
+ },
4053
+ "toggleAction": {
4054
+ "parent": {
4055
+ "selector": ".cmp-purposes_detailHeader",
4056
+ "textFilter": "Stosowanie badań rynkowych w celu generowania opinii odbiorców",
4057
+ "childFilter": {
4058
+ "target": {
4059
+ "selector": ".cmp-switch_switch"
4060
+ }
4061
+ }
4062
+ },
4063
+ "target": {
4064
+ "selector": ".cmp-switch_switch:not(.cmp-switch_isSelected)"
4065
+ },
4066
+ "type": "click"
4067
+ },
4068
+ "type": "X"
4069
+ },
4070
+ {
4071
+ "matcher": {
4072
+ "parent": {
4073
+ "selector": ".cmp-purposes_detailHeader",
4074
+ "textFilter": "Opracowywanie i ulepszanie produktów",
4075
+ "childFilter": {
4076
+ "target": {
4077
+ "selector": ".cmp-switch_switch"
4078
+ }
4079
+ }
4080
+ },
4081
+ "target": {
4082
+ "selector": ".cmp-switch_switch .cmp-switch_isSelected"
4083
+ },
4084
+ "type": "css"
4085
+ },
4086
+ "toggleAction": {
4087
+ "parent": {
4088
+ "selector": ".cmp-purposes_detailHeader",
4089
+ "textFilter": "Opracowywanie i ulepszanie produktów",
4090
+ "childFilter": {
4091
+ "target": {
4092
+ "selector": ".cmp-switch_switch"
4093
+ }
4094
+ }
4095
+ },
4096
+ "target": {
4097
+ "selector": ".cmp-switch_switch:not(.cmp-switch_isSelected)"
4098
+ },
4099
+ "type": "click"
4100
+ },
4101
+ "type": "X"
4102
+ }
4103
+ ],
4104
+ "type": "consent"
4105
+ },
4106
+ "name": "DO_CONSENT"
4107
+ },
4108
+ {
4109
+ "action": {
4110
+ "target": {
4111
+ "selector": ".cmp-details_save"
4112
+ },
4113
+ "type": "click"
4114
+ },
4115
+ "name": "SAVE_CONSENT"
4116
+ }
4117
+ ]
4118
+ },
4119
+ "wordpressgdpr": {
4120
+ "detectors": [
4121
+ {
4122
+ "presentMatcher": {
4123
+ "parent": null,
4124
+ "target": {
4125
+ "selector": ".wpgdprc-consent-bar"
4126
+ },
4127
+ "type": "css"
4128
+ },
4129
+ "showingMatcher": {
4130
+ "parent": null,
4131
+ "target": {
4132
+ "displayFilter": true,
4133
+ "selector": ".wpgdprc-consent-bar"
4134
+ },
4135
+ "type": "css"
4136
+ }
4137
+ }
4138
+ ],
4139
+ "methods": [
4140
+ {
4141
+ "action": {
4142
+ "parent": null,
4143
+ "target": {
4144
+ "selector": ".wpgdprc-consent-bar .wpgdprc-consent-bar__settings",
4145
+ "textFilter": null
4146
+ },
4147
+ "type": "click"
4148
+ },
4149
+ "name": "OPEN_OPTIONS"
4150
+ },
4151
+ {
4152
+ "action": {
4153
+ "actions": [
4154
+ {
4155
+ "target": {
4156
+ "selector": ".wpgdprc-consent-modal .wpgdprc-button",
4157
+ "textFilter": "Eyeota"
4158
+ },
4159
+ "type": "click"
4160
+ },
4161
+ {
4162
+ "consents": [
4163
+ {
4164
+ "description": "Eyeota Cookies",
4165
+ "matcher": {
4166
+ "parent": {
4167
+ "selector": ".wpgdprc-consent-modal__description",
4168
+ "textFilter": "Eyeota"
4169
+ },
4170
+ "target": {
4171
+ "selector": "input"
4172
+ },
4173
+ "type": "checkbox"
4174
+ },
4175
+ "toggleAction": {
4176
+ "parent": {
4177
+ "selector": ".wpgdprc-consent-modal__description",
4178
+ "textFilter": "Eyeota"
4179
+ },
4180
+ "target": {
4181
+ "selector": "label"
4182
+ },
4183
+ "type": "click"
4184
+ },
4185
+ "type": "X"
4186
+ }
4187
+ ],
4188
+ "type": "consent"
4189
+ },
4190
+ {
4191
+ "target": {
4192
+ "selector": ".wpgdprc-consent-modal .wpgdprc-button",
4193
+ "textFilter": "Advertising"
4194
+ },
4195
+ "type": "click"
4196
+ },
4197
+ {
4198
+ "consents": [
4199
+ {
4200
+ "description": "Advertising Cookies",
4201
+ "matcher": {
4202
+ "parent": {
4203
+ "selector": ".wpgdprc-consent-modal__description",
4204
+ "textFilter": "Advertising"
4205
+ },
4206
+ "target": {
4207
+ "selector": "input"
4208
+ },
4209
+ "type": "checkbox"
4210
+ },
4211
+ "toggleAction": {
4212
+ "parent": {
4213
+ "selector": ".wpgdprc-consent-modal__description",
4214
+ "textFilter": "Advertising"
4215
+ },
4216
+ "target": {
4217
+ "selector": "label"
4218
+ },
4219
+ "type": "click"
4220
+ },
4221
+ "type": "F"
4222
+ }
4223
+ ],
4224
+ "type": "consent"
4225
+ }
4226
+ ],
4227
+ "type": "list"
4228
+ },
4229
+ "name": "DO_CONSENT"
4230
+ },
4231
+ {
4232
+ "action": {
4233
+ "parent": null,
4234
+ "target": {
4235
+ "selector": ".wpgdprc-button",
4236
+ "textFilter": "Save my settings"
4237
+ },
4238
+ "type": "click"
4239
+ },
4240
+ "name": "SAVE_CONSENT"
4241
+ }
4242
+ ]
4243
+ }
4244
+ }
4245
+ }