@duckduckgo/autoconsent 16.6.0 → 16.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +33 -0
- package/dist/addon-firefox/background.bundle.js +1 -1
- package/dist/addon-firefox/compact-rules.json +1 -1
- package/dist/addon-firefox/content.bundle.js +197 -769
- package/dist/addon-firefox/manifest.json +1 -1
- package/dist/addon-firefox/popup.bundle.js +1 -1
- package/dist/addon-firefox/rule-index.json +1 -1
- package/dist/addon-firefox/rules.json +1 -1
- package/dist/addon-mv3/background.bundle.js +1 -1
- package/dist/addon-mv3/compact-rules.json +1 -1
- package/dist/addon-mv3/content.bundle.js +197 -769
- package/dist/addon-mv3/manifest.json +1 -1
- package/dist/addon-mv3/popup.bundle.js +1 -1
- package/dist/addon-mv3/rule-index.json +1 -1
- package/dist/addon-mv3/rules.json +1 -1
- package/dist/autoconsent.cjs.js +197 -769
- package/dist/autoconsent.esm.js +197 -769
- package/dist/autoconsent.playwright.js +197 -769
- package/dist/autoconsent.standalone.js +198 -770
- package/lib/heuristic-patterns.ts +237 -765
- package/package.json +1 -1
- package/rules/autoconsent/carre.nl.json +32 -0
- package/rules/autoconsent/lineagrafica.json +4 -4
- package/rules/compact-rules.json +1 -1
- package/rules/rule-index.json +1 -1
- package/rules/rules.json +1 -1
- package/tests/carre.nl.spec.ts +3 -0
- package/tests/lineagrafica.spec.ts +1 -1
- package/tests-wtr/heuristics/heuristics-utils.test.ts +0 -2
|
@@ -397,7 +397,6 @@
|
|
|
397
397
|
// "only necessary" is probably too broad
|
|
398
398
|
/(?:by continuing.{0,100}cookie)|(?:cookie.{0,100}by continuing)/gi,
|
|
399
399
|
/(?:by continuing.{0,100}privacy)|(?:privacy.{0,100}by continuing)/gi,
|
|
400
|
-
/by clicking.{0,100}(?:accept|agree|allow)/gi,
|
|
401
400
|
/we (?:use|serve)(?: optional)? cookies/gi,
|
|
402
401
|
/we are using cookies/gi,
|
|
403
402
|
/use of cookies/gi,
|
|
@@ -415,12 +414,8 @@
|
|
|
415
414
|
// /cookies? preferences/i,
|
|
416
415
|
// FR
|
|
417
416
|
/utilisons.{0,100}des.{0,100}cookies/gi,
|
|
418
|
-
/nous.{0,100}utilisons.{0,100}des/gi,
|
|
419
417
|
/des.{0,100}cookies.{0,100}pour/gi,
|
|
420
|
-
/des.{0,100}informations.{0,100}sur/gi,
|
|
421
418
|
/retirer.{0,100}votre.{0,100}consentement/gi,
|
|
422
|
-
/accéder.{0,100}à.{0,100}des/gi,
|
|
423
|
-
/à.{0,100}des.{0,100}informations/gi,
|
|
424
419
|
/et.{0,100}nos.{0,100}partenaires/gi,
|
|
425
420
|
/publicités.{0,100}et.{0,100}du.{0,100}contenu/gi,
|
|
426
421
|
/utilise.{0,100}des.{0,100}cookies/gi,
|
|
@@ -478,7 +473,6 @@
|
|
|
478
473
|
/\b(hacemos|hace) uso de cookies\b/i,
|
|
479
474
|
/\busa cookies de google\b/i,
|
|
480
475
|
/acepta.{0,80} uso de cookies/i,
|
|
481
|
-
/al hacer clic.{0,80}aceptar/i,
|
|
482
476
|
/al utilizar nuestro sitio web.{0,80}cookie/i,
|
|
483
477
|
/almacenar la información en un dispositivo y\/?o acceder a ella/i,
|
|
484
478
|
/cookie.{0,30} utiliza/i,
|
|
@@ -488,7 +482,6 @@
|
|
|
488
482
|
/navegando.{0,100}cookie/i,
|
|
489
483
|
/nosotros y nuestros( \d+)? (socios|proveedores).{0,180} cookies/gi,
|
|
490
484
|
/recopilamos y almacenamos datos de usted y de su dispositivo/gi,
|
|
491
|
-
/si haces? clic.{0,20}acept/i,
|
|
492
485
|
/utilizamos tecnolog[ií]as como las cookies/i,
|
|
493
486
|
// Polish (PL)
|
|
494
487
|
// examples:
|
|
@@ -541,428 +534,94 @@
|
|
|
541
534
|
/usiamo.{0,20}cookie/gi
|
|
542
535
|
];
|
|
543
536
|
var REJECT_PATTERNS_ENGLISH = [
|
|
544
|
-
// e.g. "
|
|
545
|
-
//
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
537
|
+
// e.g. "reject", "reject all", "reject all cookies", "deny all", "refuse cookies", "decline",
|
|
538
|
+
// "reject non-essential cookies", "reject unnecessary cookies", "reject all but necessary", "reject all and close"
|
|
539
|
+
// note that "reject and subscribe" and "reject and pay" are excluded via NEVER_MATCH_PATTERNS
|
|
540
|
+
/^\s*(no,?\s*)?(i\s+)?(reject|deny|refuse|decline|disable)\s*(all)?\s*(but|except)?\s*(non[- ]?essential|un(necessary|required)|optional|additional|targeting|analytics|marketing|non[- ]?necessary|extra|tracking|advertising|necessary|essential)?\s*(cookies)?\s*(and\s+close)?\s*$/is,
|
|
541
|
+
// e.g. "i do not accept", "do not accept cookies"
|
|
542
|
+
/^\s*(i\s+)?do\s+not\s+accept\s*(cookies)?\s*$/is,
|
|
549
543
|
// e.g. "continue without accepting", "continue without agreeing", "continue without agreeing →"
|
|
550
544
|
/^\s*(continue|proceed|continue\s+browsing)\s+without\s+(accepting|agreeing|consent|cookies|tracking)(\s*→)?\s*$/is,
|
|
551
|
-
// e.g. "
|
|
552
|
-
//
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
//
|
|
556
|
-
|
|
557
|
-
// e.g. "
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
//
|
|
562
|
-
|
|
563
|
-
"allow selection",
|
|
564
|
-
"disagree and close",
|
|
565
|
-
// These are impactful, but look error-prone
|
|
566
|
-
// // e.g. "disagree"
|
|
567
|
-
/^(i)?\s*disagree\s*(and\s+close)?$/i,
|
|
568
|
-
// // e.g. "i do not agree"
|
|
569
|
-
// /^\s*(i\s+)?do\s+not\s+agree\s*$/i,
|
|
545
|
+
// essential/necessary/functional-only, e.g. "essential cookies only", "accept only essential cookies",
|
|
546
|
+
// "allow necessary cookies continue", "use essential cookies only", "functional only", "i confirm necessary"
|
|
547
|
+
// note that a necessary/essential/functional word is required
|
|
548
|
+
/^\s*(i\s+)?(want\s+to\s+)?(only\s+)?(use|accept|allow|keep|enable|choose|continue\s+with|i\s+confirm)?\s*(only\s+)?(strictly\s+)?(necessary|essential|essentials|functional|required|minimal)\s*(only\s+)?(cookies)?\s*(continue|only)?\s*$/is,
|
|
549
|
+
// e.g. "do not sell or share my personal information", "opt out of sale ..." (CCPA)
|
|
550
|
+
/do\s+not\s+sell|opt\s+out\s+of\s+sale/is,
|
|
551
|
+
// e.g. "opt-out of sale/share or targeted advertising", "opt-out of advertising/social media cookies"
|
|
552
|
+
/^opt[ -]?out of /is,
|
|
553
|
+
// e.g. "reject all except strictly necessary", "reject all (except necessary cookies)"
|
|
554
|
+
/except\s+(strictly\s+)?necessary/is,
|
|
555
|
+
// e.g. "disagree", "i disagree", "disagree and close"
|
|
556
|
+
/^(i\s+)?disagree\s*(and\s+close)?$/i,
|
|
570
557
|
"no",
|
|
571
|
-
/^no,?
|
|
572
|
-
/^opt[ -]out$/is
|
|
558
|
+
/^no,? thank(s| you)$/is,
|
|
559
|
+
/^opt[ -]out$/is,
|
|
560
|
+
"dont enable",
|
|
561
|
+
"withdraw consent",
|
|
562
|
+
"i do not agree"
|
|
573
563
|
];
|
|
574
564
|
var REJECT_PATTERNS_DUTCH = [
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
"
|
|
578
|
-
|
|
579
|
-
"
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
"
|
|
586
|
-
|
|
587
|
-
"alleen functioneel",
|
|
588
|
-
"alleen noodzakelijke",
|
|
589
|
-
"alleen essenti\xEBle cookies",
|
|
590
|
-
"functioneel",
|
|
591
|
-
"alle cookies verwerpen",
|
|
592
|
-
"doorgaan zonder akkoord te gaan",
|
|
593
|
-
"weiger alles",
|
|
594
|
-
"nee, bedankt",
|
|
595
|
-
"alle cookies weigeren",
|
|
596
|
-
"weiger alle cookies",
|
|
597
|
-
"alleen noodzakelijke cookies accepteren",
|
|
598
|
-
"alleen strikt noodzakelijk",
|
|
599
|
-
"ik weiger",
|
|
600
|
-
"optionele cookies weigeren",
|
|
601
|
-
"alle weigeren",
|
|
602
|
-
"accepteer alleen noodzakelijke cookies",
|
|
603
|
-
"alleen functionele cookies accepteren",
|
|
604
|
-
"enkel noodzakelijke cookies",
|
|
565
|
+
// weigeren / afwijzen / verwerpen (reject verbs, any position)
|
|
566
|
+
/weiger|afwijz|verwerp/is,
|
|
567
|
+
// "wijs (alles/ze) af" (reject verb with split particle)
|
|
568
|
+
/wijs\b.*\baf\b/is,
|
|
569
|
+
// "alleen/enkel/uitsluitend ... (noodzakelijk|functioneel|essentieel|...)"
|
|
570
|
+
/(^|\s)(alleen|enkel|uitsluitend)\s+.{0,20}(noodzakelijk|functione|essenti|vereiste|verplichte|strikt|minimale|basis|basic|standaard)/is,
|
|
571
|
+
// essential/necessary-only nouns
|
|
572
|
+
/^\s*(accepteer\s+|aanvaard\s+|gebruik\s+|sta\s+|ik wil\s+)?(alleen\s+|enkel\s+|uitsluitend\s+|strikt\s+)?(de\s+)?(noodzakelijke?|functionele?|functioneel|essentiële|essentieel|vereiste|verplichte|minimale|basiscookies|basis|standaard)\s*(cookies?)?\s*(accepteren|toestaan|aanvaarden)?\s*$/is,
|
|
573
|
+
// continue without accepting / consent
|
|
574
|
+
/(doorgaan|ga door|ga verder|verder)\s+.{0,15}(zonder|aanvaard)/is,
|
|
575
|
+
// "nee" refusals (but not "nee, sluiten" → acknowledge)
|
|
576
|
+
/^nee(,?\s+(bedankt|dank je|dankje|liever niet|liever geen cookies|geen persoonlijke cookies|geen cookies.*|weigeren?))?$/is,
|
|
605
577
|
"niet accepteren",
|
|
606
|
-
"
|
|
607
|
-
"
|
|
608
|
-
"
|
|
609
|
-
"alle cookies afwijzen",
|
|
610
|
-
"alleen vereiste cookies",
|
|
611
|
-
"cookies afwijzen",
|
|
612
|
-
"doorgaan zonder accepteren",
|
|
613
|
-
"hier weigeren",
|
|
614
|
-
"weiger alle",
|
|
615
|
-
"aanvaard enkel essenti\xEBle cookies",
|
|
616
|
-
"aanvullende cookies weigeren",
|
|
617
|
-
"accepteren weigeren",
|
|
618
|
-
"alle afwijzen",
|
|
619
|
-
"alle niet functionele afwijzen",
|
|
620
|
-
"alle optionele weigeren",
|
|
621
|
-
"alleen noodzakelijke accepteren",
|
|
622
|
-
"alleen strikt noodzakelijke cookies",
|
|
623
|
-
"allen afwijzen",
|
|
624
|
-
"clear weigeren",
|
|
625
|
-
"enkel functioneel",
|
|
626
|
-
"enkel noodzakelijke cookies aanvaarden",
|
|
627
|
-
"functioneel altijd actief",
|
|
628
|
-
"nee, accepteer alleen de noodzakelijke",
|
|
629
|
-
"nee, geen cookies a.u.b.",
|
|
630
|
-
"nee, weiger cookies",
|
|
631
|
-
"nee, weigeren",
|
|
632
|
-
"niet-noodzakelijke cookies weigeren",
|
|
633
|
-
"optioneel afwijzen",
|
|
634
|
-
"tracking cookies weigeren",
|
|
635
|
-
"weigeren cookies",
|
|
636
|
-
"weigeren?",
|
|
637
|
-
"weigeren.",
|
|
638
|
-
"strikt noodzakelijk",
|
|
639
|
-
"weiger optionele cookies",
|
|
640
|
-
"noodzakelijke cookies",
|
|
641
|
-
"essenti\xEBle cookies",
|
|
642
|
-
"ga verder zonder aanvaarden",
|
|
643
|
-
"doorgaan zonder cookies",
|
|
644
|
-
"accepteer noodzakelijke cookies",
|
|
645
|
-
"noodzakelijke",
|
|
646
|
-
"indien je enkel technisch noodzakelijke cookies wenst te accepteren, klik dan hier",
|
|
647
|
-
"weiger",
|
|
648
|
-
"alleen de noodzakelijke cookies",
|
|
649
|
-
"alleen noodzakelijk",
|
|
650
|
-
"alleen verplichte cookies",
|
|
651
|
-
"ik wil alleen minimale cookies",
|
|
652
|
-
"doorgaan zonder te accepteren",
|
|
578
|
+
"niet akkoord",
|
|
579
|
+
"ik ga niet akkoord",
|
|
580
|
+
"liever niet",
|
|
653
581
|
"geen cookies toestaan",
|
|
654
582
|
"liever geen cookies",
|
|
655
|
-
"
|
|
656
|
-
"nee, liever geen cookies",
|
|
657
|
-
"ga door zonder te accepteren",
|
|
658
|
-
"verder zonder accepteren",
|
|
659
|
-
"essenti\xEBle accepteren",
|
|
660
|
-
"functionele cookies",
|
|
661
|
-
"strikt noodzakelijke cookies",
|
|
662
|
-
"alleen basic cookies",
|
|
663
|
-
"alleen basiscookies",
|
|
664
|
-
"alleen standaard cookies",
|
|
665
|
-
"alle cookies verwerpen",
|
|
666
|
-
"noodzakelijk",
|
|
667
|
-
"noodzakelijk cookies accepteren",
|
|
668
|
-
"noodzakelijke cookies accepteren",
|
|
669
|
-
"accepteer alleen noodzakelijk",
|
|
670
|
-
"enkel noodzakelijke toestaan",
|
|
671
|
-
"enkel strikt noodzakelijke cookies",
|
|
672
|
-
"ik wijs ze liever af",
|
|
673
|
-
"ik weiger cookies",
|
|
674
|
-
"ik weiger optionele cookies",
|
|
675
|
-
"weiger alle cookies",
|
|
676
|
-
"weiger alle niet-noodzakelijke cookies",
|
|
677
|
-
"weiger alle onnodige cookies",
|
|
678
|
-
"weiger alle optionele",
|
|
679
|
-
"weiger alles",
|
|
680
|
-
"weiger targeting en third party cookies."
|
|
583
|
+
"functioneel altijd actief"
|
|
681
584
|
];
|
|
682
585
|
var REJECT_PATTERNS_FRENCH = [
|
|
683
|
-
|
|
684
|
-
"
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
"
|
|
691
|
-
|
|
692
|
-
"refuser et continuer",
|
|
693
|
-
"rejeter",
|
|
694
|
-
"refuser les cookies",
|
|
695
|
-
"cookies n\xE9cessaires uniquement",
|
|
696
|
-
"seulement n\xE9cessaires",
|
|
697
|
-
"rejeter tout",
|
|
698
|
-
"refuser les cookies optionnels",
|
|
699
|
-
"je d\xE9sactive les finalit\xE9s non essentielles",
|
|
700
|
-
"refuser les cookies non n\xE9cessaires",
|
|
701
|
-
"rejeter tous les cookies",
|
|
702
|
-
"cookies essentiels uniquement",
|
|
703
|
-
"n\xE9cessaires uniquement",
|
|
704
|
-
"refuser les cookies non essentiels",
|
|
705
|
-
"tout refuser et fermer",
|
|
706
|
-
"tout refuser sauf les cookies techniques",
|
|
707
|
-
"continuer sans accepter x",
|
|
708
|
-
"je refuse lutilisation de cookies",
|
|
709
|
-
"non merci, seulement des cookies techniques",
|
|
710
|
-
"non, tout refuser",
|
|
711
|
-
"refuser tous les cookies non n\xE9cessaires",
|
|
712
|
-
"rejeter les cookies",
|
|
713
|
-
"uniquement les essentiels",
|
|
714
|
-
"refuser tous",
|
|
715
|
-
"accepter uniquement les n\xE9cessaires",
|
|
716
|
-
"allow anonymous analytics",
|
|
717
|
-
"autoriser les cookies essentiels uniquement",
|
|
718
|
-
"autoriser uniquement les n\xE9cessaires",
|
|
719
|
-
"cookies essentiels seulement",
|
|
720
|
-
"cookies n\xE9cessaires seulement",
|
|
721
|
-
"cookies techniques uniquement",
|
|
722
|
-
"je pr\xE9f\xE8re les rejeter",
|
|
723
|
-
"je refuse :(",
|
|
724
|
-
"je refuse les cookies",
|
|
725
|
-
"je refuse tous les cookies",
|
|
726
|
-
"je refuse tout",
|
|
727
|
-
"ne pas accepter",
|
|
728
|
-
"non, accepter les n\xE9cessaires uniquement",
|
|
729
|
-
"refuser (sauf cookies n\xE9cessaires)",
|
|
730
|
-
"refuser ce cookie",
|
|
731
|
-
"refuser les coockies",
|
|
732
|
-
"refuser les cookies facultatifs",
|
|
733
|
-
"refuser tout, sauf les cookies techniques",
|
|
734
|
-
"refuser toutes",
|
|
735
|
-
"refuser toutes les options",
|
|
736
|
-
"rejeter la banni\xE8re",
|
|
737
|
-
"rejeter les cookies non essentiels",
|
|
738
|
-
"rejeter les cookies optionnels",
|
|
739
|
-
"rejeter tous les non fonctionnels",
|
|
740
|
-
"rejeter tout optionnel",
|
|
741
|
-
"tout refuser, sauf les cookies techniques",
|
|
742
|
-
"uniquement n\xE9cessaires",
|
|
743
|
-
"x continuer sans accepter",
|
|
744
|
-
"strictement n\xE9cessaires",
|
|
745
|
-
"utiliser uniquement les cookies n\xE9cessaires",
|
|
746
|
-
"cookies n\xE9cessaires",
|
|
747
|
-
"accepter uniquement les cookies essentiels",
|
|
748
|
-
"accepter les cookies n\xE9cessaires",
|
|
749
|
-
"uniquement les cookies n\xE9cessaires",
|
|
750
|
-
"autoriser uniquement les cookies essentiels",
|
|
751
|
-
"autoriser uniquement les cookies n\xE9cessaires",
|
|
752
|
-
"si vous ne souhaitez pas accepter les cookies \xE0 lexception des cookies techniquement n\xE9cessaires, veuillez cliquer ici",
|
|
753
|
-
"cookies strictement n\xE9cessaires",
|
|
754
|
-
"accepter les cookies strictement n\xE9cessaires",
|
|
755
|
-
"autoriser les cookies essentiels",
|
|
756
|
-
"non, merci, uniquement les cookies n\xE9cessaires",
|
|
757
|
-
"indispensable uniquement",
|
|
758
|
-
"uniquement autoriser les cookies essentiels",
|
|
759
|
-
"utiliser que les cookies n\xE9cessaires",
|
|
760
|
-
"uniquement les sdk n\xE9cessaires",
|
|
761
|
-
"uniquement n\xE9cessaire",
|
|
762
|
-
"utiliser uniquement les cookies fonctionnels",
|
|
763
|
-
"refus",
|
|
764
|
-
"refusez",
|
|
765
|
-
"naccepter que les cookies indispensables",
|
|
766
|
-
"naccepter que les cookies n\xE9cessaires",
|
|
767
|
-
"naccepter que les cookies techniques",
|
|
768
|
-
"n\xE9cessaires seulement",
|
|
769
|
-
"je naccepte rien"
|
|
586
|
+
// refuser / rejeter / interdire / décliner (reject verbs, any position)
|
|
587
|
+
// "refuser et s'abonner" / "refuser et payer" are excluded via NEVER_MATCH_PATTERNS
|
|
588
|
+
/(^|\s)(refus|rejet|rejeter|interdire|interdis|déclin|declin)/is,
|
|
589
|
+
// only necessary / essential / technical / functional
|
|
590
|
+
/(uniquement|seulement|indispensable|strictement nécessaire|que les cookies\s+(nécessaires|techniques|essentiels|indispensables|fonctionnels))/is,
|
|
591
|
+
// continue/proceed without accepting; refuse everything; disable purposes
|
|
592
|
+
/(sans accepter|ne pas accepter|je naccepte rien|je désactive)/is,
|
|
593
|
+
// "non" / "non, merci"
|
|
594
|
+
/^non(,?\s+merci\.?)?$/is
|
|
770
595
|
];
|
|
771
596
|
var REJECT_PATTERNS_GERMAN = [
|
|
772
|
-
"ablehnen"
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
"alle cookies ablehnen",
|
|
782
|
-
"weiter ohne einwilligung",
|
|
783
|
-
"mit diesem button wird der dialog geschlossen. seine funktionalit\xE4t ist identisch mit der des buttons nur essenzielle cookies akzeptieren.",
|
|
784
|
-
"cookies ablehnen",
|
|
785
|
-
"optionale cookies ablehnen",
|
|
786
|
-
"nur erforderliche cookies",
|
|
787
|
-
"einwilligung ablehnen",
|
|
788
|
-
"nur erforderliche",
|
|
789
|
-
"nur notwendige cookies zulassen",
|
|
790
|
-
"nur funktionale cookies akzeptieren",
|
|
791
|
-
"nur notwendige cookies akzeptieren",
|
|
792
|
-
"nur notwendige technologien",
|
|
793
|
-
"verweigern",
|
|
794
|
-
"webanalyse ablehnen",
|
|
795
|
-
"weiter ohne zustimmung",
|
|
796
|
-
"optionale ablehnen",
|
|
797
|
-
"nur notwendige akzeptieren",
|
|
798
|
-
"nur funktionale cookies",
|
|
799
|
-
"mit diesem button wird der dialog geschlossen. seine funktionalit\xE4t ist identisch mit der des buttons ablehnen.",
|
|
800
|
-
"nur notwendige cookies erlauben",
|
|
801
|
-
"zustimmung verweigern",
|
|
597
|
+
// "... ablehnen" / "ablehnen ..." (reject/decline). Exclude the settings-list phrase "einstell(ungen|en) oder ablehnen".
|
|
598
|
+
/^(?!einstell(ungen|en) oder ablehnen$).*ablehnen/is,
|
|
599
|
+
// verweigern / verweigere / verweigert (refuse)
|
|
600
|
+
/verweiger/is,
|
|
601
|
+
// essential/necessary/functional-only variants (accepting only necessary → reject)
|
|
602
|
+
/^\s*(nur|ausschließlich|lediglich|weiter\s+mit|mit|akzeptiere?n?|unbedingt|es\s+werden\s+nur)?\s*(technisch\s+)?(notwendige?[nrs]?|essenzielle?[nrs]?|essentielle?[nrs]?|erforderliche?[nrs]?|funktionale?[nrs]?|funktionelle?[nrs]?|wesentliche?[nrs]?)\s*(cookies?|technologien|funktionscookies|dienste)?\s*(akzeptieren|erlauben|zulassen|verwenden|annehmen|setzen|speichern|zustimmen|auswählen)?\.?\s*$/is,
|
|
603
|
+
// continue without consent
|
|
604
|
+
/(^|\s)(ohne\s+(einwilligung|zustimmung|einverständnis|annahme)|(weiter|fortfahren)\s+ohne)/is,
|
|
605
|
+
// negations / refusals not covered by the regexes above
|
|
802
606
|
"nein, danke",
|
|
803
|
-
"nur erforderliche cookies akzeptieren",
|
|
804
|
-
"zus\xE4tzliche cookies ablehnen",
|
|
805
|
-
"ablehnen und nur essenzielle cookies akzeptieren",
|
|
806
|
-
"nicht erforderliche ablehnen",
|
|
807
|
-
"nicht essenzielle cookies daten ablehnen",
|
|
808
|
-
"nur technisch notwendige cookies",
|
|
809
|
-
"nur technisch notwendige cookies akzeptieren",
|
|
810
|
-
"ablehnen speichern",
|
|
811
|
-
"alle funktionen ablehnen",
|
|
812
|
-
"alle optionalen cookies ablehnen",
|
|
813
|
-
"alles verweigern",
|
|
814
|
-
"mit erforderlichen einstellungen fortfahren",
|
|
815
|
-
"nicht notwendige ablehnen",
|
|
816
|
-
"notwendige cookies akzeptieren",
|
|
817
|
-
"nur erforderliche technologien",
|
|
818
|
-
"nur essenzielle cookies",
|
|
819
|
-
"nur essenzielle cookies erlauben",
|
|
820
|
-
"technisch nicht notwendige cookies ablehnen",
|
|
821
|
-
"tippen sie zum ablehnen bitte hier",
|
|
822
|
-
"ablehnen deny",
|
|
823
|
-
"fortfahren ohne zu akzeptieren",
|
|
824
|
-
"nur erforderliche akzeptieren",
|
|
825
|
-
"nur notwendige erlauben",
|
|
826
|
-
"ablehnen ...nur technisch notwendige cookies verwendet werden",
|
|
827
|
-
"ablehnen (au\xDFer notwendige cookies)",
|
|
828
|
-
"ablehnen und fortfahren",
|
|
829
|
-
"ablehnen und schlie\xDFen",
|
|
830
|
-
"ablehnen: nur grundfunktionen",
|
|
831
|
-
"akzeptieren nur notwendige cookies",
|
|
832
|
-
"alle ablehnen (au\xDFer notwendige cookies)",
|
|
833
|
-
"alle nicht essenziellen cookies ablehnen",
|
|
834
|
-
"alle nicht notwendigen cookies ablehnen",
|
|
835
|
-
"alle optionale ablehnen",
|
|
836
|
-
"alle optionalen ablehnen",
|
|
837
|
-
"alle verweigern",
|
|
838
|
-
"analyse cookies ablehnen",
|
|
839
|
-
"cookie einstellungenablehnen",
|
|
840
|
-
"erforderliche cookies akzeptieren",
|
|
841
|
-
"erforderliche cookies zulassen",
|
|
842
|
-
"externe inhalte ablehnen",
|
|
843
|
-
"mit diesem button wird der dialog geschlossen. seine funktionalit\xE4t ist identisch mit der des buttons ablehnen und nur essenzielle cookies akzeptieren.",
|
|
844
|
-
"mit diesem button wird der dialog geschlossen. seine funktionalit\xE4t ist identisch mit der des buttons nicht-essenzielle cookies verweigern.",
|
|
845
|
-
"mit diesem button wird der dialog geschlossen. seine funktionalit\xE4t ist identisch mit der des buttons nur essenzielle akzeptieren.",
|
|
846
|
-
"mit erforderlichen cookies fortfahren",
|
|
847
|
-
"mit notwendigen fortfahren",
|
|
848
607
|
"nein, bitte nicht",
|
|
849
608
|
"nein, ich stimme nicht zu",
|
|
850
|
-
"nicht
|
|
851
|
-
"nicht
|
|
852
|
-
"nicht-essenzielle cookies ablehnen",
|
|
853
|
-
"nicht-essenzielle cookies verweigern",
|
|
854
|
-
"notwendige cookies zulassen",
|
|
855
|
-
"nur erforderliche cookies erlauben",
|
|
856
|
-
"nur erforderliche cookies setzen",
|
|
857
|
-
"nur erforderliche cookies verwenden",
|
|
858
|
-
"nur essenzielle akzeptieren",
|
|
859
|
-
"nur notwendige cookies annehmen",
|
|
860
|
-
"nur notwendige cookies speichern",
|
|
861
|
-
"nur notwendige cookies verwenden.",
|
|
862
|
-
"nur notwendige funktionscookies akzeptieren",
|
|
863
|
-
"nur notwendigen cookies zustimmen",
|
|
864
|
-
"nur notwendiges akzeptieren",
|
|
865
|
-
"nur wesentliche cookies annehmen",
|
|
866
|
-
"opt. cookies ablehnen",
|
|
867
|
-
"optionale dienste ablehnen",
|
|
868
|
-
"optionale tools ablehnen",
|
|
869
|
-
"sie alle cookies ablehnen",
|
|
870
|
-
"technisch notwendige annehmen",
|
|
871
|
-
"nur essentielle cookies",
|
|
872
|
-
"nur essentielle",
|
|
873
|
-
"nur funktionale akzeptieren",
|
|
874
|
-
"nur technisch notwendige akzeptieren",
|
|
875
|
-
"nur technisch notwendige daten und cookies ...",
|
|
876
|
-
"nur technisch notwendige zulassen",
|
|
877
|
-
"nur wesentliche",
|
|
878
|
-
"ohne einverst\xE4ndnis fortfahren",
|
|
879
|
-
"ohne einwilligung",
|
|
880
|
-
"ohne zustimmung fortfahren",
|
|
881
|
-
"ohne zustimmung weiter",
|
|
882
|
-
"weiter mit essentiellen cookies",
|
|
883
|
-
"weiter ohne annahme",
|
|
884
|
-
"weiter ohne statistische analyse-cookies",
|
|
885
|
-
"weiter ohne statistische cookies",
|
|
886
|
-
"wesentliche cookies",
|
|
887
|
-
"fortfahren ohne zustimmung",
|
|
609
|
+
"nicht zustimmen",
|
|
610
|
+
"nicht einverstanden",
|
|
888
611
|
"ich lehne ab",
|
|
889
|
-
"
|
|
612
|
+
"widerrufen",
|
|
613
|
+
"mit erforderlichen einstellungen fortfahren",
|
|
614
|
+
"mit erforderlichen cookies fortfahren",
|
|
615
|
+
"mit notwendigen fortfahren"
|
|
890
616
|
];
|
|
891
617
|
var REJECT_PATTERNS_ITALIAN = [
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
"
|
|
899
|
-
"rifiuta i cookie non tecnici",
|
|
900
|
-
"rifiuta non necessari",
|
|
901
|
-
"rifiuta tutto",
|
|
902
|
-
"rifiuta tutti",
|
|
903
|
-
"rifiuta e chiudi",
|
|
904
|
-
"chiudi rifiuta tutti i cookie",
|
|
905
|
-
"chiudi e rifiuta tutti i cookie",
|
|
906
|
-
"chiudi e rifiuta tutto",
|
|
907
|
-
"nega",
|
|
908
|
-
"nega tutti",
|
|
909
|
-
"negare",
|
|
910
|
-
"non accetto",
|
|
911
|
-
"accetta solo i necessari",
|
|
912
|
-
"usa solo i cookie necessari",
|
|
913
|
-
"accetta solo necessari",
|
|
914
|
-
"solo necessari",
|
|
915
|
-
"continua senza accettare x",
|
|
916
|
-
"continua senza accettare",
|
|
917
|
-
"rifiutare",
|
|
918
|
-
"rifiutare i cookie",
|
|
919
|
-
"rifiutare tutti i cookie",
|
|
920
|
-
"rifiutare tutti",
|
|
921
|
-
"rifiutare e continuare",
|
|
922
|
-
"installa solo i cookie strettamente necessari",
|
|
923
|
-
"solo cookies tecnici",
|
|
924
|
-
"accetta necessari",
|
|
925
|
-
"solo cookie tecnici",
|
|
926
|
-
"solo cookie necessari",
|
|
927
|
-
"strettamente necessari",
|
|
928
|
-
"tecnici",
|
|
929
|
-
"accetta solo cookie di navigazione",
|
|
930
|
-
"chiudi e prosegui solo con i cookies tecnici necessari",
|
|
931
|
-
"consenti solo i cookie tecnici",
|
|
932
|
-
"solo cookie essenziali",
|
|
933
|
-
"blocca i cookie non essenziali",
|
|
934
|
-
"accetta i cookie necessari",
|
|
935
|
-
"accetta solo cookie tecnici",
|
|
936
|
-
"accetta solo i cookie essenziali",
|
|
937
|
-
"accetta solo i cookie necessari",
|
|
938
|
-
"accetta solo i necessary",
|
|
939
|
-
"accetta i cookie essenziali",
|
|
940
|
-
"accetta cookie tecnici",
|
|
941
|
-
"necessari",
|
|
942
|
-
"usa solo i cookie tecnici",
|
|
943
|
-
"usa solo i necessari",
|
|
944
|
-
"rifiuto",
|
|
945
|
-
"essenziali",
|
|
946
|
-
"accetta cookie essenziali",
|
|
947
|
-
"accetta cookie necessari",
|
|
948
|
-
"accetta solo cookie essenziali",
|
|
949
|
-
"accetta solo cookie necessari",
|
|
950
|
-
"rifiuta cookie non necessari",
|
|
951
|
-
"rifiuta cookie non essenziali",
|
|
952
|
-
"rifiuta i cookie non necessari",
|
|
953
|
-
"rifiuta i cookie non essenziali",
|
|
954
|
-
"rifiuta tutti i cookie e chiudi",
|
|
955
|
-
"rifiuta tutto e chiudi",
|
|
956
|
-
"rifiuta tutti i cookie chiudi",
|
|
957
|
-
"continuare senza accettare",
|
|
958
|
-
"rifiutare cookies",
|
|
959
|
-
"rifiutare i cookies",
|
|
960
|
-
"rifiutare non necessari",
|
|
961
|
-
"rifiutare tutto",
|
|
962
|
-
"rifiutare e chiudere",
|
|
963
|
-
"solo essenziali",
|
|
964
|
-
"solo tecnici",
|
|
965
|
-
"negare tutti"
|
|
618
|
+
// rifiuta / rifiutare / rifiuto / nega / negare / blocca (reject verbs)
|
|
619
|
+
/(^|\s)(rifiut|neg(a|are|hi)|blocca i cookie)/is,
|
|
620
|
+
// accept/use only necessary / essential / technical
|
|
621
|
+
/^\s*(accetta|accettare|usa|installa|consenti|chiudi e prosegui( solo con)?)?\s*(solo|soltanto|unicamente)?\s*(i\s+|gli\s+)?(cookies?\s+)?(strettamente\s+)?(necessari|necessary|essenziali|tecnici|di navigazione)\s*(necessari|tecnici|essenziali)?\s*$/is,
|
|
622
|
+
// continue without accepting
|
|
623
|
+
/continua(re)? senza accettare/is,
|
|
624
|
+
"non accetto"
|
|
966
625
|
];
|
|
967
626
|
var REJECT_PATTERNS_BRAZILIAN_PORTUGUESE = [
|
|
968
627
|
// (deny)
|
|
@@ -979,273 +638,52 @@
|
|
|
979
638
|
/^\s*(aceitar|utilizar)?\s*(apenas|somente|só)?\s*(os)?\s*(cookies)?\s*(essenciais|funcionais|obrigatórios|necessários)\s*$/is
|
|
980
639
|
];
|
|
981
640
|
var REJECT_PATTERNS_SPANISH = [
|
|
982
|
-
|
|
983
|
-
"rechazar
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
"
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
"denegar todas",
|
|
992
|
-
"solo necesarias",
|
|
993
|
-
"rechazar cookies opcionales",
|
|
994
|
-
"rechazar opcionales",
|
|
995
|
-
"cookies estrictamente necesarias",
|
|
996
|
-
"aceptar s\xF3lo necesarias",
|
|
997
|
-
"continuar sin aceptar",
|
|
998
|
-
"denegar todo",
|
|
999
|
-
"clear rechazar cookies",
|
|
1000
|
-
"configurar rechazar cookies",
|
|
1001
|
-
"denegar cookies",
|
|
1002
|
-
"rechazar y continuar",
|
|
1003
|
-
"rechazar las cookies",
|
|
1004
|
-
"clear rechazar",
|
|
1005
|
-
"denegar todas las cookies",
|
|
1006
|
-
"rechazar cookies no esenciales",
|
|
1007
|
-
"rechazarlas",
|
|
1008
|
-
"no, no acepto",
|
|
1009
|
-
"permitir s\xF3lo necesarias",
|
|
1010
|
-
"rechazar cookies adicionales",
|
|
1011
|
-
"rechazar cookies anal\xEDticas",
|
|
1012
|
-
"rechazar no necesarias",
|
|
1013
|
-
"rechazar opcional",
|
|
1014
|
-
"rechazar todo lo opcional",
|
|
1015
|
-
"solo cookies estrictamente necesarias",
|
|
1016
|
-
"solo esenciales",
|
|
1017
|
-
"x rechazar todas las cookies",
|
|
1018
|
-
"solo usar cookies necesarias",
|
|
1019
|
-
"solo cookies necesarias",
|
|
1020
|
-
"declinar",
|
|
1021
|
-
"aceptar solo las cookies esenciales",
|
|
1022
|
-
"necesarias",
|
|
1023
|
-
"aceptar solo lo necesario",
|
|
1024
|
-
"solo funcionales",
|
|
1025
|
-
"declinar y cerrar",
|
|
1026
|
-
"d\xE9clin",
|
|
1027
|
-
"declina",
|
|
1028
|
-
"declinar consentimiento",
|
|
1029
|
-
"declinar todas",
|
|
1030
|
-
"solo las cookies necesarias",
|
|
1031
|
-
"nom\xE9s sutilitzen cookies quan \xE9s necessari",
|
|
1032
|
-
"no, s\xF3lo las estrictamente necesarias",
|
|
1033
|
-
"solo las necesarias",
|
|
641
|
+
// rechazar / denegar / declinar / negar (reject verbs, any position)
|
|
642
|
+
// "rechazar y pagar" / "rechazar y suscribirse" are excluded via NEVER_MATCH_PATTERNS
|
|
643
|
+
/(^|\s)(rechaz|recház|deneg|negar|declin)/is,
|
|
644
|
+
// accept/allow/use (only) necessary / essential / technical / functional / own
|
|
645
|
+
/^\s*(aceptar?|acepta|permitir|permite|usar|utilizar)?\s*(solo|sólo|només|únicamente)?\s*(las?\s+|los\s+)?(cookies?\s+)?(estrictamente\s+)?(necesari\w*|esencial\w*|técnic\w*|obligatori\w*|funcional\w*|propias)\s*$/is,
|
|
646
|
+
// "solo/sólo/no, sólo ... necessary/essential"
|
|
647
|
+
/^(no,?\s+)?(solo|sólo|només)\s+(usar\s+|las?\s+|los\s+|lo\s+)?.{0,20}(necesari|esencial|estrictamente)/is,
|
|
648
|
+
// refusals / opt-outs
|
|
649
|
+
/^(no acept|no consentir|no permitir|no estoy de acuerdo|no,? gracias|sin consentimiento|revocar consentimiento|continuar sin aceptar|prefiero rechazarlas|descartar todas)/is,
|
|
1034
650
|
"acceptar nom\xE9s les necess\xE0ries",
|
|
1035
|
-
"
|
|
1036
|
-
"
|
|
1037
|
-
"aceptar las obligatorias",
|
|
1038
|
-
"permitir solo cookies t\xE9cnicas",
|
|
1039
|
-
"cookies t\xE9cnicas",
|
|
1040
|
-
"permitir solo cookies t\xE9cnicas",
|
|
1041
|
-
"usar solo cookies t\xE9cnicas",
|
|
1042
|
-
"aceptar solo las esenciales",
|
|
1043
|
-
"aceptar cookies esenciales",
|
|
1044
|
-
"aceptar esenciales",
|
|
1045
|
-
"aceptar necesarias",
|
|
1046
|
-
"aceptar necesario",
|
|
1047
|
-
"aceptar solo cookies necesarias",
|
|
1048
|
-
"aceptar solo funcionales",
|
|
1049
|
-
"aceptar s\xF3lo las necesarias",
|
|
1050
|
-
"descartar todas",
|
|
1051
|
-
"negar todas",
|
|
1052
|
-
"no aceptar",
|
|
1053
|
-
"no consentir",
|
|
1054
|
-
"no estoy de acuerdo",
|
|
1055
|
-
"no gracias",
|
|
1056
|
-
"no permitir",
|
|
1057
|
-
"no, gracias",
|
|
1058
|
-
"prefiero rechazarlas",
|
|
1059
|
-
"pulsa aqu\xED para desactivar las cookies opcionales",
|
|
1060
|
-
/^rechazar cookies \(menos las necesarias\)$/,
|
|
1061
|
-
"rechazar innecesarias",
|
|
1062
|
-
"rechazar la pol\xEDtica de cookies",
|
|
1063
|
-
"rechazar todas cookies",
|
|
1064
|
-
"rechazar todos",
|
|
1065
|
-
"rechazarlas todas las cookies",
|
|
1066
|
-
"rechazo las cookies",
|
|
1067
|
-
"rechazo",
|
|
1068
|
-
"rech\xE1zalo",
|
|
1069
|
-
"revocar consentimiento",
|
|
1070
|
-
"sin consentimiento",
|
|
1071
|
-
"solo cookies esenciales",
|
|
1072
|
-
"solo las cookies esenciales",
|
|
1073
|
-
"solo lo esencial",
|
|
1074
|
-
"s\xF3lo cookies propias",
|
|
1075
|
-
"s\xF3lo funcionales",
|
|
1076
|
-
"s\xF3lo las cookies necesarias",
|
|
1077
|
-
"usar solo las cookies esenciales",
|
|
1078
|
-
"usar solo las necesarias"
|
|
651
|
+
"nom\xE9s sutilitzen cookies quan \xE9s necessari",
|
|
652
|
+
"pulsa aqu\xED para desactivar las cookies opcionales"
|
|
1079
653
|
];
|
|
1080
654
|
var REJECT_PATTERNS_SWEDISH = [
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
"
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
"
|
|
1091
|
-
"
|
|
1092
|
-
"till\xE5t bara n\xF6dv\xE4ndiga kakor",
|
|
1093
|
-
"endast n\xF6dv\xE4ndiga kakor",
|
|
1094
|
-
"till\xE5t endast n\xF6dv\xE4ndiga",
|
|
1095
|
-
"forts\xE4tt utan att acceptera",
|
|
1096
|
-
"godk\xE4nn endast n\xF6dv\xE4ndiga",
|
|
1097
|
-
"acceptera endast n\xF6dv\xE4ndiga",
|
|
1098
|
-
"avvisa cookies",
|
|
1099
|
-
"till\xE5t endast n\xF6dv\xE4ndiga kakor",
|
|
1100
|
-
"acceptera endast n\xF6dv\xE4ndiga cookies",
|
|
1101
|
-
"neka kakor",
|
|
1102
|
-
"bara n\xF6dv\xE4ndiga kakor",
|
|
1103
|
-
"neka alla cookies",
|
|
1104
|
-
"anv\xE4nd endast n\xF6dv\xE4ndiga",
|
|
1105
|
-
"avvisa alla utom n\xF6dv\xE4ndiga",
|
|
1106
|
-
"hantera eller avvisa",
|
|
1107
|
-
"neka alla utom n\xF6dv\xE4ndiga kakor",
|
|
1108
|
-
"neka och st\xE4ng",
|
|
1109
|
-
"till\xE5t bara n\xF6dv\xE4ndiga tj\xE4nster",
|
|
1110
|
-
"avvisa alla utom n\xF6dv\xE4ndiga kakor",
|
|
1111
|
-
"avvisa alla valfria",
|
|
1112
|
-
"godk\xE4nn bara n\xF6dv\xE4ndiga cookies",
|
|
1113
|
-
"acceptera endast n\xF6dv\xE4ndiga kakor",
|
|
1114
|
-
"anv\xE4nd endast n\xF6dv\xE4ndiga cookies",
|
|
1115
|
-
"avvisa alla kakor",
|
|
1116
|
-
"avvisa alla valm\xF6jligheter",
|
|
1117
|
-
"avvisa ej n\xF6dv\xE4ndiga",
|
|
1118
|
-
"avvisa icke-n\xF6dv\xE4ndiga",
|
|
1119
|
-
"f\xF6rneka",
|
|
1120
|
-
"godk\xE4nn bara n\xF6dv\xE4ndiga",
|
|
1121
|
-
"godk\xE4nn bara n\xF6dv\xE4ndiga kakor",
|
|
1122
|
-
"godk\xE4nn endast n\xF6dv\xE4ndiga cookies",
|
|
1123
|
-
"godk\xE4nn endast n\xF6dv\xE4ndiga kakor",
|
|
1124
|
-
"godta endast n\xF6dv\xE4ndiga",
|
|
1125
|
-
"jag godk\xE4nner bara n\xF6dv\xE4ndiga kakor",
|
|
1126
|
-
"nej, avvisa alla",
|
|
1127
|
-
"nej, bara n\xF6dv\xE4ndiga",
|
|
1128
|
-
"nej, bara n\xF6dv\xE4ndiga cookies",
|
|
1129
|
-
"neka alla utom n\xF6dv\xE4ndiga",
|
|
1130
|
-
"neka alla.",
|
|
1131
|
-
"neka cookies",
|
|
1132
|
-
"neka samtliga",
|
|
1133
|
-
"ok, endast n\xF6dv\xE4ndiga",
|
|
1134
|
-
"spara endast n\xF6dv\xE4ndiga",
|
|
1135
|
-
"st\xE4ng och avvisa",
|
|
1136
|
-
"till\xE5t bara n\xF6dv\xE4ndiga",
|
|
1137
|
-
"godk\xE4nn n\xF6dv\xE4ndiga kakor",
|
|
1138
|
-
"godk\xE4nn n\xF6dv\xE4ndiga",
|
|
1139
|
-
"acceptera n\xF6dv\xE4ndiga",
|
|
1140
|
-
"strikt n\xF6dv\xE4ndigt",
|
|
1141
|
-
"till\xE5t n\xF6dv\xE4ndiga",
|
|
1142
|
-
"n\xF6dv\xE4ndiga",
|
|
1143
|
-
"enbart n\xF6dv\xE4ndiga",
|
|
1144
|
-
"jag godk\xE4nner n\xF6dv\xE4ndiga kakor",
|
|
1145
|
-
"acceptera n\xF6dv\xE4ndiga kakor",
|
|
1146
|
-
"godk\xE4nn enbart n\xF6dv\xE4ndiga kakor",
|
|
1147
|
-
"godk\xE4nn n\xF6dv\xE4ndiga cookies",
|
|
1148
|
-
"om du inte vill acceptera andra cookies \xE4n de som \xE4r tekniskt n\xF6dv\xE4ndiga klickar du h\xE4r",
|
|
1149
|
-
"acceptera enbart n\xF6dv\xE4ndiga",
|
|
1150
|
-
"n\xF6dv\xE4ndiga cookies",
|
|
1151
|
-
"jag godk\xE4nner enbart att ni anv\xE4nder n\xF6dv\xE4ndiga cookies",
|
|
1152
|
-
"+ strikt n\xF6dv\xE4ndiga cookies",
|
|
1153
|
-
"anv\xE4nd enbart n\xF6dv\xE4ndiga cookies",
|
|
1154
|
-
"enbart n\xF6dv\xE4ndiga cookies",
|
|
1155
|
-
"godk\xE4nn n\xF6dv\xE4ndiga kakor st\xE4ng",
|
|
1156
|
-
"ok till n\xF6dv\xE4ndiga",
|
|
1157
|
-
"strikt n\xF6dv\xE4ndiga",
|
|
1158
|
-
"forts\xE4tt utan att godk\xE4nna",
|
|
1159
|
-
"avb\xF6j alla cookies",
|
|
1160
|
-
"jag accepterar endast grundl\xE4ggande kakor",
|
|
1161
|
-
"nej, jag avb\xF6jer",
|
|
1162
|
-
"till\xE5t inte cookies"
|
|
1163
|
-
];
|
|
1164
|
-
var REJECT_PATTERNS_CATALAN = [
|
|
1165
|
-
"denega",
|
|
1166
|
-
"denega-les",
|
|
1167
|
-
"no accepto",
|
|
1168
|
-
"no, gr\xE0cies",
|
|
1169
|
-
"rebutja-ho tot",
|
|
1170
|
-
"rebutja-les totes",
|
|
1171
|
-
"rebutja-les",
|
|
1172
|
-
"rebutjar cookies",
|
|
1173
|
-
"rebutjar tot",
|
|
1174
|
-
"rebutjar totes",
|
|
1175
|
-
"rebutjar",
|
|
1176
|
-
"rebutjar-les totes",
|
|
1177
|
-
"refusar i tancar"
|
|
1178
|
-
];
|
|
1179
|
-
var REJECT_PATTERNS_GALICIAN = ["rexeitar cookies", "rexeitar opcionais", "rexeitar optativas", "rexeitar todas", "rexeitar"];
|
|
1180
|
-
var REJECT_PATTERNS_BASQUE = [
|
|
1181
|
-
/^(denak? baztertu|ukatu guztiak)$/,
|
|
1182
|
-
"baztertu cookie-ak",
|
|
1183
|
-
"guztiak ukatu",
|
|
1184
|
-
"ukatu cookieak",
|
|
1185
|
-
"ukatu dena",
|
|
1186
|
-
/^ukatu guztiak \(cookie\)$/,
|
|
1187
|
-
"ukatu"
|
|
655
|
+
// avvisa / avböj / neka / förneka (reject verbs)
|
|
656
|
+
/(^|\s)(avvisa|avböj|neka|nekar|förneka)/is,
|
|
657
|
+
// (allow/accept/use) only necessary cookies/kakor
|
|
658
|
+
/(bara|endast|enbart)\s+nödvändig/is,
|
|
659
|
+
// "godkänn/acceptera/använd/tillåt (bara/endast/enbart) nödvändiga (cookies/kakor)"
|
|
660
|
+
/^(ok,?\s+|nej,?\s+)?(jag\s+)?(godkänn\w*|godta|acceptera\w*|använd\w*|tillåt|spara)?\s*(bara|endast|enbart)?\s*(strikt\s+)?nödvändiga?t?( (cookies|kakor|tjänster))?\.?$/is,
|
|
661
|
+
// continue without accepting
|
|
662
|
+
/fortsätt utan att (acceptera|godkänna)/is,
|
|
663
|
+
/strikt nödvändig/is,
|
|
664
|
+
"till\xE5t inte cookies",
|
|
665
|
+
"jag accepterar endast grundl\xE4ggande kakor"
|
|
1188
666
|
];
|
|
667
|
+
var REJECT_PATTERNS_CATALAN = [/(^|\s)rebutj/is, "no accepto", "no, gr\xE0cies"];
|
|
668
|
+
var REJECT_PATTERNS_GALICIAN = [/(^|\s)rexeitar/is];
|
|
669
|
+
var REJECT_PATTERNS_BASQUE = [/(^|\s)(baztertu|ukatu)/is];
|
|
1189
670
|
var REJECT_PATTERNS_PORTUGUESE = [/^aceitar apenas cookies essenciais\.$/];
|
|
1190
671
|
var REJECT_PATTERNS_CZECH = ["povolit pouze nezbytn\xE9 cookie"];
|
|
1191
672
|
var REJECT_PATTERNS_POLISH = [
|
|
1192
|
-
//
|
|
1193
|
-
|
|
1194
|
-
//
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
"akceptuj\u0119 niezb\u0119dne zgody",
|
|
1204
|
-
"akceptuj\u0119 wymagane",
|
|
1205
|
-
"blokuj wszystkie",
|
|
1206
|
-
/^funkcjonalne pliki cookie \(wymagane\)$/,
|
|
1207
|
-
"kontynuuj bez akceptacji plik\xF3w cookie",
|
|
1208
|
-
"kontynuuj bez akceptacji",
|
|
1209
|
-
"kontynuuj bez akceptowania opcjonalnych cookie",
|
|
1210
|
-
"kontynuuj bez akceptowania",
|
|
1211
|
-
"kontynuuj bez wyra\u017Cania zgody",
|
|
1212
|
-
"korzystaj wy\u0142\u0105cznie z niezb\u0119dnych plik\xF3w cookie",
|
|
1213
|
-
"nie akceptuj\u0119",
|
|
1214
|
-
"nie potwierdzam",
|
|
1215
|
-
"nie wyra\u017Caj zgody i zamknij",
|
|
1216
|
-
"nie wyra\u017Cam zgody",
|
|
1217
|
-
"nie zezwalaj",
|
|
1218
|
-
"nie zgadzam si\u0119",
|
|
1219
|
-
"nie",
|
|
1220
|
-
"nie, dzi\u0119kuj\u0119",
|
|
1221
|
-
"nie, nie zgadzam si\u0119 na pliki cookie",
|
|
1222
|
-
"niezb\u0119dne pliki cookie",
|
|
673
|
+
// odrzuć / odrzucam / odmawiam / rezygnuję / blokuj wszystkie (reject verbs)
|
|
674
|
+
/odrzu(ć|cam|cenie|cać|canie|cić)|odmaw|odmowa|odmów|rezygnuj|blokuj wszystk/is,
|
|
675
|
+
// (accept) only necessary / required
|
|
676
|
+
/(^|\s)tylko\s+(bezwzględnie\s+)?(niezbędn\w*|wymagan\w*|konieczne)/is,
|
|
677
|
+
/(akceptuj|akceptuję|zaakceptuj|zatwierdź|potwierdzam|zezwól)\s+(tylko\s+)?(na\s+)?(niezbędn\w*|wymagan\w*|konieczne)/is,
|
|
678
|
+
/korzystaj wyłącznie z niezbędn/is,
|
|
679
|
+
// continue without accepting / consent
|
|
680
|
+
/kontynuuj bez (akceptacj|akceptowani|wyrażania zgody)/is,
|
|
681
|
+
// refusals
|
|
682
|
+
/nie (akceptuję|zgadzam|wyrażam zgody|wyrażaj zgody|zezwalaj|potwierdzam)/is,
|
|
683
|
+
/^nie(,?\s+(dziękuję|nie zgadzam.*))?$/is,
|
|
1223
684
|
"niezb\u0119dne",
|
|
1224
|
-
"
|
|
1225
|
-
|
|
1226
|
-
"odm\xF3w",
|
|
1227
|
-
"odm\xF3wi\u0107",
|
|
1228
|
-
"odrzucam i chc\u0119 dowiedzie\u0107 si\u0119 wi\u0119cej",
|
|
1229
|
-
/^odrzucam wszystkie \*$/,
|
|
1230
|
-
"odrzucanie niepotrzebnych plik\xF3w cookie",
|
|
1231
|
-
"odrzuca\u0107",
|
|
1232
|
-
"odrzu\u0107 nieistotne",
|
|
1233
|
-
"odrzu\u0107 niewymagane",
|
|
1234
|
-
"odrzu\u0107 opcjonalne pliki cookie",
|
|
1235
|
-
"odrzu\u0107 opcjonalne",
|
|
1236
|
-
"odrzu\u0107 wszystkie zgody",
|
|
1237
|
-
"potwierdzam wymagane",
|
|
1238
|
-
"rezygnuj\u0119",
|
|
1239
|
-
"tylko bezwzgl\u0119dnie konieczne",
|
|
1240
|
-
"tylko konieczne",
|
|
1241
|
-
"tylko niezb\u0119dne pliki cookie",
|
|
1242
|
-
"tylko wymagane pliki cookie",
|
|
1243
|
-
"tylko wymagane",
|
|
1244
|
-
"zaakceptuj niezb\u0119dne",
|
|
1245
|
-
"zaakceptuj wymagane",
|
|
1246
|
-
"zatwierd\u017A tylko wymagane",
|
|
1247
|
-
"zezw\xF3l na niezb\u0119dne",
|
|
1248
|
-
"zezw\xF3l tylko na niezb\u0119dne"
|
|
685
|
+
"niezb\u0119dne pliki cookie",
|
|
686
|
+
/^funkcjonalne pliki cookie \(wymagane\)$/
|
|
1249
687
|
];
|
|
1250
688
|
var REJECT_PATTERNS_RUSSIAN = ["\u043F\u0440\u0438\u043D\u0438\u043C\u0430\u0442\u044C \u0442\u043E\u043B\u044C\u043A\u043E \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u044B\u0435 \u0444\u0430\u0439\u043B\u044B cookie"];
|
|
1251
689
|
var REJECT_PATTERNS_TURKISH = ["reddet", "\xE7erezleri reddet"];
|
|
@@ -1291,57 +729,42 @@
|
|
|
1291
729
|
/subskrybuj/
|
|
1292
730
|
];
|
|
1293
731
|
var SETTINGS_PATTERNS = [
|
|
732
|
+
// Multilingual "open customization" patterns: a customization verb next to a
|
|
733
|
+
// cookie/preference/settings/options/details/purposes noun (both word orders).
|
|
734
|
+
// The negative lookahead avoids policy links and save/confirm/accept phrases (those are accept/acknowledge/other).
|
|
735
|
+
/^(?!.*\b(policy|policies|notice|statement|impressum|richtlinie|beleid|politique|política|polityk|speichern|guardar|opslaan|zapisz|enregistrer|sauvegarder|bevestig|bestätig|confirm|save|submit|akzeptier|accept|zaakcept)\b)(customi[sz]e|manage|adjust|configure|personali[sz]e|let me choose|edit|change|set|select|view|see|review|update|open|show|choose|anpassen|verwalten|konfigurieren|bearbeiten|öffnen|anzeigen|einblenden|festlegen|auswählen|wählen|aanpassen|beheren|instellen|wijzig\w*|personaliseren|personaliseer|kies|bekijk|toon|personnaliser|paramétrer|gérer|configurer|choisir|afficher|définir|modifier|configurar|personalizar|gestionar|administrar|ajustar|seleccionar|modificar|establecer|dostosuj|zarządzaj|personalizuj|ustaw\w*|zmień|pokaż|wybierz)\b.{0,20}(cookies?|preferences?|settings?|options?|choices?|controls?|details?|purposes?|services?|consent|einstellung\w*|optionen|präferenzen|einzelheiten|zwecke|dienste|datenschutz\w*|auswahl|voorkeur\w*|instelling\w*|opties|diensten|préférences|paramètres|réglages|choix|détails|finalités|témoins|preferencia\w*|opciones|ajustes|configuraci\w*|detalles|servicios|elección|preferencj\w*|ustawie\w*|opcje|szczegół\w*|cele|galetes)\b/is,
|
|
736
|
+
/^(?!.*\b(policy|policies|notice|statement|impressum|richtlinie|beleid|politique|política|polityk|speichern|guardar|opslaan|zapisz|enregistrer|sauvegarder|bevestig|bestätig|confirm|save|submit|akzeptier|accept|zaakcept)\b)(cookies?|preferences?|settings?|options?|choices?|controls?|details?|purposes?|services?|consent|einstellung\w*|optionen|präferenzen|einzelheiten|zwecke|dienste|datenschutz\w*|auswahl|voorkeur\w*|instelling\w*|opties|diensten|préférences|paramètres|réglages|choix|détails|finalités|témoins|preferencia\w*|opciones|ajustes|configuraci\w*|detalles|servicios|elección|preferencj\w*|ustawie\w*|opcje|szczegół\w*|cele|galetes)\b.{0,15}(customi[sz]e|manage|adjust|configure|personali[sz]e|let me choose|edit|change|set|select|view|see|review|update|open|show|choose|anpassen|verwalten|konfigurieren|bearbeiten|öffnen|anzeigen|einblenden|festlegen|auswählen|wählen|aanpassen|beheren|instellen|wijzig\w*|personaliseren|personaliseer|kies|bekijk|toon|personnaliser|paramétrer|gérer|configurer|choisir|afficher|définir|modifier|configurar|personalizar|gestionar|administrar|ajustar|seleccionar|modificar|establecer|dostosuj|zarządzaj|personalizuj|ustaw\w*|zmień|pokaż|wybierz)\b/is,
|
|
1294
737
|
"settings",
|
|
1295
738
|
"preferences",
|
|
1296
739
|
/customi(s|z)e/is,
|
|
1297
|
-
"show details",
|
|
1298
740
|
"more options",
|
|
1299
741
|
/(manage|configure) (my|your) (preferences|choices|cookies)/is,
|
|
1300
|
-
"manage choices",
|
|
1301
742
|
/(cookie )?preference center/is,
|
|
1302
|
-
"change settings",
|
|
1303
743
|
"configure",
|
|
1304
|
-
"change my preferences",
|
|
1305
744
|
"cookie manager",
|
|
1306
745
|
"cookie preference",
|
|
1307
746
|
"let me choose",
|
|
1308
747
|
"cookieconsent preferences",
|
|
1309
748
|
/privacy choices/is,
|
|
1310
|
-
|
|
1311
|
-
|
|
749
|
+
/^(privacy|cookie|custom) settings$/is,
|
|
750
|
+
/^cookies? (settings|preferences|setting)$/is,
|
|
1312
751
|
/(manage|customize|customise|opt-out|edit).*(cookies|preferences|settings|options)/is,
|
|
1313
752
|
"cookie consent options",
|
|
1314
753
|
"privacy controls",
|
|
1315
|
-
"show purposes",
|
|
1316
754
|
// German
|
|
1317
755
|
"einstellungen",
|
|
1318
756
|
// Spanish (ES)
|
|
1319
757
|
/^(configurar|configuración|administrar)$/,
|
|
1320
758
|
/^(gestionar|ver|establecer) preferencias$/,
|
|
1321
|
-
"administrar cookies",
|
|
1322
|
-
"administrar las cookies",
|
|
1323
|
-
"administrar mis preferencias de cookies",
|
|
1324
|
-
"administrar opciones",
|
|
1325
|
-
"administrar preferencias",
|
|
1326
|
-
"ajustar cookies",
|
|
1327
|
-
"ajustes de cookies",
|
|
1328
759
|
"ajustes",
|
|
1329
760
|
"centro de preferencias",
|
|
1330
761
|
"configura",
|
|
1331
762
|
/^configuración( de( las)?)? cookies?( y servicios)?$/,
|
|
1332
|
-
"configurar cookies",
|
|
1333
|
-
"configurar las cookies",
|
|
1334
|
-
"configurar mis preferencias",
|
|
1335
|
-
"configurar preferencias",
|
|
1336
|
-
"configurar tus preferencias aqu\xED",
|
|
1337
763
|
/^configurar\.\.\.$/,
|
|
1338
764
|
"configurarlas",
|
|
1339
765
|
"detalles",
|
|
1340
|
-
"editar la configuraci\xF3n de cookies",
|
|
1341
766
|
"gestiona tus preferencias",
|
|
1342
|
-
"gestionar configuraci\xF3n de privacidad",
|
|
1343
767
|
/^gestionar ?(las?|mis)? ?(configuración|preferencias)?(( de)? cookies?)?$/,
|
|
1344
|
-
"gestionar opciones",
|
|
1345
768
|
"gesti\xF3n cookies",
|
|
1346
769
|
"gesti\xF3n de cookies",
|
|
1347
770
|
"mis preferencias",
|
|
@@ -1350,15 +773,10 @@
|
|
|
1350
773
|
"m\xE1s opciones",
|
|
1351
774
|
"no, ajustar",
|
|
1352
775
|
"obtener m\xE1s informaci\xF3n y configuraci\xF3n",
|
|
1353
|
-
"opciones de cookies",
|
|
1354
776
|
"opciones de gesti\xF3n",
|
|
1355
777
|
"panel de configuraci\xF3n de cookies",
|
|
1356
778
|
"personalice",
|
|
1357
|
-
"personalizar cookies",
|
|
1358
|
-
"personalizar elecci\xF3n",
|
|
1359
|
-
"personalizar mis preferencias",
|
|
1360
779
|
"personalizar",
|
|
1361
|
-
"preferencias de cookies",
|
|
1362
780
|
"preferencias de privacidad",
|
|
1363
781
|
"preferencias",
|
|
1364
782
|
"quiero configurarlas",
|
|
@@ -1376,18 +794,40 @@
|
|
|
1376
794
|
"gerenciar cookies",
|
|
1377
795
|
// French (FR)
|
|
1378
796
|
"param\xE9trage des cookies",
|
|
1379
|
-
"param\xE9trer
|
|
1380
|
-
"param\xE9trer vos choix",
|
|
797
|
+
"param\xE9trer",
|
|
1381
798
|
"personnaliser",
|
|
799
|
+
"param\xE8tres",
|
|
800
|
+
"pr\xE9f\xE9rences",
|
|
1382
801
|
"r\xE9glages",
|
|
802
|
+
"d\xE9tails",
|
|
803
|
+
"gestion des cookies",
|
|
804
|
+
/^gérer (les |mes )?cookies$/,
|
|
805
|
+
"je choisis",
|
|
806
|
+
"voir les pr\xE9f\xE9rences",
|
|
1383
807
|
// German (DE)
|
|
1384
|
-
"
|
|
808
|
+
"abschnitt einzelheiten",
|
|
809
|
+
"cookie-details",
|
|
810
|
+
/^datenschutz-?einstellungen$/,
|
|
811
|
+
"cookie-einstellungen",
|
|
812
|
+
/^einstell(ungen|en) oder ablehnen$/,
|
|
813
|
+
"ausw\xE4hlen",
|
|
814
|
+
/^einstellungen (anpassen|ansehen|verwalten|ändern)$/,
|
|
815
|
+
"erweiterte einstellungen",
|
|
816
|
+
"individuelle datenschutz-pr\xE4ferenzen",
|
|
817
|
+
"individuelle datenschutzeinstellungen",
|
|
818
|
+
"konfigurieren",
|
|
819
|
+
"mehr optionen",
|
|
820
|
+
"pr\xE4ferenzen",
|
|
1385
821
|
"individuelle einstellungen",
|
|
1386
822
|
"privatsph\xE4re einstellungen",
|
|
1387
823
|
// Dutch (NL)
|
|
824
|
+
/^(aan|an)passen$/,
|
|
825
|
+
/^cookie[- ]instellingen$/,
|
|
1388
826
|
"cookiestatement instellingen",
|
|
827
|
+
/^details (tonen|weergeven)$/,
|
|
1389
828
|
"instellingen",
|
|
1390
|
-
"
|
|
829
|
+
"meer opties",
|
|
830
|
+
"zelf instellen",
|
|
1391
831
|
// Czech (CS)
|
|
1392
832
|
"podrobn\xE9 nastaven\xED",
|
|
1393
833
|
// Polish (PL)
|
|
@@ -1399,7 +839,6 @@
|
|
|
1399
839
|
/^(ustawienia|zmień ustawienia|zmiana ustawień|zarządzaj opcjami)$/,
|
|
1400
840
|
"centrum preferencji",
|
|
1401
841
|
/^chcę dokonać ustawień cookies\.$/,
|
|
1402
|
-
"dostosuj ustawienia",
|
|
1403
842
|
"dostosuj wyb\xF3r",
|
|
1404
843
|
"edytuj ustawienia",
|
|
1405
844
|
"konfiguracja zg\xF3d",
|
|
@@ -1407,19 +846,15 @@
|
|
|
1407
846
|
"personalizacja",
|
|
1408
847
|
"poka\u017C cele",
|
|
1409
848
|
"poka\u017C szczeg\xF3\u0142y",
|
|
849
|
+
"szczeg\xF3\u0142y",
|
|
1410
850
|
"pozw\xF3l mi wybra\u0107",
|
|
1411
|
-
"preferencje cookies",
|
|
1412
851
|
/^przejdź do ustawień plików cookies\.$/,
|
|
1413
852
|
"przejd\u017A do ustawie\u0144 prywatno\u015Bci",
|
|
1414
853
|
"przejd\u017A do ustawie\u0144",
|
|
1415
854
|
"skonfiguruj",
|
|
1416
|
-
"ustaw preferencje",
|
|
1417
855
|
"ustaw swoje wybory",
|
|
1418
856
|
"ustawienia ciasteczek",
|
|
1419
|
-
"ustawienia dotycz\u0105ce plik\xF3w cookie i us\u0142ug",
|
|
1420
|
-
"ustawienia preferencji",
|
|
1421
857
|
"ustawienia prywatno\u015Bci",
|
|
1422
|
-
"ustawienia szczeg\xF3\u0142owe",
|
|
1423
858
|
"ustawienia zaawansowane",
|
|
1424
859
|
"ustawienia zgody",
|
|
1425
860
|
/^ustawienia(ch)?( plików)? cookies?$/,
|
|
@@ -1427,11 +862,8 @@
|
|
|
1427
862
|
"ustawie\u0144 zaawansowanych",
|
|
1428
863
|
"wi\u0119cej opcji",
|
|
1429
864
|
"wi\u0119cej ustawie\u0144",
|
|
1430
|
-
"wybierz poszczeg\xF3lne cele",
|
|
1431
865
|
/^wybierz, jakie pliki cookies chcesz zaakceptować\.$/,
|
|
1432
866
|
"zaawansowane",
|
|
1433
|
-
"zarz\u0105dzaj indywidualnymi preferencjami",
|
|
1434
|
-
"zarz\u0105dzaj plikami cookie i dowiedz si\u0119 wi\u0119cej",
|
|
1435
867
|
"zarz\u0105dzaj zgodami dotycz\u0105cymi plik\xF3w cookies",
|
|
1436
868
|
"zarz\u0105dzaj zgodami",
|
|
1437
869
|
"zarz\u0105dzania zgodami",
|
|
@@ -1448,31 +880,46 @@
|
|
|
1448
880
|
"\u043D\u0430\u0441\u0442\u0440\u043E\u0438\u0442\u044C \u0444\u0430\u0439\u043B\u044B cookie",
|
|
1449
881
|
"\u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438",
|
|
1450
882
|
// Italian (IT)
|
|
1451
|
-
"personalizza cookie"
|
|
883
|
+
"personalizza cookie",
|
|
884
|
+
// English (EN)
|
|
885
|
+
"advanced settings",
|
|
886
|
+
"consent settings",
|
|
887
|
+
/^details (anzeigen|zeigen|section)$/,
|
|
888
|
+
"no, adjust",
|
|
889
|
+
"personalize",
|
|
890
|
+
"plus doptions",
|
|
891
|
+
"privacy manager"
|
|
1452
892
|
];
|
|
1453
893
|
var ACCEPT_PATTERNS = [
|
|
1454
|
-
|
|
894
|
+
// EN accept/agree/allow/consent/enable (+ all/cookies/selection/continue/close/proceed...).
|
|
895
|
+
// The negative lookahead avoids essential-only/reject wording (those are reject).
|
|
896
|
+
/^(?!.*\b(essential|necessary|required|functional|minimal|reject|deny|refuse|decline|only|dismiss)\b)(?!.*all cookies continue)(yes,?\s+)?(i\s+)?(accept|agree|allow|consent|enable)(\s+(to\s+)?(all( cookies)?|cookies|selection|selected( cookies)?|everything|recommended( cookies| settings)?|optional( cookies)?|additional cookies|analytics cookies))?(\s+(and\s+)?(continue|close|proceed|save))?\s*$/is,
|
|
897
|
+
/^continue (and accept|using cookies|with (all|recommended cookies|cookies))$/is,
|
|
898
|
+
// DE accept verbs
|
|
899
|
+
/^(alle[sn]?\s+|allem\s+|ich\s+|cookies\s+|ausgewählte\s+|webanalyse\s+)?(cookies?\s+)?(akzeptieren|annehmen|zustimmen|zulassen|erlauben|einwilligen|aktivieren|auswählen)(\s+(und\s+)?(weiter|schließen))?\s*$/is,
|
|
900
|
+
/^((meine\s+)?auswahl|alle)\s+(bestätigen|akzeptieren|auswählen)$/is,
|
|
901
|
+
/^(alle[nm]?\s+)?(zustimmen|einverstanden|einwilligung|zustimmung)$/is,
|
|
902
|
+
/^ich (bin einverstanden|akzeptiere( alle)?|stimme zu)$/is,
|
|
903
|
+
// NL accept verbs
|
|
904
|
+
/^(ja,?\s+)?(alle[s]?\s+|ik\s+)?(cookies?\s+)?(accepteer|accepteren|toestaan|aanvaard|aanvaarden|ga akkoord|akkoord)(\s+(en\s+(sluiten|doorgaan|verdergaan)|cookies|alle))?\s*$/is,
|
|
905
|
+
/^(selectie (accepteren|toestaan)|accepteer (selectie|alle)|alle (toestaan|accepteren|aanvaarden)|ja, (dat is prima|prima|alles toestaan|accepteren|ik accepteer cookies|ik ga akkoord)|is goed)$/is,
|
|
906
|
+
// FR accept verbs
|
|
907
|
+
/^(oui,?\s+)?(je\s+)?(tout\s+)?(accepter|jaccepte|autoriser)(\s+(tout|tous les (cookies|témoins)|les (cookies|témoins)|la sélection|et (continuer|fermer|poursuivre)))?\s*$/is,
|
|
908
|
+
/^(oui, (jaccepte|je suis daccord)|jaccepte (les cookies|lutilisation de cookies)|accepter (continuer|et poursuivre)|continuer et accepter|fermer et accepter)$/is,
|
|
909
|
+
// ES/CA accept verbs
|
|
910
|
+
/^(sí,?\s+|si,?\s+)?(aceptar|acepta|permitir|permitirlas|consentir|estoy de acuerdo|de acuerdo|estic dacord)(\s+(todo|todas( las cookies)?|cookies|la selección|selección|y (cerrar|continuar|seguir( leyendo)?|leer gratis)))?\s*$/is,
|
|
911
|
+
// save / submit selection / preferences (accept semantics; acknowledge catches "guardar configuración/selección" first)
|
|
912
|
+
/^(save|store|submit|guardar|sauvegarder|zapisz|opslaan|bewaar)\b.{0,25}(preference|setting|selection|choice|mes choix|cookie|voorkeur|keuze|ustawien|zgod)/is,
|
|
913
|
+
/^((meine\s+)?auswahl|einstellungen|einwilligung|voorkeuren|instellingen|selectie|keuzes)\s+(speichern|opslaan)$/is,
|
|
1455
914
|
/i (accept|allow)( all)?/is,
|
|
1456
915
|
"yes",
|
|
1457
|
-
/^(i )?agree$/is,
|
|
1458
|
-
"continue with all",
|
|
1459
|
-
"accept and continue",
|
|
1460
916
|
/accept all above/is,
|
|
1461
|
-
/^(accept|agree) and close/is,
|
|
1462
|
-
"accept continue",
|
|
1463
|
-
"agree proceed",
|
|
1464
|
-
"allow and continue",
|
|
1465
917
|
"close and accept",
|
|
1466
918
|
/accept all$/is,
|
|
1467
919
|
"im ok with that",
|
|
1468
|
-
"accept optional cookies",
|
|
1469
|
-
/^alle (cookies )?akzeptieren$/is,
|
|
1470
920
|
// Spanish (ES)
|
|
1471
|
-
/^(aceptar?|permitir) tod(o|as)$/,
|
|
1472
921
|
/^acept(ar|o)( cookies)?$/,
|
|
1473
922
|
/^acept(o|ar) todas las cookies$/,
|
|
1474
|
-
"acepta cookies",
|
|
1475
|
-
"acepta",
|
|
1476
923
|
"aceptar cookies opcionales",
|
|
1477
924
|
"aceptar gratis",
|
|
1478
925
|
"aceptar las cookies",
|
|
@@ -1481,19 +928,10 @@
|
|
|
1481
928
|
"aceptar todas y continuar",
|
|
1482
929
|
"aceptar todo y cerrar",
|
|
1483
930
|
/^aceptar y (continuar|seguir|navegar)( gratis)?$/,
|
|
1484
|
-
"aceptar y cerrar",
|
|
1485
931
|
"aceptar y seguir navegando",
|
|
1486
932
|
"aceptarlas todas",
|
|
1487
|
-
"
|
|
1488
|
-
"consentir",
|
|
1489
|
-
"de acuerdo y cerrar",
|
|
1490
|
-
"de acuerdo",
|
|
1491
|
-
"estoy de acuerdo",
|
|
933
|
+
"guardar preferencias",
|
|
1492
934
|
"ok, las acepto",
|
|
1493
|
-
"permitir cookies",
|
|
1494
|
-
"permitir todas las cookies",
|
|
1495
|
-
"permitir",
|
|
1496
|
-
"permitirlas todas",
|
|
1497
935
|
/^s[íi], acepto todas las cookies$/,
|
|
1498
936
|
/^s[íi], acepto$/,
|
|
1499
937
|
/^s[íi], estoy de acuerdo$/,
|
|
@@ -1510,6 +948,7 @@
|
|
|
1510
948
|
"acepta-les totes",
|
|
1511
949
|
"permet-les totes",
|
|
1512
950
|
"permetre totes les cookies",
|
|
951
|
+
"permetre la selecci\xF3",
|
|
1513
952
|
// Basque (EU)
|
|
1514
953
|
/^denak? onartu$/,
|
|
1515
954
|
/^onartu \(cookie\)$/,
|
|
@@ -1520,18 +959,11 @@
|
|
|
1520
959
|
"aceitar",
|
|
1521
960
|
"de acordo",
|
|
1522
961
|
// French (FR)
|
|
1523
|
-
|
|
1524
|
-
"accepter",
|
|
1525
|
-
"tout accepter",
|
|
962
|
+
/^accepter (tout|tous les cookies|fermer)$/,
|
|
1526
963
|
// German (DE)
|
|
1527
|
-
|
|
1528
|
-
"akzeptieren und weiter",
|
|
1529
|
-
"akzeptieren weiter",
|
|
1530
|
-
"akzeptieren",
|
|
1531
|
-
"annehmen",
|
|
1532
|
-
"ich stimme zu",
|
|
964
|
+
/^(alles akzeptieren|alle zulassen|auswahl erlauben|cookies zulassen|einverstanden|einwilligung|zustimmen|zustimmung)$/,
|
|
1533
965
|
// Dutch (NL)
|
|
1534
|
-
|
|
966
|
+
/^(accepteer (alles|alle cookies)|alles (accepteren|toestaan)|alle cookies (accepteren|toestaan))$/,
|
|
1535
967
|
// Czech (CS)
|
|
1536
968
|
"souhlas\xEDm",
|
|
1537
969
|
// Polish (PL)
|
|
@@ -1540,6 +972,7 @@
|
|
|
1540
972
|
// akceptuj wszystkie pliki cookie (Accept all cookies)
|
|
1541
973
|
/^(zaakceptuj|akceptuj[eę]|akceptuj) ?(wszystkie|wszystko)?( pliki)? ?(zgody|ciasteczka|cookies?)?$/,
|
|
1542
974
|
"akceptowanie plik\xF3w cookie",
|
|
975
|
+
"akceptuj wybrane",
|
|
1543
976
|
"akceptuj i zamknij",
|
|
1544
977
|
"akceptuj wszystkie i przejd\u017A do serwisu",
|
|
1545
978
|
"akceptuj\u0119 i przechodz\u0119 do serwisu",
|
|
@@ -1568,11 +1001,15 @@
|
|
|
1568
1001
|
"zezw\xF3l na wszystkie cookies",
|
|
1569
1002
|
"zezw\xF3l na wszystkie pliki cookies",
|
|
1570
1003
|
"zezw\xF3l na wszystkie",
|
|
1004
|
+
"zezw\xF3l na wyb\xF3r",
|
|
1571
1005
|
"zezw\xF3l",
|
|
1572
1006
|
"zgadzam si\u0119 na wszystkie",
|
|
1573
1007
|
"zgadzam si\u0119",
|
|
1574
1008
|
"zgoda na wszystkie",
|
|
1575
1009
|
"zgoda",
|
|
1010
|
+
"zaakceptuj wybrane",
|
|
1011
|
+
"zezw\xF3l na wybrane",
|
|
1012
|
+
"zgoda na wybrane",
|
|
1576
1013
|
// Russian (RU)
|
|
1577
1014
|
"\u043F\u0440\u0438\u043D\u044F\u0442\u044C \u0432\u0441\u0435 \u0444\u0430\u0439\u043B\u044B cookie",
|
|
1578
1015
|
"\u043F\u0440\u0438\u043D\u044F\u0442\u044C",
|
|
@@ -1583,62 +1020,53 @@
|
|
|
1583
1020
|
"accetta tutti i cookie"
|
|
1584
1021
|
];
|
|
1585
1022
|
var ACKNOWLEDGE_PATTERNS = [
|
|
1586
|
-
|
|
1587
|
-
"close",
|
|
1023
|
+
// close / dismiss the banner/dialog/message (multilingual). The negative lookahead avoids
|
|
1024
|
+
// accept/save phrases (e.g. "agree and close", "akkoord en sluiten", "speichern schließen").
|
|
1025
|
+
/^(?!.*\b(accept\w*|accepter|accepteer|accepteren|agree|allow|akkoord|aanvaard\w*|zustimm\w*|annehm\w*|akzeptier\w*|aceptar|acepta|permit\w*|consent\w*|einverstanden|zezw\w*|zgadzam|zgoda|guardar|opslaan|enregistrer|speicher\w*|zapisz)\b)(x\s+|nee,?\s+)?(close|dismiss|schlie(ß|ss)en|sluiten|afsluiten|fermer|cerrar|tanca|beenden|masquer|zamknij)( (this|the|ce|le|el|de|des|het|la|een)?\s*(banner|bandeau|banier|bar|dialog|dialogue|window|okno|melding|message|notification|informa\w*|notificaci\w*|cookie\w*|bannière|rgpd|gdpr|hier|des cookies|de cookies|x))*\.?\s*$/is,
|
|
1026
|
+
// "ok" / "okay" / "oké" (optionally followed by a short acknowledgement)
|
|
1027
|
+
/^(ok|okay|oké|okey|k)([ .!,]*)(got it|verstanden|compris|rozumiem|thanks|gracias|ik begrijp( dat| het)?|continue to website|pour moi|fermer)?[ .!]*$/is,
|
|
1028
|
+
// "understood" / "got it" / "that's ok" (multilingual)
|
|
1029
|
+
/^(i understand|understood|got it|thats (ok|fine|okay)|alright|alles klar|in ordnung|verstanden|begrepen|jai compris|je comprends|compris|ik begrijp het|ik snap het|entendido|c(e)?st ok pour moi)[ !.,]*(merci|bedankt|dismiss this banner)?[ !.]*$/is,
|
|
1030
|
+
// confirm
|
|
1031
|
+
/^(confirm|bestätigen|bevestigen|confirmar|potwierdź)[ !.]*$/is,
|
|
1032
|
+
// neutral "continue" without accept/reject wording
|
|
1033
|
+
/^(continuer|doorgaan|ga verder)$/is,
|
|
1588
1034
|
"continue",
|
|
1589
1035
|
"x",
|
|
1590
1036
|
/^got it!?$/,
|
|
1591
|
-
"i understand",
|
|
1592
|
-
"dismiss",
|
|
1593
|
-
"okay",
|
|
1594
1037
|
"acknowledge",
|
|
1595
1038
|
/^close (banner|cookie notification)$/is,
|
|
1596
1039
|
/understood$/is,
|
|
1597
1040
|
"confirm my choices",
|
|
1041
|
+
// French (FR)
|
|
1042
|
+
"accepter fermer",
|
|
1043
|
+
// German (DE)
|
|
1044
|
+
"akzeptieren schlie\xDFen",
|
|
1045
|
+
"speichern schlie\xDFen",
|
|
1598
1046
|
// Spanish (ES)
|
|
1599
1047
|
/^.?( lo)?(entendido|entiendo).?$/s,
|
|
1600
1048
|
"aceptar seleccionadas",
|
|
1601
|
-
"aceptar selecci\xF3n",
|
|
1602
|
-
"cerrar",
|
|
1603
|
-
"confirmar",
|
|
1604
1049
|
"continuar",
|
|
1605
1050
|
"guardar configuraci\xF3n",
|
|
1606
|
-
"guardar preferencias",
|
|
1607
1051
|
"guardar selecci\xF3n",
|
|
1608
1052
|
"guardar y cerrar",
|
|
1609
1053
|
"ir al contenido principal",
|
|
1610
|
-
"ok, gracias",
|
|
1611
|
-
"permitir la selecci\xF3n",
|
|
1612
1054
|
"seguir",
|
|
1613
1055
|
"vale",
|
|
1614
1056
|
"\xA1vamos!",
|
|
1615
1057
|
// Catalan (CA)
|
|
1616
1058
|
"dacord",
|
|
1617
|
-
"permetre la selecci\xF3",
|
|
1618
1059
|
// Polish (PL)
|
|
1619
|
-
"akceptuj wybrane",
|
|
1620
1060
|
"kontynuuj",
|
|
1621
1061
|
"ok, zrozumia\u0142em",
|
|
1622
1062
|
/^ok.? rozumiem.?$/s,
|
|
1623
|
-
"potwierdzam wybrane",
|
|
1624
|
-
"potwierdzam",
|
|
1625
|
-
"potwierd\u017A",
|
|
1626
1063
|
"rozumiem!",
|
|
1627
1064
|
"rozumiem",
|
|
1628
1065
|
"rozumiem, nie pokazuj wi\u0119cej",
|
|
1629
1066
|
"w porz\u0105dku!",
|
|
1630
1067
|
"w porz\u0105dku",
|
|
1631
|
-
"zaakceptuj wybrane",
|
|
1632
1068
|
/^zamknij informację o( plikach)? cookies$/,
|
|
1633
|
-
"zamknij okno",
|
|
1634
|
-
"zamknij x",
|
|
1635
|
-
"zamknij",
|
|
1636
1069
|
"zapisz i zamknij",
|
|
1637
|
-
"zapisz ustawienia i zamknij",
|
|
1638
|
-
"zapisz ustawienia",
|
|
1639
|
-
"zezw\xF3l na wybrane",
|
|
1640
|
-
"zezw\xF3l na wyb\xF3r",
|
|
1641
|
-
"zgoda na wybrane",
|
|
1642
1070
|
// Russian (RU)
|
|
1643
1071
|
"\u043F\u043E\u043D\u044F\u0442\u043D\u043E"
|
|
1644
1072
|
];
|
|
@@ -4047,7 +3475,7 @@
|
|
|
4047
3475
|
_config = new WeakMap();
|
|
4048
3476
|
|
|
4049
3477
|
// rules/compact-rules.json
|
|
4050
|
-
var compact_rules_default = { v: 1, s: ["dialog.cookie-consent", "dialog.cookie-consent form.cookie-consent__form", "dialog.cookie-consent form.cookie-consent__form button[value=no]", "dialog.cookie-consent form.cookie-consent__form button.cookie-consent__options-toggle", 'dialog.cookie-consent form.cookie-consent__form button[value="save_options"]', "div.acris-cookie-consent", "[data-acris-cookie-consent]", ".acris-cookie-consent.is--modal", "#ccAcceptOnlyFunctional", "#cookie-banner", "#adopt-controller-button", "#adopt-reject-all-button", "#adroll_consent_container", "#adroll_consent_reject", "__adroll_fpc", ".c-cookie-notice button[data-qa='allow-all-cookies']", ".c-cookie-notice", 'button[data-qa="reject-non-essentials"]', "serif_manage_cookies_viewed", "serif_allow_analytics", '#sp-cc-wrapper,[data-action=sp-cc],span[data-action="sp-cc"][data-sp-cc*="rejectAllAction"]', '#sp-cc-wrapper *,[data-action=sp-cc],span[data-action="sp-cc"][data-sp-cc*="rejectAllAction"]', "#sp-cc-rejectall-link", "#user-consent-management-granular-banner-overlay", "[data-testid=granular-banner-button-decline-all]", "div:has(> p > a[href='https://www.anthropic.com/legal/cookies'])", "div:has(> p > a[href='https://www.anthropic.com/legal/cookies']) button:nth-child(2)", "anthropic-consent-preferences", "#consent-tracking", "#consent-tracking .decline.btn", ".modal-open bahf-cookie-disclaimer-dpl3", "bahf-cookie-disclaimer-dpl3", "bahf-cookie-disclaimer-dpl3:not([aria-hidden=true])", "cookie_consent=denied", "#cookie-policy-info,#cookie-policy-info-bg", "#cookie-policy-info button", "#cookie-policy-info .btn-reject", "#cookie-policy-info .btn-setting", "#cookie-policy-info .btn-ok", 'form[class*="cookie-banner"][method="post"]', 'form[class*="cookie-banner"] div[class*="simple-options"] a[class*="customize-button"]', "input[type=checkbox][checked]:not([disabled])", 'a[class*="accept-selection-button"]', "#awsccc-cb-content", "#awsccc-cs-container", "#awsccc-cs-modalOverlay", "#awsccc-cs-container-inner", "button[data-id=awsccc-cb-btn-decline]", "button[data-id=awsccc-cb-btn-customize]", "input[aria-checked]", "input[aria-checked=true]", "button[data-id=awsccc-cs-btn-save]", ".axeptio_widget,.axeptio_mount", ".axeptio-widget--open", ".axeptio_mount .axeptio_widget", ".axeptio_mount .needsclick", "button#axeptio_btn_dismiss,button.ax-discardButton", "axeptio_authorized_vendors=%2C%2C", "#cookie_consent_wrapper, #cookie_consent_min_wrapper, #manage_cookie_consent_modal", "#cookie_consent_wrapper:not(.hideConsent)", "#cookie_consent_wrapper #consent_accept_essential, #manage_cookie_consent_modal #modal_consent_accept_essential", "#age_disclaimer_window,#ageDisclaimerWrapper", "#cookie_consent_min_wrapper #close_minimized_banner", "cookieConsent=1", ".b-cookie.is-open", ".cookie-alert.t-dark", "#cookie-accept-necessary", ".cookie-alert .checkbox__input:checked:not(:disabled)", ".cookie-alert__button button", ".cookies-message", ".cookies-message [name='allow-all']", ".cookies-message button.bds-button-unstyled", ".cookies-policy-dialog[open]", ".cookies-policy-dialog fieldset input[type=radio][value=false]:not(:checked)", ".cookies-policy-dialog button.bds-button", ".cookies-message button.bds-button:not([name])", "#consent-manager", "#consent-manager button", "#consent-manager button:nth-child(2)", "tracking-preferences", "#bnp_container", "#bnp_cookie_banner", "#bnp_btn_accept,#bnp_btn_reject", "#bnp_btn_reject", "AD=0", ".cookie-notification", "#blocksy-ext-cookies-consent-styles-css", ".cookie-notification .ct-cookies-decline-button", "blocksy_cookies_consent_accepted=no", "#BorlabsCookieBox", "._brlbs-block-content,.brlbs-cmpnt-dialog", "._brlbs-bar-wrap,._brlbs-box-wrap,.brlbs-cmpnt-dialog", ".brlbs-btn-accept-only-essential,a[data-cookie-refuse]", "a[data-cookie-individual]", ".cookie-preference", "input[data-borlabs-cookie-checkbox]:checked", "#CookiePrefSave", "#bsw-consentCookie", "#bsw-consentCookie .accept-btn", "#bsw-consentCookie .manage-cookies-btn", "#bsw-consentCookie .config-banner_section", "#bsw-consentCookie input[type=checkbox]:checked:not(:disabled)", "x-bsw-consentCookie", ".bpa-cookie-banner", ".bpa-cookie-banner .bpa-module-full-hero", ".bpa-close-button", "cookie-allow-tracking=0", ".cookie-modal", "#notice-cookie-block", "#html-body #notice-cookie-block", "#btn-cookie-manage", "#notice-cookie-block input:checked", "#btn-cookie-save", "#html-body #notice-cookie-block, #notice-cookie", ".cassie-cookie-module", ".cassie-pre-banner", "#cassie_pre_banner_text", ".cassie-reject-all", ".cc_banner-wrapper", ".cc_banner", ".cc-banner[data-cc-banner]", ".cc-banner[data-cc-banner] button[data-cc-action=reject]", ".cc-banner[data-cc-banner] button[data-cc-action=preferences]", ".cc-preferences[data-cc-preferences]", ".cc-preferences[data-cc-preferences] input[type=radio][data-cc-action=toggle-category][value=off]", ".cc-preferences[data-cc-preferences] button[data-cc-action=reject]", ".cc-preferences[data-cc-preferences] button[data-cc-action=save]", "[data-modal-content]:has([data-toggle-target^='cookie'])", "[data-toggle-target^='cookie']", "[data-cookie-dismiss-all]", "#cp-gdpr-choices", ".gdpr-top-content > button", ".gdpr-top-back", ".gdpr-btm__right > button:nth-child(1)", "#ccc-module,#ccc-overlay,#ccc", "#ccc-module,#ccc-notify", "#ccc", ".ccc-reject-button", "#ccc-module", "#ccc-dismiss-button", ".cc-individual-cookie-settings", ".cc-individual-cookie-settings #cookie-settings-reject-all", "ckies_cookielaw", "#cl-consent", '#cl-consent [data-role="b_options"]', '.cl-consent-popup.cl-consent-visible [data-role="alloff"]', '[data-role="b_save"]', "__lxG__consent__v2_daisybit=", ".consent-modal[role=dialog]", "#consent_reject", "#manage_cookie_preferences", "#cookie_consent_preferences input:checked", "#consent_save", "ctc_rejected=1", ".cf_modal_container", "#cmplz-cookiebanner-container", "#cmplz-cookiebanner-container .cmplz-cookiebanner", ".cmplz-cookiebanner .cmplz-deny", "cmplz_banner-status=dismissed", '.cc-type-categories[aria-describedby="cookieconsent:desc"]', '.cc-type-categories[aria-describedby="cookieconsent:desc"] .cc-dismiss', ".cc-dismiss", ".cc-type-categories input[type=checkbox]:not([disabled]):checked", ".cc-save", '.cc-type-info[aria-describedby="cookieconsent:desc"]', '.cc-type-info[aria-describedby="cookieconsent:desc"] .cc-compliance .cc-btn', ".cc-deny", '[aria-describedby="cookieconsent:desc"]', '[aria-describedby="cookieconsent:desc"] .cc-type-opt-both', '[aria-describedby="cookieconsent:desc"].cc-type-opt-out', ".cmp-pref-link", ".cmp-body [id*=rejectAll]", ".cmp-body .cmp-save-btn", '.cc-type-opt-in[aria-describedby="cookieconsent:desc"]', ".cc-settings", ".cc-settings-view", ".cc-settings-view input[type=checkbox]:not([disabled]):checked", ".cc-settings-view .cc-btn-accept-selected", "csm-cookie-consent", "#cookie-information-template-wrapper", "#CcpaWrapper", "CookieInformationConsent=", ".spicy-consent-wrapper", ".spicy-consent-bar", ".js-decline-all-cookies", "#cookie-law-info-bar, #cookie-law-bg, .cli-popupbar-overlay", "#cookie-law-info-bar", "cookielawinfo-checkbox-non-necessary=yes", "#btn-cookie-settings", "#notice-cookie-block #allow-functional-cookies, #notice-cookie-block #btn-cookie-settings", "#allow-functional-cookies", ".modal-body", '.modal-body input:checked, .switch[data-switch="on"]', '[role="dialog"] .modal-footer button', "#cookiescript_injected", "#cookiescript_reject", "#cookiescript_manage", ".cookiescript_fsd_main", "#cookieAcceptBar.cookieAcceptBar", "#cc--main", "html.show--consent #cm", "#s-all-bn", "#s-rall-bn", "#c-s-bn", "#s-sv-bn", "cc_cookie=", "#cc-main", "#cc-main .cm-wrapper", ".cm__btn[data-role=necessary]", ".cm__btn[data-role=show]", "#cc-main .pm__btn[data-role=necessary]", ".cc-cookies", ".cc-cookies .cc-cookie-accept", ".cc-cookies .cc-cookie-decline", "#cookiefirst-root,.cookiefirst-root,[aria-labelledby=cookie-preference-panel-title]", "#cookiefirst-root,.cookiefirst-root", "button[data-cookiefirst-action=adjust]", "[data-cookiefirst-widget=modal]", "button[data-cookiefirst-action=save]", "button[data-cookiefirst-action=reject]", ".ch2-container", ".ch2-dialog", ".ch2-open-settings-btn, .ch2-open-personal-data-btn", ".ch2-settings", ".ch2-deny-all-btn", ".ch2-settings input[type=checkbox]:not([disabled]):checked", ".ch2-save-settings-btn", "cookiehub=", ".cookiejs-banner-wrapper", ".cookiejs-banner-wrapper:not(.modal)", ".cookiejs-banner-wrapper button.cookiejs-button", ".cookiejs-banner-wrapper #reject-cookies-btn", "analytics_cookies=false", ".cookiejs-banner-wrapper.modal", ".cookiejs-banner-wrapper .cookiejs-banner-text", ".cookiejs-banner-wrapper .cookiejs-banner-li:nth-of-type(2) button", "cookiejs_preferences", ".cky-overlay,.cky-consent-container", ".cky-consent-container", ".cky-consent-container [data-cky-tag=reject-button]", ".cky-consent-container [data-cky-tag=settings-button]", ".cky-modal-open input[type=checkbox],.cky-consent-bar-expand input[type=checkbox]", ".cky-modal-open input[type=checkbox]:checked,.cky-consent-bar-expand input[type=checkbox]:checked", ".cky-modal [data-cky-tag=detail-save-button],.cky-consent-bar-expand [data-cky-tag=detail-save-button]", ".cky-consent-container,.cky-overlay,.cky-consent-bar-expand", "advertisement:no", ".cookiealert", ".configurecookies", ".confirmcookies", "#ct-ultimate-gdpr-cookie-popup", "#ct_ultimate-gdpr-cookie-reject a,#ct-ultimate-gdpr-cookie-reject", "#ct-ultimate-gdpr-cookie-change-settings", '#ct-ultimate-gdpr-cookie-modal-slider-form input[type=radio][value="1"], #ct-ultimate-gdpr-cookie-modal-slider-form input[type=radio][value="2"]', "#ct-ultimate-gdpr-cookie-modal-body .save", "ct-ultimate-gdpr-cookie=", "#cookiebar", "#cookiebar .cookiebar-content", 'div[class*="CookiePopup__desktopContainer"]:has(div[class*="CookiePopup"])', 'div[class*="CookiePopup__desktopContainer"]', ".cookie-banner.show .cookie-banner__content-all-btn", ".cookie-banner__content-essential-btn", "*[data-testid='dl-cookieBanner']", "[data-testid='dl-cookieBanner']", "button[data-testid='cookie-banner-strict-accept-selected']", "#didomi-popup,.didomi-popup-container,.didomi-popup-notice,.didomi-consent-popup-preferences,#didomi-notice,.didomi-popup-backdrop,.didomi-screen-medium", "#didomi-host", '#didomi-popup, #didomi-notice, .didomi-popup-notice, .didomi-notice-banner, #didomi-host:not([aria-hidden="true"]):not(:empty)', "#didomi-notice-disagree-button,.didomi-continue-without-agreeing", '[data-project="mol-fe-cmp"]', '[data-project="mol-fe-cmp"] [class*=footer]', '[data-project="mol-fe-cmp"] button[class*=basic]', '[data-project="mol-fe-cmp"] div[class*="tabContent"]', '[data-project="mol-fe-cmp"] div[class*="toggle"][class*="enabled"]', "#mol-ads-cmp-iframe, div.mol-ads-cmp > form > div", "div.mol-ads-cmp > form > div", "div.mol-ads-ccpa--message > u > a", ".mol-ads-cmp--modal-dialog", "a.mol-ads-cmp-footer-privacy", "button.mol-ads-cmp--btn-secondary", "#pg-root-shadow-host", ".cmp-popup_popup", ".cmp-app_gdpr", ".cmp-popup_popup .cmp-intro_rejectAll", ".cmp-popup_popup .cmp-details_rejectAll", "lpubconsent=", "#drupalorg-crosssite-gdpr", ".no", "div[data-testid=cookie-consent-modal-backdrop]", "div[data-testid=cookie-consent-message-contents]", "button[data-testid=cookie-consent-adjust-settings]", "button[data-testid=cookie-consent-preferences-save]", "cc_functional=0", "cc_targeting=0", "div[role='dialog'][aria-modal='true']:has([data-qa='accept-all-button'])", "[data-qa='accept-all-button']", "[data-qa='reject-non-essential-button']", "#ensNotifyBanner", ".ensModal", "#ensNotifyBanner[style*=block]", "#ensModalWrapper[style*=block]", "#ensNotifyBanner #ensRejectAll,#ensNotifyBanner #rejectAll,#ensNotifyBanner #ensRejectBanner,#ensNotifyBanner .rejectAll,#ensNotifyBanner #bannerRejectButton,#ensNotifyBanner #ensRejectAds", "#ensOpenModal,#modalOpenButton,#bannerOpenModal", ".ensCheckbox:checked:not(:disabled)", "#ensSave,#modalSaveButton,#bannerSave", "#ensCloseBanner", "#gdpr-single-choice-overlay", "#gdpr-privacy-settings", "button[data-gdpr-open-full-settings]", ".gdpr-overlay-body input", ".pea_cook_wrapper,.pea_cook_more_info_popover", ".pea_cook_wrapper", "euCookie", "body.eu-cookie-compliance-popup-open", ".eu-cookie-compliance-banner .decline-button, .eu-cookie-compliance-banner .accept-necessary, .eu-cookie-compliance-save-preferences-button", "cookie-agreed=2", "#ez-cookie-dialog-wrapper", "#ez-manage-settings", "#ez-cookie-dialog input[type=checkbox]", "#ez-cookie-dialog input[type=checkbox]:checked", "#ez-save-settings", "ez-consent-tcf", "#fast-cmp-root", "iframe#fast-cmp-iframe", "fastCMP-", "fedex-gdpr", "fedex-gdpr div", "fedex-gdpr .fxg-gdpr__reject-all-btn", "_svs=", "#fides-overlay, #fides-overlay-wrapper", "#fides-overlay-wrapper #fides-banner", ".fides-banner-button", "#fides-banner .fides-reject-all-button", "#fides-banner .fides-manage-preferences-button", ".fides-reject-all-button", "[fs-consent-element=banner]", "[fs-consent-element=banner] [fs-consent-element=allow]", "[fs-consent-element=banner] [fs-consent-element=deny]", ".fc-consent-root,.fc-dialog-container,.fc-dialog-overlay,.fc-dialog-content", ".fc-consent-root", ".fc-dialog-container", ".fc-cta-do-not-consent,.fc-cta-manage-options", ".fc-preference-consent:checked,.fc-preference-legitimate-interest:checked", ".fc-confirm-choices", '[class*="gcb-modal-overlay"]', "[data-gcb-modal-show-prefs]", "[data-gcb-modal-save]", "gcbcl=a3|m3", ".overlay_bc_banner", 'a[href="https://gdpr-legal-cookie.myshopify.com/"]', ".overlay_bc_banner .banner-body", ".overlay_bc_banner *[data-cookie-save]", 'a[href^="https://policies.google.com/technologies/cookies"', 'form[action^="https://consent.google."][action$="/save"],form[action^="https://consent.youtube."][action$="/save"]', 'form[action^="https://consent.google."][action$="/save"]:has(input[name=set_eom][value=true]) button,form[action^="https://consent.youtube."][action$="/save"]:has(input[name=set_eom][value=true]) button', ".glue-cookie-notification-bar", ".glue-cookie-notification-bar__reject", ".HTjtHe#xe7COe", '.HTjtHe#xe7COe a[href^="https://policies.google.com/technologies/cookies"]', ".HTjtHe#xe7COe button#W0wltc", "SOCS=CAE", ".govuk-cookie-banner__message", ".govuk-cookie-banner__message .govuk-button", ".gravitoCMP-background-overlay", "#modalSettingBtn.gravitoCMP-button", "#allRejectBtn", ".gravitoCMP-content-section", ".gravitoCMP-content input[type=checkbox]:checked", "gravitoData", "#modal-host > div.no-hash > div.window-wrapper", "#modal-host > div.no-hash > div.window-wrapper, div[data-testid=qualtrics-container]", '#modal-host > div.no-hash > div.window-wrapper > div:last-child a[href="/privacy-settings"]', "div#__next", "#__next div:nth-child(1) > button:first-child", ".cookie-modal .cookie-accept-btn", ".cookie-modal .js-cookie-reject-btn", "cookies_rejected=1", ".cookieModalContent", "#cookie-banner-overlay", "#manageCookie", ".cookieSettingsModal", "#AOCookieToggle", "#AOCookieToggle[aria-pressed=true]", "#TPCookieToggle", "#TPCookieToggle[aria-pressed=true]", "#updateCookieButton", "dialog[data-cookie-consent]", 'a[data-cookie-accept="functional"]', "#hu.hu-wrapper", "#hu.hu-visible", "#hu-cookies-save", "#hs-eu-cookie-confirmation", "#hs-eu-decline-button", ".accept-cookie", ".accept-cookie > .accept-cookie-inner", "xpath///*[contains(@class, 'accept-cookie')]//*[contains(text(), 'Decline')]", "cookie-pref=rejected", ".privacy-consent--backdrop", ".privacy-consent--modal", ".footer-config-link", "#confirmSelection", "#iubenda-cs-banner", ".iubenda-cs-accept-btn", ".iubenda-cs-reject-btn", ".iubenda-cs-customize-btn", ".iub-btn-reject", "#iubFooterBtn", "body.cookies-request #cookie-bar", "body.cookies-request #cookie-bar .disallow-cookies", "cookie_permission_granted=no", ".widget_eu_cookie_law_widget", "div[class^=pecr-cookie-banner-]", "button[data-test^=manage-cookies]", "label[data-test^=toggle][class*=checked]:not([class*=disabled])", "button[data-test=save-preferences]", ".cookie-bar", ".cookie-bar .cookie-bar__message,.cookie-bar .cookie-bar__buttons", "cookies-state=accepted", ".consent-banner", ".consent-banner .consent-banner__actions", ".consent-banner__actions button.basic-button.secondary", ".consent-modal__footer button.basic-button.secondary", ".consent-modal ion-content > div > a:nth-child(9)", "label.consent-switch input[type=checkbox]:checked", ".consent-modal__footer button.basic-button.primary", ".kc-overlay", "#kconsent", ".kc-dialog", "#kc-denyAndHide", "#lanyard_root div[role='dialog']", "#ketch-banner", "#ketch-modal", "#lanyard_root [class*='ketch-fixed']", "#lanyard_root button[aria-label^='Reject' i], #ketch-banner button[aria-label^='Reject' i]", "#lanyard_root [aria-describedby=preference-description], #lanyard_root [aria-describedby=modal-description], #ketch-modal, #ketch-purposes-modal, #ketch-preferences", "#lanyard_root button[class*=confirmButton], #lanyard_root div[class*=actions_] > button:nth-child(1), #lanyard_root button[class*=actionButton], #ketch-modal button[aria-label='Confirm'], #ketch-purposes-modal button[aria-label='Confirm'], #ketch-modal button[aria-label='Save Settings'], #ketch-purposes-modal button[aria-label='Save Settings']", "#ketch-banner-button-tertiary", "#lanyard_root [aria-describedby=banner-description]", "#lanyard_root div[class*=buttons] > button[class*=secondaryButton], #lanyard_root button[class*=buttons-secondary], #ketch-banner-button-secondary", "#lanyard_root [id^='ketch-banner-buttons-container'] > button:only-child", "#lanyard_root [aria-describedby=preference-description],#lanyard_root [aria-describedby=modal-description], #ketch-preferences, #ketch-purposes-modal", "#lanyard_root button[class*=rejectButton], #lanyard_root button[class*=rejectAllButton], #ketch-modal button[aria-label='Reject All'], #ketch-purposes-modal button[aria-label='Reject All']", "#lanyard_root input[type=checkbox][role=switch][aria-checked=true]:not(:disabled)", "_ketch_consent_v1_", ".lia-cookie-banner-alert", ".lia-cookie-banner-alert .AjaxFeedback", ".lia-cookie-banner-alert a.lia-cookie-banner-alert-reject", ".darken-layer.open,.lightbox.lightbox--cookie-consent", "body.cookie-consent-is-active div.lightbox--cookie-consent > div.lightbox__content > div.cookie-consent[data-jsb]", ".cookie-consent__footer > button[type='submit']:not([data-button='selectAll'])", "#lgcookieslaw_banner,#lgcookieslaw_modal,.lgcookieslaw-overlay", ".artdeco-global-alert[type=COOKIE_CONSENT]", ".artdeco-global-alert[type=COOKIE_CONSENT] button[action-type=DENY]", "#macaron_cookie_box", "#macaron_cookie_box .macaronbtn", ".macaronbtn.refuse", ".macaronbtn.letmechoose", ".macaronbtn.letmechoose.open", "#cookie_description .paragraph", "#cookie_description input[type=checkbox]:checked:not(:disabled)", ".macaronbtn.confirmselection", "_deCookiesConsent", "div[aria-labelledby=pwa-consent-layer-title]", "div[class^=StyledConsentLayerWrapper-]", "div[aria-labelledby^=pwa-consent-layer-title]", "button[data-test^=pwa-consent-layer-deny-all]", "#wcpConsentBannerCtrl", "dialog[data-testid=accept-our-cookies-dialog]", "#banner-manage", "#pc-confirm", "#moove_gdpr_cookie_info_bar", "#moove_gdpr_cookie_info_bar:not(.moove-gdpr-info-bar-hidden)", ".moove-gdpr-infobar-reject-btn", "#moove_gdpr_cookie_info_bar .change-settings-button", "#moove_gdpr_cookie_modal", ".moove-gdpr-modal-save-settings", "#nhsuk-cookie-banner", "#nhsuk-cookie-banner__link_accept", ".disc-cp--active", ".disc-cp-modal__modal", ".js-disc-cp-deny-all", ".tx-om-cookie-consent", ".tx-om-cookie-consent .active[data-omcookie-panel]", "[data-omcookie-panel-save=min]", "input[data-omcookie-panel-grp]:checked:not(:disabled)", "[data-omcookie-panel-save=save]", ".legalmonster-cleanslate", ".legalmonster-cleanslate #lm-cookie-wall-container", "#lm-accept-necessary", ".osano-cm-window,.osano-cm-dialog", ".osano-cm-window", ".osano-cm-dialog:not(.osano-cm-dialog--hidden)", ".osano-cm-denyAll,.osano-cm-deny", ".osano-cm-dialog--type_bar .osano-cm-dialog__close", ".cookieBanner--visibility", ".cookieBanner__wrapper", ".js_cookieBannerProhibitionButton", ".cookie-banner:has([data-ol-cookie-banner-set-consent])", "[data-ol-cookie-banner-set-consent]", "[data-ol-cookie-banner-set-consent=essential]", "oa", ".js-cookie-notice:has(#cookie_settings-form)", ".js-cookie-notice #cookie_settings-form", ".js-cookie-notice button[value=disable]", "#pandectes-banner", "#pandectes-banner .cc-deny", "#pandectes-banner .cc-settings", ".pd-cp-ui-rejectAll", ".pd-cp-ui-save", "#ccpaCookieContent_wrapper, article.ppvx_modal--overpanel", "#ccpaCookieBanner, .privacy-sheet-content", "#bannerDeclineButton", "a#manageCookiesLink", ".privacy-sheet-content #formContent", "#formContent .cookiepref-11m2iee-checkbox_base input:checked", ".cookieAction.saveCookie,.confirmCookie #submitCookiesBtn", "#gdprCookieBanner", "#gdprCookieContent_wrapper", "cookie_prefs", ".cookie-wrapper .cookie-tip", ".cookie-wrapper .cookie-tip__container", ".cookie-wrapper .cookie-tip__text", ".cookie-wrapper .cookie-tip__button > .button", ".el-dialog.cookie-dialog", ".el-dialog.cookie-dialog .el-switch.is-checked", ".el-dialog.cookie-dialog .el-dialog__footer button.el-button--primary", "allow_analysis=%22false%22", "allow_analysis=false", "#pmc-pp-tou--notice", "#js-consent-banner", "#js-consent-banner #js-cookie-reject-button", "#js-consent-banner #js-cookie-dismiss-button", "cookie-consent=", ".cookiesBanner", ".cookiesBanner .wrapper-cookies", ".gdpr-wrapper", ".gdpr-wrapper .gdpr-cookie-wrapper", "#cookie-bar", "#cookie-bar .cb-enable,#cookie-bar .cb-disable,#cookie-bar .cb-policy", "#cookie-bar .cb-disable", "cb-enabled=accepted", "#cookie-consent-banner", "#cookie-consent-banner #accept-button", "#cookie-consent-banner #deny-button", "#cookie-consent-banner #manage-settings-button", "#manage-cookies #save-button", "#pubtech-cmp", "#pubtech-cmp #pt-actions", "#pubtech-cmp #pt-close", "#qc-cmp2-main,#qc-cmp2-container", "#qc-cmp2-container", "#qc-cmp2-ui", "#disagree-btn", '.qc-cmp2-summary-buttons > button[mode="secondary"]', '.qc-cmp2-summary-buttons > button[mode="secondary"]:nth-of-type(2)', '.qc-cmp2-summary-buttons > button[mode="secondary"]:nth-of-type(1)', "#qc-cmp2-ui .qc-cmp2-consent-info", '.qc-cmp2-toggle-switch > button[aria-checked="true"]', ".qc-cmp2-buttons-desktop > button[mode=primary]", 'div[consent-skip-blocker="1"][id][data-bg]', 'div[consent-skip-blocker="1"][id][data-bg] > dialog > div > div > div > div > div > a[role=button][id]', ".consent-banner .consent-banner-copy", ".consent-banner .consent--manage", ".consent-modal .consent-bucket", ".consent-modal input[type=checkbox]:checked", ".consent-modal .consent-save", ".cookies-consent", ".cookies-consent .cookies-inner", "s4s-privacy-module", "s4s-privacy-module button.decline", "_cookieanalytics", "#shopify-pc__banner", "#shopify-pc__banner__btn-decline", "sibbo-cmp-layout", "#rejectAllMain", "#sd-cmp", "#sd-cmp [role='button'][title='Close']", ".snigel-cmp-framework", "#sn-b-custom", "#sn-b-save", "snconsent", ".cookie-banner-mount-point", ".cookie-banner-mount-point section[aria-label='Cookie banner']", ".cookie-banner-mount-point button.decline", "#cookie-consent-banner #accept-cdp-cookie", "#reject-cdp-cookie", "squiz.cdp.consent", ".cookiepreferences_popup", "#rejectAllButton", ".cookies-reminder", ".cookies-reminder .cookies-reminder__content", ".cookies-reminder .cookies-reminder__manage-button", "dialog[open] .cookies-select-modal .cookies-select-modal__buttons .ds-btn-apply-2-ds", " c=%7B%22essential", "div[class*=cookieBanner].pencraft", "hideCookieBanner=", "#CookieConsentBannerPlaceholder", "#CookieConsentBannerPlaceholder .cookies-banner-container", ".syno_cookie_element", ".syno_cookie_element .btn_option", ".syno_cookie_element .scb_dialog_body", ".syno_cookie_element.scb_dialog input[type=checkbox]:checked:not(:disabled):not([readonly])", ".syno_cookie_element.scb_dialog .scb_btn_save", "syno_confirm_v5_answer", '"targeting":false', "#consent-banner-main", "#consent-banner-modal", '#consent-banner-modal a[href="#reject"]', '#consent-banner-modal a[href="#settings"]', '#consent-banner-settings a[href="#reject"]', 'div[class^="cookies-banner-module_"]', 'div[class^="cookies-banner-module_cookie-banner_"]', 'div[class^="cookies-banner-module_small-cookie-banner_"]', "#tarteaucitronRoot", "#tarteaucitronAllDenied2", "#tarteaucitronCloseAlert", ".dsgvoaio-checkbox", ".dsgvoaio-checkbox > input:checked", "#tarteaucitronPersonalize", "#tarteaucitronAllDenied", "#tarteaucitronClosePanel", "#taunton-user-consent__overlay", "#taunton-user-consent__overlay:not([aria-hidden=true])", "#taunton-user-consent__toolbar input[type=checkbox]:checked", "#taunton-user-consent__toolbar button[type=submit]", "taunton_user_consent_submitted=true", "#tccCmpAlert", "xpath///span[contains(.,'Accetta solo cookie necessari')]", "#__tealiumGDPRecModal,#__tealiumGDPRcpPrefs,#__tealiumImplicitmodal,#consent-layer", "#__tealiumGDPRecModal *,#__tealiumGDPRcpPrefs *,#__tealiumImplicitmodal *", "#__tealiumGDPRecModal,#__tealiumGDPRcpPrefs,#__tealiumImplicitmodal", "#cm-acceptNone,.js-accept-essential-cookies,#continueWithoutAccepting,#no_consent,#consent_prompt_decline", "#__tealiumGDPRecModal,#__tealiumGDPRcpPrefs", "#termly-code-snippet-support", "#termly-code-snippet-support div", '[data-tid="banner-decline"]', '.t-preference-button,[data-testid="preferences-link"]', ".t-declineAllButton", ".t-preference-modal input[type=checkbox][checked]:not([disabled])", ".t-saveButton", ".termsfeed-com---nb", ".cc-nb-reject", ".cc-nb-changep", 'input[cookie_consent_toggler="true"]', 'input[cookie_consent_toggler="true"]:checked', ".cc-cp-foot-save", ".cc_dialog.cc_css_reboot,.cc_overlay_lock", ".cc_dialog.cc_css_reboot", ".cc_dialog.cc_css_reboot .cc_b_cp", ".cookie-consent-preferences-dialog .cc_cp_f_save button", "#reject-all", "#privacy-test-page-cmp-test", "#privacy-test-page-cmp-test-prehide", "#privacy-test-page-cmp-test-banner", ".consent-banner-box", "consent-banner[component=consent-banner]", "button[data-consent=disagree]", "#cmpBanner", "#cookie-banner.visible", "#cookie-banner.visible .cookie-banner__container .cookie-banner__accept", "#cookie-banner.visible .cookie-banner__container .cookie-banner__reject", "TOYOTANATIONAL_ENSIGHTEN_PRIVACY_TargetingCookies", ".tp-dialog.cookie-dialog", ".tp-dialog.cookie-dialog button", ".tp-dialog-box .checkbox.clickable:not(.checked)", ".tp-dialog-box .tp-cookie-save", "tp_privacy_base", 'div.aem-page > div[class^="CookiesAlert_cookiesAlert__"]', "#transcend-consent-manager", "#shopify-section-cookies-controller", "#shopify-section-cookies-controller #cookies-controller-main-pane", "#cookies-controller-main-pane a[data-tab-target=manage-cookies]", "#manage-cookies-pane.active", "#manage-cookies-pane.active input[type=checkbox][checked]:not([disabled])", "#manage-cookies-pane.active button[type=submit]", ".truste_popframe.trustarc_newcm_container", "cmapi_cookie_privacy=permit 1", "cmapi_cookie_privacy=permit 1,2", "#truyo-consent-module", "#truyo-cookieBarContent", "button#declineAllCookieButton", ".react-cookie-policy", ".react-cookie-policy #cookie-policy", "xpath///div[@class='react-cookie-policy']//button[contains(., 'Cookie settings')]", "button[role='switch']", "xpath///li[contains(., 'Tracking')]//button[@role='switch'][@aria-checked='true']", "xpath///li[contains(., 'Advertising')]//button[@role='switch'][@aria-checked='true']", "xpath///button[contains(., 'Save and close')]", "trybe_cookies_consent_tracking=false", "#twcc__mechanism", "#twcc__mechanism .twcc__notice", "#twcc__decline-button", "twCookieConsent=", ".u12-data-protection-notice", ".u12-data-protection-notice button", ".u12-data-protection-notice button.js-decline", "dialog.cookie-policy", "dialog.cookie-policy header", 'xpath///*[@id="modal"]/div/header', "dialog header", "button.js-manage", 'xpath///*[@id="cookie-policy-content"]/p[4]/button[2]', "dialog.cookie-policy .p-switch__input:checked", "dialog.cookie-policy .js-save-preferences", 'xpath///*[@id="modal"]/div/button', "_cookies_accepted=essential", "#catapult-cookie-bar", ".has-cookie-bar #catapult-cookie-bar", "catAccCookies", "#usercentrics-root,#usercentrics-cmp-ui", "#usercentrics-cmp-ui", "#usercentrics-root", "#usercentrics-button", "#usercentrics-button #uc-btn-accept-banner", "#usercentrics-button #uc-btn-deny-banner", '[data-slot="dialog-content"] a[href*="vivenu.com/dataprivacy"]', '[data-slot="dialog-content"]:has(a[href*="vivenu.com/dataprivacy"]) button:nth-of-type(2)', "div[aria-labelledby=CookieAlertModalHeading]", "section[data-test=initial-waitrose-cookie-consent-banner]", "section[data-test=cookie-consent-modal]", "button[data-test=manage-cookies]", "button[data-test=submit]", "wtr_cookies_advertising=0", "wtr_cookies_analytics=0", ".fs-cc-components,[fs-cc=banner]", ".fs-cc-components,[fs-cc=banner] [fs-cc=allow]", "[fs-cc=banner] [fs-cc=deny]", "[fs-cc=banner]", "fs-cc", ".mw-cookiewarning-container", "[data-comp-type=cookie-banner-root-wix],[data-hook=ccsu-banner-wrapper]", "[data-hook=ccsu-banner-decline-all]", "[data-hook=ccsu-banner-wrapper]", ".wccom-comp-privacy-banner .wccom-privacy-banner", ".wccom-privacy-banner__content-buttons button.is-secondary", "div.wccom-modal__footer > button", "#gdpr-cookie-consent-bar", "#gdpr-cookie-consent-bar #cookie_action_reject", "wpl_viewed_cookie=no", ".sp-dsgvo", ".sp-dsgvo.sp-dsgvo-popup-overlay", ".sp-dsgvo-privacy-btn-accept-nothing", "sp_dsgvo_cookie_settings", ".wpcc-container", ".wpcc-container .wpcc-message", ".cookie_warn", ".cookie_warn .cookie_warn_inner", "div[class^=cookie-consent-CookieConsent]", "#consent-settings-button", ".consent-banner-button-accept-overlay", "userConsent=%7B%22marketing%22%3Afalse", "#cookies-use-alert", "tp-yt-iron-overlay-backdrop.opened", "ytd-consent-bump-v2-lightbox", "ytd-consent-bump-v2-lightbox tp-yt-paper-dialog", 'ytd-consent-bump-v2-lightbox tp-yt-paper-dialog a[href^="https://consent.youtube.com/"]', "ytd-consent-bump-v2-lightbox .eom-buttons .eom-button-row:first-child ytd-button-renderer:first-child #button,ytd-consent-bump-v2-lightbox .eom-buttons .eom-button-row:first-child ytd-button-renderer:first-child button", ".consent-bump-v2-lightbox", "ytm-consent-bump-v2-renderer", "ytm-consent-bump-v2-renderer .privacy-terms + .one-col-dialog-buttons c3-material-button:nth-child(2) button, ytm-consent-bump-v2-renderer .privacy-terms + .one-col-dialog-buttons ytm-button-renderer:nth-child(2) button", "#zdf-cmp-banner-sdk", "#zdf-cmp-main.zdf-cmp-show", "#zdf-cmp-main #zdf-cmp-deny-btn", ".cookie-alert-extended", ".cookie-alert-extended-modal", "a[data-controller='cookie-alert/extended/detail-link']", ".cookie-alert-configuration-input:checked", "button[data-controller='cookie-alert/extended/button/configuration']", "#piano-cookie_banner", "#piano-cookie_banner [data-close-button]", 'body > div#root > div#ccpa-iframe-theme-provider[data-testid="ccpa-iframe-theme-provider"] > div#ccpa-iframe[data-testid="ccpa-iframe"] > div#ccpa_consent_banner[data-testid="ccpa_consent_banner"] > div:not([id]) > div:nth-child(3):not([id]) > span:not([id]) > span:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id]) > button#decline_cookies_button[data-testid="decline_cookies_button"]', "body:not([id]) > div#banner-0 > div:nth-child(1)#grouped-pageload-Banner > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", "body > div#iubenda-cs-banner > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(5):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", "body > div#ds-cookie-consent-banner > div:not([id]) > div:not([id]) > button:nth-child(4)#reject_optional_cookies", "body:not([id]) > div#banner-0 > div:nth-child(1)#grouped-pageload-Banner > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(3):not([id])", "body > div:not([id]) > div#clym-app-layout > div:nth-child(2)#clym-notice-layout > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(1):not([id])", "body > div:not([id]) > div#clym-app-layout > div:nth-child(2)#clym-notice-layout > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(1):not([id])", "body > div:not([id]) > div#clym-app-layout > div:nth-child(2)#clym-notice-layout > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(1)#handle-reject-all", "body > div#banner-0 > div:nth-child(1)#grouped-pageload-Banner > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", "body > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1)#dashboard > div:not([id]) > div:nth-child(2)#dashboard-body-container > div:nth-child(2):not([id]) > button:nth-child(4)#decline-text", "body > div:not([id]) > div:nth-child(4):not([id]) > button#cookie_all_reject", "body > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#cookie_all_reject", "body > div:not([id]) > div#clym-app-layout > div:nth-child(2)#clym-notice-layout > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(1)#handle-reject-all", "body > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1)#dashboard > div:not([id]) > div:nth-child(1):not([id]) > button#decline-text", "body:not([id]) > div#root > div#ccpa-iframe-theme-provider > div#ccpa-iframe > div#ccpa_consent_banner > div:not([id]) > div:nth-child(3):not([id]) > span:not([id]) > span:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id]) > button#decline_cookies_button", "body#moneyinvesting > div#top > div#content > div:nth-child(4):not([id]) > a:nth-child(11):not([id])", "body > div#banner-0 > div:nth-child(1)#grouped-pageload-Banner > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(3):not([id])", "body > div#app > div#app > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > button:nth-child(1):not([id]) > div:not([id])", "body > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(4):not([id]) > div:not([id]) > a:nth-child(1)#ipoclick-btn-cookiebar-ik_ga_niet_akkoord_var_a", "body > div[id] > div > div > div > div > div:nth-child(3) > span > span > div:nth-child(2) > span:nth-child(1) > button", "div[class^=CookieBannerContent__Container]", "button[class^=CookieBannerContent__Settings]", "div[class^=CookiePreferencesModal__CategoryContainer] input:checked", "div[class^=CookiePreferencesModal__ButtonContainer] > button", "#gdpr-consent-tool-wrapper", 'iframe[src^="https://cmp-consent-tool.privacymanager.io"]', "button#save", "#denyAll", ".okButton", "#manageSettings", ".purposes-overview-list", "button#saveAndExit", "span[role=checkbox][aria-checked=true]", "#save-all-pur", "#reminder", "[data-component=CookieBanner]", "[data-component=CookieBanner] [data-component=CookieBanner_AcceptAll]", "[data-component=CookieBanner] [data-component=CookieBanner_AcceptABCRequired]", "trackingconsent", "aside#cookies,.overlay-cookies", "#cookies .cookies-btn", "#cookies #submitCookies", "#cookies #rejectCookies", ".fullpageCover", ".fullpageCover a[href*='/go/page/privacy.html']", ".fullpageCover div.rounded-full:nth-child(2)", "#cookie-overlay", "#decline-cookies", "#aag-cookie-consent", "#gdpr-new-container", "#gdpr-new-container,#voyager-gdpr > div", "#voyager-gdpr > div", "#voyager-gdpr > div > div > button:nth-child(2)", "#gdpr-new-container .btn-more", "#gdpr-new-container .gdpr-dialog-switcher", "#gdpr-new-container .switcher-on", "#gdpr-new-container .btn-save", "div:has(> div > button[allytmln=ally-cookie-consent])", "button[allytmln=ally-cookie-consent]", "#footer-container ~ div", "#footer-container > div", "body > div#shopify-section-popups > div:nth-child(1):not([id]) > modal-box#modal-popups-0 > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", "body > div#cookieNotice > span:not([id])", "body > div#cookieAreaBase > div#cookieArea > p:nth-child(1):not([id]) > a:nth-child(3):not([id])", "body > div#cookieAreaBase > div#cookieArea > div:nth-child(2):not([id]) > a:nth-child(2):not([id])", "body > div:not([id]) > div:nth-child(4):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body#customcss > div#root > div:nth-child(4):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", "body > div:not([id]) > div:not([id]) > span:nth-child(1):not([id]) > div:nth-child(5):not([id]) > button:nth-child(2):not([id])", "body > div#cookieConsentModal > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > button:nth-child(2):not([id])", 'body > div#cookie-banner-deezer > div#gdpr-dir-tag > div:not([id])[data-testid="cookie-banner"] > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button#gdpr-btn-refuse-all[data-testid="gdpr-btn-refuse-all"]', "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", "body:not([id]) > div:not([id]) > div#gdpr_notification_container > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(6):not([id]) > div:not([id]) > a#gdpr_reject_button", "#cookiesPortletDiv", "#cookiesPortletDiv .cookie-buttons", "#cookiesPortletDiv button[aria-label='Only Mandatory']", "body > dialog:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > button:nth-child(2)#deny-consent-button", "body > div#cookie-policy > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", ".MuiStack-root:has(a[href='/privacy']):has(button)", "body > div#portal-cookie-banner > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2)#portal-cookie-banner__wrapper > aside#portal-cookie-banner__content > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div#messages > div:nth-child(1)#shopify-section-cookie-banner > section#shopify-section-cookie-banner > div:nth-child(1):not([id]) > button:nth-child(2):not([id])", "body > div#messages > div:nth-child(2)#shopify-section-newsletter-banner > section:nth-child(1):not([id]) > div:not([id]) > button:nth-child(1):not([id])", "body > form#trackingConsent > button:nth-child(2):not([id])", "body:not([id]) > div#cookieConsent > div:nth-child(2):not([id]) > a:nth-child(3):not([id])", "body > pnp-root:not([id]) > div:not([id]) > ui-storefront:not([id]) > footer:nth-child(8):not([id]) > cx-page-layout:not([id]) > cx-page-slot:not([id]) > cms-popia-component:nth-child(3):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", "body > div#___gatsby > div:nth-child(1)#gatsby-focus-wrapper > div:nth-child(3):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:not([id])", "body > div#layout-fea-0-bd-5-e-e-723-4027-aa-78-dbcc-846073-a-6 > div#page-62928 > div:not([id]) > div:nth-child(8)#\\31 e9783d2-3575-4c86-b6e8-bc0fd6b17307 > div#\\31 e9783d2-3575-4c86-b6e8-bc0fd6b17307-banner > div:nth-child(3):not([id]) > a:nth-child(1)#\\31 e9783d2-3575-4c86-b6e8-bc0fd6b17307-decline", "body > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div#c-cookiebanner > section:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > p:nth-child(1):not([id]) > button:not([id])", "body > div#wrapper > div:nth-child(4):not([id]) > button:nth-child(3):not([id])", "body > div#frame-modals > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", "body > div#message-banner > div:not([id]) > div:nth-child(2):not([id]) > button:not([id])", "body > div#cookiemodal > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:nth-child(5)#footer-cookie-buttons > a:nth-child(2)#footer-cookie-close", "body > div#notice-cookie-block > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:not([id])", "body > div#termsfeed-pc1-notice-banner > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > button:nth-child(2)#termsfeed_privacy_consent_banner_button_reject_all", "body > main:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > button:nth-child(2):not([id])", "body > div#accn-cookie-consent-wrapper > div#accn-cookie-consent > div:nth-child(2)#accn-statement-scroller > div:nth-child(2):not([id]) > div:nth-child(3):not([id]) > button:not([id])", "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > button:nth-child(2):not([id])", "body > hathi-cookie-consent-banner:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div#cookies-modal > div:nth-child(2)#consent-modal > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id]) > span#consent-modal-refuse", "body > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div:not([id]) > div#csm-wrapper > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div#root > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(1):not([id]) > button:not([id])", "body > div#body-wrapper > section:nth-child(5):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(2):not([id])", "body > div#wrapwrap > div:nth-child(5)#website_cookies_bar > div:not([id]) > div:not([id]) > div:not([id]) > section:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(1)#cookie-banner-essential", "body > aside:not([id]) > div:nth-child(2)#cookie-consent-modal > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body:not([id]) > div#cc--main > div#cc_div > div:nth-child(1)#cm > div#c-inr > div:nth-child(2)#c-bns > button:nth-child(2)#c-s-bn", "body > div#dk-cookie-message > div:not([id]) > button:nth-child(3):not([id])", "body > aside:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:nth-child(3):not([id])", "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(3):not([id])", "body > div:not([id]) > div:not([id]) > div#ch2-settings-dialog > div:nth-child(3):not([id]) > div:nth-child(1)#ch2-settings > button:nth-child(4):not([id])", "body > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > a:nth-child(3):not([id])", "body:not([id]) > div#cookieConsentBanner > div#cookieConsentContent > button:nth-child(4)#closeConsentBanner", "body:not([id]) > div#cookies-modal > div:nth-child(2)#consent-modal > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id]) > span#consent-modal-refuse", "body > div:not([id]) > a:nth-child(3):not([id])", "body > div#root > div:nth-child(2):not([id]) > div:nth-child(5):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", "body > div#tna-cookie-prompt-banner > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#reject-cookie", 'body > div#ecom2-spa-root > div:nth-child(4)#layout-grid > div:nth-child(4)#main-content-v2 > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])[data-testid="cookie-btn-deny"]', "body > div:not([id]) > div:not([id]) > button:nth-child(5):not([id])", "body > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > a:not([id])", "body > div#gdprCookieBar > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(3):not([id])", "body > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body:not([id]) > div#c-footerBrandV1 > footer:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", "body > div:not([id]) > div#ez-cookie-notification > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1)#ez-cookie-notification__decline", "body > div#site-wrapper > div:nth-child(1)#site-canvas > div#wrapper1 > main:nth-child(2)#mainSection1 > div:nth-child(3):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", "body > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2)#cookieadmin_reject_button", "body > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:not([id])", "body > div#privacy-cookie-banners-root > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", 'body > div:not([id])[data-testid="CookieBanner"] > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])', "body > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id])", "body > div:not([id]) > form:nth-child(1):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", 'body > div#react-application > div:not([id]) > div:not([id])[data-testid="linaria-injector"] > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id])[data-testid="main-cookies-banner-container"] > section:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:not([id])', "body > div:not([id]) > div:nth-child(2):not([id]) > div#oax-dialog-main > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div:not([id]) > aside#cmp-banner > form:not([id]) > div:nth-child(4):not([id]) > section:not([id]) > div:not([id]) > button:nth-child(1)#cmp-deny-all", "body > main#main > div:nth-child(6):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > a:not([id])", 'body > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > button:nth-child(2):not([id])[data-testid="s-r-bu"]', "body > div#consent_manager-background > div:nth-child(1)#consent_manager-wrapper > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#consent_manager-accept-none", "body > div#ampsandConsentElement > div:nth-child(1):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(3):not([id])", "body > section#cookie-consent > div:not([id]) > form:nth-child(3):not([id]) > div:nth-child(5):not([id]) > button:nth-child(1):not([id])", "body > div:not([id]) > div#cookie-banner > div:nth-child(2):not([id]) > button:nth-child(2)#cookie-banner-reject", 'body > div:not([id])[data-popup=""][data-popup-cookies=""][data-terms-cookies-popup-common=""][data-popup-need-overlay="true"] > div:not([id])[data-terms-cookies-popup=""][data-terms-cookies-popup-common=""] > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])[data-cookies="disallow_all_cookies"]', "body > privacy-banner:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id]) > span:not([id])", "body > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(1)#hw-cc-notice-deny-btn", "body > div#cookieconsent > div#cookieconsent-bar > div:nth-child(3):not([id]) > a:nth-child(2)#decline", 'body > header#header > div:nth-child(1)#CookiesConsent > div:not([id]) > div:nth-child(2):not([id]) > form:nth-child(2):not([id]) > div:nth-child(5):not([id]) > button:not([id])[data-testid="AcceptRequiredCookies"]', "body > div:not([id]) > div:nth-child(1)#ccm-widget > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", "body > div#cookieChoiceInfo > div:nth-child(2)#cookieButtonBar > a:nth-child(2)#cookieChoiceRefuse", "body > dialog:not([id]) > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:not([id])", "body > dialog:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(1):not([id]) > form:not([id]) > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:not([id])", "body > div#consent-manager > div:nth-child(1)#consent-banner > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button#consent-banner-btn-close", "body > div#orejime > div:nth-child(1):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > ul:nth-child(2):not([id]) > li:nth-child(2):not([id]) > button:not([id])", "body > section#cookie-policy > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", "body > div#cbgccp-cookies-banner > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(2)#cbg_ccp_cookie_refuse_optional_btn", "body > div > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(5):not([id]) > button:nth-child(1)#fd-unCheckAll", "body > div:not([id]) > div#csm-wrapper > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(2):not([id])", "body > div#__next > div:nth-child(5):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", "body > div#__next > div:nth-child(5):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id])", "body > dialog:not([id]) > article:not([id]) > footer:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div#entry > div:nth-child(2)#main > div:nth-child(4):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", "body > div#__next > div:nth-child(3):not([id]) > dialog:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div#cb-cookie-warning > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1)#cb-cookie-warning__button--decline", "body > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", "body > div#cookies-banner > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > div:nth-child(2)#gdpr-popup-v3-button-mandatory", 'body > div:not([id]) > div:nth-child(1):not([id])[data-testid="privacy-banner"] > div:nth-child(2):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2)#react-aria491930105-\\:r29\\:[data-testid="privacy-banner-decline-all-btn-desktop"]', "body > div#tc-privacy-wrapper > div#footer_tc_privacy > div:not([id]) > div:nth-child(2)#footer_tc_privacy_container_button > button:nth-child(2)#footer_tc_privacy_button_2", "body > div#tc-privacy-wrapper > div:nth-child(2)#footer_tc_privacy > div:nth-child(2)#footer_tc_privacy_container_button > button:nth-child(3)#footer_tc_privacy_button_3", "body > div#app > div:nth-child(1)#__nuxt > div#__layout > div:not([id]) > div:nth-child(4):not([id]) > div:not([id]) > div:nth-child(4):not([id]) > a:nth-child(2):not([id])", "body > footer:not([id]) > div:nth-child(2):not([id]) > cookie-notice:nth-child(1):not([id]) > div#cookie-notice > div:not([id]) > div#cookie-notice-inner > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(1):not([id]) > button#cookie-notice-decline", "body > div#sell-root > div:nth-child(2)#appRoot > div:nth-child(7):not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", "body > div:not([id]) > div:nth-child(2)#BorlabsCookieBox > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > p:nth-child(6):not([id]) > a:not([id])", "body > div:not([id]) > div:nth-child(1)#consent-manager > footer:nth-child(2):not([id]) > button:nth-child(2):not([id])", 'body > div#app > div:nth-child(7):not([id])[data-testid="cookieBanner"] > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])[data-testid="onlyNecessaryCookies"]', 'body > div:not([id]) > dialog:nth-child(2):not([id])[data-testid="modal-dialog"] > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > button:nth-child(2):not([id])[data-testid="uc-button-decline"]', "body > div#tc-privacy-wrapper > div#footer_tc_privacy > div:nth-child(2)#footer_tc_privacy_container_button > button:nth-child(2)#footer_tc_privacy_button_2", 'body > div#root > div:nth-child(2):not([id]) > div:not([id]) > div:not([id])[data-testid="cookie-consent-banner"] > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])', "body > div#c-pop > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(3)#ctl07_declinebtn", "body > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(3):not([id])", "body > div#cookieNoticePro > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#cookieReject", "body > div#gdrp-cookieoverlay > div:nth-child(3)#cs2gdpr-cookiebanner > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button#btn-accept-required-banner", "body > div#seeGdprCookieConsent > div:not([id]) > p:nth-child(2):not([id]) > a:nth-child(2)#seeGdprReject", "body > div#tc-privacy-wrapper > div#popin_tc_privacy > div:nth-child(2)#popin_tc_privacy_container_button > button:nth-child(2)#popin_tc_privacy_button_2", "body > div#SgCookieOptin > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div#__next > div:nth-child(4):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id])", "body > div#cookieman-modal > div:not([id]) > div:not([id]) > div:not([id]) > button:nth-child(6):not([id])", "body > div#c20343 > div:nth-child(1)#ikanos-privacy-cookielayer > div:nth-child(2):not([id]) > form:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(2):not([id])", "body > div#consent-manager > div:nth-child(1)#consent-banner > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button#consent-banner-btn-close", "body > div#mm-2 > div:nth-child(2)#cookie-consent > div:not([id]) > form:nth-child(3):not([id]) > div:nth-child(5):not([id]) > button:nth-child(2):not([id])", "body > div#root > div:not([id]) > div:nth-child(2):not([id]) > main:nth-child(2):not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id])", "body > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > button:nth-child(1):not([id])", "body > div#application > div:nth-child(4):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > a:nth-child(2):not([id])", "body > div:not([id]) > div:nth-child(6):not([id]) > div:nth-child(2)#BorlabsCookieBox > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > p:nth-child(5):not([id]) > a:not([id])", "body > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > a:not([id])", "body > dialog#ai-hinweis > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > div:nth-child(3):not([id]) > center:not([id]) > button:nth-child(1)#policy_notwendig", "body > div:not([id]) > div:nth-child(1)#ccm-widget > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(3):not([id])", "body > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(3):not([id])", "body > div#BannerRegion > div:nth-child(1)#Banner_cookie_0 > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(2)#rejectAllBtn", "body > comply-consent-manager:not([id]) > div#comply-consent-manager > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", 'body > div#__next > div:nth-child(3):not([id]) > div:nth-child(3):not([id]) > div:nth-child(3):not([id])[data-testid="cookie_notice_reject_all_button"]', "body > div#tc-privacy-wrapper > div:nth-child(2)#popin_tc_privacy > div:nth-child(2)#popin_tc_privacy_container_button > button:nth-child(2)#popin_tc_privacy_button_2", "body > div#__nuxt > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > section:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id])", "body > div:not([id]) > div:nth-child(2):not([id]) > div#cdk-overlay-0 > mat-dialog-container:nth-child(2)#mat-mdc-dialog-0 > div:not([id]) > div:not([id]) > hra-consent-layer-ui:not([id]) > hra-cookie-buttons:nth-child(2):not([id]) > div:not([id]) > button:nth-child(1):not([id]) > span:nth-child(2):not([id])", "body > div#cookie-note-main > div:nth-child(2):not([id]) > button:nth-child(2)#cookie-accept-required", "body > aside:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", "body > div:not([id]) > div:not([id]) > div:nth-child(5):not([id]) > button:nth-child(4):not([id])", "body > div#cookiebanner-body > div:nth-child(1)#cookiebanner > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:not([id])", "body > div#app > div:nth-child(1)#header > div:nth-child(2)#cookie_banner > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", "body > div#__nuxt > div#__layout > div#app > div:nth-child(6):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(1):not([id])", "body > div#__nuxt > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > section:nth-child(1):not([id]) > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > div:not([id]) > button:nth-child(2):not([id])", "body > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(4):not([id]) > div:nth-child(1):not([id]) > div:not([id]) > button:nth-child(2):not([id])", "body > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", "body > section#shopify-pc__banner > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(3)#shopify-pc__banner__btn-decline", "body > div#__nuxt > div#__layout > div:not([id]) > section:not([id]) > div:nth-child(2):not([id]) > section:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div#consent-manager > div:nth-child(1)#consent-banner > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button#consent-banner-btn-close", "body > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > p:nth-child(2):not([id]) > a:not([id])", "body > div#tc-privacy-wrapper > div:nth-child(2)#popin_tc_privacy > div:nth-child(2)#popin_tc_privacy_container_button > button:nth-child(3)#popin_tc_privacy_button_3", "body > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > button:nth-child(1):not([id])", "body > div#modal-wrap > section#modal-content > div:not([id]) > div:nth-child(2)#cookie-banner > div:not([id]) > div:nth-child(1)#s1 > p:nth-child(5):not([id]) > a:nth-child(4)#button_reject", "body > div#cookie-consent-banner > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:nth-child(3)#btn-reject-all", "body > div#cc-button > div#cc-text > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", "body > div#page > main:nth-child(2)#index > div:nth-child(3)#cookie-settings-modal > div:not([id]) > div#cookie-settings > div:nth-child(4):not([id]) > button:nth-child(3):not([id])", "body > div#__nuxt > div:nth-child(8)#cookie-banner > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", 'body > div#consentBanner > div:not([id]) > div#gdpr-banner-container[data-testid="gdpr-banner-container"] > dialog#gdpr-banner > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(3)#gdpr-banner-cmp-button[data-testid="gdpr-banner-decline-button"]', "body > div#consentWidget > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#denyBtn", "body > div#portal-footer > div:nth-child(3):not([id]) > div:nth-child(2)#footer-analytics > div#CookieConsent > div:not([id]) > p:nth-child(2):not([id]) > span:nth-child(3):not([id]) > button:not([id])", "body > div#cookieman-modal > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > button:nth-child(1):not([id])", "#tc-privacy-wrapper", '[data-testid="consentManager"]', '[data-testid="privacyBanner-rejectAll"]', "body > div#ww_bzga_matomo_cookiebanner > div:not([id]) > p:nth-child(3):not([id]) > button:nth-child(2):not([id])", "body > div#ddt-M1 > div:not([id]) > div:nth-child(1)#ddt-Seite1 > div:nth-child(2)#ddt-sectionFirst > p:nth-child(4):not([id]) > a:nth-child(2):not([id])", "body > div:not([id]) > div#cookies-bar > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", "body > div:not([id]) > div#csm-wrapper > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(2):not([id])", "body > div#cookie-consent > div:not([id]) > form:nth-child(3):not([id]) > div:nth-child(5):not([id]) > button:nth-child(2):not([id])", 'body > div:not([id]) > div:nth-child(2)#cookie-consent[data-testid="cookie-consent-banner"] > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])', "body > div#tc-privacy-wrapper > div#popin_tc_privacy > div:nth-child(2)#popin_tc_privacy_container_button > button:nth-child(3)#popin_tc_privacy_button_3", "body > div#_evidon-barrier-wrapper > div:nth-child(2)#_evidon-banner > div:nth-child(1)#_evidon-banner-content > div:nth-child(5):not([id]) > button:nth-child(2)#_evidon-barrier-declinebutton", "div:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > button:nth-child(2):not([id])", "body > div:not([id]) > div:nth-child(2)#BorlabsCookieBox > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > p:nth-child(2):not([id]) > a:not([id])", 'body > div#consent_modal[data-testid="Over18ModalVariant1Modal"] > div:nth-child(2):not([id])[data-testid="Over18ModalVariant1Content"] > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > button:nth-child(1)#reject-all-cookies-btn', "body > div:not([id]) > div:nth-child(1)#matomoCookieNotification > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button#disallowMatomoCookieNotification", "body > div:not([id]) > aside:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:not([id])", "body > div#et-consent-overlay > div:nth-child(5):not([id]) > div:nth-child(1):not([id]) > button:nth-child(1):not([id])", "body > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id]) > button:not([id])", "body > div#__nuxt > div:not([id]) > div:nth-child(6):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(1):not([id])", "body > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(1):not([id])", "body > div:not([id]) > div:nth-child(1)#cookies-eu-banner > div:not([id]) > div:not([id]) > button:nth-child(4)#cookies-eu-reject", "body > div:not([id]) > div:not([id]) > div:not([id]) > ul:not([id]) > li:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div#__nuxt > div:not([id]) > div:nth-child(8):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(1):not([id])", "body > div#optInId > div:nth-child(4):not([id]) > button:nth-child(2)#Ablehnen", "body > div:not([id]) > div#cpnb > div#w357_cpnb_outer > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(2)#cpnb-decline-btn", "body > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", "body > div#a-page > div:nth-child(5)#sc-content-container > div:nth-child(1):not([id]) > div:nth-child(12):not([id]) > div:nth-child(1) > div:nth-child(2)#cookie-consent-window > div:not([id]) > div:nth-child(2) > div:nth-child(1)#cookie-consent-continue > div:not([id]) > a:not([id])", "body > div:not([id]) > div:nth-child(1)#ccm-widget > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div#__next > div:not([id]) > div:not([id]) > main:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(4):not([id]) > div:nth-child(1):not([id])", "body > div#acris--page-wrap--cookie-permission > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#cookie-permission--accept-only-functional-button", "body > div#cookieConsentBanner > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1)#consentMinimal", "body > div#elGuestTerms > div:not([id]) > div:nth-child(2):not([id]) > form:not([id]) > button:nth-child(3):not([id])", "body > div#mm-0 > div:nth-child(2)#cookie-consent > div:not([id]) > form:nth-child(3):not([id]) > div:nth-child(5):not([id]) > button:nth-child(1):not([id])", "body > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id])", "body > div#cookiebar > div:not([id]) > span:nth-child(3)#declineCookie > button:not([id])", "body > main#content > aside:nth-child(10):not([id]) > div:not([id]) > wm-stack:nth-child(2):not([id]) > wm-button:nth-child(1):not([id]) > button:not([id])", "body > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:not([id])", "body > div#tc-privacy-wrapper > div#footer_tc_privacy > div:nth-child(1)#footer_tc_privacy_container_text > div#footer_tc_privacy_text > h2:nth-child(1):not([id]) > button#footer_tc_privacy_button_2", "body > div#bandeau_cgv > div:not([id]) > div:not([id]) > a:nth-child(1)#dismiss-cookies", "body > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id])", "body > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id])", "body > div:not([id]) > section:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(1):not([id])", "body > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > ul:nth-child(2):not([id]) > li:nth-child(2):not([id]) > button:not([id])", "body > article:not([id]) > header:nth-child(2)#header > div:nth-child(1)#cookie-modal > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > button:nth-child(2):not([id])", "body > div#root > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:not([id])", "body > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#cookieRefuse", "body > div#cookie-banner > div:nth-child(2):not([id]) > div:nth-child(3):not([id]) > button:nth-child(3)#reject-cookies", "body > div:not([id]) > div:not([id]) > div:not([id]) > div#P0-0 > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > ul:nth-child(2):not([id]) > li:nth-child(2):not([id]) > button:not([id])", "body > div#ppms_cm_consent_popup_7a8e4f13-52de-496c-9239-96129f02cf08 > div#ppms_cm_popup_overlay > div#ppms_cm_popup_wrapper > div:nth-child(1)#ppms_cm_popup > div:nth-child(3)#ppms_cm_popup_main_id > div:nth-child(2)#ppms-124c44a9-52c6-4136-9964-9a6be955271a > button:nth-child(2)#ppms_cm_disagree", "body > div#cookie > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id]) > span:not([id]) > span:not([id])", "body > div#orejime > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > ul:nth-child(2):not([id]) > li:nth-child(2):not([id]) > button:not([id])", "body > div#cookie-message > a:nth-child(2):not([id])", "body > div#tc-privacy-wrapper > div#popin_tc_privacy > div:nth-child(1)#popin_tc_privacy_container_text > div#popin_tc_privacy_text > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#refuse_all", "body > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", "body > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div#main > div:nth-child(11)#cookbar_overlay > div#cookbar > span:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > a:nth-child(3):not([id])", "body > div#tc-privacy-wrapper > div#popin_tc_privacy > div:nth-child(2)#popin_tc_privacy_container_button > button:nth-child(1)#popin_tc_privacy_button", "body > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > main#main > dialog:nth-child(25):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(3):not([id])", "body > div#cookie-banner > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > button:not([id])", 'body > div:not([id]) > div:nth-child(1):not([id])[data-testid="privacy-banner"] > div:nth-child(2):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2)#react-aria526766221-\\:r0\\:[data-testid="privacy-banner-decline-all-btn-desktop"]', "body > div:not([id]) > form:nth-child(4):not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button#cookie_consent_use_only_functional_cookies", "body > div#cookiesplus-modal-container > div:not([id]) > div:nth-child(1)#cookiesplus-modal > div:nth-child(3)#cookiesplus-content > div:not([id]) > form#cookiesplus-form > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:not([id])", "body > app-root:not([id]) > div:not([id]) > app-cookie-banner:nth-child(3):not([id]) > div:nth-child(1):not([id]) > div:nth-child(2)#reject-cookie-link > button#reject-cookie", "body > main:not([id]) > footer:nth-child(4)#footer > div:nth-child(3):not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(3)#acb-banner > div:nth-child(2)#acb-action > button:nth-child(1)#acb-deny-all-button", "body > div#st-cmp-v2 > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:nth-child(4):not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > span:not([id]) > div:not([id])", "body > div#cookie-consent > div:nth-child(1):not([id]) > button:nth-child(1)#cookie-deny-button", "body > div#advencyRgpd > button:nth-child(3)#refuseAll", "body > div#rgpd > div:nth-child(1):not([id]) > div:not([id]) > button:nth-child(1):not([id])", "body > div#consent > user-consent:nth-child(1):not([id]) > consent-dialog:not([id]) > consent-content:not([id]) > consent-message:nth-child(1):not([id]) > button:nth-child(1):not([id])", "body > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])", "body > div#bottom-banner > div:nth-child(3):not([id]) > div:nth-child(1)#cookies-win > button:nth-child(2):not([id])", 'body > div:not([id]) > div:not([id])[data-testid="cookie-consent-banner"] > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])', "body > div:not([id]) > div:nth-child(2)#BorlabsCookieBox > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > p:nth-child(8):not([id]) > a:not([id])", "body > div#___gatsby > div:nth-child(1)#gatsby-focus-wrapper > div:nth-child(3):not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id])", "body > div#privacy-banner > div:nth-child(3):not([id]) > button:nth-child(1)#privacy-rejected", "body > div#cookie > div:not([id]) > div:nth-child(2)#Buttondivanalytic > button:nth-child(2):not([id])", "body > div:not([id]) > p:nth-child(2):not([id]) > button:nth-child(2)#seopress-user-consent-close", "body#top > div:not([id]) > form:nth-child(1):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", "body > div#cookie-notice > div:not([id]) > span:nth-child(2)#cn-notice-buttons > button:nth-child(2)#cn-refuse-cookie", "body:not([id]) > div#BannerRegion > div:nth-child(1)#Banner_cookie_0 > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(2)#rejectAllBtn", "body:not([id]) > div#tc-privacy-wrapper > div#footer_tc_privacy > div:nth-child(2)#footer_tc_privacy_container_button > button:nth-child(2)#footer_tc_privacy_button_2", "body#html-body > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", "body:not([id]) > div#modal-root > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(1):not([id]) > button:nth-child(2):not([id]) > div:not([id])", "body:not([id]) > div#root > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div#cookie-banner-container > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", "body > div#cookie-law > div:not([id]) > div:nth-child(1):not([id]) > button:nth-child(12):not([id])", "body:not([id]) > div#__next > div:not([id]) > div:nth-child(8):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", "body:not([id]) > div#root > div:nth-child(3):not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id])", "body:not([id]) > header#header > div:nth-child(1)#CookiesConsent > div:not([id]) > div:nth-child(2):not([id]) > form:nth-child(2):not([id]) > div:nth-child(5):not([id]) > button:not([id])", "body:not([id]) > div#__next > div:not([id]) > div:nth-child(6)#cw-footer-container > footer:nth-child(1):not([id]) > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:not([id]) > span:nth-child(2):not([id]) > span:nth-child(1):not([id])", "body > div#cookie_alert > div:nth-child(2)#cookie_alert_container > div#cookie_alert_text > div:nth-child(2):not([id]) > div:nth-child(2)#js-cookie_alert_button_decline > a#cookie_alert_decline", "body > div > div:not([id]) > div:nth-child(1) > div:nth-child(2)#cookieDisclaimer > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(3):not([id]) > button:not([id])", "body:not([id]) > dialog:not([id]) > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:not([id])", "body:not([id]) > dialog:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(4):not([id]) > div:nth-child(2):not([id]) > button:not([id])", "body#unlogged-body > div#cookie-banner-deezer > div#gdpr-dir-tag > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button#gdpr-btn-refuse-all", "body:not([id]) > section:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", "body:not([id]) > section#cookie-policy > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", "body:not([id]) > div#cc--main > div#cc_div > div:nth-child(1)#cm > div#c-inr > div:nth-child(2)#c-bns > button:nth-child(1)#c-s-bn", "body > div#headlessui-portal-root > div:not([id]) > div:nth-child(2):not([id]) > div#headlessui-dialog-_r_0_ > div:nth-child(2):not([id]) > div#headlessui-dialog-panel-_r_6_ > div:nth-child(3):not([id]) > div:not([id]) > div:nth-child(1):not([id]) > button:nth-child(1):not([id])", "body > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(3):not([id])", "body:not([id]) > div#cookie-wall > div#cwi > div:nth-child(4)#cw-controls > div:not([id]) > div:nth-child(4):not([id]) > button:nth-child(2)#cwc-reject > span:not([id])", "body > div:not([id]) > div#csm-wrapper > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div#sliding-popup > div#cookiepopup > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", "body:not([id]) > div#elGuestTerms > div:not([id]) > div:nth-child(2):not([id]) > form:not([id]) > button:nth-child(3):not([id])", "body:not([id]) > div#consent-box > p:not([id]) > span:not([id]) > button:nth-child(2)#decline-cookies", "body > div#__next > div:nth-child(3)#cookieBanner > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > form:nth-child(2):not([id]) > button:nth-child(2)#cookieConsentRejectAll", "body:not([id]) > section:not([id]).privacy-banner > div:not([id]).privacy-banner__wrap > div:not([id]).privacy-content > div:not([id]).privacy-banner__grid-wrap > div:not([id]).privacy-banner__grid-col.privacy-banner__inner > div:nth-child(3):not([id]).privacy-banner__actions.privacy-banner__set.privacy-banner__btn-wrapper--stacked > button:nth-child(2):not([id]).privacy-banner__btn.privacy-banner__btn--secondary.privacy-banner__reject", "body > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button#confirmSelection", "body:not([id]) > div:not([id]) > div:nth-child(5):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(2):not([id])", "body:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > div:nth-child(2)#gdpr-popup-v3-button-mandatory", "body#hgcBody > div#cookies-banner > a:nth-child(6)#btnCookieBannerNo", "body:not([id]) > dialog#biccy-banner > div#biccy-prompt > div:nth-child(2):not([id]) > button:nth-child(2)#biccy-reject-button", "body:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)", "body > div > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > button:nth-child(3)", "body > aside#cookies-policy > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > form:nth-child(1):not([id]) > button:nth-child(2):not([id])", "body > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body:not([id]) > div#cookies > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button#cookiesReject", "body > div:not([id]) > aside:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:nth-child(2)#modal-content-17 > div#pr-cookie-notice > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#btn-cookie-decline", "body > div:not([id]) > div:nth-child(14):not([id]) > div#m-cookienotice > div:not([id]) > div:nth-child(3)#action-custom-css > a:nth-child(2):not([id])", "body > div#__nuxt > div#__layout > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body:not([id]) > div#dux-privacy > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:nth-child(1):not([id])", "body:not([id]) > div#__nuxt > div#__layout > div:not([id]) > div:nth-child(4):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "[data-testid='reject-button']", "body > div > div:nth-child(10) > div:nth-child(2) > div > div:nth-child(2) > div:nth-child(2)", "body > div#shopui-cookie-popup-container > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > a:not([id])", "body > section:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", "body:not([id]) > div#__nuxt > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div#cookies_overlay > div#cookies_banner > div:nth-child(2)#cookies_decision > button:nth-child(2)#cookies_read_declined", "body:not([id]) > div#__next > div:nth-child(3):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > div:nth-child(2):not([id]) > button:not([id])", "body > div#cookie-consent-popup > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#cookie-reject", "body > div#cookie-consent-banner > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2)#btn-reject-all", "body > div:not([id]) > div:nth-child(78)#cookie-banner > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div#cribbon > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(2)#select-only-necessary > span:not([id])", "body > div#app > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div:not([id]) > div#cookieconsent > div:nth-child(2):not([id]) > div:nth-child(3):not([id]) > div:not([id]) > button:nth-child(1)#cookie-deny", "body > dialog#r42CookieBar > section:nth-child(2):not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id])", "body > div#modal-cookiesettings > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", "body > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > button:nth-child(3):not([id])", "body > div:not([id]) > div:nth-child(1)#react-content > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > button:nth-child(2):not([id]) > span:not([id])", "body > div#cookie-bar-2019 > div:nth-child(4):not([id]) > a#declineLink", 'body > div#__next > div:nth-child(2)#cookieBanner > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])[data-testid="refuse-all-cookies"]', "body > aside#cookie-consent-banner > div:not([id]) > form:not([id]) > div:nth-child(2):not([id]) > fieldset:nth-child(3):not([id]) > ul:not([id]) > li:nth-child(1):not([id]) > button:not([id])", "body > dialog:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > footer:nth-child(3):not([id]) > div:nth-child(3):not([id]) > span:not([id])", "body > div#cookie-popup > div:nth-child(2):not([id]) > button:nth-child(2)#reject-cookies", "body > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", 'div[data-test-consent-banner-popup] button[aria-label="Niet accepteren"]', "body > dialog:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > p:nth-child(2):not([id]) > a:nth-child(1):not([id])", "body > div:not([id]) > div:nth-child(1)#react-content > div:nth-child(8):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > button:nth-child(2):not([id])", "body > div#consent-modal > div:not([id]) > div:nth-child(1)#consent-intro > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button#consent-deny-all", "body > div:not([id]) > div:nth-child(5):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", "body > div#cookielaw_banner > div:nth-child(2):not([id]) > a:nth-child(2)#cookielaw_reject", "body > div#__next > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(8):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > mini-profiler:not([id]) > div:nth-child(1)#nlportal > div:nth-child(2)#nlportal-cookie-consent > div:not([id]) > div:nth-child(1):not([id]) > section:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > button:nth-child(2):not([id])", "body > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", "body > div#_app > div:nth-child(3):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div#radix-_r_0_ > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(3):not([id])", "body > div#nimbu-consent > div:not([id]) > div:not([id]) > div:not([id]) > p:nth-child(2):not([id]) > button:nth-child(2):not([id])", '.ind-cbar[data-testid="ind-cbar"]', '.ind-cbar[data-testid="ind-cbar"] button[save-cookie][data-value="0"]', "body > div:not([id]) > div#container > section:nth-child(1):not([id]) > div:not([id]) > div#block-mumc-info-cookiesui > div#cookiesjsr > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > web-overlay:not([id]) > web-cookie-consent:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div#wpca-lay-out-wrapper > div:nth-child(1)#wpca-bar > div:nth-child(2)#wpca-bar-meta > button:nth-child(3):not([id])", 'body > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1)#cookiebanner-decline[data-testid="button-cookie-decline"]', "body > div#cookiebanner > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > span:nth-child(2):not([id]) > a:nth-child(2)#cookie-niet-akkoord", "body > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > section#cookie-consent > div:nth-child(7):not([id]) > div:nth-child(1):not([id]) > button:nth-child(1)#button-\xABr0\xBB", "body > aside#cookies-policy > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > form:nth-child(1):not([id]) > button:nth-child(2):not([id])", "body > div:not([id]) > div:nth-child(4):not([id]) > div:not([id]) > a:nth-child(4):not([id])", "body > div#__nuxt > div:not([id]) > div:nth-child(7)#modals > div:not([id]) > dialog:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:not([id]) > button:nth-child(2):not([id])", "body > div#cookies-eu-wrapper > div#cookies-eu-banner > div:nth-child(2)#cookies-eu-buttons > button:nth-child(1)#cookies-eu-reject", "body > div#wrapper > footer:nth-child(3):not([id]) > div#footer > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > div:nth-child(1):not([id]) > button:nth-child(2):not([id])", "body > div#cc-card > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > a:nth-child(2)#cc-dismiss-btn", "body > div#__nuxt > div:not([id]) > div:nth-child(3):not([id]) > section#modal > div:nth-child(2):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", "body > div#cookie-bar > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:not([id])", "body > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id]) > span:not([id])", "body > div#CNID_4eb59999-7a35-450d-a08f-1661b81e5bc4 > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#refuseAll", "body > div#__nuxt > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(8)#modals > div:not([id]) > dialog:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:not([id]) > button:nth-child(2):not([id])", 'body > div:not([id]) > div:nth-child(3)#cookie-consent[data-testid="cookie-consent-banner"] > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])', "body > div#_rootSiteLayout > aside:nth-child(5):not([id]) > div:nth-child(3):not([id]) > aside:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(3):not([id])", "body > footer:not([id]) > div:nth-child(2)#cookieParent > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1)#noCookies", "body > div#siteWrapper > div:nth-child(1):not([id]) > section:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(4):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(1):not([id]) > button:nth-child(2)#bcSubmitConsentToNone", "body > aside:not([id]) > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:nth-child(3):not([id])", "body > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(3):not([id])", "body > div:not([id]) > div:not([id]) > button:nth-child(4):not([id])", "body > shn-dialog#firstTimeVisitorCookieDialog > dialog:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > section#cc-window-overlay > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:nth-child(1):not([id])", "body > div#cookieconsent > section:not([id]) > div:not([id]) > p:nth-child(6):not([id]) > a:not([id])", "body > ticketswap-portal:not([id]) > ul:not([id]) > div:not([id]) > div:not([id]) > span:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div:not([id]) > div:nth-child(2)#ez-cookie-notification > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#ez-cookie-notification__decline", "body > div#__nuxt > div:nth-child(2)#__layout > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > div:nth-child(2)#cookie-consent > div:not([id]) > dialog:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div#cookie-consent-modal-description > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(2):not([id]) > span:not([id])", "body > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > section#chakra-modal-\\:rd\\: > div#chakra-modal--body-\\:rd\\: > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(3):not([id]) > form:not([id]) > button:nth-child(2)#cookie_settings_disallowed", "body > div#app > div:not([id]) > div:nth-child(10):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > div:nth-child(1)#cookie-banner > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(3)#cookie-banner-reject", "body > main#maincontent > div:nth-child(1):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div#svid10_17c33ae315e94c3ae6647bf > div:nth-child(1)#svid12_3f29801717d5618f8df9bf4 > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(4)#afCookieDecline", "body > div#CookieConsent > dialog:nth-child(2):not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1)#cc-b-custom", "body > aza-app:not([id]) > aza-shell:not([id]) > div:nth-child(2):not([id]) > aza-cookie-message:nth-child(1):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id]) > span:not([id])", "body > div#app > div:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div#geotargetlygeoconsent1749551372435container > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", "body > div#ppms_cm_consent_popup_d0973bf6-9332-4ce3-bc7c-09678b958daf > div#ppms_cm_popup_overlay > div:nth-child(2)#ppms_cm_popup_wrapper > div#ppms_cm_popup > div#ppms_cm_popup_main_id > div#ppms_cm_popup_responsive_wrapper_id > div:nth-child(2)#ppms-4ad6f5ba-7508-4caa-bd23-e8e9a4bd64b2 > div:nth-child(2)#ppms-85b001a4-b886-4f7e-82d5-bd34f50f3266 > button:nth-child(2)#ppms_cm_reject-all", "body > div#__nuxt > div:nth-child(2)#main-wrapper > div:nth-child(5):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div#shopify-section-sections--20055816765655__privacy-banner > cookie-bar:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", "body > div:not([id]) > form:not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", "body > div#cookie-consent-modal > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(4):not([id])", "body > div#CookieConsent > dialog:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1)#cc-b-custom", "body > div#app > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:not([id])", "body > div#__docusaurus > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1)#rcc-decline-button", "body > div#CookieConsent > dialog:nth-child(2):not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button#cc-b-custom", "body > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", "body > div#radix-_r_2_ > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div#__next > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id])", "body > section#component-cookie-banner > div:nth-child(1):not([id]) > footer:nth-child(4):not([id]) > div:nth-child(1):not([id]) > button:nth-child(2)#cookie-banner-accept-essentials", "body > form#cookieConsentForm > div#cookie-consent-modal > div:not([id]) > div#cookie-consent-modal-content > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", "body > div#__nuxt > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > form:nth-child(2):not([id]) > button:nth-child(3):not([id])", "body > div#cookie_banner > div:not([id]) > button:nth-child(2):not([id])", "body > div:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > button:nth-child(2):not([id])", "body > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(3):not([id]) > container:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div#versionized-cookie-banner > div:nth-child(2):not([id]) > ul:not([id]) > li:nth-child(2):not([id]) > button#btn-reject-cookies", "body:not([id]) > div#consent-banner > div:nth-child(2)#truste-consent-track > div:nth-child(3)#truste-consent-content > div:nth-child(3):not([id]) > div#truste-consent-buttons > button:nth-child(3)#truste-consent-required", 'body > div#__next > div:not([id]) > div:nth-child(1)#cookieBanner[data-testid="cookie-banner"] > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(1):not([id]) > p:not([id]) > a:nth-child(2):not([id])', "body > div[class] > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)", "body > div#cmpbox > div:not([id]) > div:nth-child(1)#cmpboxcontent > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > a:not([id])", "body > div[id][cookie-banner-data-theme] > div > div > div > div:nth-child(2) > div:nth-child(2) > button", "body:not([id]) > div#seers-cmp-cookie-data-hol > div:nth-child(2)#SeersCMPBannerMainBar > div:nth-child(2):not([id]) > a:nth-child(2):not([id])", "body > div:not([id]) > div:nth-child(3)#gdpr_cookie_info_bar-wr > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", "body > div[id][class][data-role][data-controller][style] > div > div:nth-child(2) > form > button:nth-child(3)", "body > div[class][tabindex] > div > div > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)", "body > div[class][id][tabindex][role][aria-labelledby][aria-modal][style] > div > div > div:nth-child(3) > div > div > p > button:nth-child(3)", "body > div[id] > div:nth-child(2) > div:nth-child(4) > div > div:nth-child(2) > button:nth-child(2)", "body > div#cassie-widget > div:nth-child(4)#cassie_cookie_module > div:nth-child(2)#cassie_pre_banner > div:nth-child(3)#cassie_pre_banner__footer > button:nth-child(2)#cassie_reject_all_pre_banner", "body > div:not([id]) > div:nth-child(17):not([id]) > div:not([id]) > a:nth-child(3):not([id])", "body:not([id]) > div#__next > div:not([id]) > main:nth-child(3):not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(27):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > aside:not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div:not([id]) > div:not([id]) > div#ch2-dialog > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", "body > div[class][role][aria-labelledby][aria-live][lang] > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)", "body > div[id] > div > div:nth-child(1) > div > div > div > div:nth-child(2) > button:nth-child(2)", "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "#cookie-consent", '#cookie-consent[style*="max-height"] #cookie-status-reject', "body.enable-cookie-control", ".cookie-dialog-initial", ".cookie-dialog-initial button.g-button.outline", "cookie_preferences=%7B%22allow%22%3A%5B%5D", '*[aria-labelledby="consent-banner-title"]', "#consent-banner-title", 'button[data-testid="reject-button"]', "ckns_explicit=1", "div.modal.cookiesModal.is-open", 'div.cookiesModal__buttonWrapper > button[data-closecause="close-by-manage-cookies"]', "button#js-manage-data-privacy-save-button", "#cookie-consent-banner .all4-cc-primary-button", '#cookie-consent-banner button[aria-label="Reject non-essential cookies and continue."]', "C4_CC=eyJ2ZXJzaW9uIjoxLCJjb25zZW50ZWQiOnRydWUs", "body > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "#gdpr-cookie-message", "[data-testid='cookie-banner-reject-button']", "CMCCP=AD%3D0", "#cookie-disclaimer", "#cookiesel", 'div[class*="Overlay__container"]:has(div[class*="TCF2Popup"])', 'div[class*="TCF2Popup"]', '[class*="TCF2Popup"] a[href^="https://www.dailymotion.com/legal/cookiemanagement"]', 'button[class*="TCF2ContinueWithoutAcceptingButton"]', "dm-euconsent-v2", "ngc-cookie-banner", "div.cookie-footer-container", "[data-testid=cookieBanner]", "[data-testid=cookieBanner] button", "[data-testid=cookieBanner__manageCookiesButton]", "[data-testid=cookieModal] input[type=radio][value=false]:not(:checked):not(:disabled)", "[data-testid=cookieModal__acceptButton]", "gdpr__", ".cc-window.cc-visible", ".cc-window .cc-dialog", ".cc-window.cc-visible .cc-consent-require-only", "dji_consentmanager", "[id^=cookie-consent-banner]", "#cookie-consent-denied", "cookie-consent=denied", "#gdpr-banner", "#gdpr-banner-decline", ".cookie-wrapper", ".cookie-wrapper > .cookie-notice", "[data-test-id=cookie-notice-reject]", "#edp-cookies-banner", "#edp-cookies-banner .edp-cookies-refuse", "edp_cookie_agree=0", "#ef-ccpa", "#ef-button-ccpa-decline", ".modal:has(> .modal-content > .cookie-consent)", ".cookie-consent #cookieDisagree", "div#klaro", "xpath///div[contains(@class,'pointer-events-none')]//button[normalize-space()='Accept all' or normalize-space()='Tout accepter']", "xpath///button[normalize-space()='Customize' or normalize-space()='Personnaliser']", "xpath///button[normalize-space()='Decline' or normalize-space()='Refuser']", "escaparium_cookie_consent_decided=1", ".cdk-overlay-container", ".cdk-overlay-container app-esaa-cookie-component", ".btn-cookie-refuser", ".cck-container", '.cck-actions-button[href="#refuse"]', "body > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id])", '[data-testid="cookie-policy-manage-dialog"]', '[data-testid="cookie-policy-manage-dialog-decline-button"]', "#gdrp", ".cookie-consent", ".modal-cookie", ".cookies-modal", ".show-cookies-modal .cookies-modal #cookies-accept", ".show-cookies-modal .cookies-modal #cookies-reject", ".fixed [data-testid=closeCookieBanner]", "[data-testid=consent-banner]", "[data-testid=manage-preferences]", "[data-testid=consent-mgr-dialog] [data-ga-button=save-preferences]", 'div[role="dialog"][aria-label^="Privacy Disclosure"]', "#CookieConsent", "#CookieConsentDeclined", "[data-testid=consent-banner] [data-testid=reject-button]", `xpath///div[contains(., "Vill du till\xE5ta anv\xE4ndningen av cookies fr\xE5n Instagram i den h\xE4r webbl\xE4saren?") or contains(., "Allow the use of cookies from Instagram on this browser?") or contains(., "Povolit v prohl\xED\u017Ee\u010Di pou\u017Eit\xED soubor\u016F cookie z Instagramu?") or contains(., "Dopustiti upotrebu kola\u010Di\u0107a s Instagrama na ovom pregledniku?") or contains(., "\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0444\u0430\u0439\u043B\u043E\u0432 cookie \u043E\u0442 Instagram \u0432 \u044D\u0442\u043E\u043C \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0435?") or contains(., "Vuoi consentire l'uso dei cookie di Instagram su questo browser?") or contains(., "Povoli\u0165 pou\u017E\xEDvanie cookies zo slu\u017Eby Instagram v tomto prehliada\u010Di?") or contains(., "Die Verwendung von Cookies durch Instagram in diesem Browser erlauben?") or contains(., "Sallitaanko Instagramin ev\xE4steiden k\xE4ytt\xF6 t\xE4ll\xE4 selaimella?") or contains(., "Enged\xE9lyezed az Instagram cookie-jainak haszn\xE1lat\xE1t ebben a b\xF6ng\xE9sz\u0151ben?") or contains(., "Het gebruik van cookies van Instagram toestaan in deze browser?") or contains(., "Bu taray\u0131c\u0131da Instagram'dan \xE7erez kullan\u0131m\u0131na izin verilsin mi?") or contains(., "Permitir o uso de cookies do Instagram neste navegador?") or contains(., "Permi\u0163i folosirea modulelor cookie de la Instagram \xEEn acest browser?") or contains(., "Autoriser l\u2019utilisation des cookies d\u2019Instagram sur ce navigateur ?") or contains(., "\xBFPermitir el uso de cookies de Instagram en este navegador?") or contains(., "Zezwoli\u0107 na u\u017Cycie plik\xF3w cookie z Instagramu w tej przegl\u0105darce?") or contains(., "\u039D\u03B1 \u03B5\u03C0\u03B9\u03C4\u03C1\u03AD\u03C0\u03B5\u03C4\u03B1\u03B9 \u03B7 \u03C7\u03C1\u03AE\u03C3\u03B7 cookies \u03B1\u03C0\u03CC \u03C4o Instagram \u03C3\u03B5 \u03B1\u03C5\u03C4\u03CC \u03C4\u03BF \u03C0\u03C1\u03CC\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1 \u03C0\u03B5\u03C1\u03B9\u03AE\u03B3\u03B7\u03C3\u03B7\u03C2;") or contains(., "\u0420\u0430\u0437\u0440\u0435\u0448\u0430\u0432\u0430\u0442\u0435 \u043B\u0438 \u0438\u0437\u043F\u043E\u043B\u0437\u0432\u0430\u043D\u0435\u0442\u043E \u043D\u0430 \u0431\u0438\u0441\u043A\u0432\u0438\u0442\u043A\u0438 \u043E\u0442 Instagram \u043D\u0430 \u0442\u043E\u0437\u0438 \u0431\u0440\u0430\u0443\u0437\u044A\u0440?") or contains(., "Vil du tillade brugen af cookies fra Instagram i denne browser?") or contains(., "Vil du tillate bruk av informasjonskapsler fra Instagram i denne nettleseren?")]`, "xpath///button[contains(., '\u041E\u0442\u043A\u043B\u043E\u043D\u0438\u0442\u044C \u043D\u0435\u043E\u0431\u044F\u0437\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u0444\u0430\u0439\u043B\u044B cookie') or contains(., 'Decline optional cookies') or contains(., 'Refuser les cookies optionnels') or contains(., 'Hylk\xE4\xE4 valinnaiset ev\xE4steet') or contains(., 'Afvis valgfrie cookies') or contains(., 'Odmietnu\u0165 nepovinn\xE9 cookies') or contains(., '\u0391\u03C0\u03CC\u03C1\u03C1\u03B9\u03C8\u03B7 \u03C0\u03C1\u03BF\u03B1\u03B9\u03C1\u03B5\u03C4\u03B9\u03BA\u03CE\u03BD cookies') or contains(., 'Neka valfria cookies') or contains(., 'Optionale Cookies ablehnen') or contains(., 'Rifiuta cookie facoltativi') or contains(., 'Odbij neobavezne kola\u010Di\u0107e') or contains(., 'Avvis valgfrie informasjonskapsler') or contains(., '\u0130ste\u011Fe ba\u011Fl\u0131 \xE7erezleri reddet') or contains(., 'Recusar cookies opcionais') or contains(., 'Optionele cookies afwijzen') or contains(., 'Rechazar cookies opcionales') or contains(., 'Odrzu\u0107 opcjonalne pliki cookie') or contains(., '\u041E\u0442\u0445\u0432\u044A\u0440\u043B\u044F\u043D\u0435 \u043D\u0430 \u0431\u0438\u0441\u043A\u0432\u0438\u0442\u043A\u0438\u0442\u0435 \u043F\u043E \u0438\u0437\u0431\u043E\u0440') or contains(., 'Odm\xEDtnout voliteln\xE9 soubory cookie') or contains(., 'Refuz\u0103 modulele cookie op\u0163ionale') or contains(., 'A nem k\xF6telez\u0151 cookie-k elutas\xEDt\xE1sa')]", ".pop-cookie", ".miniConsent,#PrivacyPolicyBanner", "#PrivacyPolicyBanner", "#cookie-settings", "#reject-all-cookies", "#cookiebanner-popup", "#jg-chrome-header", "#cookiebanner-popup #accept-essential-Cookies", "necessary:true%2Cpreferences:false", "#react-consent-modal", "#react-consent-modal .flex.flex-column", "#react-consent-modal .flex.flex-row.justify-between button:first-child", "#gdpr-banner-container", "#gdpr-banner-container #gdpr-banner [data-testid=gdpr-banner-decline-button]", "div:has(> div > a[href*='/privacy-policy'])", "#cookiePopup", ".cookie-overlay", "#cookiePopup .reject-cookie", "_site_acceptance=0", 'div:has(> div > div > div[role=alert] > a[href^="https://policy.medium.com/medium-privacy-policy-"])', "#cookie-container", 'div[aria-label="Cookie Policy Banner"]', "dialog.cookieconsent__dialog", '.cookieconsent__base[data-component="cookieconsent"]', ".cookieconsent__buttonAcceptNecessary", "consent_choice=", "#cmp-banner-sdk", ".cmp-sdk-container", "#cmp-reject-all-handler", "OptanonAlertBoxClosed", "#onetrust-banner-sdk", "div#cookieWarning", "a#btnCookiesDenyAll", "[class*=ConsentManager]", "[class*=ConsentManager_cookieBar]", 'xpath///button[contains(@class, "ConsentManager_cookieBarButton") and contains(., "weigeren")]', "[data-testid=cookie-dialog-root]", "input[type=radio][id$=-declineLabel]", "[data-testid=confirm-choice-button]", "ccm-notification", "gdpr-banner", ".cookies-agreement-notification,.modal-new:has([data-module=SetupCookies])", ".cookies-agreement-notification", ".cookies-agreement-notification .cb_setup", "[data-module=SetupCookies]", "[data-module=SetupCookies] input[type=checkbox]:checked:not(:disabled)", "[name=button_save_choice]", "div.b-cookies-informer", "div.b-cookies-informer__nav > button:nth-child(1)", "div.b-cookies-informer__switchers", "div.b-cookies-informer__switchers input:not([disabled])", "div.b-cookies-informer__nav > button", "[aria-labelledby=cookieConsentTitle]", "xpath///button[contains(., 'Reject non-essential')]", "consent=rejected", "#cookie-consent .cookie-all__btn", "#cookie-consent .cookie-consent__switch.active:not(.always_on)", "#cookie-consent .cookie-selection__btn", "cookie_consent_essential=true", "cookie_consent_marketing=true", ".cookie-manager", ".cookie-manager .cookie-notice.open", ".cookie-notice [data-test=reject]", "footer .ccpabanner", ".BusinessCookieConsent", ".BusinessCookieConsent [data-id=cookie-consent-banner-buttons]", "[data-id=cookie-consent-banner-buttons] > div:nth-child(2) button", "#cookie-consent button", "#cookie-consent input[type=checkbox]:checked:not(:disabled)", "plosCookieConsentStatus=false", "#cookieBanner #cookieBannerContent", "#cookieBanner #cookieBannerContent, #globalCookieBanner", "#globalCookieBanner .js-customizeGlobalCookies", "#cookieBanner [data-label=accept_essential]", "#cookieBanner button.cbSecondaryCTA", "pnl-cookie-wall-widget", "CookiePermissionInfo", ".alert .accept-cookies,form.js-cookies", ".alert:has(.accept-cookies)", "form.js-cookies button", "form.js-cookies input[type=checkbox]", "form.js-cookies input[type=checkbox]:checked:not(:disabled)", "form.js-cookies button[type=submit]", ".alert:has(.accept-cookies) a[href='/account/cookies']", ".c-modal.is-active", ".c-modal.is-active .is-dismiss", "#__rptl-cookiebanner #__rptl-cookiebanner-reject", ".DialogHandlerContainer.visible:has(.cookie-dialog)", "span.cookie-option-large>div>span.link-no-decoration.gui-text", ".cookie-dialog form .CookieConsentOption input[type='checkbox']:not([name='permanent']):checked", ".cookie-dialog button[type='submit']", "[bundlename=reddit_cookie_banner]", "#data-protection-consent-dialog rpl-modal-card > button.button-primary", "#data-protection-consent-dialog rpl-modal-card > button.button-secondary", "eu_cookie={%22opted%22:true%2C%22nonessential%22:false}", "div:has(> button#cookieBar-button)", "#cookieBar-button", ".cookie-banner-wrapper", ".cookie-banner-wrapper .cookie-banner", ".cookie-banner-wrapper button.btn-secondary-lg", "RBXcb", "#cookie-policy-info", 'div.cookie-btn-box > div[aria-label="Reject"]', '.cookie-policy-lightbox-bottom > div[aria-label="Save Settings"]', "#m-cookienotice", "#manage-cookies", "#accept-selected", ".cookies-banner-shown", "#cookie-popup-with-overlay", "#cookie-popup-with-overlay [data-ref='cookie.no-thanks']", "RY_COOKIE_CONSENT", "div.cookie-bar", "body > div#__next > div#app > div:nth-child(7):not([id])", "body > div[class*=_shein_privacy]", "body > div[class*=_shein_privacy] > div:nth-of-type(2) > div:nth-of-type(4) > div:nth-of-type(3)", "#cookieBannerContent", "[data-tracking-element-id=cookie_banner_essential_only]", "app-cookie-consent", "app-cookie-consent button.underline", "app-cookie-consent ui-switch button.switch", "app-cookie-consent ui-switch button.switch.checked:not(.disabled)", "app-cookie-consent app-btn button", ".consent__wrapper", ".consent", "button.consentSettings", "button#consentSubmit", "[class*=CookieConsent__root___]", "[class*=CookieConsent__modal___]", "[class*=CookieConsent__modal___] > div > button[class*=secondary]:nth-child(2)", 'cookie-consent-1={"optedIn":true,"functionality":false,"statistics":false}', 'div > div > div > div > span[href*="/cookie-and-similar-technologies-policy.html"]', "xpath///span[contains(., 'Alle afwijzen') or contains(., 'Reject all') or contains(., 'T\xFCm\xFCn\xFC reddet') or contains(., 'Odrzu\u0107 wszystko')]", 'div > div > div:has(> div > span[href*="/cookie-and-similar-technologies-policy.html"]) > [role=button]:nth-child(2)', "[aria-label=consent-banner]", "#onetrust-pc-sdk", "xpath///button[contains(., 'Reject all')]", "interactionCount=1", "#cookie_banner", "#tsla-reject-cookie", "tsla-cookie-consent=rejected", "#consent-banner", "#consent-banner button[data-testid='close-button']", "[data-test-id=cookies_section]", "div:has(> button#accept-button):has(> button#decline-button)", "button#accept-button,button#decline-button", "button#decline-button", "#consent-modal", "#privacy-settings-content", 'button[type="submit"]', "div.one-modal__action-footer-column--secondary > a", ".fixed.bottom-0:has([data-test=cookieBannerButton])", ".fixed.bottom-0 [data-test=cookieBannerButton]", "div:has(> .consent-banner .consent-banner__content--gdpr-v2),.ReactModalPortal:has([data-a-target=consent-modal-save])", ".consent-banner .consent-banner__content--gdpr-v2", "div:has(> .consent-banner .consent-banner__content--gdpr-v2)", 'button[data-a-target="consent-banner-manage-preferences"]', "input[type=checkbox][data-a-target=tw-checkbox]", "input[type=checkbox][data-a-target=tw-checkbox][checked]:not([disabled])", "[data-a-target=consent-modal-save]", ".ReactModalPortal:has([data-a-target=consent-modal-save])", '[data-testid="BottomBar"]', "body > div#react-root > div:not([id]) > div:not([id]) > div:nth-child(1)#layers > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:not([id])[data-testid=BottomBar] > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", ".cookie-banner", ".ucb", ".ucb-banner", ".ucb-banner .ucb-btn-save", ".dip-consent,.dip-consent-container", ".dip-consent-container", ".dip-consent-content", '.dip-consent-btn[tabindex="2"]', "cookie-banner#cookie-banner-host", "groups=C1%3A1%2CC3%3A0", "[class^=cookie_wrapper]", "[class*=ConsentBanner]", "[class*=ConsentBanner] .frDWEu", "[class*=ConsentBanner] .hXIpFU", "xeConsentState={%22performance%22:false%2C%22marketing%22:false%2C%22compliance%22:false}", "[class*=modal]", "[class*=modal] a[href*='/cookie-policy']", "[class*=modal]:has(a[href*='/cookie-policy']) button:nth-child(2)", "[class*=cookiesAnnounce]", "[class*=cookiesAnnounce] [class*=announceText]", ".disclaimer-opened #disclaimer-cookies", "#disclaimer-reject_cookies", "div.cookie.flex.flex-wrap", "xpath///div[contains(@class,'cookie')]//button[normalize-space()='Deny']", "#consent-page", "#consent-page button[value=reject]", "#cookie_modal_wrapper", "#cookie_modal_wrapper #cookie_modal_button_choose", "#consent-init", "#consent-init #consent-configure", "#consent-update #consent-configuration-save", "zinio-cookie-consent"], r: [[1, "abconcerts.be", 2, "", 22, [0], [{ e: 1 }], [{ v: 1 }], [{ if: { e: 2 }, then: [{ k: 2 }], else: [{ k: 3 }, { c: 4 }] }], [], { intermediate: false }], [1, "acris", 2, "", 22, [5], [{ e: 6 }], [{ v: 7 }], [{ check: "any", wv: 8 }, { wait: 500 }, { c: 8 }], [], {}], [1, "adopt", 2, "", 22, [9], [{ e: 10 }], [{ v: 9 }], [{ c: 11 }], [{ eval: "EVAL_ADOPT_TEST" }], {}], [1, "Adroll", 2, "", 22, [12], [{ e: 12 }], [{ v: 12 }], [{ c: 13 }], [{ negated: true, cc: 14 }], {}], [1, "affinity.serif.com", 2, "", 22, [], [{ e: 15 }], [{ v: 16 }], [{ k: 17 }], [{ wait: 500 }, { cc: 18 }, { negated: true, cc: 19 }], {}], [1, "amazon.com", 2, "", 22, [20], [{ e: 20 }], [{ check: "any", v: 21 }], [{ wv: 22 }, { wait: 5e3 }, { k: 22 }], [], {}], [1, "amex", 0, "", 22, [23], [{ e: 23 }], [{ v: 23 }], [{ c: 24 }], [], {}], [1, "anthropic", 2, "", 22, [], [{ e: 25 }], [{ v: 25 }], [{ c: 26 }], [{ cc: 27 }], {}], [1, "aquasana.com", 2, "", 22, [28], [{ e: 28 }], [{ e: 28 }], [{ if: { e: 29 }, then: [{ k: 29 }], else: [{ h: 28 }] }], [], {}], [1, "arbeitsagentur", 2, "", 22, [30], [{ e: 31 }], [{ e: 32 }], [{ waitForThenClick: ["bahf-cookie-disclaimer-dpl3", "#bahf-cookie-disclaimer-modal .ba-btn-contrast"] }], [{ cc: 33 }], {}], [1, "asus", 2, "", 22, [34], [{ e: 35 }], [{ v: 35 }], [{ if: { e: 36 }, then: [{ k: 36 }], else: [{ c: 37 }, { c: 38 }] }], [], {}], [1, "automattic-cmp-optout", 2, "", 22, [39], [{ e: 39 }], [{ v: 39 }], [{ k: 40 }, { all: true, c: 41 }, { k: 42 }], [], {}], [1, "aws.amazon.com", 2, "", 22, [43, 44, 45, 46], [{ e: 43 }], [{ v: 43 }], [{ if: { e: 47 }, then: [{ k: 47 }], else: [{ k: 48 }, { w: 49 }, { all: true, optional: true, k: 50 }, { k: 51 }] }], [], {}], [1, "axeptio", 2, "", 22, [52], [{ e: 52 }], [{ any: [{ e: 53 }, { v: 54 }, { visible: [".axeptio_mount .needsclick", ".axeptio_widget"] }] }], [{ if: { e: 55 }, then: [{ waitForVisible: [".axeptio_mount .needsclick", "button#axeptio_btn_dismiss,button.ax-discardButton"] }, { wait: 300 }, { click: [".axeptio_mount .needsclick", "button#axeptio_btn_dismiss,button.ax-discardButton"] }], else: [{ wv: 56 }, { wait: 300 }, { k: 56 }] }], [{ cc: 57 }], {}], [1, "aylo-cookie-banner", 2, "", 22, [58], [{ e: 59 }, { e: 60 }], [{ v: 59 }, { check: "none", v: 61 }], [{ all: true, c: 60 }, { optional: true, c: 62 }], [{ cc: 63 }], {}], [1, "b-cookie", 1, "", 22, [64], [{ e: 64 }], [{ v: 64 }], [{ h: 64 }], [], {}], [1, "baden-wuerttemberg.de", 2, "", 22, [65], [{ e: 65 }], [{ v: 65 }], [{ if: { e: 66 }, then: [{ k: 66 }], else: [{ all: true, optional: true, k: 67 }, { k: 68 }] }], [], {}], [1, "bbb.org", 0, "", 22, [69], [{ e: 69 }], [{ v: 70 }], [{ wv: 71 }, { wait: 500 }, { k: 71 }, { w: 72 }, { all: true, optional: true, k: 73 }, { k: 74 }, { c: 75 }], [], {}], [1, "bigcommerce-consent-manager", 0, "", 22, [76], [{ e: 76 }, { eval: "EVAL_BIGCOMMERCE_CONSENT_MANAGER_DETECT" }], [{ v: 77 }], [{ c: 78 }], [{ cc: 79 }], {}], [1, "bing.com", 2, "", 22, [80], [{ e: 81 }], [{ v: 81 }, { v: 82 }], [{ wait: 500 }, { c: 83 }], [{ cc: 84 }], {}], [1, "blocksy", 0, "", 10, [85], [{ e: 86 }], [{ v: 85 }], [{ c: 87 }], [{ cc: 88 }], { intermediate: false }], [1, "borlabs", 2, "", 22, [89], [{ e: 90 }], [{ v: 91 }], [{ if: { e: 92 }, then: [{ k: 92 }], else: [{ k: 93 }, { wv: 94 }, { all: true, optional: true, k: 95 }, { k: 96 }, { wait: 500 }] }], [{ eval: "EVAL_BORLABS_0" }], {}], [1, "bswhealth", 0, "", 22, [97], [{ e: 97 }], [{ v: 98 }], [{ c: 99 }, { wv: 100 }, { all: true, optional: true, c: 101 }, { c: 98 }], [{ cc: 102 }], {}], [1, "bundesregierung.de", 2, "", 22, [103], [{ e: 103 }], [{ v: 104 }], [{ wait: 500 }, { c: 105 }], [{ cc: 106 }], {}], [1, "burpee.com", 2, "", 22, [107, 108], [{ e: 108 }], [{ v: 109 }], [{ if: { e: 110 }, then: [{ c: 110 }, { all: true, k: 111 }, { k: 112 }], else: [{ h: 113 }] }], [], {}], [1, "cassie", 0, "", 10, [114], [{ e: 115 }], [{ v: 116 }], [{ c: 117 }], [], {}], [1, "cc_banner", 1, "", 22, [118], [{ e: 118 }], [{ v: 119 }], [{ h: 118 }], [], {}], [1, "cc-banner-springer", 2, "", 22, [120], [{ e: 120 }], [{ v: 120 }], [{ if: { e: 121 }, then: [{ k: 121 }], else: [{ c: 122 }, { w: 123 }, { all: true, optional: true, k: 124 }, { if: { e: 125 }, then: [{ k: 125 }], else: [{ k: 126 }] }] }], [{ eval: "EVAL_CC_BANNER2_0" }], {}], [1, "check24-partnerprogramm-de", 2, "", 22, [127], [{ e: 128 }], [{ check: "any", v: 128 }], [{ c: 129 }], [], {}], [1, "ciaopeople.it", 2, "", 22, [130], [{ e: 130 }], [{ v: 130 }], [{ c: 131 }, { w: 132 }, { c: 133 }], [{ check: "none", v: 130 }], {}], [1, "civic-cookie-control", 2, "", 22, [134], [{ e: 135 }], [{ v: 136 }, { v: 135 }], [{ if: { v: 137 }, then: [{ c: 137 }], else: [{ if: { exists: ["#ccc #ccc-notify .ccc-notify-buttons", "xpath///button[contains(., 'Settings') or contains(., 'Cookie Preferences') or contains(., 'Einstellungen\uFE0F')]"] }, then: [{ waitForThenClick: ["#ccc #ccc-notify .ccc-notify-buttons", "xpath///button[contains(., 'Settings') or contains(., 'Cookie Preferences') or contains(., 'Einstellungen\uFE0F')]"] }, { wv: 138 }] }, { if: { v: 137 }, then: [{ c: 137 }], else: [{ c: 139 }] }] }], [], {}], [1, "ckies", 2, "", 22, [140], [{ e: 140 }], [{ v: 140 }], [{ c: 141 }], [{ cc: 142 }], {}], [1, "click.io", 2, "", 22, [143], [{ e: 143 }], [{ v: 143 }], [{ w: 144 }, { wait: 500 }, { k: 144 }, { w: 145 }, { all: true, k: 145 }, { k: 146 }], [{ cc: 147 }], {}], [1, "clinch", 2, "", 10, [148], [{ e: 148 }], [{ v: 148 }], [{ if: { e: 149 }, then: [{ k: 149 }], else: [{ k: 150 }, { all: true, optional: true, k: 151 }, { k: 152 }] }], [{ cc: 153 }], { intermediate: false }], [1, "cloudflare-zaraz", 2, "", 22, [154], [{ exists: [".cf_modal_container", ".cf_consent-buttons"] }], [{ visible: [".cf_modal_container", ".cf_consent-buttons"] }], [{ waitForThenClick: [".cf_modal_container", ".cf_consent-buttons #cf_consent-buttons__reject-all"] }], [], {}], [1, "Complianz banner", 2, "", 22, [155], [{ e: 156 }], [{ check: "any", v: 156 }], [{ c: 157 }], [{ cc: 158 }], {}], [1, "Complianz categories", 2, "", 22, [159], [{ e: 159 }], [{ v: 159 }], [{ if: { e: 160 }, then: [{ k: 161 }], else: [{ all: true, optional: true, k: 162 }, { k: 163 }] }], [], {}], [1, "Complianz notice", 1, "", 22, [164], [{ e: 165 }], [{ v: 165 }], [{ if: { e: 166 }, then: [{ k: 166 }], else: [{ h: 167 }] }], [], {}], [1, "Complianz opt-both", 2, "", 22, [168], [{ e: 168 }], [{ v: 168 }], [{ c: 166 }], [], {}], [1, "Complianz opt-out", 2, "", 22, [169], [{ e: 169 }], [{ v: 169 }], [{ if: { e: 166 }, then: [{ k: 166 }], else: [{ if: { e: 170 }, then: [{ k: 170 }, { c: 171 }, { c: 172 }] }] }], [], {}], [1, "Complianz optin", 2, "", 22, [173], [{ e: 173 }], [{ v: 173 }], [{ if: { v: 166 }, then: [{ k: 166 }], else: [{ if: { v: 174 }, then: [{ c: 174 }, { wv: 175 }, { all: true, optional: true, k: 176 }, { k: 177 }], else: [{ k: 161 }] }] }], [], {}], [1, "consentmo", 2, "", 22, [178], [{ exists: ["csm-cookie-consent", ".csm-wrapper"] }], [{ visible: ["csm-cookie-consent", ".csm-wrapper button"] }], [{ if: { exists: ["csm-cookie-consent", ".csm-wrapper .cc-deny"] }, then: [{ waitForThenClick: ["csm-cookie-consent", ".csm-wrapper .cc-deny"] }], else: [{ waitForThenClick: ["csm-cookie-consent", ".csm-wrapper .cc-settings"] }, { waitForThenClick: ["csm-cookie-consent", ".csm-wrapper .cc-deny"] }] }], [{ waitForVisible: ["csm-cookie-consent", ".csm-wrapper button"], timeout: 1e3, check: "none" }], {}], [1, "Cookie Information Banner", 2, "", 22, [179], [{ e: 179 }], [{ v: 179 }], [{ eval: "EVAL_COOKIEINFORMATION_0" }, { wait: 1e3 }, { if: { v: 180 }, then: [{ h: 179 }] }], [{ cc: 181 }], {}], [1, "cookie-consent-spice", 0, "", 10, [182, 183], [{ e: 183 }], [{ v: 183 }], [{ c: 184 }], [], {}], [1, "cookie-law-info", 2, "", 22, [185], [{ e: 186 }, { eval: "EVAL_COOKIE_LAW_INFO_DETECT" }], [{ v: 186 }], [{ h: 185 }, { eval: "EVAL_COOKIE_LAW_INFO_0" }], [{ negated: true, cc: 187 }], {}], [1, "cookie-manager-popup", 0, "", 10, [188], [{ e: 189 }], [{ v: 108 }], [{ if: { e: 190 }, then: [{ k: 190 }], else: [{ c: 188 }, { wv: 191 }, { all: true, optional: true, k: 192 }, { k: 193 }] }], [{ eval: "EVAL_COOKIE_MANAGER_POPUP_0" }], { intermediate: false }], [1, "cookie-script", 2, "", 22, [194], [{ e: 194 }], [{ v: 194 }], [{ if: { e: 195 }, then: [{ wait: 100 }, { k: 195 }], else: [{ k: 196 }, { wv: 197 }, { c: 195 }] }], [], {}], [1, "cookieacceptbar", 1, "", 22, [198], [{ e: 198 }], [{ v: 198 }], [{ h: 198 }], [], {}], [1, "cookieconsent2", 2, "", 22, [199], [{ e: 199 }], [{ e: 200 }, { e: 201 }], [{ if: { e: 202 }, then: [{ c: 202 }], else: [{ c: 203 }, { wait: 500 }, { c: 204 }] }], [{ cc: 205 }], {}], [1, "cookieconsent3", 2, "", 22, [206], [{ e: 206 }], [{ v: 207 }], [{ if: { e: 208 }, then: [{ c: 208 }], else: [{ c: 209 }, { c: 210 }] }], [{ cc: 205 }], {}], [1, "cookiecuttr", 0, "", 10, [211], [{ e: 212 }], [{ v: 212 }], [{ if: { e: 213 }, then: [{ k: 213 }], else: [{ h: 211 }] }], [], {}], [1, "cookiefirst.com", 2, "", 22, [214], [{ e: 215 }], [{ v: 215 }], [{ if: { e: 216 }, then: [{ k: 216 }, { timeout: 1e3, wv: 217 }, { eval: "EVAL_COOKIEFIRST_1" }, { wait: 1e3 }, { k: 218 }], else: [{ k: 219 }] }], [{ eval: "EVAL_COOKIEFIRST_0" }], {}], [1, "cookiehub", 2, "", 22, [220], [{ e: 221 }], [{ v: 221 }], [{ if: { e: 222 }, then: [{ k: 222 }, { wv: 223 }, { if: { e: 224 }, then: [{ k: 224 }], else: [{ all: true, optional: true, k: 225 }, { k: 226 }] }], else: [{ h: 220 }] }], [{ cc: 227 }], {}], [1, "cookiejs-banner", 2, "", 22, [228], [{ e: 229 }], [{ v: 230 }], [{ c: 231 }], [{ cc: 232 }], {}], [1, "cookiejs-modal", 2, "", 22, [228], [{ e: 233 }], [{ v: 234 }], [{ c: 235 }], [{ cc: 236 }], {}], [1, "cookieyes", 2, "", 22, [237], [{ e: 238 }], [{ v: 238 }], [{ if: { e: 239 }, then: [{ c: 239 }], else: [{ if: { e: 240 }, then: [{ k: 240 }, { w: 241 }, { all: true, optional: true, k: 242 }, { c: 243 }], else: [{ h: 244 }] }] }], [{ cc: 245 }], {}], [1, "corona-in-zahlen.de", 2, "", 22, [246], [{ e: 246 }], [{ v: 246 }], [{ k: 247 }, { k: 248 }], [], {}], [1, "ct-ultimate-gdpr", 2, "", 22, [249], [{ e: 249 }], [{ timeout: 3e4, wv: 249 }], [{ if: { v: 250 }, then: [{ k: 250 }], else: [{ if: { v: 251 }, then: [{ k: 251 }, { c: 252 }, { k: 253 }], else: [{ h: 249 }] }] }], [{ wait: 500 }, { cc: 254 }], {}], [1, "curseforge", 1, "", 22, [255], [{ e: 256 }], [{ v: 256 }], [{ h: 255 }], [], {}], [1, "dailymotion-us", 1, "", 22, [257], [{ e: 258 }], [{ v: 258 }], [{ h: 258 }], [], {}], [1, "dan-com", 2, "", 10, [], [{ e: 259 }], [{ v: 259 }], [{ c: 260 }], [], {}], [1, "deepl.com", 2, "", 22, [261], [{ e: 262 }], [{ v: 262 }], [{ if: { e: 263 }, then: [{ k: 263 }], else: [{ h: 262 }] }], [], {}], [1, "didomi", 2, "", 22, [264], [{ e: 265 }], [{ check: "any", v: 266 }], [{ if: { e: 267 }, then: [{ c: 267 }], else: [{ eval: "EVAL_DIDOMI_OPT_OUT" }] }], [{ eval: "EVAL_DIDOMI_TEST" }], {}], [1, "dmgmedia", 2, "", 22, [268], [{ e: 269 }], [{ v: 269 }], [{ c: 270 }, { wv: 271 }, { all: true, c: 272 }, { waitForThenClick: ['[data-project="mol-fe-cmp"] [class*=footer]', "xpath///button[contains(., 'Save & Exit')]"] }], [], {}], [1, "dmgmedia-us", 2, "", 22, [273], [{ e: 274 }], [{ wv: 274 }], [{ c: 275 }, { wv: 276 }, { c: 277 }, { c: 278 }], [], {}], [1, "dpgmedia-nl", 2, "", 22, [279], [{ e: 279 }], [{ visible: ["#pg-root-shadow-host", "#pg-modal"] }], [{ waitForThenClick: ["#pg-root-shadow-host", "#pg-configure-btn"] }, { waitForThenClick: ["#pg-root-shadow-host", "#pg-reject-btn"] }], [], {}], [1, "dreamlab-cmp", 2, "", 22, [280], [{ e: 281 }], [{ v: 280 }], [{ c: 282 }, { c: 283 }], [{ cc: 284 }], {}], [1, "Drupal", 2, "", 22, [], [{ e: 285 }], [{ v: 285 }], [{ k: 286 }], [], {}], [1, "dunelm.com", 2, "", 22, [287], [{ e: 288 }], [{ v: 288 }], [{ k: 289 }, { k: 290 }], [{ cc: 291 }, { cc: 292 }], {}], [1, "elsevier-pure", 2, "", 22, [293], [{ e: 294 }], [{ v: 294 }], [{ c: 295 }], [{ timeout: 1e3, check: "none", wv: 294 }], {}], [1, "Ensighten", 2, "", 22, [296, 297], [{ any: [{ v: 298 }, { v: 299 }] }], [{ any: [{ v: 298 }, { v: 299 }] }], [{ wait: 500 }, { if: { v: 298 }, then: [{ if: { check: "any", v: 300 }, then: [{ c: 300 }], else: [{ if: { check: "any", v: 301 }, then: [{ c: 301 }, { timeout: 1e3, w: 299 }, { all: true, optional: true, k: 302 }, { c: 303 }], else: [{ c: 304 }] }] }], else: [{ all: true, optional: true, k: 302 }, { c: 303 }] }], [], {}], [1, "etsy", 2, "", 22, [305, 306], [{ e: 305 }], [{ v: 305 }], [{ k: 307 }, { timeout: 3e3, wv: 308 }, { wait: 1e3 }, { eval: "EVAL_ETSY_0" }, { eval: "EVAL_ETSY_1" }], [], {}], [1, "EU Cookie Law", 1, "", 22, [309], [{ e: 310 }], [{ wait: 500 }, { v: 310 }], [{ h: 310 }], [{ negated: true, cc: 311 }], {}], [1, "eu-cookie-compliance-banner", 2, "", 22, [], [{ e: 312 }], [{ e: 312 }], [{ k: 313 }], [{ negated: true, cc: 314 }], {}], [1, "EZoic", 2, "", 22, [315], [{ e: 315 }], [{ v: 315 }], [{ wait: 500 }, { k: 316 }, { w: 317 }, { all: true, k: 318 }, { k: 319 }], [{ cc: 320 }], {}], [1, "fastcmp", 0, "", 22, [321], [{ e: 322 }], [{ v: 322 }], [{ waitForThenClick: ["iframe#fast-cmp-iframe", ".fast-cmp-home-refuse button"] }], [{ cc: 323 }], {}], [1, "fedex", 0, "", 22, [324], [{ e: 324 }], [{ v: 325 }], [{ c: 326 }], [{ cc: 327 }], {}], [1, "fides", 2, "", 22, [328], [{ e: 329 }], [{ v: 329 }, { eval: "EVAL_FIDES_DETECT_POPUP" }], [{ w: 330 }, { if: { v: 331 }, then: [{ k: 331 }], else: [{ k: 332 }, { c: 333 }] }], [], {}], [1, "finsweet", 0, "", 22, [334], [{ e: 334 }], [{ v: 335 }], [{ wait: 500 }, { if: { e: 336 }, then: [{ k: 336 }], else: [{ h: 334 }] }], [], {}], [1, "fullertonhotels.com", 0, "", 10, [], [{ exists: ["#ifrmCookieBanner", "#sp-decline"] }], [{ visible: ["#ifrmCookieBanner", "#sp-decline"] }], [{ wait: 500 }, { waitForThenClick: ["#ifrmCookieBanner", "#sp-decline"] }], [], {}], [1, "funding-choices", 2, "", 22, [337], [{ e: 338 }], [{ e: 339 }], [{ k: 340 }, { all: true, optional: true, k: 341 }, { optional: true, k: 342 }], [], {}], [1, "gallup", 2, "", 22, [343], [{ e: 344 }], [{ v: 344 }], [{ c: 344 }, { wait: 500 }, { c: 345 }], [{ cc: 346 }], {}], [1, "gdpr-legal-cookie", 2, "", 22, [347], [{ any: [{ eval: "EVAL_GDPR_LEGAL_COOKIE_DETECT_CMP" }, { e: 348 }] }], [{ check: "any", v: 349 }], [{ c: 350 }], [{ eval: "EVAL_GDPR_LEGAL_COOKIE_TEST" }], {}], [1, "google-consent-standalone", 2, "", 22, [], [{ e: 351 }, { e: 352 }], [{ v: 351 }], [{ c: 353 }], [], {}], [1, "google-cookiebar", 0, "", 22, [354], [{ e: 354 }], [{ v: 354 }], [{ if: { e: 355 }, then: [{ k: 355 }], else: [{ h: 354 }] }], [], {}], [1, "google.com", 2, "", 22, [356], [{ e: 356 }, { e: 357 }], [{ v: 358 }], [{ c: 358 }], [{ cc: 359 }], {}], [1, "gov.uk", 2, "", 22, [], [{ e: 360 }], [{ e: 361 }], [{ wait: 300 }, { if: { visible: [".govuk-cookie-banner__message", "xpath///button[contains(., 'Reject')] | //a[contains(., 'Reject')] | //input[contains(@value, 'Reject')] | //button[contains(., 'do not use analytics cookies')]"] }, then: [{ click: [".govuk-cookie-banner__message", "xpath///button[contains(., 'Reject')] | //a[contains(., 'Reject')] | //input[contains(@value, 'Reject')] | //button[contains(., 'do not use analytics cookies')]"] }] }, { waitForVisible: [".govuk-cookie-banner__message", "xpath///button[contains(., 'Hide')] | //a[contains(., 'Hide')] | //input[contains(@value, 'Hide')]"] }, { click: [".govuk-cookie-banner__message", "xpath///button[contains(., 'Hide')] | //a[contains(., 'Hide')] | //input[contains(@value, 'Hide')]"] }], [], {}], [1, "gravito", 2, "", 22, [362], [{ e: 362 }], [{ v: 362 }], [{ c: 363 }, { w: 364 }, { w: 365 }, { all: true, optional: true, k: 366 }, { c: 364 }], [{ cc: 367 }], {}], [1, "healthline-media", 2, "", 22, [368], [{ e: 369 }], [{ e: 369 }], [{ if: { e: 370 }, then: [{ k: 370 }], else: [{ wv: 371 }, { k: 372 }] }], [], {}], [1, "hema", 2, "", 22, [107], [{ v: 373 }], [{ v: 373 }], [{ c: 374 }], [{ cc: 375 }], {}], [1, "hl.co.uk", 2, "", 22, [376, 377], [{ e: 377 }], [{ e: 377 }], [{ k: 378 }, { h: 379 }, { w: 380 }, { optional: true, k: 381 }, { w: 382 }, { optional: true, k: 383 }, { k: 384 }], [], {}], [1, "holidaymedia", 2, "", 22, [385], [{ e: 385 }], [{ v: 385 }], [{ timeout: 2e3, c: 386 }], [], {}], [1, "hu-manity", 2, "", 22, [387], [{ e: 388 }], [{ v: 388 }], [{ c: 389 }], [], {}], [1, "hubspot", 2, "", 22, [], [{ e: 390 }], [{ v: 390 }], [{ k: 391 }], [], {}], [1, "inmobi", 2, "", 22, [392], [{ e: 393 }], [{ v: 393 }], [{ c: 394 }], [{ cc: 395 }], {}], [1, "ionos.de", 2, "", 22, [396, 397], [{ e: 397 }], [{ v: 397 }], [{ k: 398 }, { k: 399 }], [], {}], [1, "iubenda", 2, "", 22, [400], [{ e: 400 }], [{ v: 401 }], [{ if: { e: 402 }, then: [{ k: 402 }], else: [{ c: 403 }, { c: 404 }, { c: 405 }] }], [{ eval: "EVAL_IUBENDA_1" }], {}], [1, "iWink", 2, "", 22, [406], [{ e: 406 }], [{ v: 406 }], [{ c: 407 }], [{ cc: 408 }], {}], [1, "jetpack-eu-cookie-law", 1, "", 22, [409], [{ e: 409 }], [{ v: 409 }], [{ h: 409 }], [], {}], [1, "johnlewis.com", 2, "", 22, [410], [{ e: 410 }], [{ e: 410 }], [{ k: 411 }, { wait: 500 }, { all: true, optional: true, k: 412 }, { k: 413 }], [], {}], [1, "jquery.cookieBar", 1, "", 22, [414], [{ e: 415 }], [{ check: "any", v: 415 }], [{ h: 414 }], [{ check: "none", v: 415 }, { negated: true, cc: 416 }], {}], [1, "justwatch.com", 2, "", 22, [417], [{ e: 418 }], [{ v: 418 }], [{ k: 419 }, { c: 420 }, { c: 421 }, { all: true, optional: true, k: 422 }, { wv: 423 }, { k: 423 }], [], {}], [1, "kconsent", 0, "", 10, [424], [{ e: 425 }], [{ v: 426 }], [{ c: 427 }], [], {}], [1, "ketch", 2, "", 10, [428, 429, 430], [{ any: [{ e: 428 }, { e: 429 }, { e: 430 }, { e: 431 }] }], [{ any: [{ v: 428 }, { v: 429 }, { v: 430 }] }], [{ if: { e: 432 }, then: [{ c: 432 }, { if: { v: 433 }, then: [{ k: 434 }] }], else: [{ if: { e: 435 }, then: [{ c: 435 }], else: [{ if: { e: 436 }, then: [{ if: { e: 437 }, then: [{ c: 437 }], else: [{ if: { e: 438 }, then: [{ k: 438 }] }] }] }] }] }, { timeout: 1e3, optional: true, w: 439 }, { if: { e: 439 }, then: [{ if: { e: 440 }, then: [{ c: 440 }], else: [{ all: true, optional: true, k: 441 }] }, { k: 434 }] }], [{ cc: 442 }], { intermediate: false }], [1, "lia", 2, "", 22, [443], [{ e: 443 }], [{ e: 444 }, { v: 443 }], [{ c: 445 }], [], {}], [1, "lightbox", 2, "", 22, [446], [{ e: 447 }], [{ v: 447 }], [{ k: 448 }], [], {}], [1, "lineagrafica", 1, "", 22, [449], [{ e: 449 }], [{ e: 449 }], [{ h: 449 }], [], {}], [1, "linkedin.com", 2, "", 22, [450], [{ e: 450 }], [{ v: 450 }], [{ wv: 451 }, { wait: 500 }, { c: 451 }], [{ check: "none", wv: 450 }], {}], [1, "macaron", 2, "", 22, [452], [{ e: 452 }], [{ v: 453 }], [{ if: { e: 454 }, then: [{ k: 454 }], else: [{ c: 455 }, { w: 456 }, { wv: 457 }, { all: true, optional: true, c: 458 }, { c: 459 }] }], [{ cc: 460 }], {}], [1, "mediamarkt.de", 2, "", 22, [461, 462], [{ e: 463 }], [{ e: 463 }], [{ k: 464 }], [], {}], [1, "microsoft.com", 2, "", 22, [465], [{ e: 465 }], [{ e: 465 }], [{ eval: "EVAL_MICROSOFT_0" }], [{ eval: "EVAL_MICROSOFT_2" }], {}], [1, "moneysavingexpert.com", 2, "", 22, [], [{ e: 466 }], [{ v: 466 }], [{ k: 467 }, { k: 468 }], [], {}], [1, "Moove", 2, "", 22, [469], [{ e: 469 }], [{ v: 470 }], [{ if: { e: 471 }, then: [{ k: 471 }], else: [{ if: { e: 472 }, then: [{ k: 472 }, { wv: 473 }, { eval: "EVAL_MOOVE_0" }, { k: 474 }], else: [{ h: 469 }] }] }], [{ check: "none", v: 469 }], {}], [1, "nhs.uk", 2, "", 22, [475], [{ e: 475 }], [{ e: 475 }], [{ k: 476 }], [], {}], [1, "obi.de", 2, "", 22, [477], [{ e: 478 }], [{ v: 478 }], [{ k: 479 }], [], {}], [1, "om", 2, "", 22, [480], [{ e: 481 }], [{ e: 481 }], [{ if: { e: 482 }, then: [{ c: 482 }], else: [{ all: true, optional: true, k: 483 }, { c: 484 }] }], [], {}], [1, "openli", 2, "", 22, [485], [{ e: 485 }], [{ check: "any", v: 486 }], [{ c: 487 }], [], {}], [1, "osano", 2, "", 22, [488], [{ e: 489 }], [{ eval: "EVAL_OSANO_DETECT" }, { v: 490 }], [{ if: { e: 491 }, then: [{ k: 491 }], else: [{ if: { v: 492 }, then: [{ k: 492 }], else: [{ h: 488 }] }] }], [], {}], [1, "otto.de", 2, "", 22, [493], [{ e: 493 }], [{ v: 494 }], [{ k: 495 }], [], {}], [1, "overleaf", 2, "", 22, [496], [{ e: 497 }], [{ v: 497 }], [{ c: 498 }], [{ cc: 499 }], {}], [1, "pabcogypsum", 2, "", 22, [500], [{ e: 501 }], [{ v: 501 }], [{ c: 502 }], [], {}], [1, "pandectes", 2, "", 22, [503], [{ e: 503 }], [{ v: 503 }], [{ if: { v: 504 }, then: [{ k: 504 }], else: [{ k: 505 }, { c: 506 }, { k: 507 }] }], [{ wait: 500 }, { eval: "EVAL_PANDECTES_TEST" }], {}], [1, "paypal-us", 2, "", 22, [508], [{ e: 509 }], [{ v: 509 }], [{ if: { e: 510 }, then: [{ k: 510 }], else: [{ if: { e: 511 }, then: [{ k: 511 }], else: [{ wv: 512 }, { all: true, optional: true, k: 513 }, { k: 514 }] }] }], [], {}], [1, "paypal.com", 2, "", 22, [515], [{ e: 515 }], [{ v: 516 }], [{ c: 510 }], [{ wait: 500 }, { cc: 517 }], {}], [1, "pikpak", 2, "", 22, [518], [{ e: 519 }], [{ v: 520 }], [{ c: 521 }, { wv: 522 }, { all: true, optional: true, k: 523 }, { c: 524 }], [{ any: [{ cc: 525 }, { cc: 526 }] }], {}], [1, "pmc", 1, "", 22, [527], [{ e: 527 }], [{ v: 527 }], [{ h: 527 }], [], {}], [1, "police-uk", 2, "", 22, [528], [{ e: 529 }], [{ v: 529 }], [{ c: 529 }, { timeout: 5e3, optional: true, wv: 530 }, { optional: true, k: 530 }], [{ cc: 531 }], {}], [1, "pornhat", 1, "", 22, [532], [{ v: 533 }], [{ v: 533 }], [{ h: 532 }], [], {}], [1, "pride.com", 1, "", 22, [534], [{ e: 535 }], [{ v: 535 }], [{ h: 534 }], [], {}], [1, "PrimeBox CookieBar", 2, "", 22, [536], [{ e: 537 }], [{ check: "any", v: 537 }], [{ optional: true, k: 538 }, { h: 536 }], [{ negated: true, cc: 539 }], {}], [1, "privado", 0, "", 10, [540], [{ e: 541 }], [{ v: 541 }], [{ if: { e: 542 }, then: [{ c: 542 }], else: [{ c: 543 }, { wv: 544 }, { c: 544 }] }], [], {}], [1, "pubtech", 2, "", 22, [545], [{ e: 545 }], [{ v: 546 }], [{ k: 547 }], [{ eval: "EVAL_PUBTECH_0" }], {}], [1, "quantcast", 2, "", 22, [548], [{ e: 549 }], [{ v: 550 }], [{ if: { e: 551 }, then: [{ k: 551 }], else: [{ timeout: 2e3, w: 552 }, { if: { e: 553 }, then: [{ k: 553 }], else: [{ k: 554 }, { wv: 555 }, { all: true, optional: true, k: 556 }, { click: [".qc-cmp2-main", "xpath///button[contains(., 'REJECT ALL') or contains(., 'ALLE VERWERPEN') or contains(., '\u0391\u03A0\u039F\u03A1\u03A1\u0399\u03A0\u03A4\u03A9 \u03A4\u0391 \u03A0\u0391\u039D\u03A4\u0391') or contains(., 'RESPINGERE TOTAL\u0102') or contains(., 'ALLE ABLEHNEN') or contains(., 'ODRZUCENIE') or contains(., 'BLOQUEAR TODO') or contains(., 'REJEITAR TODOS') or contains(., 'RIFIUTA TUTTO') or contains(., 'TOUT REFUSER') or contains(., '\u041E\u0422\u041A\u041B\u041E\u041D\u0418\u0422\u042C \u0412\u0421\u0415\u0425')]"], optional: true }, { wait: 500 }, { if: { e: 557 }, then: [{ k: 557 }], else: [{ waitForThenClick: [".qc-cmp2-main", "xpath///button[contains(.,'SAVE & EXIT') or contains(.,'SALVA ED ESCI') or contains(.,'GUARDAR Y SALIR') or contains(.,'SPEICHERN & VERLASSEN')"], timeout: 5e3 }] }] }] }], [], {}], [1, "real-cookie-banner", 0, "", 10, [558], [{ e: 559 }], [{ v: 559 }], [{ waitForThenClick: ['div[consent-skip-blocker="1"][id][data-bg] > dialog > div > div > div > div > div > a[role=button]:not([id])', "xpath///span[contains(., ' ohne ') or contains(., 'without') or contains(., 'Ablehnen')]"] }], [{ timeout: 1e3, check: "none", wv: 559 }], {}], [1, "ring", 2, "", 22, [], [{ e: 560 }], [{ v: 560 }], [{ c: 561 }, { wv: 562 }, { all: true, optional: true, k: 563 }, { c: 564 }], [], {}], [1, "sandhills", 1, "", 22, [565], [{ e: 566 }], [{ v: 566 }], [{ h: 565 }], [], {}], [1, "sas", 2, "", 22, [567], [{ e: 567 }], [{ v: 567 }], [{ c: 568 }], [{ cc: 569 }], {}], [1, "shopify", 0, "", 22, [570], [{ e: 570 }], [{ v: 570 }], [{ c: 571 }], [{ eval: "EVAL_SHOPIFY_TEST" }], {}], [1, "sibbo", 2, "", 22, [572], [{ e: 572 }], [{ v: 573 }], [{ k: 573 }], [], {}], [1, "Sirdata", 0, "", 22, [574], [{ e: 574 }], [{ v: 574 }], [{ if: { exists: ["#sd-cmp", "xpath///button[contains(., 'Do not accept') or contains(., 'Acceptera inte') or contains(., 'No aceptar') or contains(., 'Ikke acceptere') or contains(., 'Nicht akzeptieren') or contains(., '\u041D\u0435 \u043F\u0440\u0438\u0435\u043C\u0430\u043C') or contains(., '\u039D\u03B1 \u03BC\u03B7\u03BD \u03B3\u03AF\u03BD\u03B5\u03B9 \u03B1\u03C0\u03BF\u03B4\u03BF\u03C7\u03AE') or contains(., 'Niet accepteren') or contains(., 'Nep\u0159ij\xEDmat') or contains(., 'Nie akceptuj') or contains(., 'Nu accepta\u021Bi') or contains(., 'N\xE3o aceitar') or contains(., 'Continuer sans accepter') or contains(., 'Non accettare') or contains(., 'Nem fogad el')]"] }, then: [{ waitForThenClick: ["#sd-cmp", "xpath///button[contains(., 'Do not accept') or contains(., 'Acceptera inte') or contains(., 'No aceptar') or contains(., 'Ikke acceptere') or contains(., 'Nicht akzeptieren') or contains(., '\u041D\u0435 \u043F\u0440\u0438\u0435\u043C\u0430\u043C') or contains(., '\u039D\u03B1 \u03BC\u03B7\u03BD \u03B3\u03AF\u03BD\u03B5\u03B9 \u03B1\u03C0\u03BF\u03B4\u03BF\u03C7\u03AE') or contains(., 'Niet accepteren') or contains(., 'Nep\u0159ij\xEDmat') or contains(., 'Nie akceptuj') or contains(., 'Nu accepta\u021Bi') or contains(., 'N\xE3o aceitar') or contains(., 'Continuer sans accepter') or contains(., 'Non accettare') or contains(., 'Nem fogad el')]"] }], else: [{ if: { exists: ["#sd-cmp", "xpath///span[contains(., '\u0417\u0430\u0434\u0430\u0439\u0442\u0435 \u0432\u0430\u0448\u0438\u0442\u0435 \u0438\u0437\u0431\u043E\u0440\u0438') or contains(., 'Nastavit va\u0161e volby') or contains(., 'Angiv dine valg') or contains(., 'Ihre Auswahl treffen') or contains(., '\u039F\u03C1\u03AF\u03C3\u03C4\u03B5 \u03C4\u03B9\u03C2 \u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AD\u03C2 \u03C3\u03B1\u03C2') or contains(., 'Set your choices') or contains(., 'Establecer preferencias') or contains(., 'Param\xE9trer vos choix') or contains(., 'V\xE1lassza ki a be\xE1ll\xEDt\xE1sokat') or contains(., 'Imposta le tue scelte') or contains(., 'Stel uw keuzes in') or contains(., 'Ustaw swoje wybory') or contains(., 'Definir suas escolhas') or contains(., 'Seta\u021Bi-v\u0103 op\u021Biunile') or contains(., 'St\xE4ll in dina val')]"] }, then: [{ waitForThenClick: ["#sd-cmp", "xpath///span[contains(., '\u0417\u0430\u0434\u0430\u0439\u0442\u0435 \u0432\u0430\u0448\u0438\u0442\u0435 \u0438\u0437\u0431\u043E\u0440\u0438') or contains(., 'Nastavit va\u0161e volby') or contains(., 'Angiv dine valg') or contains(., 'Ihre Auswahl treffen') or contains(., '\u039F\u03C1\u03AF\u03C3\u03C4\u03B5 \u03C4\u03B9\u03C2 \u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AD\u03C2 \u03C3\u03B1\u03C2') or contains(., 'Set your choices') or contains(., 'Establecer preferencias') or contains(., 'Param\xE9trer vos choix') or contains(., 'V\xE1lassza ki a be\xE1ll\xEDt\xE1sokat') or contains(., 'Imposta le tue scelte') or contains(., 'Stel uw keuzes in') or contains(., 'Ustaw swoje wybory') or contains(., 'Definir suas escolhas') or contains(., 'Seta\u021Bi-v\u0103 op\u021Biunile') or contains(., 'St\xE4ll in dina val')]"] }, { waitForThenClick: ["#sd-cmp", "xpath///span[contains(., '\u041E\u0442\u0445\u0432\u044A\u0440\u043B\u044F\u043C \u0432\u0441\u0438\u0447\u043A\u043E') or contains(., 'Odm\xEDtnout v\u0161e') or contains(., 'Afvis alt') or contains(., 'Alle ablehnen') or contains(., '\u0391\u03C0\u03CC\u03C1\u03C1\u03B9\u03C8\u03B7 \u03CC\u03BB\u03C9\u03BD') or contains(., 'Reject all') or contains(., 'Rechazar todo') or contains(., 'Tout refuser') or contains(., 'Mind elutas\xEDt\xE1sa') or contains(., 'Rifiuta tutto') or contains(., 'Alles weigeren') or contains(., 'Odrzu\u0107 wszystkie') or contains(., 'Rejeitar todos') or contains(., 'Respinge\u021Bi toate') or contains(., 'Avvisa allt')]"] }], else: [{ c: 575 }] }] }], [], {}], [1, "snigel", 2, "", 22, [], [{ e: 576 }], [{ v: 576 }], [{ k: 577 }, { k: 578 }], [{ cc: 579 }], {}], [1, "squarespace-cookie-banner", 2, "", 22, [580], [{ e: 581 }], [{ v: 581 }], [{ c: 582 }], [{ timeout: 1e3, check: "none", wv: 581 }], {}], [1, "squiz", 0, "", 10, [540], [{ e: 583 }], [{ v: 583 }], [{ c: 584 }], [{ wait: 500 }, { cc: 585 }], {}], [1, "steampowered.com", 2, "", 22, [], [{ e: 586 }, { v: 586 }], [{ v: 586 }], [{ k: 587 }], [{ wait: 1e3 }, { eval: "EVAL_STEAMPOWERED_0" }], {}], [1, "stripchat.com", 0, "", 22, [588], [{ e: 589 }], [{ v: 589 }], [{ c: 590 }, { c: 591 }], [{ wait: 500 }, { cc: 592 }], {}], [1, "substack", 0, "", 12, [], [{ e: 593 }], [{ v: 593 }], [{ waitForThenClick: [".pencraft", "xpath///button[contains(., 'Only Necessary') or contains(., 'Reject')]"] }], [{ cc: 594 }], {}], [1, "summitracing", 1, "", 10, [595], [{ e: 596 }], [{ v: 596 }], [{ h: 595 }], [], {}], [1, "synology", 0, "", 22, [597], [{ e: 597 }], [{ v: 597 }], [{ c: 598 }, { wv: 599 }, { all: true, optional: true, k: 600 }, { c: 601 }], [{ cc: 602 }, { cc: 603 }], {}], [1, "tagconcierge", 2, "", 22, [604], [{ e: 604 }], [{ v: 605 }], [{ if: { v: 606 }, then: [{ k: 606 }], else: [{ c: 607 }, { c: 608 }] }], [{ check: "none", v: 604 }], {}], [1, "takealot.com", 1, "", 22, [609], [{ e: 610 }], [{ e: 610 }], [{ h: 609 }, { if: { e: 611 }, then: [{ eval: "EVAL_TAKEALOT_0" }], else: [] }], [], {}], [1, "tarteaucitron deny", 2, "", 22, [612], [{ e: 612 }], [{ v: 613 }], [{ wait: 500 }, { k: 613 }], [{ eval: "EVAL_TARTEAUCITRON_2" }], {}], [1, "tarteaucitron.js", 2, "", 22, [612], [{ e: 612 }], [{ v: 614 }, { negated: true, e: 613 }], [{ if: { e: 615 }, then: [{ all: true, optional: true, k: 616 }, { k: 614 }], else: [{ k: 617 }, { c: 618 }, { k: 619 }] }], [{ eval: "EVAL_TARTEAUCITRON_2" }], {}], [1, "taunton", 2, "", 22, [620], [{ e: 620 }], [{ e: 621 }], [{ optional: true, all: true, k: 622 }, { k: 623 }], [{ cc: 624 }], {}], [1, "tccCmpAlert", 2, "", 22, [625], [{ e: 625 }], [{ v: 625 }], [{ c: 626 }], [], {}], [1, "Tealium", 2, "", 22, [627], [{ e: 628 }, { eval: "EVAL_TEALIUM_0" }], [{ check: "any", v: 628 }], [{ eval: "EVAL_TEALIUM_1" }, { eval: "EVAL_TEALIUM_DONOTSELL" }, { h: 629 }, { timeout: 1e3, optional: true, c: 630 }], [{ eval: "EVAL_TEALIUM_3" }, { eval: "EVAL_TEALIUM_DONOTSELL_CHECK" }, { check: "none", v: 631 }], {}], [1, "Termly", 2, "", 22, [632], [{ e: 632 }], [{ v: 633 }], [{ if: { e: 634 }, then: [{ k: 634 }], else: [{ c: 635 }, { timeout: 700, w: 636 }, { if: { e: 636 }, then: [{ k: 636 }], else: [{ all: true, c: 637 }, { c: 638 }] }] }], [], {}], [1, "termsfeed", 2, "", 22, [639], [{ e: 639 }], [{ v: 639 }], [{ if: { e: 640 }, then: [{ c: 640 }], else: [{ c: 641 }, { w: 642 }, { all: true, optional: true, k: 643 }, { k: 644 }] }], [], {}], [1, "termsfeed3", 2, "", 22, [645], [{ e: 646 }], [{ v: 646 }], [{ if: { e: 647 }, then: [{ k: 647 }, { wv: 648 }, { c: 648 }], else: [{ h: 645 }] }], [], {}], [1, "Test page CMP", 2, "", 22, [649], [{ e: 650 }], [{ v: 650 }], [{ w: 649 }, { eval: "EVAL_TESTCMP_STEP" }, { k: 649 }], [{ eval: "EVAL_TESTCMP_0" }], {}], [1, "Test page cosmetic CMP", 1, "", 22, [651], [{ e: 652 }], [{ v: 652 }], [{ h: 652 }], [{ wait: 500 }, { eval: "EVAL_TESTCMP_COSMETIC_0" }], {}], [1, "thalia.de", 2, "", 22, [653], [{ e: 654 }], [{ v: 653 }], [{ k: 655 }], [], {}], [1, "thefreedictionary.com", 2, "", 22, [656], [{ e: 656 }], [{ v: 656 }], [{ eval: "EVAL_THEFREEDICTIONARY_0" }], [], {}], [1, "toyota", 0, "", 10, [657], [{ e: 658 }], [{ v: 658 }], [{ c: 659 }], [{ cc: 660 }], {}], [1, "tplink", 0, "", 22, [661], [{ e: 661 }], [{ v: 662 }], [{ all: true, optional: true, k: 663 }, { c: 664 }], [{ cc: 665 }], {}], [1, "trader-joes-com", 1, "", 22, [666], [{ e: 666 }], [{ v: 666 }], [{ h: 666 }], [], {}], [2, "transcend", 1, "", 22, [667], [{ e: 667 }], [{ v: 667 }], [{ setStyle: "display: none !important; z-index: -1 !important; pointer-events: none !important;", selector: "#transcend-consent-manager" }], [], {}], [1, "tropicfeel-com", 2, "", 22, [668], [{ e: 668 }], [{ check: "any", v: 669 }], [{ k: 670 }, { w: 671 }, { all: true, k: 672 }, { k: 673 }], [], {}], [1, "TrustArc-newcm", 2, "", 22, [674], [{ exists: [".truste_popframe.trustarc_newcm_container", "a.required, a.call"] }], [{ visible: [".truste_popframe.trustarc_newcm_container", "a.required, a.call"], check: "any" }], [{ waitForThenClick: [".truste_popframe.trustarc_newcm_container", "a.required"] }], [{ cc: 675 }, { negated: true, cc: 676 }], {}], [1, "truyo", 2, "", 22, [677], [{ e: 678 }], [{ v: 677 }], [{ k: 679 }], [], {}], [1, "trybe", 0, "", 22, [680], [{ e: 680 }], [{ v: 681 }], [{ c: 682 }, { w: 683 }, { optional: true, k: 684 }, { optional: true, k: 685 }, { c: 686 }], [{ wait: 500 }, { cc: 687 }], {}], [1, "twcc", 0, "", 10, [688], [{ e: 689 }], [{ v: 689 }], [{ c: 690 }], [{ cc: 691 }], {}], [1, "u12-data-protection-notice", 2, "", 22, [692], [{ e: 692 }], [{ v: 693 }], [{ c: 694 }], [], {}], [1, "ubuntu.com", 2, "", 22, [695], [{ any: [{ e: 696 }, { e: 697 }] }], [{ any: [{ v: 698 }, { v: 697 }] }], [{ any: [{ c: 699 }, { c: 700 }] }, { optional: true, all: true, timeout: 500, c: 701 }, { any: [{ c: 702 }, { c: 703 }] }], [{ cc: 704 }], {}], [1, "UK Cookie Consent", 1, "", 22, [705], [{ e: 705 }], [{ e: 706 }], [{ h: 705 }], [{ negated: true, cc: 707 }], {}], [1, "usercentrics-api", 2, "", 22, [], [{ e: 708 }], [{ eval: "EVAL_USERCENTRICS_API_0" }, { if: { e: 709 }, then: [{ timeout: 2e3, wv: 709 }], else: [{ exists: ["#usercentrics-root", "[data-testid=uc-container]"] }, { timeout: 2e3, wv: 710 }] }], [{ if: { exists: ["#usercentrics-root", "[data-testid=uc-deny-all-button]"] }, then: [{ click: ["#usercentrics-root", "[data-testid=uc-deny-all-button]"] }], else: [{ if: { exists: ["#usercentrics-cmp-ui", "[data-action-type=deny]"] }, then: [{ click: ["#usercentrics-cmp-ui", "[data-action-type=deny]"] }], else: [{ eval: "EVAL_USERCENTRICS_API_1" }, { eval: "EVAL_USERCENTRICS_API_2" }] }] }, { removeClass: "overflowHidden", selector: "body", optional: true }], [{ eval: "EVAL_USERCENTRICS_API_6" }], {}], [1, "usercentrics-button", 2, "", 22, [], [{ e: 711 }], [{ v: 712 }], [{ k: 713 }], [{ eval: "EVAL_USERCENTRICS_BUTTON_0" }], {}], [1, "vivenu", 2, "", 22, [], [{ e: 714 }], [{ v: 714 }], [{ c: 715 }], [{ check: "none", v: 714 }], {}], [1, "waitrose.com", 2, "", 22, [716, 717, 718], [{ e: 717 }], [{ v: 717 }], [{ k: 719 }, { wait: 200 }, { eval: "EVAL_WAITROSE_0" }, { k: 720 }], [{ cc: 721 }, { cc: 722 }], {}], [1, "webflow", 2, "", 22, [723], [{ v: 723 }], [{ v: 723 }, { v: 724 }], [{ if: { e: 725 }, then: [{ wait: 500 }, { c: 725 }], else: [{ h: 726 }] }], [{ cc: 727 }], {}], [1, "wiki.gg", 1, "", 22, [728], [{ e: 728 }], [{ v: 728 }], [{ h: 728 }], [], {}], [1, "wix", 0, "", 22, [], [{ e: 729 }], [{ v: 729 }], [{ if: { e: 730 }, then: [{ k: 730 }], else: [{ h: 731 }] }], [], {}], [1, "woo-commerce-com", 2, "", 22, [732], [{ e: 732 }], [{ e: 732 }], [{ k: 733 }, { all: true, c: 41 }, { k: 734 }], [], {}], [1, "WP Cookie Notice for GDPR", 2, "", 22, [735], [{ e: 735 }], [{ v: 735 }], [{ c: 736 }], [{ cc: 737 }], {}], [1, "WP DSGVO Tools", 2, "", 22, [738], [{ e: 739 }], [{ check: "any", v: 739 }], [{ c: 740 }], [{ negated: true, cc: 741 }], {}], [1, "wpcc", 1, "", 22, [742], [{ e: 742 }], [{ e: 743 }], [{ h: 742 }], [], {}], [1, "xgroovy", 1, "", 22, [744], [{ e: 745 }], [{ v: 745 }], [{ h: 744 }], [], {}], [1, "xing.com", 2, "", 22, [], [{ e: 746 }], [{ e: 746 }], [{ k: 747 }, { k: 748 }], [{ cc: 749 }], {}], [1, "xnxx-com", 1, "", 22, [750], [{ e: 750 }], [{ v: 750 }], [{ h: 750 }], [], {}], [1, "youtube-desktop", 2, "", 22, [751, 752], [{ e: 753 }, { e: 754 }], [{ v: 753 }], [{ c: 755 }, { wait: 500 }], [{ wait: 500 }, { cc: 359 }], {}], [1, "youtube-mobile", 2, "", 22, [756], [{ e: 757 }], [{ v: 757 }], [{ c: 758 }, { wait: 500 }], [{ wait: 500 }, { cc: 359 }], {}], [1, "zdf", 2, "", 22, [759], [{ e: 759 }], [{ v: 760 }], [{ c: 761 }], [], {}], [1, "cookiealert", 2, "", 11, [], [{ e: 762 }], [{ v: 763 }], [{ k: 764 }, { all: true, optional: true, k: 765 }, { k: 766 }, { eval: "EVAL_COOKIEALERT_0" }], [{ eval: "EVAL_COOKIEALERT_2" }], { intermediate: false }], [1, "piano.io", 2, "", 1, [], [{ e: 767 }], [{ v: 767 }], [{ c: 768 }], [], {}], [1, "auto_AU_help.dropbox.com_4ad_+1", 0, "^https?://(www\\.)?dropbox\\.com/|^https?://(www\\.)?dropbox\\.com/", 1, [], [{ e: 769 }], [{ v: 769 }], [{ wait: 500 }, { c: 769 }], [{ timeout: 1e3, check: "none", wv: 769 }], {}], [1, "auto_CA_coasthotels.com_f8m", 0, "^https?://(www\\.)?coasthotels\\.com/", 1, [], [{ e: 770 }], [{ v: 770 }], [{ c: 770 }], [], {}], [1, "auto_CA_epihunter.eu_hd4", 0, "^https?://(www\\.)?combell\\.com/", 1, [], [{ e: 771 }], [{ v: 771 }], [{ wait: 500 }, { c: 771 }], [{ timeout: 1e3, check: "none", wv: 771 }], {}], [1, "auto_CA_nationalarchives.gov.uk_rx0", 0, "^https?://(www\\.)?webarchive\\.nationalarchives\\.gov\\.uk/", 1, [], [{ e: 772 }], [{ v: 772 }], [{ wait: 500 }, { c: 772 }], [{ timeout: 1e3, check: "none", wv: 772 }], {}], [1, "auto_CA_natureconservancy.ca_3pp", 0, "^https?://(www\\.)?natureconservancy\\.ca/", 1, [], [{ e: 773 }], [{ v: 773 }], [{ wait: 500 }, { c: 773 }], [{ timeout: 1e3, check: "none", wv: 773 }], {}], [1, "auto_CA_ontariospca.ca_k32", 0, "^https?://(www\\.)?widget-next\\.clym-sdk\\.net/", 1, [], [{ e: 774 }], [{ v: 774 }], [{ wait: 500 }, { c: 774 }], [{ timeout: 1e3, check: "none", wv: 774 }], {}], [1, "auto_CA_phoenixnap.com_hrb", 0, "^https?://(www\\.)?widget-next\\.clym-sdk\\.net/", 1, [], [{ e: 775 }], [{ v: 775 }], [{ wait: 500 }, { c: 775 }], [{ timeout: 1e3, check: "none", wv: 775 }], {}], [1, "auto_CH_phoenixnap.com_lx5", 0, "^https?://(www\\.)?widget-next\\.clym-sdk\\.net/", 1, [], [{ e: 776 }], [{ v: 776 }], [{ wait: 500 }, { c: 776 }], [{ timeout: 1e3, check: "none", wv: 776 }], {}], [1, "auto_CH_swisscare.com_arx", 0, "^https?://(www\\.)?swisscare\\.com/", 1, [], [{ e: 777 }], [{ v: 777 }], [{ wait: 500 }, { c: 777 }], [{ timeout: 1e3, check: "none", wv: 777 }], {}], [1, "auto_DE_alfaromeo.de_gvg_+2", 0, "^https?://(www\\.)?cookielaw\\.emea\\.fcagroup\\.com/|^https?://(www\\.)?cookielaw\\.emea\\.fcagroup\\.com/|^https?://(www\\.)?cookielaw\\.emea\\.fcagroup\\.com/", 1, [], [{ e: 778 }], [{ v: 778 }], [{ wait: 500 }, { c: 778 }], [{ timeout: 1e3, check: "none", wv: 778 }], {}], [1, "auto_DE_huss-licht-ton.de_jj0", 0, "^https?://(www\\.)?huss-licht-ton\\.de/", 1, [], [{ e: 779 }], [{ v: 779 }], [{ wait: 500 }, { c: 779 }], [{ timeout: 1e3, check: "none", wv: 779 }], {}], [1, "auto_DE_modellbau-berlinski.de_8vm", 0, "^https?://(www\\.)?modellbau-berlinski\\.de/", 1, [], [{ e: 780 }], [{ v: 780 }], [{ wait: 500 }, { c: 780 }], [{ timeout: 1e3, check: "none", wv: 780 }], {}], [1, "auto_DE_phoenixnap.com_xq7", 0, "^https?://(www\\.)?widget-next\\.clym-sdk\\.net/", 1, [], [{ e: 781 }], [{ v: 781 }], [{ wait: 500 }, { c: 781 }], [{ timeout: 1e3, check: "none", wv: 781 }], {}], [1, "auto_FR_fiat.fr_3fh", 0, "^https?://(www\\.)?cookielaw\\.emea\\.fcagroup\\.com/", 1, [], [{ e: 782 }], [{ v: 782 }], [{ wait: 500 }, { c: 782 }], [{ timeout: 1e3, check: "none", wv: 782 }], {}], [1, "auto_FR_stellantis.com_67q", 0, "^https?://(www\\.)?cookielaw\\.emea\\.fcagroup\\.com/", 1, [], [{ e: 782 }], [{ v: 782 }], [{ wait: 500 }, { c: 782 }], [{ timeout: 1e3, check: "none", wv: 782 }], {}], [1, "auto_GB_dropbox.com_0_+1", 0, "^https?://(www\\.)?dropbox\\.com/|^https?://(www\\.)?dropbox\\.com/", 1, [], [{ e: 783 }], [{ v: 783 }], [{ c: 783 }], [], {}], [1, "auto_GB_investing.thisismoney.co.uk_0", 0, "^https?://(www\\.)?thisismoney\\.co\\.uk/", 1, [], [{ e: 784 }], [{ v: 784 }], [{ c: 784 }], [], {}], [1, "auto_GB_village-hotels.co.uk_hsa", 0, "^https?://(www\\.)?village-hotels\\.co\\.uk/", 1, [], [{ e: 785 }], [{ v: 785 }], [{ wait: 500 }, { c: 785 }], [{ timeout: 1e3, check: "none", wv: 785 }], {}], [1, "auto_NL_fiat.nl_trv_+1", 0, "^https?://(www\\.)?cookielaw\\.emea\\.fcagroup\\.com/|^https?://(www\\.)?cookielaw\\.emea\\.fcagroup\\.com/", 1, [], [{ e: 782 }], [{ v: 782 }], [{ wait: 500 }, { c: 782 }], [{ timeout: 1e3, check: "none", wv: 782 }], {}], [1, "auto_NL_flitsmeister.nl_ws8", 0, "^https?://(www\\.)?cookies\\.flitsmeister\\.com/", 1, [], [{ e: 786 }], [{ v: 786 }], [{ wait: 500 }, { c: 786 }], [{ timeout: 1e3, check: "none", wv: 786 }], {}], [1, "auto_NL_interpolis.nl_jk9", 0, "^https?://(www\\.)?interpolis\\.nl/", 1, [], [{ e: 787 }], [{ v: 787 }], [{ wait: 500 }, { c: 787 }], [{ timeout: 1e3, check: "none", wv: 787 }], {}], [1, "auto_US_dropbox.com_0_+1", 0, "^https?://(www\\.)?dropbox\\.com/|^https?://(www\\.)?dropbox\\.com/", 1, [], [{ e: 788 }], [{ v: 788 }], [{ text: "Decline", c: 788 }], [], {}], [1, "coinbase", 2, "^https://(www|help)\\.coinbase\\.com", 11, [], [{ e: 789 }], [{ v: 789 }], [{ k: 790 }, { all: true, optional: true, k: 791 }, { k: 792 }], [{ eval: "EVAL_COINBASE_0" }], { intermediate: false }], [1, "privacymanager.io", 2, "^https://cmp-consent-tool\\.privacymanager\\.io/", 1, [793, 794], [{ e: 795 }], [{ v: 795 }], [{ if: { e: 796 }, then: [{ k: 796 }, { c: 797 }], else: [{ c: 798 }, { w: 799 }, { w: 800 }, { all: true, optional: true, k: 801 }, { k: 800 }] }], [], {}], [1, "web.de", 2, "^https://([a-z]*\\.)?web\\.de/|^https://([a-z]*\\.)?gmx\\.net/", 1, [], [{ e: 802 }, { e: 803 }], [{ v: 803 }], [{ c: 803 }], [], {}], [1, "abc", 2, "^https://([a-z0-9-]+\\.)?abc\\.net\\.au/", 22, [], [{ e: 804 }], [{ v: 805 }], [{ c: 806 }], [{ cc: 807 }], {}], [1, "activobank.pt", 2, "^https://(www\\.)?activobank\\.pt", 22, [808], [{ e: 809 }], [{ v: 810 }], [{ c: 811 }], [], {}], [1, "adultfriendfinder", 2, "^https://(www\\.)?adultfriendfinder\\.com/", 22, [812], [{ e: 813 }], [{ v: 813 }], [{ c: 814 }], [{ eval: "EVAL_ADULTFRIENDFINDER_TEST" }], {}], [1, "ah.nl", 0, "^https?://(www\\.)?ah\\.nl/", 10, [], [{ e: 815 }], [{ v: 815 }], [{ c: 816 }], [], {}], [1, "alaskaair", 1, "^https://(www\\.)?alaskaair\\.com/", 22, [817], [{ e: 817 }], [{ v: 817 }], [{ h: 817 }], [], {}], [1, "aliexpress", 2, "^https://([a-z]*\\.)?aliexpress\\.com/", 22, [818], [{ e: 819 }], [{ v: 819 }], [{ if: { e: 820 }, then: [{ c: 821 }], else: [{ c: 822 }, { w: 823 }, { all: true, optional: true, k: 824 }, { k: 825 }] }], [], {}], [1, "ally", 1, "^https://(www\\.)?ally\\.com/", 22, [826], [{ e: 827 }], [{ v: 827 }], [{ h: 826 }], [], {}], [1, "app.discuss.io", 2, "^https?://app\\.discuss\\.io/", 10, [], [{ e: 542 }], [{ v: 542 }], [{ c: 542 }], [{ cc: 79 }], {}], [1, "athlinks-com", 1, "^https://(www\\.)?athlinks\\.com/", 22, [828], [{ e: 828 }], [{ v: 829 }], [{ h: 828 }], [], {}], [1, "auto_AU_acetool.com_n0w_+1", 0, "^https?://(www\\.)?acetool\\.com/|^https?://(www\\.)?unclewiener\\.com/", 10, [], [{ e: 830 }], [{ v: 830 }], [{ wait: 500 }, { c: 830 }], [{ timeout: 1e3, check: "none", wv: 830 }], {}], [1, "auto_AU_aelfie.com_chb", 0, "^https?://(www\\.)?aelfie\\.com/", 10, [], [{ e: 831 }], [{ v: 831 }], [{ wait: 500 }, { c: 831 }], [{ timeout: 1e3, check: "none", wv: 831 }], {}], [1, "auto_AU_cam.start.canon_3x5", 0, "^https?://(www\\.)?cam\\.start\\.canon/", 10, [], [{ e: 832 }], [{ v: 832 }], [{ wait: 500 }, { c: 832 }], [{ timeout: 1e3, check: "none", wv: 832 }], {}], [1, "auto_AU_cam.start.canon_z06", 0, "^https?://(www\\.)?cam\\.start\\.canon/", 10, [], [{ e: 833 }], [{ v: 833 }], [{ wait: 500 }, { c: 833 }], [{ timeout: 1e3, check: "none", wv: 833 }], {}], [1, "auto_AU_capitoltrades.com_ak9", 0, "^https?://(www\\.)?capitoltrades\\.com/", 10, [], [{ e: 834 }], [{ v: 834 }], [{ wait: 500 }, { c: 834 }], [{ timeout: 1e3, check: "none", wv: 834 }], {}], [1, "auto_AU_community.dyson.com_lek", 0, "^https?://(www\\.)?community\\.dyson\\.com/", 10, [], [{ e: 835 }], [{ v: 835 }], [{ wait: 500 }, { c: 835 }], [{ timeout: 1e3, check: "none", wv: 835 }], {}], [1, "auto_AU_conference-board.org_dce", 0, "^https?://(www\\.)?conference-board\\.org/", 10, [], [{ e: 836 }], [{ v: 836 }], [{ wait: 500 }, { c: 836 }], [{ timeout: 1e3, check: "none", wv: 836 }], {}], [1, "auto_AU_cutterbuck.com_ko7", 0, "^https?://(www\\.)?cutterbuck\\.com/", 10, [], [{ e: 837 }], [{ v: 837 }], [{ wait: 500 }, { c: 837 }], [{ timeout: 1e3, check: "none", wv: 837 }], {}], [1, "auto_AU_deezer.com_tmf", 0, "^https?://(www\\.)?deezer\\.com/", 10, [], [{ e: 838 }], [{ v: 838 }], [{ wait: 500 }, { c: 838 }], [{ timeout: 1e3, check: "none", wv: 838 }], {}], [1, "auto_AU_docs.portainer.io_hn5", 0, "^https?://(www\\.)?docs\\.portainer\\.io/", 10, [], [{ e: 839 }], [{ v: 839 }], [{ wait: 500 }, { c: 839 }], [{ timeout: 1e3, check: "none", wv: 839 }], {}], [1, "auto_AU_flinders.edu.au_7en_+1", 0, "^https?://(www\\.)?flinders\\.edu\\.au/|^https?://(www\\.)?students\\.flinders\\.edu\\.au/", 10, [], [{ e: 840 }], [{ v: 840 }], [{ c: 840 }], [], {}], [1, "auto_AU_flysaa.com_qsm", 0, "^https?://(www\\.)?flysaa\\.com/", 10, [841], [{ e: 841 }], [{ v: 842 }], [{ c: 843 }], [{ timeout: 1e3, check: "none", wv: 842 }], {}], [1, "auto_AU_flysas.com_r1s", 0, "^https?://(www\\.)?flysas\\.com/", 10, [], [{ e: 844 }], [{ v: 844 }], [{ wait: 500 }, { c: 844 }], [{ timeout: 1e3, check: "none", wv: 844 }], {}], [1, "auto_AU_gayseniordating.com_bdr", 0, "^https?://(www\\.)?gayseniordating\\.com/", 10, [], [{ e: 845 }], [{ v: 845 }], [{ wait: 500 }, { c: 845 }], [{ timeout: 1e3, check: "none", wv: 845 }], {}], [1, "auto_AU_goodmoodprints.com_9fy", 1, "^https?://(www\\.)?goodmoodprints\\.com/", 10, [846], [{ e: 846 }], [{ v: 846 }], [{ h: 846 }], [{ timeout: 1e3, check: "none", wv: 846 }], {}], [1, "auto_AU_lush.com_bdf", 0, "^https?://(www\\.)?lush\\.com/", 10, [], [{ e: 847 }], [{ v: 847 }], [{ wait: 500 }, { c: 847 }], [{ timeout: 1e3, check: "none", wv: 847 }], {}], [1, "auto_AU_newyork.doverstreetmarket.com_j5q", 0, "^https?://(www\\.)?newyork\\.doverstreetmarket\\.com/", 10, [], [{ e: 848 }], [{ v: 848 }], [{ wait: 500 }, { c: 848 }], [{ timeout: 1e3, check: "none", wv: 848 }], {}], [1, "auto_AU_newyork.doverstreetmarket.com_k2q", 0, "^https?://(www\\.)?newyork\\.doverstreetmarket\\.com/", 10, [], [{ e: 849 }], [{ v: 849 }], [{ wait: 500 }, { c: 849 }], [{ timeout: 1e3, check: "none", wv: 849 }], {}], [1, "auto_AU_niwaki.com_w41", 0, "^https?://(www\\.)?niwaki\\.com/", 10, [], [{ e: 850 }], [{ v: 850 }], [{ wait: 500 }, { c: 850 }], [{ timeout: 1e3, check: "none", wv: 850 }], {}], [1, "auto_AU_pichunter.com_zhf", 0, "^https?://(www\\.)?pichunter\\.com/", 10, [], [{ e: 851 }], [{ v: 851 }], [{ wait: 500 }, { c: 851 }], [{ timeout: 1e3, check: "none", wv: 851 }], {}], [1, "auto_AU_pnp.co.za_9lg", 0, "^https?://(www\\.)?pnp\\.co\\.za/", 10, [], [{ e: 852 }], [{ v: 852 }], [{ wait: 500 }, { c: 852 }], [{ timeout: 1e3, check: "none", wv: 852 }], {}], [1, "auto_AU_publicdomainreview.org_7fg", 0, "^https?://(www\\.)?publicdomainreview\\.org/", 10, [], [{ e: 853 }], [{ v: 853 }], [{ wait: 500 }, { c: 853 }], [{ timeout: 1e3, check: "none", wv: 853 }], {}], [1, "auto_AU_qldnaturistassoc.org_k53", 0, "^https?://(www\\.)?qldnaturistassoc\\.org/", 10, [], [{ e: 854 }], [{ v: 854 }], [{ wait: 500 }, { c: 854 }], [{ timeout: 1e3, check: "none", wv: 854 }], {}], [1, "auto_AU_rki.de_tp5", 0, "^https?://(www\\.)?rki\\.de/", 10, [], [{ e: 855 }], [{ v: 855 }], [{ wait: 500 }, { c: 855 }], [{ timeout: 1e3, check: "none", wv: 855 }], {}], [1, "auto_AU_solesavy.com_8q6", 0, "^https?://(www\\.)?solesavy\\.com/", 10, [], [{ e: 856 }], [{ v: 856 }], [{ wait: 500 }, { c: 856 }], [{ timeout: 1e3, check: "none", wv: 856 }], {}], [1, "auto_AU_staff.flinders.edu.au_cpu", 0, "^https?://(www\\.)?staff\\.flinders\\.edu\\.au/", 10, [], [{ e: 840 }], [{ v: 840 }], [{ wait: 500 }, { c: 840 }], [{ timeout: 1e3, check: "none", wv: 840 }], {}], [1, "auto_AU_telekom.hu_4lu", 0, "^https?://(www\\.)?telekom\\.hu/", 10, [], [{ e: 857 }], [{ v: 857 }], [{ wait: 500 }, { c: 857 }], [{ timeout: 1e3, check: "none", wv: 857 }], {}], [1, "auto_AU_tourismnewbrunswick.ca_bjd", 0, "^https?://(www\\.)?tourismnewbrunswick\\.ca/", 10, [], [{ e: 858 }], [{ v: 858 }], [{ wait: 500 }, { c: 858 }], [{ timeout: 1e3, check: "none", wv: 858 }], {}], [1, "auto_AU_tripcentral.ca_v7v", 0, "^https?://(www\\.)?tripcentral\\.ca/", 10, [], [{ e: 859 }], [{ v: 859 }], [{ wait: 500 }, { c: 859 }], [{ timeout: 1e3, check: "none", wv: 859 }], {}], [1, "auto_AU_u-buy.com.au_rg0", 0, "^https?://(www\\.)?u-buy\\.com\\.au/", 10, [], [{ e: 860 }], [{ v: 860 }], [{ wait: 500 }, { c: 860 }], [{ timeout: 1e3, check: "none", wv: 860 }], {}], [1, "auto_AU_whitepages.co.com_4cs", 0, "^https?://(www\\.)?whitepages\\.co\\.com/", 10, [], [{ e: 861 }], [{ v: 861 }], [{ wait: 500 }, { c: 861 }], [{ timeout: 1e3, check: "none", wv: 861 }], {}], [1, "auto_CA_407etr.com_wrd", 0, "^https?://(www\\.)?407etr\\.com/", 10, [], [{ e: 862 }], [{ v: 862 }], [{ wait: 500 }, { c: 862 }], [{ timeout: 1e3, check: "none", wv: 862 }], {}], [1, "auto_CA_algonquincollege.com_o8v", 0, "^https?://(www\\.)?algonquincollege\\.com/", 10, [], [{ e: 863 }], [{ v: 863 }], [{ wait: 500 }, { c: 863 }], [{ timeout: 1e3, check: "none", wv: 863 }], {}], [1, "auto_CA_arte.tv_7nv", 0, "^https?://(www\\.)?arte\\.tv/", 10, [], [{ e: 864 }], [{ v: 864 }], [{ c: 864 }], [], {}], [1, "auto_CA_babel.hathitrust.org_i6g", 0, "^https?://(www\\.)?babel\\.hathitrust\\.org/", 10, [], [{ e: 865 }], [{ v: 865 }], [{ wait: 500 }, { c: 865 }], [{ timeout: 1e3, check: "none", wv: 865 }], {}], [1, "auto_CA_belairdirect.com_wic", 0, "^https?://(www\\.)?belairdirect\\.com/", 10, [], [{ e: 866 }], [{ v: 866 }], [{ wait: 500 }, { c: 866 }], [{ timeout: 1e3, check: "none", wv: 866 }], {}], [1, "auto_CA_bet365.bet.br_kkx", 0, "^https?://(www\\.)?bet365\\.bet\\.br/", 10, [], [{ e: 867 }], [{ v: 867 }], [{ wait: 500 }, { c: 867 }], [{ timeout: 1e3, check: "none", wv: 867 }], {}], [1, "auto_CA_blackdiamondequipment.com_dwp_+8", 0, "^https?://(www\\.)?blackdiamondequipment\\.com/|^https?://(www\\.)?facetofacegames\\.com/|^https?://(www\\.)?suzyshier\\.com/|^https?://(www\\.)?urban-planet\\.com/|^https?://(www\\.)?eu\\.blackdiamondequipment\\.com/|^https?://(www\\.)?bushwear\\.co\\.uk/|^https?://(www\\.)?directdoors\\.com/|^https?://(www\\.)?keenfootwear\\.com/|^https?://(www\\.)?shop\\.panasonic\\.com/", 10, [], [{ e: 868 }], [{ v: 868 }], [{ wait: 500 }, { c: 868 }], [{ timeout: 1e3, check: "none", wv: 868 }], {}], [1, "auto_CA_brazzers.com_kik", 0, "^https?://(www\\.)?brazzers\\.com/", 10, [], [{ e: 869 }], [{ v: 869 }], [{ wait: 500 }, { c: 869 }], [{ timeout: 1e3, check: "none", wv: 869 }], {}], [1, "auto_CA_busbud.com_0sh", 0, "^https?://(www\\.)?busbud\\.com/", 10, [], [{ e: 870 }], [{ v: 870 }], [{ wait: 500 }, { c: 870 }], [{ timeout: 1e3, check: "none", wv: 870 }], {}], [1, "auto_CA_cegeplimoilou.ca_9tg", 0, "^https?://(www\\.)?cegeplimoilou\\.ca/", 10, [], [{ e: 871 }], [{ v: 871 }], [{ wait: 500 }, { c: 871 }], [{ timeout: 1e3, check: "none", wv: 871 }], {}], [1, "auto_CA_cfo.coop_edx", 0, "^https?://(www\\.)?cfo\\.coop/", 10, [], [{ e: 872 }], [{ v: 872 }], [{ wait: 500 }, { c: 872 }], [{ timeout: 1e3, check: "none", wv: 872 }], {}], [1, "auto_CA_chipolo.net_zo9", 0, "^https?://(www\\.)?chipolo\\.net/", 10, [], [{ e: 873 }], [{ v: 873 }], [{ wait: 500 }, { c: 873 }], [{ timeout: 1e3, check: "none", wv: 873 }], {}], [1, "auto_CA_cmpa-acpm.ca_nja", 0, "^https?://(www\\.)?cmpa-acpm\\.ca/", 10, [], [{ e: 874 }], [{ v: 874 }], [{ c: 874 }], [], {}], [1, "auto_CA_denniskirk.com_ezr", 0, "^https?://(www\\.)?denniskirk\\.com/", 10, [], [{ e: 875 }], [{ v: 875 }], [{ wait: 500 }, { c: 875 }], [{ timeout: 1e3, check: "none", wv: 875 }], {}], [1, "auto_CA_doyondespres.com_4jr", 0, "^https?://(www\\.)?doyondespres\\.com/", 10, [], [{ e: 876 }], [{ v: 876 }], [{ wait: 500 }, { c: 876 }], [{ timeout: 1e3, check: "none", wv: 876 }], {}], [1, "auto_CA_f6s.com_yjw", 0, "^https?://(www\\.)?f6s\\.com/", 10, [], [{ e: 877 }], [{ v: 877 }], [{ wait: 500 }, { c: 877 }], [{ timeout: 1e3, check: "none", wv: 877 }], {}], [1, "auto_CA_fischersports.com_1yr", 0, "^https?://(www\\.)?fischersports\\.com/", 10, [], [{ e: 878 }], [{ v: 878 }], [{ wait: 500 }, { c: 878 }], [{ timeout: 1e3, check: "none", wv: 878 }], {}], [1, "auto_CA_golfavenue.ca_ero_+1", 0, "^https?://(www\\.)?golfavenue\\.ca/|^https?://(www\\.)?golfbidder\\.co\\.uk/", 10, [], [{ e: 879 }], [{ v: 879 }], [{ wait: 500 }, { c: 879 }], [{ timeout: 1e3, check: "none", wv: 879 }], {}], [1, "auto_CA_golftown.com_zcn", 0, "^https?://(www\\.)?golftown\\.com/", 10, [], [{ e: 880 }], [{ v: 880 }], [{ wait: 500 }, { c: 880 }], [{ timeout: 1e3, check: "none", wv: 880 }], {}], [1, "auto_CA_intact.ca_gax", 0, "^https?://(www\\.)?intact\\.ca/", 10, [], [{ e: 881 }], [{ v: 881 }], [{ wait: 500 }, { c: 881 }], [{ timeout: 1e3, check: "none", wv: 881 }], {}], [1, "auto_CA_lethpolytech.ca_1r1", 0, "^https?://(www\\.)?lethpolytech\\.ca/", 10, [], [{ e: 882 }], [{ v: 882 }], [{ wait: 500 }, { c: 882 }], [{ timeout: 1e3, check: "none", wv: 882 }], {}], [1, "auto_CA_libgen.help_7s8", 0, "^https?://(www\\.)?libgen\\.help/", 10, [], [{ e: 883 }], [{ v: 883 }], [{ wait: 500 }, { c: 883 }], [{ timeout: 1e3, check: "none", wv: 883 }], {}], [1, "auto_CA_nationalarchives.gov.uk_vgx", 0, "^https?://(www\\.)?webarchive\\.nationalarchives\\.gov\\.uk/", 10, [], [{ e: 884 }], [{ v: 884 }], [{ wait: 500 }, { c: 884 }], [{ timeout: 1e3, check: "none", wv: 884 }], {}], [1, "auto_CA_papajohns.ca_n5j", 0, "^https?://(www\\.)?papajohns\\.ca/", 10, [], [{ e: 885 }], [{ v: 885 }], [{ wait: 500 }, { c: 885 }], [{ timeout: 1e3, check: "none", wv: 885 }], {}], [1, "auto_CA_pcsupport.lenovo.com_dxi", 0, "^https?://(www\\.)?pcsupport\\.lenovo\\.com/", 10, [], [{ e: 886 }], [{ v: 886 }], [{ wait: 500 }, { c: 886 }], [{ timeout: 1e3, check: "none", wv: 886 }], {}], [1, "auto_CA_plex.tv_ee4_+1", 0, "^https?://(www\\.)?plex\\.tv/|^https?://(www\\.)?support\\.plex\\.tv/", 10, [], [{ e: 887 }], [{ v: 887 }], [{ wait: 500 }, { c: 887 }], [{ timeout: 1e3, check: "none", wv: 887 }], {}], [1, "auto_CA_promessedefleurs.com_noy_+1", 0, "^https?://(www\\.)?promessedefleurs\\.com/|^https?://(www\\.)?meillandrichardier\\.com/", 10, [], [{ e: 888 }], [{ v: 888 }], [{ wait: 500 }, { c: 888 }], [{ timeout: 1e3, check: "none", wv: 888 }], {}], [1, "auto_CA_queerty.com_fb8_+1", 0, "^https?://(www\\.)?queerty\\.com/|^https?://(www\\.)?pestor\\.nl/", 10, [], [{ e: 889 }], [{ v: 889 }], [{ wait: 500 }, { c: 889 }], [{ timeout: 1e3, check: "none", wv: 889 }], {}], [1, "auto_CA_remitly.com_mm4", 0, "^https?://(www\\.)?remitly\\.com/", 10, [], [{ e: 890 }], [{ v: 890 }], [{ wait: 500 }, { c: 890 }], [{ timeout: 1e3, check: "none", wv: 890 }], {}], [1, "auto_CA_reviewed.com_w2k", 0, "^https?://(www\\.)?reviewed\\.com/", 10, [], [{ e: 891 }], [{ v: 891 }], [{ wait: 500 }, { c: 891 }], [{ timeout: 1e3, check: "none", wv: 891 }], {}], [1, "auto_CA_sheetmusicplus.com_b7d", 0, "^https?://(www\\.)?sheetmusicplus\\.com/", 10, [], [{ e: 892 }], [{ v: 892 }], [{ wait: 500 }, { c: 892 }], [{ timeout: 1e3, check: "none", wv: 892 }], {}], [1, "auto_CA_skipthedishes.com_1sg", 0, "^https?://(www\\.)?skipthedishes\\.com/", 10, [], [{ e: 893 }], [{ v: 893 }], [{ c: 893 }], [], {}], [1, "auto_CA_streamingthe.net_v8e", 0, "^https?://(www\\.)?streamingthe\\.net/", 10, [], [{ e: 894 }], [{ v: 894 }], [{ wait: 500 }, { c: 894 }], [{ timeout: 1e3, check: "none", wv: 894 }], {}], [1, "auto_CA_ticketsource.com_kiv", 0, "^https?://(www\\.)?ticketsource\\.com/", 10, [], [{ e: 895 }], [{ v: 895 }], [{ wait: 500 }, { c: 895 }], [{ timeout: 1e3, check: "none", wv: 895 }], {}], [1, "auto_CA_ubereats.com_4nx", 0, "^https?://(www\\.)?ubereats\\.com/", 10, [], [{ e: 896 }], [{ v: 896 }], [{ wait: 500 }, { c: 896 }], [{ timeout: 1e3, check: "none", wv: 896 }], {}], [1, "auto_CA_wealthsimple.com_kgz", 0, "^https?://(www\\.)?wealthsimple\\.com/", 10, [], [{ e: 897 }], [{ v: 897 }], [{ wait: 500 }, { c: 897 }], [{ timeout: 1e3, check: "none", wv: 897 }], {}], [1, "auto_CA_xplore.ca_wwx", 0, "^https?://(www\\.)?xplore\\.ca/", 10, [], [{ e: 898 }], [{ v: 898 }], [{ wait: 500 }, { c: 898 }], [{ timeout: 1e3, check: "none", wv: 898 }], {}], [1, "auto_CH_3djake.ch_6k2_+3", 0, "^https?://(www\\.)?3djake\\.ch/|^https?://(www\\.)?ecco-verde\\.ch/|^https?://(www\\.)?vitalabo\\.ch/|^https?://(www\\.)?3djake\\.de/", 10, [], [{ e: 899 }], [{ v: 899 }], [{ wait: 500 }, { c: 899 }], [{ timeout: 1e3, check: "none", wv: 899 }], {}], [1, "auto_CH_airbnb.de_83z", 0, "^https?://(www\\.)?airbnb\\.de/", 10, [], [{ e: 900 }], [{ v: 900 }], [{ wait: 500 }, { c: 900 }], [{ timeout: 1e3, check: "none", wv: 900 }], {}], [1, "auto_CH_alpenvereinaktiv.com_ms8_+1", 0, "^https?://(www\\.)?alpenvereinaktiv\\.com/|^https?://(www\\.)?maps\\.viamala\\.ch/", 10, [], [{ e: 901 }], [{ v: 901 }], [{ wait: 500 }, { c: 901 }], [{ timeout: 1e3, check: "none", wv: 901 }], {}], [1, "auto_CH_android.bestsecret.com_m12_+2", 0, "^https?://(www\\.)?android\\.bestsecret\\.com/|^https?://(www\\.)?bestsecret\\.com/|^https?://(www\\.)?orders\\.bestsecret\\.com/", 10, [], [{ e: 902 }], [{ v: 902 }], [{ wait: 500 }, { c: 902 }], [{ timeout: 1e3, check: "none", wv: 902 }], {}], [1, "auto_CH_aoc.com_dib", 0, "^https?://(www\\.)?aoc\\.com/", 10, [], [{ e: 903 }], [{ v: 903 }], [{ wait: 500 }, { c: 903 }], [{ timeout: 1e3, check: "none", wv: 903 }], {}], [1, "auto_CH_arte.tv_ln7", 0, "^https?://(www\\.)?arte\\.tv/", 10, [], [{ e: 904 }], [{ v: 904 }], [{ wait: 500 }, { c: 904 }], [{ timeout: 1e3, check: "none", wv: 904 }], {}], [1, "auto_CH_arttv.ch_2lm", 0, "^https?://(www\\.)?arttv\\.ch/", 10, [], [{ e: 905 }], [{ v: 905 }], [{ wait: 500 }, { c: 905 }], [{ timeout: 1e3, check: "none", wv: 905 }], {}], [1, "auto_CH_ascona.il-centro.ch_59k", 0, "^https?://(www\\.)?ascona\\.il-centro\\.ch/", 10, [], [{ e: 906 }], [{ v: 906 }], [{ wait: 500 }, { c: 906 }], [{ timeout: 1e3, check: "none", wv: 906 }], {}], [1, "auto_CH_astag.ch_1if", 0, "^https?://(www\\.)?astag\\.ch/", 10, [], [{ e: 907 }], [{ v: 907 }], [{ wait: 500 }, { c: 907 }], [{ timeout: 1e3, check: "none", wv: 907 }], {}], [1, "auto_CH_auto.swiss_z35", 0, "^https?://(www\\.)?auto\\.swiss/", 10, [], [{ e: 908 }], [{ v: 908 }], [{ wait: 500 }, { c: 908 }], [{ timeout: 1e3, check: "none", wv: 908 }], {}], [1, "auto_CH_autodoc.de_krd", 0, "^https?://(www\\.)?autodoc\\.de/", 10, [], [{ e: 909 }], [{ v: 909 }], [{ wait: 500 }, { c: 909 }], [{ timeout: 1e3, check: "none", wv: 909 }], {}], [1, "auto_CH_bandlab.com_jul", 0, "^https?://(www\\.)?bandlab\\.com/", 10, [], [{ e: 910 }], [{ v: 910 }], [{ wait: 500 }, { c: 910 }], [{ timeout: 1e3, check: "none", wv: 910 }], {}], [1, "auto_CH_bitbox.swiss_w0n", 0, "^https?://(www\\.)?bitbox\\.swiss/", 10, [], [{ e: 911 }], [{ v: 911 }], [{ wait: 500 }, { c: 911 }], [{ timeout: 1e3, check: "none", wv: 911 }], {}], [1, "auto_CH_blogdumoderateur.com_8p6", 0, "^https?://(www\\.)?blogdumoderateur\\.com/", 10, [], [{ e: 912 }], [{ v: 912 }], [{ wait: 500 }, { c: 912 }], [{ timeout: 1e3, check: "none", wv: 912 }], {}], [1, "auto_CH_blutspendezurich.ch_s0f", 0, "^https?://(www\\.)?blutspendezurich\\.ch/", 10, [], [{ e: 913 }], [{ v: 913 }], [{ wait: 500 }, { c: 913 }], [{ timeout: 1e3, check: "none", wv: 913 }], {}], [1, "auto_CH_cardmarket.com_15t", 0, "^https?://(www\\.)?cardmarket\\.com/", 10, [], [{ e: 914 }], [{ v: 914 }], [{ wait: 500 }, { c: 914 }], [{ timeout: 1e3, check: "none", wv: 914 }], {}], [1, "auto_CH_ch.rotho.com_h99_+2", 0, "^https?://(www\\.)?ch\\.rotho\\.com/|^https?://(www\\.)?reclam\\.de/|^https?://(www\\.)?dacianer\\.de/", 10, [], [{ e: 915 }], [{ v: 915 }], [{ wait: 500 }, { c: 915 }], [{ timeout: 1e3, check: "none", wv: 915 }], {}], [1, "auto_CH_chambres-hotes.fr_hay", 0, "^https?://(www\\.)?chambres-hotes\\.fr/", 10, [], [{ e: 916 }], [{ v: 916 }], [{ wait: 500 }, { c: 916 }], [{ timeout: 1e3, check: "none", wv: 916 }], {}], [1, "auto_CH_chrono24.ch_dve_+1", 0, "^https?://(www\\.)?chrono24\\.ch/|^https?://(www\\.)?chrono24\\.de/", 10, [], [{ e: 917 }], [{ v: 917 }], [{ wait: 500 }, { c: 917 }], [{ timeout: 1e3, check: "none", wv: 917 }], {}], [1, "auto_CH_chrono24.com_lj5_+1", 0, "^https?://(www\\.)?chrono24\\.com/|^https?://(www\\.)?chrono24\\.co\\.uk/", 10, [], [{ e: 917 }], [{ v: 917 }], [{ wait: 500 }, { c: 917 }], [{ timeout: 1e3, check: "none", wv: 917 }], {}], [1, "auto_CH_coolblue.de_egw", 0, "^https?://(www\\.)?coolblue\\.de/", 10, [], [{ e: 918 }], [{ v: 918 }], [{ wait: 500 }, { c: 918 }], [{ timeout: 1e3, check: "none", wv: 918 }], {}], [1, "auto_CH_ersatzteil-shop24.de_mh5_+1", 0, "^https?://(www\\.)?ersatzteil-shop24\\.de/|^https?://(www\\.)?der-rasenmaeher\\.de/", 10, [], [{ e: 919 }], [{ v: 919 }], [{ wait: 500 }, { c: 919 }], [{ timeout: 1e3, check: "none", wv: 919 }], {}], [1, "auto_CH_euroairport.com_3yl_+4", 0, "^https?://(www\\.)?euroairport\\.com/|^https?://(www\\.)?carnavalet\\.paris\\.fr/|^https?://(www\\.)?ifrap\\.org/|^https?://(www\\.)?mam\\.paris\\.fr/|^https?://(www\\.)?petitpalais\\.paris\\.fr/", 10, [], [{ e: 920 }], [{ v: 920 }], [{ wait: 500 }, { c: 920 }], [{ timeout: 1e3, check: "none", wv: 920 }], {}], [1, "auto_CH_europarl.europa.eu_y2d", 0, "^https?://(www\\.)?europarl\\.europa\\.eu/", 10, [], [{ e: 921 }], [{ v: 921 }], [{ wait: 500 }, { c: 921 }], [{ timeout: 1e3, check: "none", wv: 921 }], {}], [1, "auto_CH_feldschloesschen.ch_4mc", 0, "^https?://(www\\.)?feldschloesschen\\.ch/", 10, [], [{ e: 922 }], [{ v: 922 }], [{ wait: 500 }, { c: 922 }], [{ timeout: 1e3, check: "none", wv: 922 }], {}], [1, "auto_CH_fhgr.ch_9nr", 0, "^https?://(www\\.)?fhgr\\.ch/", 10, [], [{ e: 923 }], [{ v: 923 }], [{ wait: 500 }, { c: 923 }], [{ timeout: 1e3, check: "none", wv: 923 }], {}], [1, "auto_CH_fondationbeyeler.ch_o13", 0, "^https?://(www\\.)?fondationbeyeler\\.ch/", 10, [], [{ e: 915 }], [{ v: 915 }], [{ wait: 500 }, { c: 915 }], [{ timeout: 1e3, check: "none", wv: 915 }], {}], [1, "auto_CH_fontis-shop.ch_ksd", 0, "^https?://(www\\.)?fontis-shop\\.ch/", 10, [], [{ e: 924 }], [{ v: 924 }], [{ wait: 500 }, { c: 924 }], [{ timeout: 1e3, check: "none", wv: 924 }], {}], [1, "auto_CH_frankenspalter.ch_jo0", 0, "^https?://(www\\.)?frankenspalter\\.ch/", 10, [], [{ e: 925 }], [{ v: 925 }], [{ wait: 500 }, { c: 925 }], [{ timeout: 1e3, check: "none", wv: 925 }], {}], [1, "auto_CH_frankenspalter.ch_l2w", 0, "^https?://(www\\.)?frankenspalter\\.ch/", 10, [], [{ e: 926 }], [{ v: 926 }], [{ wait: 500 }, { c: 926 }], [{ timeout: 1e3, check: "none", wv: 926 }], {}], [1, "auto_CH_fruugoschweiz.com_6k8", 0, "^https?://(www\\.)?fruugoschweiz\\.com/", 10, [], [{ e: 927 }], [{ v: 927 }], [{ wait: 500 }, { c: 927 }], [{ timeout: 1e3, check: "none", wv: 927 }], {}], [1, "auto_CH_gabrielweinberg.com_56i", 0, "^https?://(www\\.)?gabrielweinberg\\.com/", 10, [], [{ e: 928 }], [{ v: 928 }], [{ wait: 500 }, { c: 928 }], [{ timeout: 1e3, check: "none", wv: 928 }], {}], [1, "auto_CH_galaxus.de_sqv_+1", 0, "^https?://(www\\.)?galaxus\\.de/|^https?://(www\\.)?galaxus\\.fr/", 10, [], [{ e: 929 }], [{ v: 929 }], [{ wait: 500 }, { c: 929 }], [{ timeout: 1e3, check: "none", wv: 929 }], {}], [1, "auto_CH_gstaadmenuhinfestival.ch_vp3", 0, "^https?://(www\\.)?gstaadmenuhinfestival\\.ch/", 10, [], [{ e: 930 }], [{ v: 930 }], [{ wait: 500 }, { c: 930 }], [{ timeout: 1e3, check: "none", wv: 930 }], {}], [1, "auto_CH_haushaltstipps.com_9kx_+1", 0, "^https?://(www\\.)?haushaltstipps\\.com/|^https?://(www\\.)?alltours\\.de/", 10, [], [{ e: 915 }], [{ v: 915 }], [{ wait: 500 }, { c: 915 }], [{ timeout: 1e3, check: "none", wv: 915 }], {}], [1, "auto_CH_independentxpress.de_0qj", 0, "^https?://(www\\.)?independentxpress\\.de/", 10, [], [{ e: 931 }], [{ v: 931 }], [{ wait: 500 }, { c: 931 }], [{ timeout: 1e3, check: "none", wv: 931 }], {}], [1, "auto_CH_instant-gaming.com_8j3", 0, "^https?://(www\\.)?instant-gaming\\.com/", 10, [], [{ e: 932 }], [{ v: 932 }], [{ wait: 500 }, { c: 932 }], [{ timeout: 1e3, check: "none", wv: 932 }], {}], [1, "auto_CH_kinopoisk.ru_w3g_+14", 0, "^https?://(www\\.)?kinopoisk\\.ru/|^https?://(www\\.)?market\\.yandex\\.ru/|^https?://(www\\.)?translate\\.yandex\\.com/|^https?://(www\\.)?yandex\\.com\\.tr/|^https?://(www\\.)?ya\\.ru/|^https?://(www\\.)?yandex\\.com/|^https?://(www\\.)?translate\\.yandex\\.ru/|^https?://(www\\.)?yandex\\.by/|^https?://(www\\.)?local\\.yandex\\.com/|^https?://(www\\.)?sso\\.passport\\.yandex\\.ru/|^https?://(www\\.)?360\\.yandex\\.ru/|^https?://(www\\.)?360\\.yandex\\.com/|^https?://(www\\.)?music\\.yandex\\.ru/|^https?://(www\\.)?hd\\.kinopoisk\\.ru/|^https?://(www\\.)?wap\\.yandex\\.com/", 10, [], [{ e: 933 }], [{ v: 933 }], [{ wait: 500 }, { c: 933 }], [{ timeout: 1e3, check: "none", wv: 933 }], {}], [1, "auto_CH_kobo.com_p4l", 0, "^https?://(www\\.)?kobo\\.com/", 10, [], [{ e: 934 }], [{ v: 934 }], [{ wait: 500 }, { c: 934 }], [{ timeout: 1e3, check: "none", wv: 934 }], {}], [1, "auto_CH_labanquepostale.fr_o6f_+1", 0, "^https?://(www\\.)?labanquepostale\\.fr/|^https?://(www\\.)?labanquepostale\\.com/", 10, [], [{ e: 935 }], [{ v: 935 }], [{ wait: 500 }, { c: 935 }], [{ timeout: 1e3, check: "none", wv: 935 }], {}], [1, "auto_CH_laposte.fr_ctu_+2", 0, "^https?://(www\\.)?laposte\\.fr/|^https?://(www\\.)?localiser\\.laposte\\.fr/|^https?://(www\\.)?aide\\.laposte\\.fr/", 10, [], [{ e: 936 }], [{ v: 936 }], [{ wait: 500 }, { c: 936 }], [{ timeout: 1e3, check: "none", wv: 936 }], {}], [1, "auto_CH_larian.com_kp5", 0, "^https?://(www\\.)?larian\\.com/", 10, [], [{ e: 937 }], [{ v: 937 }], [{ wait: 500 }, { c: 937 }], [{ timeout: 1e3, check: "none", wv: 937 }], {}], [1, "auto_CH_louis-moto.ch_5yk", 0, "^https?://(www\\.)?louis-moto\\.ch/", 10, [], [{ e: 938 }], [{ v: 938 }], [{ wait: 500 }, { c: 938 }], [{ timeout: 1e3, check: "none", wv: 938 }], {}], [1, "auto_CH_manufactum.ch_ag0_+1", 0, "^https?://(www\\.)?manufactum\\.ch/|^https?://(www\\.)?manufactum\\.de/", 10, [], [{ e: 939 }], [{ v: 939 }], [{ wait: 500 }, { c: 939 }], [{ timeout: 1e3, check: "none", wv: 939 }], {}], [1, "auto_CH_maps.engadin.ch_m40_+3", 0, "^https?://(www\\.)?maps\\.engadin\\.ch/|^https?://(www\\.)?outdoor\\.glarnerland\\.ch/|^https?://(www\\.)?altenberg\\.de/|^https?://(www\\.)?tourenplaner-rheinland-pfalz\\.de/", 10, [], [{ e: 901 }], [{ v: 901 }], [{ wait: 500 }, { c: 901 }], [{ timeout: 1e3, check: "none", wv: 901 }], {}], [1, "auto_CH_mein-kraeuterkeller.de_zjh", 0, "^https?://(www\\.)?mein-kraeuterkeller\\.de/", 10, [], [{ e: 940 }], [{ v: 940 }], [{ wait: 500 }, { c: 940 }], [{ timeout: 1e3, check: "none", wv: 940 }], {}], [1, "auto_CH_meintiptopf.ch_84l", 0, "^https?://(www\\.)?meintiptopf\\.ch/", 10, [], [{ e: 941 }], [{ v: 941 }], [{ wait: 500 }, { c: 941 }], [{ timeout: 1e3, check: "none", wv: 941 }], {}], [1, "auto_CH_mio.se_hd0", 0, "^https?://(www\\.)?mio\\.se/", 10, [], [{ e: 942 }], [{ v: 942 }], [{ wait: 500 }, { c: 942 }], [{ timeout: 1e3, check: "none", wv: 942 }], {}], [1, "auto_CH_moebel24.ch_fck_+1", 0, "^https?://(www\\.)?moebel24\\.ch/|^https?://(www\\.)?moebel\\.de/", 10, [], [{ e: 943 }], [{ v: 943 }], [{ wait: 500 }, { c: 943 }], [{ timeout: 1e3, check: "none", wv: 943 }], {}], [1, "auto_CH_mrporter.com_0nl_+1", 0, "^https?://(www\\.)?mrporter\\.com/|^https?://(www\\.)?net-a-porter\\.com/", 10, [], [{ e: 944 }], [{ v: 944 }], [{ wait: 500 }, { c: 944 }], [{ timeout: 1e3, check: "none", wv: 944 }], {}], [1, "auto_CH_platform.openai.com_g5y", 0, "^https?://(www\\.)?platform\\.openai\\.com/", 10, [], [{ e: 945 }], [{ v: 945 }], [{ wait: 500 }, { c: 945 }], [{ timeout: 1e3, check: "none", wv: 945 }], {}], [1, "auto_CH_pmphotomedia.ch_ume", 0, "^https?://(www\\.)?pmphotomedia\\.ch/", 10, [], [{ e: 946 }], [{ v: 946 }], [{ wait: 500 }, { c: 946 }], [{ timeout: 1e3, check: "none", wv: 946 }], {}], [1, "auto_CH_radio1.ch_1v2", 0, "^https?://(www\\.)?radio1\\.ch/", 10, [], [{ e: 947 }], [{ v: 947 }], [{ wait: 500 }, { c: 947 }], [{ timeout: 1e3, check: "none", wv: 947 }], {}], [1, "auto_CH_renens.ch_2uc", 0, "^https?://(www\\.)?renens\\.ch/", 10, [], [{ e: 948 }], [{ v: 948 }], [{ wait: 500 }, { c: 948 }], [{ timeout: 1e3, check: "none", wv: 948 }], {}], [1, "auto_CH_sac-uto.ch_3gu", 0, "^https?://(www\\.)?sac-uto\\.ch/", 10, [], [{ e: 949 }], [{ v: 949 }], [{ wait: 500 }, { c: 949 }], [{ timeout: 1e3, check: "none", wv: 949 }], {}], [1, "auto_CH_seetickets.com_4b2", 0, "^https?://(www\\.)?seetickets\\.com/", 10, [], [{ e: 950 }], [{ v: 950 }], [{ wait: 500 }, { c: 950 }], [{ timeout: 1e3, check: "none", wv: 950 }], {}], [1, "auto_CH_sparkasse.de_lwr", 0, "^https?://(www\\.)?sparkasse\\.de/", 10, [], [{ e: 951 }], [{ v: 951 }], [{ wait: 500 }, { c: 951 }], [{ timeout: 1e3, check: "none", wv: 951 }], {}], [1, "auto_CH_sva-bl.ch_h2k_+1", 0, "^https?://(www\\.)?sva-bl\\.ch/|^https?://(www\\.)?uni-bremen\\.de/", 10, [], [{ e: 952 }], [{ v: 952 }], [{ wait: 500 }, { c: 952 }], [{ timeout: 1e3, check: "none", wv: 952 }], {}], [1, "auto_CH_svtplay.se_d39", 0, "^https?://(www\\.)?svtplay\\.se/", 10, [], [{ e: 953 }], [{ v: 953 }], [{ wait: 500 }, { c: 953 }], [{ timeout: 1e3, check: "none", wv: 953 }], {}], [1, "auto_CH_transn.ch_ygb", 0, "^https?://(www\\.)?transn\\.ch/", 10, [], [{ e: 954 }], [{ v: 954 }], [{ wait: 500 }, { c: 954 }], [{ timeout: 1e3, check: "none", wv: 954 }], {}], [1, "auto_CH_ubs-kidscup.ch_5oc", 0, "^https?://(www\\.)?ubs-kidscup\\.ch/", 10, [], [{ e: 955 }], [{ v: 955 }], [{ wait: 500 }, { c: 955 }], [{ timeout: 1e3, check: "none", wv: 955 }], {}], [1, "auto_CH_velofactory.ch_tpq", 0, "^https?://(www\\.)?velofactory\\.ch/", 10, [], [{ e: 956 }], [{ v: 956 }], [{ wait: 500 }, { c: 956 }], [{ timeout: 1e3, check: "none", wv: 956 }], {}], [1, "auto_DE_116117-termine.de_nwg", 0, "^https?://(www\\.)?116117-termine\\.de/", 10, [], [{ e: 957 }], [{ v: 957 }], [{ wait: 500 }, { c: 957 }], [{ timeout: 1e3, check: "none", wv: 957 }], {}], [1, "auto_DE_6relax.de_na9", 0, "^https?://(www\\.)?6relax\\.de/", 10, [], [{ e: 958 }], [{ v: 958 }], [{ wait: 500 }, { c: 958 }], [{ timeout: 1e3, check: "none", wv: 958 }], {}], [1, "auto_DE_accio.com_kdu", 0, "^https?://(www\\.)?accio\\.com/", 10, [], [{ e: 959 }], [{ v: 959 }], [{ wait: 500 }, { c: 959 }], [{ timeout: 1e3, check: "none", wv: 959 }], {}], [1, "auto_DE_aerztekammer-bw.de_rse", 0, "^https?://(www\\.)?aerztekammer-bw\\.de/", 10, [], [{ e: 960 }], [{ v: 960 }], [{ wait: 500 }, { c: 960 }], [{ timeout: 1e3, check: "none", wv: 960 }], {}], [1, "auto_DE_afd.de_tad", 0, "^https?://(www\\.)?afd\\.de/", 10, [], [{ e: 961 }], [{ v: 961 }], [{ wait: 500 }, { c: 961 }], [{ timeout: 1e3, check: "none", wv: 961 }], {}], [1, "auto_DE_aknw.de_wcz_+1", 0, "^https?://(www\\.)?aknw\\.de/|^https?://(www\\.)?regioentsorgung\\.de/", 10, [], [{ e: 962 }], [{ v: 962 }], [{ wait: 500 }, { c: 962 }], [{ timeout: 1e3, check: "none", wv: 962 }], {}], [1, "auto_DE_all-inkl.com_toh", 0, "^https?://(www\\.)?all-inkl\\.com/", 10, [], [{ e: 963 }], [{ v: 963 }], [{ wait: 500 }, { c: 963 }], [{ timeout: 1e3, check: "none", wv: 963 }], {}], [1, "auto_DE_almenrausch.at_c6z", 0, "^https?://(www\\.)?almenrausch\\.at/", 10, [], [{ e: 964 }], [{ v: 964 }], [{ wait: 500 }, { c: 964 }], [{ timeout: 1e3, check: "none", wv: 964 }], {}], [1, "auto_DE_alza.de_iq3", 0, "^https?://(www\\.)?alza\\.de/", 10, [], [{ e: 965 }], [{ v: 965 }], [{ wait: 500 }, { c: 965 }], [{ timeout: 1e3, check: "none", wv: 965 }], {}], [1, "auto_DE_ancestry.com_k1k", 0, "^https?://(www\\.)?ancestry\\.com/", 10, [], [{ e: 966 }], [{ v: 966 }], [{ wait: 500 }, { c: 966 }], [{ timeout: 1e3, check: "none", wv: 966 }], {}], [1, "auto_DE_apozilla.de_d1h", 0, "^https?://(www\\.)?apozilla\\.de/", 10, [], [{ e: 967 }], [{ v: 967 }], [{ wait: 500 }, { c: 967 }], [{ timeout: 1e3, check: "none", wv: 967 }], {}], [1, "auto_DE_ardplus.de_ue3", 0, "^https?://(www\\.)?ardplus\\.de/", 10, [], [{ e: 968 }], [{ v: 968 }], [{ wait: 500 }, { c: 968 }], [{ timeout: 1e3, check: "none", wv: 968 }], {}], [1, "auto_DE_axa.de_vyk", 0, "^https?://(www\\.)?axa\\.de/", 10, [], [{ e: 969 }], [{ v: 969 }], [{ wait: 500 }, { c: 969 }], [{ timeout: 1e3, check: "none", wv: 969 }], {}], [1, "auto_DE_backmarket.de_dzf", 0, "^https?://(www\\.)?backmarket\\.de/", 10, [], [{ e: 970 }], [{ v: 970 }], [{ wait: 500 }, { c: 970 }], [{ timeout: 1e3, check: "none", wv: 970 }], {}], [1, "auto_DE_bbbank.de_dcf_+15", 0, "^https?://(www\\.)?bbbank\\.de/|^https?://(www\\.)?diebank\\.de/|^https?://(www\\.)?genobroker\\.de/|^https?://(www\\.)?ligabank\\.de/|^https?://(www\\.)?pax-bkc\\.de/|^https?://(www\\.)?psd-berlin-brandenburg\\.de/|^https?://(www\\.)?psd-nuernberg\\.de/|^https?://(www\\.)?sparda-bank-hamburg\\.de/|^https?://(www\\.)?sparda-h\\.de/|^https?://(www\\.)?sparda-n\\.de/|^https?://(www\\.)?v-mn\\.de/|^https?://(www\\.)?vr-bayernmitte\\.de/|^https?://(www\\.)?vrbank-brs\\.de/|^https?://(www\\.)?vrbank-eg\\.de/|^https?://(www\\.)?vrbank-lb\\.de/|^https?://(www\\.)?wvb\\.de/", 10, [], [{ e: 971 }], [{ v: 971 }], [{ wait: 500 }, { c: 971 }], [{ timeout: 1e3, check: "none", wv: 971 }], {}], [1, "auto_DE_biunsinnorden.de_kwa_+1", 0, "^https?://(www\\.)?biunsinnorden\\.de/|^https?://(www\\.)?livegigs\\.de/", 10, [], [{ e: 972 }], [{ v: 972 }], [{ wait: 500 }, { c: 972 }], [{ timeout: 1e3, check: "none", wv: 972 }], {}], [1, "auto_DE_bmz.de_nss", 0, "^https?://(www\\.)?bmz\\.de/", 10, [], [{ e: 973 }], [{ v: 973 }], [{ wait: 500 }, { c: 973 }], [{ timeout: 1e3, check: "none", wv: 973 }], {}], [1, "auto_DE_buerklin.com_bya", 0, "^https?://(www\\.)?buerklin\\.com/", 10, [], [{ e: 915 }], [{ v: 915 }], [{ wait: 500 }, { c: 915 }], [{ timeout: 1e3, check: "none", wv: 915 }], {}], [1, "auto_DE_bundeswehrkarriere.de_g9g", 0, "^https?://(www\\.)?bundeswehrkarriere\\.de/", 10, [], [{ e: 974 }], [{ v: 974 }], [{ wait: 500 }, { c: 974 }], [{ timeout: 1e3, check: "none", wv: 974 }], {}], [1, "auto_DE_byak.de_dcj", 0, "^https?://(www\\.)?byak\\.de/", 10, [], [{ e: 975 }], [{ v: 975 }], [{ wait: 500 }, { c: 975 }], [{ timeout: 1e3, check: "none", wv: 975 }], {}], [1, "auto_DE_byte.fm_83l", 0, "^https?://(www\\.)?byte\\.fm/", 10, [], [{ e: 976 }], [{ v: 976 }], [{ wait: 500 }, { c: 976 }], [{ timeout: 1e3, check: "none", wv: 976 }], {}], [1, "auto_DE_camping-outdoorshop.de_oo4_+1", 0, "^https?://(www\\.)?camping-outdoorshop\\.de/|^https?://(www\\.)?elektro-wandelt\\.de/", 10, [], [{ e: 964 }], [{ v: 964 }], [{ wait: 500 }, { c: 964 }], [{ timeout: 1e3, check: "none", wv: 964 }], {}], [1, "auto_DE_club.auto-doc.at_6xj", 0, "^https?://(www\\.)?club\\.auto-doc\\.at/", 10, [], [{ e: 977 }], [{ v: 977 }], [{ wait: 500 }, { c: 977 }], [{ timeout: 1e3, check: "none", wv: 977 }], {}], [1, "auto_DE_daad.de_w45", 0, "^https?://(www\\.)?daad\\.de/", 10, [], [{ e: 978 }], [{ v: 978 }], [{ wait: 500 }, { c: 978 }], [{ timeout: 1e3, check: "none", wv: 978 }], {}], [1, "auto_DE_das-ist-drin.de_e12", 0, "^https?://(www\\.)?das-ist-drin\\.de/", 10, [], [{ e: 979 }], [{ v: 979 }], [{ wait: 500 }, { c: 979 }], [{ timeout: 1e3, check: "none", wv: 979 }], {}], [1, "auto_DE_de.accio.com_97o", 0, "^https?://(www\\.)?de\\.accio\\.com/", 10, [], [{ e: 959 }], [{ v: 959 }], [{ wait: 500 }, { c: 959 }], [{ timeout: 1e3, check: "none", wv: 959 }], {}], [1, "auto_DE_de.artprice.com_kfk", 0, "^https?://(www\\.)?de\\.artprice\\.com/", 10, [], [{ e: 980 }], [{ v: 980 }], [{ wait: 500 }, { c: 980 }], [{ timeout: 1e3, check: "none", wv: 980 }], {}], [1, "auto_DE_de.nothing.tech_0fr_+1", 0, "^https?://(www\\.)?de\\.nothing\\.tech/|^https?://(www\\.)?nothing\\.tech/", 10, [], [{ e: 981 }], [{ v: 981 }], [{ wait: 500 }, { c: 981 }], [{ timeout: 1e3, check: "none", wv: 981 }], {}], [1, "auto_DE_dekra.de_qrb", 0, "^https?://(www\\.)?dekra\\.de/", 10, [], [{ e: 982 }], [{ v: 982 }], [{ wait: 500 }, { c: 982 }], [{ timeout: 1e3, check: "none", wv: 982 }], {}], [1, "auto_DE_edelstahl-tuerklingel.de_375", 0, "^https?://(www\\.)?edelstahl-tuerklingel\\.de/", 10, [], [{ e: 983 }], [{ v: 983 }], [{ wait: 500 }, { c: 983 }], [{ timeout: 1e3, check: "none", wv: 983 }], {}], [1, "auto_DE_eezy.nrw_9aj", 0, "^https?://(www\\.)?eezy\\.nrw/", 10, [], [{ e: 984 }], [{ v: 984 }], [{ wait: 500 }, { c: 984 }], [{ timeout: 1e3, check: "none", wv: 984 }], {}], [1, "auto_DE_ernstings-family.de_xqf", 0, "^https?://(www\\.)?ernstings-family\\.de/", 10, [], [{ e: 985 }], [{ v: 985 }], [{ wait: 500 }, { c: 985 }], [{ timeout: 1e3, check: "none", wv: 985 }], {}], [1, "auto_DE_fcbinside.de_0d6", 0, "^https?://(www\\.)?fcbinside\\.de/", 10, [], [{ e: 986 }], [{ v: 986 }], [{ wait: 500 }, { c: 986 }], [{ timeout: 1e3, check: "none", wv: 986 }], {}], [1, "auto_DE_feierabend.de_kr4", 0, "^https?://(www\\.)?feierabend\\.de/", 10, [], [{ e: 987 }], [{ v: 987 }], [{ wait: 500 }, { c: 987 }], [{ timeout: 1e3, check: "none", wv: 987 }], {}], [1, "auto_DE_feser-graf.de_qz8", 0, "^https?://(www\\.)?feser-graf\\.de/", 10, [], [{ e: 988 }], [{ v: 988 }], [{ wait: 500 }, { c: 988 }], [{ timeout: 1e3, check: "none", wv: 988 }], {}], [1, "auto_DE_finanzpartner.de_13s", 0, "^https?://(www\\.)?finanzpartner\\.de/", 10, [], [{ e: 989 }], [{ v: 989 }], [{ wait: 500 }, { c: 989 }], [{ timeout: 1e3, check: "none", wv: 989 }], {}], [1, "auto_DE_gasometer.de_0xw", 0, "^https?://(www\\.)?gasometer\\.de/", 10, [], [{ e: 990 }], [{ v: 990 }], [{ wait: 500 }, { c: 990 }], [{ timeout: 1e3, check: "none", wv: 990 }], {}], [1, "auto_DE_hermoney.de_jsi", 0, "^https?://(www\\.)?hermoney\\.de/", 10, [], [{ e: 991 }], [{ v: 991 }], [{ wait: 500 }, { c: 991 }], [{ timeout: 1e3, check: "none", wv: 991 }], {}], [1, "auto_DE_hilfe.kleinanzeigen.de_44a_+1", 0, "^https?://(www\\.)?hilfe\\.kleinanzeigen\\.de/|^https?://(www\\.)?themen\\.kleinanzeigen\\.de/", 10, [], [{ e: 992 }], [{ v: 992 }], [{ wait: 500 }, { c: 992 }], [{ timeout: 1e3, check: "none", wv: 992 }], {}], [1, "auto_DE_howik.com_99g", 0, "^https?://(www\\.)?howik\\.com/", 10, [], [{ e: 993 }], [{ v: 993 }], [{ wait: 500 }, { c: 993 }], [{ timeout: 1e3, check: "none", wv: 993 }], {}], [1, "auto_DE_hu-berlin.de_sk6", 0, "^https?://(www\\.)?hu-berlin\\.de/", 10, [], [{ e: 994 }], [{ v: 994 }], [{ wait: 500 }, { c: 994 }], [{ timeout: 1e3, check: "none", wv: 994 }], {}], [1, "auto_DE_imd-berlin.de_6m1", 0, "^https?://(www\\.)?imd-berlin\\.de/", 10, [], [{ e: 995 }], [{ v: 995 }], [{ wait: 500 }, { c: 995 }], [{ timeout: 1e3, check: "none", wv: 995 }], {}], [1, "auto_DE_immobilien.sparkasse.de_zj7", 0, "^https?://(www\\.)?immobilien\\.sparkasse\\.de/", 10, [996], [{ e: 997 }], [{ v: 997 }], [{ c: 998 }], [{ timeout: 1e3, check: "none", wv: 997 }], {}], [1, "auto_DE_impfen-info.de_am5_+1", 0, "^https?://(www\\.)?impfen-info\\.de/|^https?://(www\\.)?infektionsschutz\\.de/", 10, [], [{ e: 999 }], [{ v: 999 }], [{ wait: 500 }, { c: 999 }], [{ timeout: 1e3, check: "none", wv: 999 }], {}], [1, "auto_DE_jobvector.de_641", 0, "^https?://(www\\.)?jobvector\\.de/", 10, [], [{ e: 1e3 }], [{ v: 1e3 }], [{ wait: 500 }, { c: 1e3 }], [{ timeout: 1e3, check: "none", wv: 1e3 }], {}], [1, "auto_DE_kinsta.com_hc5", 0, "^https?://(www\\.)?kinsta\\.com/", 10, [], [{ e: 1001 }], [{ v: 1001 }], [{ wait: 500 }, { c: 1001 }], [{ timeout: 1e3, check: "none", wv: 1001 }], {}], [1, "auto_DE_kleineskraftwerk.de_fx7", 0, "^https?://(www\\.)?kleineskraftwerk\\.de/", 10, [], [{ e: 1002 }], [{ v: 1002 }], [{ wait: 500 }, { c: 1002 }], [{ timeout: 1e3, check: "none", wv: 1002 }], {}], [1, "auto_DE_kundenportal.m-net.de_y8l", 0, "^https?://(www\\.)?kundenportal\\.m-net\\.de/", 10, [], [{ e: 951 }], [{ v: 951 }], [{ wait: 500 }, { c: 951 }], [{ timeout: 1e3, check: "none", wv: 951 }], {}], [1, "auto_DE_kvhb.de_hhf", 0, "^https?://(www\\.)?kvhb\\.de/", 10, [], [{ e: 1003 }], [{ v: 1003 }], [{ wait: 500 }, { c: 1003 }], [{ timeout: 1e3, check: "none", wv: 1003 }], {}], [1, "auto_DE_la.spankbang.com_sva", 0, "^https?://(www\\.)?la\\.spankbang\\.com/", 10, [], [{ e: 1004 }], [{ v: 1004 }], [{ wait: 500 }, { c: 1004 }], [{ timeout: 1e3, check: "none", wv: 1004 }], {}], [1, "auto_DE_lbs.de_6zt", 0, "^https?://(www\\.)?lbs\\.de/", 10, [], [{ e: 1005 }], [{ v: 1005 }], [{ wait: 500 }, { c: 1005 }], [{ timeout: 1e3, check: "none", wv: 1005 }], {}], [1, "auto_DE_lenovo.com_xcv", 0, "^https?://(www\\.)?lenovo\\.com/", 10, [], [{ e: 1006 }], [{ v: 1006 }], [{ wait: 500 }, { c: 1006 }], [{ timeout: 1e3, check: "none", wv: 1006 }], {}], [1, "auto_DE_listando.de_c5i", 0, "^https?://(www\\.)?listando\\.de/", 10, [], [{ e: 1007 }], [{ v: 1007 }], [{ wait: 500 }, { c: 1007 }], [{ timeout: 1e3, check: "none", wv: 1007 }], {}], [1, "auto_DE_lite-magazin.de_e1s", 0, "^https?://(www\\.)?lite-magazin\\.de/", 10, [], [{ e: 1008 }], [{ v: 1008 }], [{ wait: 500 }, { c: 1008 }], [{ timeout: 1e3, check: "none", wv: 1008 }], {}], [1, "auto_DE_m.livejasmin.com_cvg", 0, "^https?://(www\\.)?livejasmin\\.com/", 10, [], [{ e: 1009 }], [{ v: 1009 }], [{ wait: 500 }, { c: 1009 }], [{ timeout: 1e3, check: "none", wv: 1009 }], {}], [1, "auto_DE_mhplus-krankenkasse.de_4xb", 0, "^https?://(www\\.)?mhplus-krankenkasse\\.de/", 10, [], [{ e: 964 }], [{ v: 964 }], [{ wait: 500 }, { c: 964 }], [{ timeout: 1e3, check: "none", wv: 964 }], {}], [1, "auto_DE_mitarbeiterservice.bayern.de_quh", 0, "^https?://(www\\.)?mitarbeiterservice\\.bayern\\.de/", 10, [], [{ e: 1010 }], [{ v: 1010 }], [{ wait: 500 }, { c: 1010 }], [{ timeout: 1e3, check: "none", wv: 1010 }], {}], [1, "auto_DE_mrmarvis.com_bo5", 0, "^https?://(www\\.)?mrmarvis\\.com/", 10, [], [{ e: 1011 }], [{ v: 1011 }], [{ wait: 500 }, { c: 1011 }], [{ timeout: 1e3, check: "none", wv: 1011 }], {}], [1, "auto_DE_nanu-nana.de_7my", 0, "^https?://(www\\.)?nanu-nana\\.de/", 10, [], [{ e: 1012 }], [{ v: 1012 }], [{ wait: 500 }, { c: 1012 }], [{ timeout: 1e3, check: "none", wv: 1012 }], {}], [1, "auto_DE_originalteile.mercedes-benz.de_tce", 0, "^https?://(www\\.)?originalteile\\.mercedes-benz\\.de/", 10, [], [{ e: 1013 }], [{ v: 1013 }], [{ wait: 500 }, { c: 1013 }], [{ timeout: 1e3, check: "none", wv: 1013 }], {}], [1, "auto_DE_parqet.com_6wm", 0, "^https?://(www\\.)?parqet\\.com/", 10, [], [{ e: 1014 }], [{ v: 1014 }], [{ wait: 500 }, { c: 1014 }], [{ timeout: 1e3, check: "none", wv: 1014 }], {}], [1, "auto_DE_pflanzenhof-online.de_au2", 0, "^https?://(www\\.)?pflanzenhof-online\\.de/", 10, [], [{ e: 1015 }], [{ v: 1015 }], [{ wait: 500 }, { c: 1015 }], [{ timeout: 1e3, check: "none", wv: 1015 }], {}], [1, "auto_DE_polizei.hessen.de_rsx", 0, "^https?://(www\\.)?polizei\\.hessen\\.de/", 10, [], [{ e: 1016 }], [{ v: 1016 }], [{ wait: 500 }, { c: 1016 }], [{ timeout: 1e3, check: "none", wv: 1016 }], {}], [1, "auto_DE_regierung.oberbayern.bayern.de_zx2_+2", 0, "^https?://(www\\.)?regierung\\.oberbayern\\.bayern\\.de/|^https?://(www\\.)?statistik\\.bayern\\.de/|^https?://(www\\.)?stmb\\.bayern\\.de/", 10, [], [{ e: 1017 }], [{ v: 1017 }], [{ wait: 500 }, { c: 1017 }], [{ timeout: 1e3, check: "none", wv: 1017 }], {}], [1, "auto_DE_roller.de_pjo", 0, "^https?://(www\\.)?roller\\.de/", 10, [], [{ e: 1018 }], [{ v: 1018 }], [{ wait: 500 }, { c: 1018 }], [{ timeout: 1e3, check: "none", wv: 1018 }], {}], [1, "auto_DE_rundfunkbeitrag.de_g4y", 0, "^https?://(www\\.)?rundfunkbeitrag\\.de/", 10, [], [{ e: 1019 }], [{ v: 1019 }], [{ wait: 500 }, { c: 1019 }], [{ timeout: 1e3, check: "none", wv: 1019 }], {}], [1, "auto_DE_schwabach.de_fjr", 0, "^https?://(www\\.)?schwabach\\.de/", 10, [], [{ e: 1020 }], [{ v: 1020 }], [{ wait: 500 }, { c: 1020 }], [{ timeout: 1e3, check: "none", wv: 1020 }], {}], [1, "auto_DE_schwaebisch-hall.de_0g1", 0, "^https?://(www\\.)?schwaebisch-hall\\.de/", 10, [], [{ e: 1021 }], [{ v: 1021 }], [{ wait: 500 }, { c: 1021 }], [{ timeout: 1e3, check: "none", wv: 1021 }], {}], [1, "auto_DE_sellercentral.amazon.de_xi0", 0, "^https?://(www\\.)?sellercentral\\.amazon\\.de/", 10, [], [{ e: 1022 }], [{ v: 1022 }], [{ wait: 500 }, { c: 1022 }], [{ timeout: 1e3, check: "none", wv: 1022 }], {}], [1, "auto_DE_sephora.de_exg", 0, "^https?://(www\\.)?sephora\\.de/", 10, [], [{ e: 944 }], [{ v: 944 }], [{ wait: 500 }, { c: 944 }], [{ timeout: 1e3, check: "none", wv: 944 }], {}], [1, "auto_DE_solarspeicher24.de_w5k", 0, "^https?://(www\\.)?solarspeicher24\\.de/", 10, [], [{ e: 1023 }], [{ v: 1023 }], [{ wait: 500 }, { c: 1023 }], [{ timeout: 1e3, check: "none", wv: 1023 }], {}], [1, "auto_DE_speedtest.vodafone.de_dha", 0, "^https?://(www\\.)?speedtest\\.vodafone\\.de/", 10, [], [{ e: 1024 }], [{ v: 1024 }], [{ wait: 500 }, { c: 1024 }], [{ timeout: 1e3, check: "none", wv: 1024 }], {}], [1, "auto_DE_steeltoyz.de_i51", 0, "^https?://(www\\.)?steeltoyz\\.de/", 10, [], [{ e: 1025 }], [{ v: 1025 }], [{ wait: 500 }, { c: 1025 }], [{ timeout: 1e3, check: "none", wv: 1025 }], {}], [1, "auto_DE_survival-kompass.de_kv6", 0, "^https?://(www\\.)?survival-kompass\\.de/", 10, [], [{ e: 1026 }], [{ v: 1026 }], [{ wait: 500 }, { c: 1026 }], [{ timeout: 1e3, check: "none", wv: 1026 }], {}], [1, "auto_DE_typografie.info_mnj", 0, "^https?://(www\\.)?typografie\\.info/", 10, [], [{ e: 1027 }], [{ v: 1027 }], [{ wait: 500 }, { c: 1027 }], [{ timeout: 1e3, check: "none", wv: 1027 }], {}], [1, "auto_DE_uni-hildesheim.de_7kj", 0, "^https?://(www\\.)?uni-hildesheim\\.de/", 10, [], [{ e: 1028 }], [{ v: 1028 }], [{ wait: 500 }, { c: 1028 }], [{ timeout: 1e3, check: "none", wv: 1028 }], {}], [1, "auto_DE_uni-mannheim.de_omi", 0, "^https?://(www\\.)?uni-mannheim\\.de/", 10, [], [{ e: 1029 }], [{ v: 1029 }], [{ wait: 500 }, { c: 1029 }], [{ timeout: 1e3, check: "none", wv: 1029 }], {}], [1, "auto_DE_variete.de_6cc", 0, "^https?://(www\\.)?variete\\.de/", 10, [], [{ e: 1030 }], [{ v: 1030 }], [{ wait: 500 }, { c: 1030 }], [{ timeout: 1e3, check: "none", wv: 1030 }], {}], [1, "auto_DE_wien.gv.at_mm2", 0, "^https?://(www\\.)?wien\\.gv\\.at/", 10, [], [{ e: 1031 }], [{ v: 1031 }], [{ wait: 500 }, { c: 1031 }], [{ timeout: 1e3, check: "none", wv: 1031 }], {}], [1, "auto_DE_wolt.com_jyq", 0, "^https?://(www\\.)?wolt\\.com/", 10, [], [{ e: 1032 }], [{ v: 1032 }], [{ wait: 500 }, { c: 1032 }], [{ timeout: 1e3, check: "none", wv: 1032 }], {}], [1, "auto_FR_3ds.com_pa7", 0, "^https?://(www\\.)?3ds\\.com/", 10, [], [{ e: 1033 }], [{ v: 1033 }], [{ wait: 500 }, { c: 1033 }], [{ timeout: 1e3, check: "none", wv: 1033 }], {}], [1, "auto_FR_aefinfo.fr_6r7", 0, "^https?://(www\\.)?aefinfo\\.fr/", 10, [], [{ e: 1034 }], [{ v: 1034 }], [{ wait: 500 }, { c: 1034 }], [{ timeout: 1e3, check: "none", wv: 1034 }], {}], [1, "auto_FR_alinea.com_d9k", 0, "^https?://(www\\.)?alinea\\.com/", 10, [], [{ e: 1035 }], [{ v: 1035 }], [{ wait: 500 }, { c: 1035 }], [{ timeout: 1e3, check: "none", wv: 1035 }], {}], [1, "auto_FR_alinea.com_gst", 0, "^https?://(www\\.)?alinea\\.com/", 10, [], [{ e: 1036 }], [{ v: 1036 }], [{ wait: 500 }, { c: 1036 }], [{ timeout: 1e3, check: "none", wv: 1036 }], {}], [1, "auto_FR_annuaire-inverse-france.com_4oi", 0, "^https?://(www\\.)?annuaire-inverse-france\\.com/", 10, [], [{ e: 1037 }], [{ v: 1037 }], [{ wait: 500 }, { c: 1037 }], [{ timeout: 1e3, check: "none", wv: 1037 }], {}], [1, "auto_FR_asp.gouv.fr_ytt", 0, "^https?://(www\\.)?asp\\.gouv\\.fr/", 10, [], [{ e: 1038 }], [{ v: 1038 }], [{ wait: 500 }, { c: 1038 }], [{ timeout: 1e3, check: "none", wv: 1038 }], {}], [1, "auto_FR_bd-adultes.com_nn2", 0, "^https?://(www\\.)?bd-adultes\\.com/", 10, [], [{ e: 1039 }], [{ v: 1039 }], [{ wait: 500 }, { c: 1039 }], [{ timeout: 1e3, check: "none", wv: 1039 }], {}], [1, "auto_FR_bobvoyeur.com_qm5", 0, "^https?://(www\\.)?bobvoyeur\\.com/", 10, [], [{ e: 1040 }], [{ v: 1040 }], [{ wait: 500 }, { c: 1040 }], [{ timeout: 1e3, check: "none", wv: 1040 }], {}], [1, "auto_FR_bpi.fr_l52", 0, "^https?://(www\\.)?bpi\\.fr/", 10, [], [{ e: 889 }], [{ v: 889 }], [{ wait: 500 }, { c: 889 }], [{ timeout: 1e3, check: "none", wv: 889 }], {}], [1, "auto_FR_chamrousse.com_i7u", 0, "^https?://(www\\.)?chamrousse\\.com/", 10, [], [{ e: 1041 }], [{ v: 1041 }], [{ wait: 500 }, { c: 1041 }], [{ timeout: 1e3, check: "none", wv: 1041 }], {}], [1, "auto_FR_charliehebdo.fr_smr", 0, "^https?://(www\\.)?charliehebdo\\.fr/", 10, [], [{ e: 1042 }], [{ v: 1042 }], [{ wait: 500 }, { c: 1042 }], [{ timeout: 1e3, check: "none", wv: 1042 }], {}], [1, "auto_FR_cite-sciences.fr_kcx", 0, "^https?://(www\\.)?cite-sciences\\.fr/", 10, [], [{ e: 1043 }], [{ v: 1043 }], [{ wait: 500 }, { c: 1043 }], [{ timeout: 1e3, check: "none", wv: 1043 }], {}], [1, "auto_FR_coe.int_cfo", 0, "^https?://(www\\.)?coe\\.int/", 10, [], [{ e: 1044 }], [{ v: 1044 }], [{ wait: 500 }, { c: 1044 }], [{ timeout: 1e3, check: "none", wv: 1044 }], {}], [1, "auto_FR_coutellerie-tourangelle.com_rcf", 0, "^https?://(www\\.)?coutellerie-tourangelle\\.com/", 10, [], [{ e: 1045 }], [{ v: 1045 }], [{ wait: 500 }, { c: 1045 }], [{ timeout: 1e3, check: "none", wv: 1045 }], {}], [1, "auto_FR_cre.fr_sd4", 0, "^https?://(www\\.)?cre\\.fr/", 10, [], [{ e: 1046 }], [{ v: 1046 }], [{ wait: 500 }, { c: 1046 }], [{ timeout: 1e3, check: "none", wv: 1046 }], {}], [1, "auto_FR_cybevasion.fr_jjp", 0, "^https?://(www\\.)?cybevasion\\.fr/", 10, [], [{ e: 916 }], [{ v: 916 }], [{ wait: 500 }, { c: 916 }], [{ timeout: 1e3, check: "none", wv: 916 }], {}], [1, "auto_FR_edumoov.com_sij", 0, "^https?://(www\\.)?edumoov\\.com/", 10, [], [{ e: 1047 }], [{ v: 1047 }], [{ wait: 500 }, { c: 1047 }], [{ timeout: 1e3, check: "none", wv: 1047 }], {}], [1, "auto_FR_engie-homeservices.fr_lyo", 0, "^https?://(www\\.)?engie-homeservices\\.fr/", 10, [], [{ e: 1048 }], [{ v: 1048 }], [{ wait: 500 }, { c: 1048 }], [{ timeout: 1e3, check: "none", wv: 1048 }], {}], [1, "auto_FR_es.xhamster.com_f69", 0, "^https?://(www\\.)?es\\.xhamster\\.com/", 10, [], [{ e: 1049 }], [{ v: 1049 }], [{ wait: 500 }, { c: 1049 }], [{ timeout: 1e3, check: "none", wv: 1049 }], {}], [1, "auto_FR_euro-expos.com_tok", 0, "^https?://(www\\.)?euro-expos\\.com/", 10, [], [{ e: 1050 }], [{ v: 1050 }], [{ wait: 500 }, { c: 1050 }], [{ timeout: 1e3, check: "none", wv: 1050 }], {}], [1, "auto_FR_fr.accio.com_zdn", 0, "^https?://(www\\.)?fr\\.accio\\.com/", 10, [], [{ e: 959 }], [{ v: 959 }], [{ wait: 500 }, { c: 959 }], [{ timeout: 1e3, check: "none", wv: 959 }], {}], [1, "auto_FR_fr.xgimi.com_fzb_+1", 0, "^https?://(www\\.)?fr\\.xgimi\\.com/|^https?://(www\\.)?leminor\\.fr/", 10, [], [{ e: 868 }], [{ v: 868 }], [{ wait: 500 }, { c: 868 }], [{ timeout: 1e3, check: "none", wv: 868 }], {}], [1, "auto_FR_glamuse.com_n32", 0, "^https?://(www\\.)?glamuse\\.com/", 10, [], [{ e: 1051 }], [{ v: 1051 }], [{ wait: 500 }, { c: 1051 }], [{ timeout: 1e3, check: "none", wv: 1051 }], {}], [1, "auto_FR_gmf.fr_pxt", 0, "^https?://(www\\.)?gmf\\.fr/", 10, [], [{ e: 1052 }], [{ v: 1052 }], [{ wait: 500 }, { c: 1052 }], [{ timeout: 1e3, check: "none", wv: 1052 }], {}], [1, "auto_FR_gov.br_n2f", 0, "^https?://(www\\.)?gov\\.br/", 10, [], [{ e: 1053 }], [{ v: 1053 }], [{ wait: 500 }, { c: 1053 }], [{ timeout: 1e3, check: "none", wv: 1053 }], {}], [1, "auto_FR_greengo.voyage_fg3", 0, "^https?://(www\\.)?greengo\\.voyage/", 10, [], [{ e: 1054 }], [{ v: 1054 }], [{ wait: 500 }, { c: 1054 }], [{ timeout: 1e3, check: "none", wv: 1054 }], {}], [1, "auto_FR_haproxy.com_arh", 0, "^https?://(www\\.)?haproxy\\.com/", 10, [], [{ e: 1055 }], [{ v: 1055 }], [{ wait: 500 }, { c: 1055 }], [{ timeout: 1e3, check: "none", wv: 1055 }], {}], [1, "auto_FR_interencheres.com_c67", 0, "^https?://(www\\.)?interencheres\\.com/", 10, [], [{ e: 1050 }], [{ v: 1050 }], [{ wait: 500 }, { c: 1050 }], [{ timeout: 1e3, check: "none", wv: 1050 }], {}], [1, "auto_FR_ita.xhamster.com_jhk", 0, "^https?://(www\\.)?ita\\.xhamster\\.com/", 10, [], [{ e: 1049 }], [{ v: 1049 }], [{ wait: 500 }, { c: 1049 }], [{ timeout: 1e3, check: "none", wv: 1049 }], {}], [1, "auto_FR_kobo.com_ajz", 0, "^https?://(www\\.)?kobo\\.com/", 10, [], [{ e: 1056 }], [{ v: 1056 }], [{ wait: 500 }, { c: 1056 }], [{ timeout: 1e3, check: "none", wv: 1056 }], {}], [1, "auto_FR_lalibrairie.com_0lt", 0, "^https?://(www\\.)?lalibrairie\\.com/", 10, [], [{ e: 1057 }], [{ v: 1057 }], [{ wait: 500 }, { c: 1057 }], [{ timeout: 1e3, check: "none", wv: 1057 }], {}], [1, "auto_FR_leclercvoyages.com_2o4", 0, "^https?://(www\\.)?leclercvoyages\\.com/", 10, [], [{ e: 1052 }], [{ v: 1052 }], [{ wait: 500 }, { c: 1052 }], [{ timeout: 1e3, check: "none", wv: 1052 }], {}], [1, "auto_FR_lesprosdelapetiteenfance.fr_bng", 0, "^https?://(www\\.)?lesprosdelapetiteenfance\\.fr/", 10, [], [{ e: 920 }], [{ v: 920 }], [{ wait: 500 }, { c: 920 }], [{ timeout: 1e3, check: "none", wv: 920 }], {}], [1, "auto_FR_ludum.fr_gl5", 0, "^https?://(www\\.)?ludum\\.fr/", 10, [], [{ e: 1058 }], [{ v: 1058 }], [{ wait: 500 }, { c: 1058 }], [{ timeout: 1e3, check: "none", wv: 1058 }], {}], [1, "auto_FR_maboussoleaidants.fr_f8f", 0, "^https?://(www\\.)?maboussoleaidants\\.fr/", 10, [], [{ e: 1059 }], [{ v: 1059 }], [{ wait: 500 }, { c: 1059 }], [{ timeout: 1e3, check: "none", wv: 1059 }], {}], [1, "auto_FR_magellan-bio.fr_5xr", 0, "^https?://(www\\.)?magellan-bio\\.fr/", 10, [], [{ e: 1060 }], [{ v: 1060 }], [{ wait: 500 }, { c: 1060 }], [{ timeout: 1e3, check: "none", wv: 1060 }], {}], [1, "auto_FR_manuels.solutions_3gb", 0, "^https?://(www\\.)?manuels\\.solutions/", 10, [], [{ e: 1061 }], [{ v: 1061 }], [{ wait: 500 }, { c: 1061 }], [{ timeout: 1e3, check: "none", wv: 1061 }], {}], [1, "auto_FR_maty.com_2v7", 0, "^https?://(www\\.)?maty\\.com/", 10, [], [{ e: 951 }], [{ v: 951 }], [{ wait: 500 }, { c: 951 }], [{ timeout: 1e3, check: "none", wv: 951 }], {}], [1, "auto_FR_mawaqit.net_0cw", 0, "^https?://(www\\.)?mawaqit\\.net/", 10, [], [{ e: 1062 }], [{ v: 1062 }], [{ wait: 500 }, { c: 1062 }], [{ timeout: 1e3, check: "none", wv: 1062 }], {}], [1, "auto_FR_meformerenregion.fr_64b", 0, "^https?://(www\\.)?meformerenregion\\.fr/", 10, [], [{ e: 1063 }], [{ v: 1063 }], [{ wait: 500 }, { c: 1063 }], [{ timeout: 1e3, check: "none", wv: 1063 }], {}], [1, "auto_FR_mesinfos.fr_gt2", 0, "^https?://(www\\.)?mesinfos\\.fr/", 10, [], [{ e: 1064 }], [{ v: 1064 }], [{ wait: 500 }, { c: 1064 }], [{ timeout: 1e3, check: "none", wv: 1064 }], {}], [1, "auto_FR_naval-group.com_yzx", 0, "^https?://(www\\.)?naval-group\\.com/", 10, [], [{ e: 920 }], [{ v: 920 }], [{ wait: 500 }, { c: 920 }], [{ timeout: 1e3, check: "none", wv: 920 }], {}], [1, "auto_FR_norauto.fr_mbi", 0, "^https?://(www\\.)?norauto\\.fr/", 10, [], [{ e: 951 }], [{ v: 951 }], [{ wait: 500 }, { c: 951 }], [{ timeout: 1e3, check: "none", wv: 951 }], {}], [1, "auto_FR_nouslib.com_1tl", 0, "^https?://(www\\.)?nouslib\\.com/", 10, [], [{ e: 1065 }], [{ v: 1065 }], [{ wait: 500 }, { c: 1065 }], [{ timeout: 1e3, check: "none", wv: 1065 }], {}], [1, "auto_FR_oceane.breizhgo.bzh_g7u", 0, "^https?://(www\\.)?oceane\\.breizhgo\\.bzh/", 10, [], [{ e: 1066 }], [{ v: 1066 }], [{ wait: 500 }, { c: 1066 }], [{ timeout: 1e3, check: "none", wv: 1066 }], {}], [1, "auto_FR_pfg.fr_j2d_+1", 0, "^https?://(www\\.)?pfg\\.fr/|^https?://(www\\.)?pointp\\.fr/", 10, [], [{ e: 1052 }], [{ v: 1052 }], [{ wait: 500 }, { c: 1052 }], [{ timeout: 1e3, check: "none", wv: 1052 }], {}], [1, "auto_FR_picwish.com_l0k", 0, "^https?://(www\\.)?picwish\\.com/", 10, [], [{ e: 1067 }], [{ v: 1067 }], [{ wait: 500 }, { c: 1067 }], [{ timeout: 1e3, check: "none", wv: 1067 }], {}], [1, "auto_FR_platform.openai.com_nyz", 0, "^https?://(www\\.)?platform\\.openai\\.com/", 10, [], [{ e: 1068 }], [{ v: 1068 }], [{ wait: 500 }, { c: 1068 }], [{ timeout: 1e3, check: "none", wv: 1068 }], {}], [1, "auto_FR_pointdevente.parionssport.fdj.fr_9uh", 0, "^https?://(www\\.)?pointdevente\\.parionssport\\.fdj\\.fr/", 10, [], [{ e: 1005 }], [{ v: 1005 }], [{ wait: 500 }, { c: 1005 }], [{ timeout: 1e3, check: "none", wv: 1005 }], {}], [1, "auto_FR_politis.fr_g33", 0, "^https?://(www\\.)?politis\\.fr/", 10, [], [{ e: 1069 }], [{ v: 1069 }], [{ wait: 500 }, { c: 1069 }], [{ timeout: 1e3, check: "none", wv: 1069 }], {}], [1, "auto_FR_pretto.fr_kb5", 0, "^https?://(www\\.)?pretto\\.fr/", 10, [], [{ e: 1070 }], [{ v: 1070 }], [{ wait: 500 }, { c: 1070 }], [{ timeout: 1e3, check: "none", wv: 1070 }], {}], [1, "auto_FR_privateaser.com_uco", 0, "^https?://(www\\.)?privateaser\\.com/", 10, [], [{ e: 1071 }], [{ v: 1071 }], [{ wait: 500 }, { c: 1071 }], [{ timeout: 1e3, check: "none", wv: 1071 }], {}], [1, "auto_FR_pro.inserm.fr_omt", 0, "^https?://(www\\.)?pro\\.inserm\\.fr/", 10, [], [{ e: 889 }], [{ v: 889 }], [{ wait: 500 }, { c: 889 }], [{ timeout: 1e3, check: "none", wv: 889 }], {}], [1, "auto_FR_proantic.com_oyg", 0, "^https?://(www\\.)?proantic\\.com/", 10, [], [{ e: 1072 }], [{ v: 1072 }], [{ wait: 500 }, { c: 1072 }], [{ timeout: 1e3, check: "none", wv: 1072 }], {}], [1, "auto_FR_revue-histoire.fr_jex", 0, "^https?://(www\\.)?revue-histoire\\.fr/", 10, [], [{ e: 1073 }], [{ v: 1073 }], [{ wait: 500 }, { c: 1073 }], [{ timeout: 1e3, check: "none", wv: 1073 }], {}], [1, "auto_FR_rhinoshield.fr_k5l", 0, "^https?://(www\\.)?rhinoshield\\.fr/", 10, [], [{ e: 868 }], [{ v: 868 }], [{ wait: 500 }, { c: 868 }], [{ timeout: 1e3, check: "none", wv: 868 }], {}], [1, "auto_FR_sephora.fr_k3l", 0, "^https?://(www\\.)?sephora\\.fr/", 10, [], [{ e: 944 }], [{ v: 944 }], [{ wait: 500 }, { c: 944 }], [{ timeout: 1e3, check: "none", wv: 944 }], {}], [1, "auto_FR_xhamster.desi_pv1_+1", 0, "^https?://(www\\.)?xhamster\\.desi/|^https?://(www\\.)?xhamster3\\.com/", 10, [], [{ e: 1049 }], [{ v: 1049 }], [{ wait: 500 }, { c: 1049 }], [{ timeout: 1e3, check: "none", wv: 1049 }], {}], [1, "auto_GB_3djake.uk_0", 0, "^https?://(www\\.)?3djake\\.uk/", 10, [], [{ e: 1074 }], [{ v: 1074 }], [{ c: 1074 }], [], {}], [1, "auto_GB_actionfraud.org.uk_92k", 0, "^https?://(www\\.)?actionfraud\\.org\\.uk/", 10, [], [{ e: 1075 }], [{ v: 1075 }], [{ wait: 500 }, { c: 1075 }], [{ timeout: 1e3, check: "none", wv: 1075 }], {}], [1, "auto_GB_ancestry.com_0", 0, "^https?://(www\\.)?ancestry\\.com/", 10, [], [{ e: 1076 }], [{ v: 1076 }], [{ wait: 500 }, { c: 1076 }], [{ timeout: 1e3, check: "none", wv: 1076 }], {}], [1, "auto_GB_arte.tv_0", 0, "^https?://(www\\.)?arte\\.tv/", 10, [], [{ e: 1077 }], [{ v: 1077 }], [{ c: 1077 }], [], {}], [1, "auto_GB_bensnaturalhealth.co.uk_0", 0, "^https?://(www\\.)?bensnaturalhealth\\.co\\.uk/", 10, [], [{ e: 1078 }], [{ v: 1078 }], [{ c: 1078 }], [], {}], [1, "auto_GB_bike24.com_0", 0, "^https?://(www\\.)?bike24\\.com/", 10, [], [{ e: 1079 }], [{ v: 1079 }], [{ c: 1079 }], [], {}], [1, "auto_GB_brazzers.com_0", 0, "^https?://(www\\.)?brazzers\\.com/", 10, [], [{ e: 1080 }], [{ v: 1080 }], [{ c: 1080 }], [], {}], [1, "auto_GB_bricksandlogic.co.uk_o5o", 0, "^https?://(www\\.)?bricksandlogic\\.co\\.uk/", 10, [], [{ e: 1081 }], [{ v: 1081 }], [{ wait: 500 }, { c: 1081 }], [{ timeout: 1e3, check: "none", wv: 1081 }], {}], [1, "auto_GB_brightondome.org_iz9", 0, "^https?://(www\\.)?brightondome\\.org/", 10, [], [{ e: 1082 }], [{ v: 1082 }], [{ wait: 500 }, { c: 1082 }], [{ timeout: 1e3, check: "none", wv: 1082 }], {}], [1, "auto_GB_businessclass.com_0", 0, "^https?://(www\\.)?businessclass\\.com/", 10, [], [{ e: 1083 }], [{ v: 1083 }], [{ c: 1083 }], [], {}], [1, "auto_GB_capcut.com_0", 0, "^https?://(www\\.)?capcut\\.com/", 10, [], [{ e: 1084 }], [{ v: 1084 }], [{ c: 1084 }], [], {}], [1, "auto_GB_cardmarket.com_oxh", 0, "^https?://(www\\.)?cardmarket\\.com/", 10, [], [{ e: 1085 }], [{ v: 1085 }], [{ wait: 500 }, { c: 1085 }], [{ timeout: 1e3, check: "none", wv: 1085 }], {}], [1, "auto_GB_catawiki.com_0", 0, "^https?://(www\\.)?catawiki\\.com/", 10, [], [{ e: 1086 }], [{ v: 1086 }], [{ c: 1086 }], [], {}], [1, "auto_GB_charlesclinkard.co.uk_0", 0, "^https?://(www\\.)?charlesclinkard\\.co\\.uk/", 10, [], [{ e: 1087 }], [{ v: 1087 }], [{ wait: 500 }, { c: 1087 }], [{ timeout: 1e3, check: "none", wv: 1087 }], {}], [1, "auto_GB_chilternseeds.co.uk_0", 0, "^https?://(www\\.)?chilternseeds\\.co\\.uk/", 10, [], [{ e: 1088 }], [{ v: 1088 }], [{ wait: 500 }, { c: 1088 }], [{ timeout: 1e3, check: "none", wv: 1088 }], {}], [1, "auto_GB_chrono24.com_0", 0, "^https?://(www\\.)?chrono24\\.com/", 10, [], [{ e: 1089 }], [{ v: 1089 }], [{ c: 1089 }], [], {}], [1, "auto_GB_cpfc.co.uk_0", 0, "^https?://(www\\.)?cpfc\\.co\\.uk/", 10, [], [{ e: 1090 }], [{ v: 1090 }], [{ c: 1090 }], [], {}], [1, "auto_GB_deezer.com_0", 0, "^https?://(www\\.)?deezer\\.com/", 10, [], [{ e: 1091 }], [{ v: 1091 }], [{ c: 1091 }], [], {}], [1, "auto_GB_edinburghcastle.scot_h2e", 0, "^https?://(www\\.)?edinburghcastle\\.scot/", 10, [], [{ e: 1092 }], [{ v: 1092 }], [{ wait: 500 }, { c: 1092 }], [{ timeout: 1e3, check: "none", wv: 1092 }], {}], [1, "auto_GB_europarl.europa.eu_0", 0, "^https?://(www\\.)?europarl\\.europa\\.eu/", 10, [], [{ e: 1093 }], [{ v: 1093 }], [{ c: 1093 }], [], {}], [1, "auto_GB_everysaving.co.uk_38t", 0, "^https?://(www\\.)?everysaving\\.co\\.uk/", 10, [], [{ e: 1094 }], [{ v: 1094 }], [{ c: 1094 }], [], {}], [1, "auto_GB_ewrc-results.com_y5f", 0, "^https?://(www\\.)?ewrc-results\\.com/", 10, [], [{ e: 1095 }], [{ v: 1095 }], [{ wait: 500 }, { c: 1095 }], [{ timeout: 1e3, check: "none", wv: 1095 }], {}], [1, "auto_GB_f6s.com_221", 0, "^https?://(www\\.)?f6s\\.com/", 10, [], [{ e: 1096 }], [{ v: 1096 }], [{ wait: 500 }, { c: 1096 }], [{ timeout: 1e3, check: "none", wv: 1096 }], {}], [1, "auto_GB_faphouse.com_0", 0, "^https?://(www\\.)?faphouse\\.com/", 10, [], [{ e: 1097 }], [{ v: 1097 }], [{ c: 1097 }], [], {}], [1, "auto_GB_farmergracy.co.uk_dl3", 0, "^https?://(www\\.)?farmergracy\\.co\\.uk/", 10, [], [{ e: 1098 }], [{ v: 1098 }], [{ wait: 500 }, { c: 1098 }], [{ timeout: 1e3, check: "none", wv: 1098 }], {}], [1, "auto_GB_fca.org.uk_9p9", 0, "^https?://(www\\.)?fca\\.org\\.uk/", 10, [], [{ e: 1099 }], [{ v: 1099 }], [{ wait: 500 }, { c: 1099 }], [{ timeout: 1e3, check: "none", wv: 1099 }], {}], [1, "auto_GB_forum.affinity.serif.com_0", 0, "^https?://(www\\.)?forum\\.affinity\\.serif\\.com/", 10, [], [{ e: 1100 }], [{ v: 1100 }], [{ c: 1100 }], [], {}], [1, "auto_GB_garden4less.co.uk_0", 0, "^https?://(www\\.)?garden4less\\.co\\.uk/", 10, [], [{ e: 1101 }], [{ v: 1101 }], [{ c: 1101 }], [], {}], [1, "auto_GB_glassesdirect.co.uk_bt9", 0, "^https?://(www\\.)?glassesdirect\\.co\\.uk/", 10, [], [{ e: 1102 }], [{ v: 1102 }], [{ wait: 500 }, { c: 1102 }], [{ timeout: 1e3, check: "none", wv: 1102 }], {}], [1, "auto_GB_handbook.fca.org.uk_0", 0, "^https?://(www\\.)?handbook\\.fca\\.org\\.uk/", 10, [], [{ e: 1103 }], [{ v: 1103 }], [{ wait: 500 }, { c: 1103 }], [{ timeout: 1e3, check: "none", wv: 1103 }], {}], [1, "auto_GB_historicenvironment.scot_0", 0, "^https?://(www\\.)?historicenvironment\\.scot/", 10, [], [{ e: 1104 }], [{ v: 1104 }], [{ c: 1104 }], [], {}], [1, "auto_GB_ionos.co.uk_c0a", 0, "^https?://(www\\.)?ionos\\.co\\.uk/", 10, [], [{ e: 1105 }], [{ v: 1105 }], [{ wait: 500 }, { c: 1105 }], [{ timeout: 1e3, check: "none", wv: 1105 }], {}], [1, "auto_GB_kick.com_0", 0, "^https?://(www\\.)?kick\\.com/", 10, [], [{ e: 1106 }], [{ v: 1106 }], [{ c: 1106 }], [], {}], [1, "auto_GB_kinopoisk.ru_0", 0, "^https?://(www\\.)?kinopoisk\\.ru/", 10, [], [{ e: 1107 }], [{ v: 1107 }], [{ wait: 500 }, { c: 1107 }], [{ timeout: 1e3, check: "none", wv: 1107 }], {}], [1, "auto_GB_kirklees.gov.uk_0", 0, "^https?://(www\\.)?kirklees\\.gov\\.uk/", 10, [], [{ e: 1108 }], [{ v: 1108 }], [{ c: 1108 }], [], {}], [1, "auto_GB_lancaster.ac.uk_0", 0, "^https?://(www\\.)?lancaster\\.ac\\.uk/", 10, [], [{ e: 1109 }], [{ v: 1109 }], [{ c: 1109 }], [], {}], [1, "auto_GB_lustery.com_0", 0, "^https?://(www\\.)?lustery\\.com/", 10, [], [{ e: 1110 }], [{ v: 1110 }], [{ c: 1110 }], [], {}], [1, "auto_GB_m.yandex.com_0_+2", 0, "^https?://(www\\.)?m\\.yandex\\.com/|^https?://(www\\.)?online\\.yandex\\.com/|^https?://(www\\.)?xmlsearch\\.yandex\\.ru/", 10, [], [{ e: 1111 }], [{ v: 1111 }], [{ text: "Allow essential cookies", c: 1111 }], [], {}], [1, "auto_GB_mypharmacy.co.uk_0", 0, "^https?://(www\\.)?mypharmacy\\.co\\.uk/", 10, [], [{ e: 1112 }], [{ v: 1112 }], [{ text: "DENY ALL", c: 1112 }], [], {}], [1, "auto_GB_onestream.co.uk_dpx", 0, "^https?://(www\\.)?onestream\\.co\\.uk/", 10, [], [{ e: 1113 }], [{ v: 1113 }], [{ wait: 500 }, { c: 1113 }], [{ timeout: 1e3, check: "none", wv: 1113 }], {}], [1, "auto_GB_outfox.energy_6ux", 0, "^https?://(www\\.)?outfox\\.energy/", 10, [], [{ e: 1114 }], [{ v: 1114 }], [{ wait: 500 }, { c: 1114 }], [{ timeout: 1e3, check: "none", wv: 1114 }], {}], [1, "auto_GB_parliamentlive.tv_r3v", 0, "^https?://(www\\.)?parliamentlive\\.tv/", 10, [], [{ e: 1115 }], [{ v: 1115 }], [{ c: 1115 }], [], {}], [1, "auto_GB_partscentre.co.uk_s70", 0, "^https?://(www\\.)?partscentre\\.co\\.uk/", 10, [], [{ e: 1116 }], [{ v: 1116 }], [{ wait: 500 }, { c: 1116 }], [{ timeout: 1e3, check: "none", wv: 1116 }], {}], [1, "auto_GB_plumbingworld.co.uk_vmi", 0, "^https?://(www\\.)?plumbingworld\\.co\\.uk/", 10, [], [{ e: 1117 }], [{ v: 1117 }], [{ wait: 500 }, { c: 1117 }], [{ timeout: 1e3, check: "none", wv: 1117 }], {}], [1, "auto_GB_reading.gov.uk_0", 0, "^https?://(www\\.)?reading\\.gov\\.uk/", 10, [], [{ e: 1118 }], [{ v: 1118 }], [{ wait: 500 }, { c: 1118 }], [{ timeout: 1e3, check: "none", wv: 1118 }], {}], [1, "auto_GB_shopify.com_0", 0, "^https?://(www\\.)?shopify\\.com/", 10, [], [{ e: 1119 }], [{ v: 1119 }], [{ c: 1119 }], [], {}], [1, "auto_GB_sso.passport.yandex.ru_0_+4", 0, "^https?://(www\\.)?sso\\.passport\\.yandex\\.ru/|^https?://(www\\.)?translate\\.yandex\\.com/|^https?://(www\\.)?ya\\.ru/|^https?://(www\\.)?yandex\\.com\\.tr/|^https?://(www\\.)?yandex\\.com/", 10, [], [{ e: 1107 }], [{ v: 1107 }], [{ c: 1107 }], [], {}], [1, "auto_GB_stoneacre.co.uk_73c", 0, "^https?://(www\\.)?stoneacre\\.co\\.uk/", 10, [], [{ e: 1120 }], [{ v: 1120 }], [{ wait: 500 }, { c: 1120 }], [{ timeout: 1e3, check: "none", wv: 1120 }], {}], [1, "auto_GB_supremecourt.uk_0", 0, "^https?://(www\\.)?supremecourt\\.uk/", 10, [], [{ e: 1121 }], [{ v: 1121 }], [{ c: 1121 }], [{ timeout: 1e3, check: "none", wv: 1121 }], {}], [1, "auto_GB_thebatteryshop.co.uk_0", 0, "^https?://(www\\.)?thebatteryshop\\.co\\.uk/", 10, [], [{ e: 1122 }], [{ v: 1122 }], [{ text: "Reject All", c: 1122 }], [], {}], [1, "auto_GB_thebushcraftstore.co.uk_0_+1", 0, "^https?://(www\\.)?thebushcraftstore\\.co\\.uk/|^https?://(www\\.)?thewoolfactory\\.co\\.uk/", 10, [], [{ e: 1123 }], [{ v: 1123 }], [{ wait: 500 }, { c: 1123 }], [{ timeout: 1e3, check: "none", wv: 1123 }], {}], [1, "auto_GB_trove.scot_xtg", 0, "^https?://(www\\.)?trove\\.scot/", 10, [], [{ e: 1124 }], [{ v: 1124 }], [{ wait: 500 }, { c: 1124 }], [{ timeout: 1e3, check: "none", wv: 1124 }], {}], [1, "auto_GB_truecaller.com_0", 0, "^https?://(www\\.)?truecaller\\.com/", 10, [], [{ e: 1125 }], [{ v: 1125 }], [{ c: 1125 }], [], {}], [1, "auto_GB_vetuk.co.uk_0", 0, "^https?://(www\\.)?vetuk\\.co\\.uk/", 10, [], [{ e: 1126 }], [{ v: 1126 }], [{ wait: 500 }, { c: 1126 }], [{ timeout: 1e3, check: "none", wv: 1126 }], {}], [1, "auto_GB_virgin.com_0", 0, "^https?://(www\\.)?virgin\\.com/", 10, [], [{ e: 1127 }], [{ v: 1127 }], [{ wait: 500 }, { c: 1127 }], [{ timeout: 1e3, check: "none", wv: 1127 }], {}], [1, "auto_GB_vrhump.com_pb5", 0, "^https?://(www\\.)?vrhump\\.com/", 10, [], [{ e: 1128 }], [{ v: 1128 }], [{ wait: 500 }, { c: 1128 }], [{ timeout: 1e3, check: "none", wv: 1128 }], {}], [1, "auto_GB_weldricks.co.uk_0", 0, "^https?://(www\\.)?weldricks\\.co\\.uk/", 10, [], [{ e: 1129 }], [{ v: 1129 }], [{ wait: 500 }, { c: 1129 }], [{ timeout: 1e3, check: "none", wv: 1129 }], {}], [1, "auto_NL_3cx.com_0mf", 0, "^https?://(www\\.)?3cx\\.com/", 10, [], [{ e: 1130 }], [{ v: 1130 }], [{ wait: 500 }, { c: 1130 }], [{ timeout: 1e3, check: "none", wv: 1130 }], {}], [1, "auto_NL_aegon.nl_y2y", 0, "^https?://(www\\.)?aegon\\.nl/", 10, [], [{ e: 1131 }], [{ v: 1131 }], [{ wait: 500 }, { c: 1131 }], [{ timeout: 1e3, check: "none", wv: 1131 }], {}], [1, "auto_NL_app.chatgirl.nl_uqi", 0, "^https?://(www\\.)?app\\.chatgirl\\.nl/", 10, [], [{ e: 1132 }], [{ v: 1132 }], [{ wait: 500 }, { c: 1132 }], [{ timeout: 1e3, check: "none", wv: 1132 }], {}], [1, "auto_NL_asnbank.nl_e28_+1", 0, "^https?://(www\\.)?asnbank\\.nl/|^https?://(www\\.)?blgwonen\\.nl/", 10, [], [{ e: 1133 }], [{ v: 1133 }], [{ wait: 500 }, { c: 1133 }], [{ timeout: 1e3, check: "none", wv: 1133 }], {}], [1, "auto_NL_averoachmea.nl_fxj_+1", 0, "^https?://(www\\.)?averoachmea\\.nl/|^https?://(www\\.)?centraalbeheer\\.nl/", 10, [], [{ e: 1134 }], [{ v: 1134 }], [{ wait: 500 }, { c: 1134 }], [{ timeout: 1e3, check: "none", wv: 1134 }], {}], [1, "auto_NL_beekman.nl_f9e", 0, "^https?://(www\\.)?beekman\\.nl/", 10, [], [{ e: 1135 }], [{ v: 1135 }], [{ wait: 500 }, { c: 1135 }], [{ timeout: 1e3, check: "none", wv: 1135 }], {}], [1, "auto_NL_berivita.com_q3z", 0, "^https?://(www\\.)?berivita\\.com/", 10, [], [{ e: 1136 }], [{ v: 1136 }], [{ wait: 500 }, { c: 1136 }], [{ timeout: 1e3, check: "none", wv: 1136 }], {}], [1, "auto_NL_bibliotheekaanzet.nl_mh6", 0, "^https?://(www\\.)?bibliotheekaanzet\\.nl/", 10, [], [{ e: 1137 }], [{ v: 1137 }], [{ wait: 500 }, { c: 1137 }], [{ timeout: 1e3, check: "none", wv: 1137 }], {}], [1, "auto_NL_bk.nl_tx4", 0, "^https?://(www\\.)?bk\\.nl/", 10, [], [{ e: 868 }], [{ v: 868 }], [{ wait: 500 }, { c: 868 }], [{ timeout: 1e3, check: "none", wv: 868 }], {}], [1, "auto_NL_bonprix.nl_ovi", 0, "^https?://(www\\.)?bonprix\\.nl/", 10, [], [{ e: 1138 }], [{ v: 1138 }], [{ wait: 500 }, { c: 1138 }], [{ timeout: 1e3, check: "none", wv: 1138 }], {}], [1, "auto_NL_braumarkt.com_wfi", 0, "^https?://(www\\.)?braumarkt\\.com/", 10, [], [{ e: 1013 }], [{ v: 1013 }], [{ wait: 500 }, { c: 1013 }], [{ timeout: 1e3, check: "none", wv: 1013 }], {}], [1, "auto_NL_brillen24.nl_08c", 0, "^https?://(www\\.)?brillen24\\.nl/", 10, [], [{ e: 1139 }], [{ v: 1139 }], [{ wait: 500 }, { c: 1139 }], [{ timeout: 1e3, check: "none", wv: 1139 }], {}], [1, "auto_NL_chasse.nl_gs1", 0, "^https?://(www\\.)?chasse\\.nl/", 10, [], [{ e: 1140 }], [{ v: 1140 }], [{ wait: 500 }, { c: 1140 }], [{ timeout: 1e3, check: "none", wv: 1140 }], {}], [1, "auto_NL_cheaptickets.nl_cwt", 0, "^https?://(www\\.)?cheaptickets\\.nl/", 10, [], [{ e: 1141 }], [{ v: 1141 }], [{ wait: 500 }, { c: 1141 }], [{ timeout: 1e3, check: "none", wv: 1141 }], {}], [1, "auto_NL_chillplanet.nl_xcp", 0, "^https?://(www\\.)?chillplanet\\.nl/", 10, [], [{ e: 1142 }], [{ v: 1142 }], [{ wait: 500 }, { c: 1142 }], [{ timeout: 1e3, check: "none", wv: 1142 }], {}], [1, "auto_NL_chrono24.nl_dco", 0, "^https?://(www\\.)?chrono24\\.nl/", 10, [], [{ e: 917 }], [{ v: 917 }], [{ wait: 500 }, { c: 917 }], [{ timeout: 1e3, check: "none", wv: 917 }], {}], [1, "auto_NL_clinicaldiagnostics.nl_pmu", 0, "^https?://(www\\.)?clinicaldiagnostics\\.nl/", 10, [], [{ e: 1143 }], [{ v: 1143 }], [{ wait: 500 }, { c: 1143 }], [{ timeout: 1e3, check: "none", wv: 1143 }], {}], [1, "auto_NL_consumentenbond.nl_53g", 0, "^https?://(www\\.)?consumentenbond\\.nl/", 10, [], [{ e: 1144 }], [{ v: 1144 }], [{ wait: 500 }, { c: 1144 }], [{ timeout: 1e3, check: "none", wv: 1144 }], {}], [1, "auto_NL_denboschregion.nl_4x6", 0, "^https?://(www\\.)?denboschregion\\.nl/", 10, [], [{ e: 1145 }], [{ v: 1145 }], [{ wait: 500 }, { c: 1145 }], [{ timeout: 1e3, check: "none", wv: 1145 }], {}], [1, "auto_NL_denieuwebibliotheek.nl_c1z", 0, "^https?://(www\\.)?denieuwebibliotheek\\.nl/", 10, [], [{ e: 1146 }], [{ v: 1146 }], [{ wait: 500 }, { c: 1146 }], [{ timeout: 1e3, check: "none", wv: 1146 }], {}], [1, "auto_NL_discountoffice.nl_2fb", 0, "^https?://(www\\.)?discountoffice\\.nl/", 10, [], [{ e: 1147 }], [{ v: 1147 }], [{ wait: 500 }, { c: 1147 }], [{ timeout: 1e3, check: "none", wv: 1147 }], {}], [1, "auto_NL_ditjesendatjes.nl_0sa", 0, "^https?://(www\\.)?ditjesendatjes\\.nl/", 10, [], [{ e: 1148 }], [{ v: 1148 }], [{ wait: 500 }, { c: 1148 }], [{ timeout: 1e3, check: "none", wv: 1148 }], {}], [1, "auto_NL_duitslandinstituut.nl_d4q", 0, "^https?://(www\\.)?duitslandinstituut\\.nl/", 10, [], [{ e: 1149 }], [{ v: 1149 }], [{ wait: 500 }, { c: 1149 }], [{ timeout: 1e3, check: "none", wv: 1149 }], {}], [1, "auto_NL_effenaar.nl_nia", 0, "^https?://(www\\.)?effenaar\\.nl/", 10, [], [{ e: 1150 }], [{ v: 1150 }], [{ wait: 500 }, { c: 1150 }], [{ timeout: 1e3, check: "none", wv: 1150 }], {}], [1, "auto_NL_eurojackpot.nederlandseloterij.nl_7hr", 0, "^https?://(www\\.)?eurojackpot\\.nederlandseloterij\\.nl/", 10, [], [{ e: 1151 }], [{ v: 1151 }], [{ wait: 500 }, { c: 1151 }], [{ timeout: 1e3, check: "none", wv: 1151 }], {}], [1, "auto_NL_fietsonderdelenoutlet.nl_x8u", 0, "^https?://(www\\.)?fietsonderdelenoutlet\\.nl/", 10, [], [{ e: 1152 }], [{ v: 1152 }], [{ wait: 500 }, { c: 1152 }], [{ timeout: 1e3, check: "none", wv: 1152 }], {}], [1, "auto_NL_followthebeat.nl_mx5", 0, "^https?://(www\\.)?followthebeat\\.nl/", 10, [], [{ e: 1153 }], [{ v: 1153 }], [{ wait: 500 }, { c: 1153 }], [{ timeout: 1e3, check: "none", wv: 1153 }], {}], [1, "auto_NL_frankenergie.nl_9xh", 0, "^https?://(www\\.)?frankenergie\\.nl/", 10, [], [{ e: 1154 }], [{ v: 1154 }], [{ wait: 500 }, { c: 1154 }], [{ timeout: 1e3, check: "none", wv: 1154 }], {}], [1, "auto_NL_gezondheidenwetenschap.be_zgi", 0, "^https?://(www\\.)?gezondheidenwetenschap\\.be/", 10, [], [{ e: 1155 }], [{ v: 1155 }], [{ wait: 500 }, { c: 1155 }], [{ timeout: 1e3, check: "none", wv: 1155 }], {}], [1, "auto_NL_independer.nl_ind", 0, "^https?://(www\\.)?independer\\.nl/", 10, [1156], [{ e: 1157 }], [{ v: 1157 }], [{ c: 1157 }], [{ check: "none", timeout: 2e3, wv: 1156 }], {}], [1, "auto_NL_info.mumc.nl_8s5", 0, "^https?://(www\\.)?info\\.mumc\\.nl/", 10, [], [{ e: 1158 }], [{ v: 1158 }], [{ wait: 500 }, { c: 1158 }], [{ timeout: 1e3, check: "none", wv: 1158 }], {}], [1, "auto_NL_inshared.nl_p70", 0, "^https?://(www\\.)?inshared\\.nl/", 10, [], [{ e: 1159 }], [{ v: 1159 }], [{ wait: 500 }, { c: 1159 }], [{ timeout: 1e3, check: "none", wv: 1159 }], {}], [1, "auto_NL_isvw.nl_7x0", 0, "^https?://(www\\.)?isvw\\.nl/", 10, [], [{ e: 1160 }], [{ v: 1160 }], [{ wait: 500 }, { c: 1160 }], [{ timeout: 1e3, check: "none", wv: 1160 }], {}], [1, "auto_NL_kaartje2go.nl_ecw", 0, "^https?://(www\\.)?kaartje2go\\.nl/", 10, [], [{ e: 1161 }], [{ v: 1161 }], [{ wait: 500 }, { c: 1161 }], [{ timeout: 1e3, check: "none", wv: 1161 }], {}], [1, "auto_NL_kathmandu.nl_7j4", 0, "^https?://(www\\.)?kathmandu\\.nl/", 10, [], [{ e: 1162 }], [{ v: 1162 }], [{ wait: 500 }, { c: 1162 }], [{ timeout: 1e3, check: "none", wv: 1162 }], {}], [1, "auto_NL_kvk.nl_0wn", 0, "^https?://(www\\.)?kvk\\.nl/", 10, [], [{ e: 1163 }], [{ v: 1163 }], [{ wait: 500 }, { c: 1163 }], [{ timeout: 1e3, check: "none", wv: 1163 }], {}], [1, "auto_NL_labplusarts.nl_feg", 0, "^https?://(www\\.)?labplusarts\\.nl/", 10, [], [{ e: 1164 }], [{ v: 1164 }], [{ wait: 500 }, { c: 1164 }], [{ timeout: 1e3, check: "none", wv: 1164 }], {}], [1, "auto_NL_lakenhal.nl_3go", 0, "^https?://(www\\.)?lakenhal\\.nl/", 10, [], [{ e: 1165 }], [{ v: 1165 }], [{ wait: 500 }, { c: 1165 }], [{ timeout: 1e3, check: "none", wv: 1165 }], {}], [1, "auto_NL_lotto.nederlandseloterij.nl_7c8_+1", 0, "^https?://(www\\.)?lotto\\.nederlandseloterij\\.nl/|^https?://(www\\.)?staatsloterij\\.nederlandseloterij\\.nl/", 10, [], [{ e: 1166 }], [{ v: 1166 }], [{ wait: 500 }, { c: 1166 }], [{ timeout: 1e3, check: "none", wv: 1166 }], {}], [1, "auto_NL_magazines-motivatie.nl_6o1", 0, "^https?://(www\\.)?magazines-motivatie\\.nl/", 10, [], [{ e: 1167 }], [{ v: 1167 }], [{ wait: 500 }, { c: 1167 }], [{ timeout: 1e3, check: "none", wv: 1167 }], {}], [1, "auto_NL_makro.nl_ror", 0, "^https?://(www\\.)?makro\\.nl/", 10, [], [{ e: 1168 }], [{ v: 1168 }], [{ wait: 500 }, { c: 1168 }], [{ timeout: 1e3, check: "none", wv: 1168 }], {}], [1, "auto_NL_manufactum.nl_w9l", 0, "^https?://(www\\.)?manufactum\\.nl/", 10, [], [{ e: 939 }], [{ v: 939 }], [{ wait: 500 }, { c: 939 }], [{ timeout: 1e3, check: "none", wv: 939 }], {}], [1, "auto_NL_matrassencheck.nl_cap", 0, "^https?://(www\\.)?matrassencheck\\.nl/", 10, [], [{ e: 1169 }], [{ v: 1169 }], [{ wait: 500 }, { c: 1169 }], [{ timeout: 1e3, check: "none", wv: 1169 }], {}], [1, "auto_NL_mijn.simyo.nl_xm9", 0, "^https?://(www\\.)?mijn\\.simyo\\.nl/", 10, [], [{ e: 1170 }], [{ v: 1170 }], [{ wait: 500 }, { c: 1170 }], [{ timeout: 1e3, check: "none", wv: 1170 }], {}], [1, "auto_NL_mijngelderland.nl_rkj", 0, "^https?://(www\\.)?mijngelderland\\.nl/", 10, [], [{ e: 1171 }], [{ v: 1171 }], [{ wait: 500 }, { c: 1171 }], [{ timeout: 1e3, check: "none", wv: 1171 }], {}], [1, "auto_NL_milieucentraal.nl_p66", 0, "^https?://(www\\.)?milieucentraal\\.nl/", 10, [], [{ e: 1172 }], [{ v: 1172 }], [{ wait: 500 }, { c: 1172 }], [{ timeout: 1e3, check: "none", wv: 1172 }], {}], [1, "auto_NL_muziekgebouw.nl_cob", 0, "^https?://(www\\.)?muziekgebouw\\.nl/", 10, [], [{ e: 1140 }], [{ v: 1140 }], [{ wait: 500 }, { c: 1140 }], [{ timeout: 1e3, check: "none", wv: 1140 }], {}], [1, "auto_NL_nec-nijmegen.nl_04y", 0, "^https?://(www\\.)?nec-nijmegen\\.nl/", 10, [], [{ e: 1173 }], [{ v: 1173 }], [{ wait: 500 }, { c: 1173 }], [{ timeout: 1e3, check: "none", wv: 1173 }], {}], [1, "auto_NL_nederlandseloterij.nl_b60", 0, "^https?://(www\\.)?nederlandseloterij\\.nl/", 10, [], [{ e: 1174 }], [{ v: 1174 }], [{ wait: 500 }, { c: 1174 }], [{ timeout: 1e3, check: "none", wv: 1174 }], {}], [1, "auto_NL_nl.spankbang.com_bnh_+1", 0, "^https?://(www\\.)?nl\\.spankbang\\.com/|^https?://(www\\.)?spankbang\\.com/", 10, [], [{ e: 1175 }], [{ v: 1175 }], [{ wait: 500 }, { c: 1175 }], [{ timeout: 1e3, check: "none", wv: 1175 }], {}], [1, "auto_NL_orpheus.nl_cxu", 0, "^https?://(www\\.)?orpheus\\.nl/", 10, [], [{ e: 1140 }], [{ v: 1140 }], [{ wait: 500 }, { c: 1140 }], [{ timeout: 1e3, check: "none", wv: 1140 }], {}], [1, "auto_NL_partnerplatform.bol.com_k9h", 0, "^https?://(www\\.)?partnerplatform\\.bol\\.com/", 10, [], [{ e: 1176 }], [{ v: 1176 }], [{ wait: 500 }, { c: 1176 }], [{ timeout: 1e3, check: "none", wv: 1176 }], {}], [1, "auto_NL_persportaal.anp.nl_o32", 0, "^https?://(www\\.)?persportaal\\.anp\\.nl/", 10, [], [{ e: 1177 }], [{ v: 1177 }], [{ wait: 500 }, { c: 1177 }], [{ timeout: 1e3, check: "none", wv: 1177 }], {}], [1, "auto_NL_planteenolijfboom.nl_pdo", 0, "^https?://(www\\.)?planteenolijfboom\\.nl/", 10, [], [{ e: 1178 }], [{ v: 1178 }], [{ wait: 500 }, { c: 1178 }], [{ timeout: 1e3, check: "none", wv: 1178 }], {}], [1, "auto_NL_psv.nl_2pt", 0, "^https?://(www\\.)?psv\\.nl/", 10, [], [{ e: 1179 }], [{ v: 1179 }], [{ wait: 500 }, { c: 1179 }], [{ timeout: 1e3, check: "none", wv: 1179 }], {}], [1, "auto_NL_sanitairkamer.nl_vig", 0, "^https?://(www\\.)?sanitairkamer\\.nl/", 10, [], [{ e: 1180 }], [{ v: 1180 }], [{ wait: 500 }, { c: 1180 }], [{ timeout: 1e3, check: "none", wv: 1180 }], {}], [1, "auto_NL_schaapcitroen.nl_6v0", 0, "^https?://(www\\.)?schaapcitroen\\.nl/", 10, [], [{ e: 1181 }], [{ v: 1181 }], [{ wait: 500 }, { c: 1181 }], [{ timeout: 1e3, check: "none", wv: 1181 }], {}], [1, "auto_NL_scouting.nl_ue4", 0, "^https?://(www\\.)?scouting\\.nl/", 10, [], [{ e: 1182 }], [{ v: 1182 }], [{ wait: 500 }, { c: 1182 }], [{ timeout: 1e3, check: "none", wv: 1182 }], {}], [1, "auto_NL_slachtofferhulp.nl_4m4", 0, "^https?://(www\\.)?slachtofferhulp\\.nl/", 10, [], [{ e: 1183 }], [{ v: 1183 }], [{ wait: 500 }, { c: 1183 }], [{ timeout: 1e3, check: "none", wv: 1183 }], {}], [1, "auto_NL_sprinklr.co_3ww", 0, "^https?://(www\\.)?sprinklr\\.co/", 10, [], [{ e: 868 }], [{ v: 868 }], [{ wait: 500 }, { c: 868 }], [{ timeout: 1e3, check: "none", wv: 868 }], {}], [1, "auto_NL_stadsschouwburg-utrecht.nl_tcz", 0, "^https?://(www\\.)?stadsschouwburg-utrecht\\.nl/", 10, [], [{ e: 1184 }], [{ v: 1184 }], [{ wait: 500 }, { c: 1184 }], [{ timeout: 1e3, check: "none", wv: 1184 }], {}], [1, "auto_NL_stedelijkmuseumschiedam.nl_y6j", 0, "^https?://(www\\.)?stedelijkmuseumschiedam\\.nl/", 10, [], [{ e: 1075 }], [{ v: 1075 }], [{ wait: 500 }, { c: 1075 }], [{ timeout: 1e3, check: "none", wv: 1075 }], {}], [1, "auto_NL_texelsecourant.nl_v4b", 0, "^https?://(www\\.)?texelsecourant\\.nl/", 10, [], [{ e: 1185 }], [{ v: 1185 }], [{ wait: 500 }, { c: 1185 }], [{ timeout: 1e3, check: "none", wv: 1185 }], {}], [1, "auto_NL_ticketswap.com_d3j", 0, "^https?://(www\\.)?ticketswap\\.com/", 10, [], [{ e: 1186 }], [{ v: 1186 }], [{ wait: 500 }, { c: 1186 }], [{ timeout: 1e3, check: "none", wv: 1186 }], {}], [1, "auto_NL_uit.inapeldoorn.nl_gt5", 0, "^https?://(www\\.)?uit\\.inapeldoorn\\.nl/", 10, [], [{ e: 1187 }], [{ v: 1187 }], [{ wait: 500 }, { c: 1187 }], [{ timeout: 1e3, check: "none", wv: 1187 }], {}], [1, "auto_NL_vlaanderen.be_c8w", 0, "^https?://(www\\.)?vlaanderen\\.be/", 10, [], [{ e: 1188 }], [{ v: 1188 }], [{ wait: 500 }, { c: 1188 }], [{ timeout: 1e3, check: "none", wv: 1188 }], {}], [1, "auto_NL_vvaa.nl_avs", 0, "^https?://(www\\.)?vvaa\\.nl/", 10, [], [{ e: 1189 }], [{ v: 1189 }], [{ wait: 500 }, { c: 1189 }], [{ timeout: 1e3, check: "none", wv: 1189 }], {}], [1, "auto_NL_werkenbijdefensie.nl_0cv", 0, "^https?://(www\\.)?werkenbijdefensie\\.nl/", 10, [], [{ e: 1190 }], [{ v: 1190 }], [{ wait: 500 }, { c: 1190 }], [{ timeout: 1e3, check: "none", wv: 1190 }], {}], [1, "auto_NL_winkelstraat.nl_hxj", 0, "^https?://(www\\.)?winkelstraat\\.nl/", 10, [], [{ e: 1191 }], [{ v: 1191 }], [{ wait: 500 }, { c: 1191 }], [{ timeout: 1e3, check: "none", wv: 1191 }], {}], [1, "auto_NL_woonnetrijnmond.nl_itj", 0, "^https?://(www\\.)?woonnetrijnmond\\.nl/", 10, [], [{ e: 1192 }], [{ v: 1192 }], [{ wait: 500 }, { c: 1192 }], [{ timeout: 1e3, check: "none", wv: 1192 }], {}], [1, "auto_NL_zuidas.nl_abm", 0, "^https?://(www\\.)?zuidas\\.nl/", 10, [], [{ e: 1193 }], [{ v: 1193 }], [{ wait: 500 }, { c: 1193 }], [{ timeout: 1e3, check: "none", wv: 1193 }], {}], [1, "auto_NO_apxml.com_l6n", 0, "^https?://(www\\.)?apxml\\.com/", 10, [], [{ e: 1194 }], [{ v: 1194 }], [{ wait: 500 }, { c: 1194 }], [{ timeout: 1e3, check: "none", wv: 1194 }], {}], [1, "auto_NO_arbetsformedlingen.se_wxz", 0, "^https?://(www\\.)?arbetsformedlingen\\.se/", 10, [], [{ e: 1195 }], [{ v: 1195 }], [{ wait: 500 }, { c: 1195 }], [{ timeout: 1e3, check: "none", wv: 1195 }], {}], [1, "auto_NO_arronet.se_vo5", 0, "^https?://(www\\.)?arronet\\.se/", 10, [], [{ e: 1196 }], [{ v: 1196 }], [{ wait: 500 }, { c: 1196 }], [{ timeout: 1e3, check: "none", wv: 1196 }], {}], [1, "auto_NO_avanza.se_b5b", 0, "^https?://(www\\.)?avanza\\.se/", 10, [], [{ e: 1197 }], [{ v: 1197 }], [{ wait: 500 }, { c: 1197 }], [{ timeout: 1e3, check: "none", wv: 1197 }], {}], [1, "auto_NO_avidafinance.com_jwc", 0, "^https?://(www\\.)?avidafinance\\.com/", 10, [], [{ e: 1198 }], [{ v: 1198 }], [{ wait: 500 }, { c: 1198 }], [{ timeout: 1e3, check: "none", wv: 1198 }], {}], [1, "auto_NO_beducated.com_jjt", 0, "^https?://(www\\.)?beducated\\.com/", 10, [], [{ e: 1199 }], [{ v: 1199 }], [{ wait: 500 }, { c: 1199 }], [{ timeout: 1e3, check: "none", wv: 1199 }], {}], [1, "auto_NO_dsa.no_w2b", 0, "^https?://(www\\.)?dsa\\.no/", 10, [], [{ e: 1200 }], [{ v: 1200 }], [{ wait: 500 }, { c: 1200 }], [{ timeout: 1e3, check: "none", wv: 1200 }], {}], [1, "auto_NO_goteborg.com_q7v", 0, "^https?://(www\\.)?goteborg\\.com/", 10, [], [{ e: 1201 }], [{ v: 1201 }], [{ wait: 500 }, { c: 1201 }], [{ timeout: 1e3, check: "none", wv: 1201 }], {}], [1, "auto_NO_hacksmith.store_49t", 0, "^https?://(www\\.)?hacksmith\\.store/", 10, [], [{ e: 1202 }], [{ v: 1202 }], [{ wait: 500 }, { c: 1202 }], [{ timeout: 1e3, check: "none", wv: 1202 }], {}], [1, "auto_NO_hotelfinse1222.no_zpm", 0, "^https?://(www\\.)?hotelfinse1222\\.no/", 10, [], [{ e: 1178 }], [{ v: 1178 }], [{ wait: 500 }, { c: 1178 }], [{ timeout: 1e3, check: "none", wv: 1178 }], {}], [1, "auto_NO_jaksta.com_own", 0, "^https?://(www\\.)?jaksta\\.com/", 10, [], [{ e: 1203 }], [{ v: 1203 }], [{ wait: 500 }, { c: 1203 }], [{ timeout: 1e3, check: "none", wv: 1203 }], {}], [1, "auto_NO_ledigajobb.se_tx3", 0, "^https?://(www\\.)?ledigajobb\\.se/", 10, [], [{ e: 1204 }], [{ v: 1204 }], [{ wait: 500 }, { c: 1204 }], [{ timeout: 1e3, check: "none", wv: 1204 }], {}], [1, "auto_NO_liseberg.se_qy4", 0, "^https?://(www\\.)?liseberg\\.se/", 10, [], [{ e: 1205 }], [{ v: 1205 }], [{ wait: 500 }, { c: 1205 }], [{ timeout: 1e3, check: "none", wv: 1205 }], {}], [1, "auto_NO_nordnet.se_2en", 0, "^https?://(www\\.)?nordnet\\.se/", 10, [], [{ e: 1206 }], [{ v: 1206 }], [{ wait: 500 }, { c: 1206 }], [{ timeout: 1e3, check: "none", wv: 1206 }], {}], [1, "auto_NO_pcsx2.net_grl", 0, "^https?://(www\\.)?pcsx2\\.net/", 10, [], [{ e: 1207 }], [{ v: 1207 }], [{ wait: 500 }, { c: 1207 }], [{ timeout: 1e3, check: "none", wv: 1207 }], {}], [1, "auto_NO_regeringen.se_uhv", 0, "^https?://(www\\.)?regeringen\\.se/", 10, [], [{ e: 1208 }], [{ v: 1208 }], [{ wait: 500 }, { c: 1208 }], [{ timeout: 1e3, check: "none", wv: 1208 }], {}], [1, "auto_NO_saseurobonusmastercard.se_oqd", 0, "^https?://(www\\.)?saseurobonusmastercard\\.se/", 10, [], [{ e: 1209 }], [{ v: 1209 }], [{ wait: 500 }, { c: 1209 }], [{ timeout: 1e3, check: "none", wv: 1209 }], {}], [1, "auto_NO_sverigesradio.se_a00", 0, "^https?://(www\\.)?sverigesradio\\.se/", 10, [], [{ e: 1210 }], [{ v: 1210 }], [{ wait: 500 }, { c: 1210 }], [{ timeout: 1e3, check: "none", wv: 1210 }], {}], [1, "auto_NO_svtplay.se_ujn", 0, "^https?://(www\\.)?svtplay\\.se/", 10, [], [{ e: 1211 }], [{ v: 1211 }], [{ wait: 500 }, { c: 1211 }], [{ timeout: 1e3, check: "none", wv: 1211 }], {}], [1, "auto_NO_swedbank.se_63w", 0, "^https?://(www\\.)?swedbank\\.se/", 10, [], [{ e: 1212 }], [{ v: 1212 }], [{ wait: 500 }, { c: 1212 }], [{ timeout: 1e3, check: "none", wv: 1212 }], {}], [1, "auto_NO_tingstad.com_z23", 0, "^https?://(www\\.)?tingstad\\.com/", 10, [], [{ e: 1213 }], [{ v: 1213 }], [{ wait: 500 }, { c: 1213 }], [{ timeout: 1e3, check: "none", wv: 1213 }], {}], [1, "auto_NO_truecaller.com_sdg", 0, "^https?://(www\\.)?truecaller\\.com/", 10, [], [{ e: 1214 }], [{ v: 1214 }], [{ wait: 500 }, { c: 1214 }], [{ timeout: 1e3, check: "none", wv: 1214 }], {}], [1, "auto_NO_uu.se_eea", 0, "^https?://(www\\.)?uu\\.se/", 10, [], [{ e: 1215 }], [{ v: 1215 }], [{ wait: 500 }, { c: 1215 }], [{ timeout: 1e3, check: "none", wv: 1215 }], {}], [1, "auto_NO_webank.it_6rx", 0, "^https?://(www\\.)?webank\\.it/", 10, [], [{ e: 1216 }], [{ v: 1216 }], [{ wait: 500 }, { c: 1216 }], [{ timeout: 1e3, check: "none", wv: 1216 }], {}], [1, "auto_NO_xrealgirl.com_r42", 0, "^https?://(www\\.)?xrealgirl\\.com/", 10, [], [{ e: 1217 }], [{ v: 1217 }], [{ wait: 500 }, { c: 1217 }], [{ timeout: 1e3, check: "none", wv: 1217 }], {}], [1, "auto_US_amazon.jobs_0", 0, "^https?://(www\\.)?amazon\\.jobs/", 10, [], [{ e: 1218 }], [{ v: 1218 }], [{ wait: 500 }, { c: 1218 }], [{ timeout: 1e3, check: "none", wv: 1218 }], {}], [1, "auto_US_amsoil.com_fgr", 0, "^https?://(www\\.)?amsoil\\.com/", 10, [], [{ e: 1219 }], [{ v: 1219 }], [{ c: 1219 }], [], {}], [1, "auto_US_balsamhill.com_oxq", 0, "^https?://(www\\.)?balsamhill\\.com/", 10, [], [{ e: 1220 }], [{ v: 1220 }], [{ wait: 500 }, { c: 1220 }], [{ timeout: 1e3, check: "none", wv: 1220 }], {}], [1, "auto_US_computerworld.com_0_+1", 0, "^https?://(www\\.)?computerworld\\.com/|^https?://(www\\.)?csoonline\\.com/", 10, [], [{ e: 1221 }], [{ v: 1221 }], [{ text: "Do not accept", c: 1221 }], [], {}], [1, "auto_US_coupons.slickdeals.net_wya", 0, "^https?://(www\\.)?coupons\\.slickdeals\\.net/", 10, [], [{ e: 1222 }], [{ v: 1222 }], [{ wait: 500 }, { c: 1222 }], [{ timeout: 1e3, check: "none", wv: 1222 }], {}], [1, "auto_US_deezer.com_0", 0, "^https?://(www\\.)?deezer\\.com/", 10, [], [{ e: 1223 }], [{ v: 1223 }], [{ text: "Refuse", c: 1223 }], [], {}], [1, "auto_US_emagine-entertainment.com_0", 0, "^https?://(www\\.)?emagine-entertainment\\.com/", 10, [], [{ e: 1224 }], [{ v: 1224 }], [{ wait: 500 }, { c: 1224 }], [{ timeout: 1e3, check: "none", wv: 1224 }], {}], [1, "auto_US_fawesome.tv_gjx", 0, "^https?://(www\\.)?fawesome\\.tv/", 10, [], [{ e: 1225 }], [{ v: 1225 }], [{ wait: 500 }, { c: 1225 }], [{ timeout: 1e3, check: "none", wv: 1225 }], {}], [1, "auto_US_forum.affinity.serif.com_0", 0, "^https?://(www\\.)?forum\\.affinity\\.serif\\.com/", 10, [], [{ e: 1226 }], [{ v: 1226 }], [{ text: "\xA0Reject Cookies", c: 1226 }], [], {}], [1, "auto_US_forum.prusa3d.com_0", 0, "^https?://(www\\.)?forum\\.prusa3d\\.com/", 10, [], [{ e: 1227 }], [{ v: 1227 }], [{ text: "Reject All", c: 1227 }], [], {}], [1, "auto_US_greenpan.us_cko", 0, "^https?://(www\\.)?greenpan\\.us/", 10, [], [{ e: 868 }], [{ v: 868 }], [{ wait: 500 }, { c: 868 }], [{ timeout: 1e3, check: "none", wv: 868 }], {}], [1, "auto_US_interactivebrokers.com_0", 0, "^https?://(www\\.)?interactivebrokers\\.com/", 10, [], [{ e: 1228 }], [{ v: 1228 }], [{ text: "Reject All Cookies", c: 1228 }], [], {}], [1, "auto_US_ligonier.org_0", 0, "^https?://(www\\.)?ligonier\\.org/", 10, [], [{ e: 1229 }], [{ v: 1229 }], [{ text: "Strictly Necessary", c: 1229 }], [], {}], [1, "auto_US_lilly.com_lh6_+1", 0, "^https?://(www\\.)?lilly\\.com/|^https?://(www\\.)?zepbound\\.lilly\\.com/", 10, [], [{ e: 1230 }], [{ v: 1230 }], [{ wait: 500 }, { c: 1230 }], [{ timeout: 1e3, check: "none", wv: 1230 }], {}], [1, "auto_US_mixedbread.ai_tge", 0, "^https?://(www\\.)?mixedbread\\.com/", 10, [], [{ e: 1194 }], [{ v: 1194 }], [{ wait: 500 }, { c: 1194 }], [{ timeout: 1e3, check: "none", wv: 1194 }], {}], [1, "auto_US_musicnotes.com_0", 0, "^https?://(www\\.)?musicnotes\\.com/", 10, [], [{ exists: ["#polaris-css-lockdown-container", ".polaris-consent-widget"] }], [{ visible: ["#polaris-css-lockdown-container", ".polaris-consent-widget"] }], [{ if: { exists: ["#polaris-css-lockdown-container", "[data-testid='oneClickOptOutLink']"] }, then: [{ waitForThenClick: ["#polaris-css-lockdown-container", "[data-testid='oneClickOptOutLink']"] }], else: [{ hide: ["#polaris-css-lockdown-container", ".polaris-consent-widget"] }] }], [], {}], [1, "auto_US_newmedicare.com_6jp", 0, "^https?://(www\\.)?newmedicare\\.com/", 10, [], [{ e: 1231 }], [{ v: 1231 }], [{ wait: 500 }, { c: 1231 }], [{ timeout: 1e3, check: "none", wv: 1231 }], {}], [1, "auto_US_newsbreak.com_0", 0, "^https?://(www\\.)?newsbreak\\.com/", 10, [], [{ e: 1232 }], [{ v: 1232 }], [{ c: 1232 }], [], {}], [1, "auto_US_peptidesciences.com_0", 0, "^https?://(www\\.)?peptidesciences\\.com/", 10, [], [{ e: 1233 }], [{ v: 1233 }], [{ wait: 500 }, { c: 1233 }], [{ timeout: 1e3, check: "none", wv: 1233 }], {}], [1, "auto_US_semrush.com_0", 0, "^https?://(www\\.)?semrush\\.com/", 10, [], [{ e: 1234 }], [{ v: 1234 }], [{ wait: 500 }, { c: 1234 }], [{ timeout: 1e3, check: "none", wv: 1234 }], {}], [1, "auto_US_sso.passport.yandex.ru_0_+5", 0, "^https?://(www\\.)?sso\\.passport\\.yandex\\.ru/|^https?://(www\\.)?translate\\.yandex\\.com/|^https?://(www\\.)?tv\\.yandex\\.com/|^https?://(www\\.)?ya\\.ru/|^https?://(www\\.)?yandex\\.com\\.tr/|^https?://(www\\.)?yandex\\.com/", 10, [], [{ e: 1235 }], [{ v: 1235 }], [{ text: "Allow essential cookies", c: 1235 }], [], {}], [1, "auto_US_truecaller.com_0", 0, "^https?://(www\\.)?truecaller\\.com/", 10, [], [{ e: 1236 }], [{ v: 1236 }], [{ text: "Accept Necessary Cookies", c: 1236 }], [], {}], [1, "auto_US_weingartz.com_aso", 0, "^https?://(www\\.)?weingartz\\.com/", 10, [], [{ e: 1237 }], [{ v: 1237 }], [{ c: 1237 }], [], {}], [1, "aytm", 2, "^https?://(www\\.|)?aytm\\.com/", 22, [1238], [{ e: 1239 }], [{ v: 1239 }], [{ c: 1239 }], [], {}], [1, "bahn-de", 0, "^https://(www\\.)?bahn\\.de/", 10, [], [{ exists: ["body > div:first-child", "#consent-layer"] }], [{ visible: ["body > div:first-child", "#consent-layer"] }], [{ waitForThenClick: ["body > div:first-child", "#consent-layer .js-accept-essential-cookies"] }], [{ eval: "EVAL_BAHN_TEST" }], { intermediate: false }], [1, "bandcamp.com", 2, "^https://([a-z0-9-]+\\.)?bandcamp\\.com", 22, [], [{ e: 1240 }], [{ v: 1241 }], [{ c: 1242 }], [{ cc: 1243 }], {}], [1, "bbc.com", 2, "^https://(www\\.)?bbc\\.(com|co\\.uk)", 22, [1244], [{ e: 1245 }], [{ v: 1245 }], [{ c: 1246 }], [{ cc: 1247 }], {}], [1, "canyon.com", 2, "^https://www\\.canyon\\.com/", 22, [1248], [{ e: 1248 }], [{ v: 1248 }], [{ k: 1249 }, { c: 1250 }], [], {}], [1, "channel4.com", 2, "^https?://(www\\.)?channel4\\.com/", 10, [540], [{ e: 540 }], [{ v: 1251 }], [{ c: 1252 }], [{ cc: 1253 }], {}], [1, "chatgpt", 0, "^https://(www\\.)?chatgpt\\.com/", 10, [], [{ e: 1254 }], [{ v: 1254 }], [{ wait: 500 }, { c: 1254 }], [{ timeout: 1e3, check: "none", wv: 1254 }], {}], [1, "clustrmaps.com", 1, "^https://(www\\.)?clustrmaps\\.com/", 22, [1255], [{ e: 1255 }], [{ v: 1255 }], [{ h: 1255 }], [], {}], [1, "copilot-microsoft", 0, "^https://copilot\\.microsoft\\.com/", 10, [9], [{ e: 9 }], [{ v: 9 }], [{ c: 1256 }], [{ cc: 1257 }], {}], [1, "csu-landtag-de", 2, "^https://(www\\.|)?csu-landtag\\.de", 22, [1258], [{ e: 1258 }], [{ v: 1258 }], [{ k: 1259 }], [], {}], [1, "dailymotion.com", 2, "^https://(www\\.)?dailymotion\\.com/", 22, [1260], [{ e: 1261 }], [{ v: 1262 }], [{ c: 1263 }], [{ cc: 1264 }], {}], [1, "delta.com", 1, "^https://www\\.delta\\.com/", 22, [1265], [{ e: 1266 }], [{ v: 1266 }], [{ h: 1266 }], [], {}], [1, "depop", 0, "^https://(www\\.)?depop\\.com/", 22, [1267], [{ e: 1268 }], [{ v: 1268 }], [{ c: 1269 }, { all: true, optional: true, k: 1270 }, { c: 1271 }], [{ cc: 1272 }], {}], [1, "dji", 0, "^https://(\\w+\\.)+dji\\.com/", 22, [1273], [{ e: 1274 }], [{ e: 1273 }], [{ c: 1275 }], [{ cc: 1276 }], {}], [1, "dndbeyond", 2, "^https://(www\\.)?dndbeyond\\.com/", 22, [1277], [{ e: 1277 }], [{ v: 1277 }], [{ c: 1278 }], [{ cc: 1279 }], {}], [1, "ebay", 0, "^https://(www\\.)?ebay\\.([.a-z]+)/", 10, [1280], [{ e: 1280 }], [{ v: 1280 }], [{ c: 1281 }], [], {}], [1, "ecosia", 2, "^https://www\\.ecosia\\.org/", 22, [1282], [{ e: 1283 }], [{ v: 1283 }], [{ c: 1284 }], [], {}], [1, "edpb-edps", 2, "^https://(www\\.)?(edpb|edps)\\.europa\\.eu/", 22, [1285], [{ e: 1286 }], [{ v: 1285 }], [{ c: 1286 }], [{ cc: 1287 }], {}], [1, "ef-ccpa", 0, "^https://(www\\.)?eforms\\.com", 22, [1288], [{ e: 1288 }], [{ v: 1288 }], [{ c: 1289 }], [], {}], [1, "eltax-lta-go-jp", 2, "^https://(?:[^/]+\\.)?eltax\\.lta\\.go\\.jp/", 22, [1290], [{ e: 1291 }], [{ v: 1291 }], [{ c: 1291 }], [], {}], [1, "escaparium.ca", 2, "^https://(www\\.)?escaparium\\.ca/", 22, [], [{ e: 1292 }], [{ v: 1293 }], [{ c: 1294 }, { c: 1295 }], [{ cc: 1296 }], {}], [1, "espace-personnel.agirc-arrco.fr", 2, "^https://espace-personnel\\.agirc-arrco\\.fr/", 22, [1297], [{ e: 1298 }], [{ v: 1298 }], [{ c: 1299 }], [], {}], [1, "europa-eu", 2, "^https://([a-z\\.]*\\.)?europa\\.eu/", 22, [540], [{ e: 1300 }], [{ v: 1300 }], [{ c: 1301, h: 1300 }], [], {}], [1, "facebook", 2, "^https://(www\\.)?facebook\\.com/", 22, [], [{ e: 1302 }], [{ v: 1302 }], [{ c: 1302 }, { check: "none", wv: 1302 }], [], {}], [1, "facebook-mobile", 2, "^https://(m|mbasic)\\.facebook\\.com/", 22, [1303], [{ e: 1303 }], [{ v: 1303 }], [{ c: 1304 }, { check: "none", wv: 1303 }], [], {}], [1, "financestrategists.com", 1, "^https://(www\\.)?financestrategists\\.com/", 22, [1305], [{ e: 1305 }], [{ v: 1305 }], [{ h: 1305 }], [], {}], [1, "geeks-for-geeks", 1, "^https://www\\.geeksforgeeks\\.org/", 22, [1306], [{ e: 1306 }], [{ v: 1306 }], [{ h: 1306 }], [], {}], [1, "geni.com", 1, "^https://(www\\.)?geni\\.com/", 22, [1307], [{ e: 1307 }], [{ v: 1307 }], [{ h: 1307 }], [], {}], [1, "glastonburyfestivals", 0, "^https://(\\w+\\.)?glastonburyfestivals\\.co\\.uk/", 22, [1308], [{ e: 1309 }], [{ v: 1309 }], [{ c: 1310 }], [], {}], [1, "groundnews", 0, "^https://(www\\.)?ground\\.news/", 22, [], [{ e: 1311 }], [{ v: 1311 }], [{ waitForThenClick: [".fixed:has([data-testid=closeCookieBanner])", "xpath///button[contains(., 'Manage cookies')]"] }, { waitFor: ["[data-testid=modal]", "xpath///span[contains(., 'Essential cookies')]"] }, { click: ["[data-testid=modal]", "xpath///button[contains(., 'On')]"], all: true, optional: true }, { waitForThenClick: ["[data-testid=modal]", "xpath///button[contains(., 'Save & reload')]"] }], [], {}], [1, "hashicorp", 2, "^https://[a-z]*\\.hashicorp\\.com/", 22, [1312], [{ e: 1312 }], [{ v: 1312 }], [{ c: 1313 }, { c: 1314 }], [], {}], [1, "hearst-us", 1, "^https://(www\\.)?(menshealth|womenshealthmag|cosmopolitan|esquire|elle|elledecor|harpersbazaar|goodhousekeeping|popularmechanics|caranddriver|delish|veranda|roadandtrack|bestproducts|countryliving|housebeautiful|bicycling|biography|pitchfork|prevention|runnersworld|thepioneerwoman|townandcountrymag)\\.com/", 10, [1315], [{ e: 1315 }], [{ check: "any", v: 1315 }], [{ h: 1315 }], [{ check: "none", v: 1315 }], {}], [1, "hetzner.com", 2, "^https://www\\.hetzner\\.com/", 22, [1316], [{ e: 1316 }], [{ v: 1316 }], [{ k: 1317 }], [], {}], [1, "imdb", 0, "^https://(www\\.)?(m\\.)?imdb.com/", 22, [1312], [{ e: 1312 }], [{ v: 1312 }], [{ c: 1318 }], [], {}], [1, "instagram", 2, "^https://www\\.instagram\\.com/", 22, [], [{ e: 1319 }], [{ v: 1319 }], [{ c: 1320 }, { wait: 2e3 }], [], {}], [1, "itopvpn.com", 1, "^https://(www\\.)?itopvpn.com/", 22, [], [{ e: 1321 }], [{ e: 1321 }], [{ h: 1321 }], [], {}], [1, "jdsports", 2, "^https://(www|m)\\.jdsports\\.", 22, [1322], [{ e: 1322 }], [{ v: 1322 }], [{ if: { e: 1323 }, then: [{ h: 1323 }], else: [{ c: 1324 }, { c: 1325 }] }], [], {}], [1, "justgiving.com", 2, "^https://(?:[a-z0-9-]+\\.)?justgiving\\.com/", 22, [1326], [{ any: [{ e: 1326 }, { e: 1327 }] }], [{ v: 1326 }, { e: 1328 }], [{ c: 1328 }], [{ wait: 500 }, { cc: 1329 }], {}], [1, "kickstarter.com", 2, "^https?://(www\\.)?kickstarter\\.com/", 22, [1330], [{ e: 1331 }], [{ v: 1331 }], [{ c: 1332 }], [{ check: "none", v: 1331 }], {}], [1, "kleinanzeigen-de", 2, "^https?://(www\\.)?kleinanzeigen\\.de", 22, [1333], [{ e: 1334 }], [{ v: 1334 }], [{ k: 1334 }], [], {}], [1, "leafly", 1, "^https://(www\\.)?leafly\\.com/", 22, [], [{ e: 1335 }], [{ v: 1335 }], [{ h: 1335 }], [], {}], [1, "lucozade.com", 2, "^https://(www\\.)?lucozade\\.com/", 22, [1336, 1337], [{ e: 1336 }], [{ v: 1336 }], [{ c: 1338 }], [{ cc: 1339 }], {}], [1, "medium", 1, "^https://([a-z0-9-]+\\.)?medium\\.com/", 10, [], [{ e: 1340 }], [{ v: 1340 }], [{ h: 1340 }], [], {}], [1, "midway-usa", 1, "^https://www\\.midwayusa\\.com/", 22, [1341], [{ exists: ['div[aria-label="Cookie Policy Banner"]'] }], [{ v: 1341 }], [{ h: 1342 }], [], {}], [1, "miles-and-more", 2, "^https://(www\\.)?miles-and-more\\.com/", 22, [1343], [{ e: 1344 }], [{ v: 1345 }], [{ wait: 500 }, { c: 1345 }], [{ cc: 1346 }], {}], [1, "msn", 0, "^https?://(www\\.)?msn\\.com/", 10, [1347, 1348], [{ e: 1347 }], [{ v: 1347 }], [{ c: 1349 }], [{ cc: 1350 }], {}], [1, "nba.com", 1, "^https://(www\\.)?nba\\.com/", 22, [1351], [{ e: 1351 }], [{ v: 1351 }], [{ h: 1351 }], [], {}], [1, "netbeat.de", 2, "^https://(www\\.)?netbeat\\.de/", 22, [1352], [{ e: 1352 }], [{ v: 1352 }], [{ c: 1353 }], [], {}], [1, "nhnieuws", 2, "^https://(www\\.)?nhnieuws\\.nl/", 22, [1354], [{ e: 1355 }], [{ check: "any", v: 1355 }], [{ c: 1356 }], [{ eval: "EVAL_NHNIEUWS_TEST" }], {}], [1, "nike", 2, "^https://(www\\.)?nike\\.com/", 22, [], [{ e: 1357 }], [{ v: 1357 }], [{ all: true, c: 1358 }, { c: 1359 }], [], {}], [1, "nos.nl", 1, "^https://nos\\.nl/", 22, [1360], [{ e: 1360 }], [{ visible: ["ccm-notification"] }], [{ h: 1360 }], [], {}], [1, "nutritionix.com", 0, "^https://(www\\.)?nutritionix\\.com/", 22, [1361], [{ e: 1361 }], [{ v: 1361 }], [{ waitForThenClick: ["gdpr-banner", "xpath///button[contains(., 'Refuse')]"] }], [], {}], [1, "ok", 0, "^https://ok\\.ru/", 22, [1362], [{ e: 1363 }], [{ v: 1363 }], [{ w: 1364 }, { wait: 1e3 }, { k: 1364 }, { wv: 1365 }, { wait: 500 }, { all: true, optional: true, k: 1366 }, { c: 1367 }, { check: "none", wv: 1365 }], [], {}], [1, "onlyFans.com", 2, "^https://onlyfans\\.com/", 22, [1368], [{ e: 1368 }], [{ e: 1368 }], [{ k: 1369 }, { if: { e: 1370 }, then: [{ all: true, k: 1371 }, { k: 1372 }] }], [], {}], [1, "openai", 0, "^https://([a-z0-9-]+\\.)?openai\\.com/", 22, [1373], [{ e: 1373 }], [{ v: 1373 }], [{ c: 1374 }], [{ wait: 500 }, { cc: 1375 }], {}], [1, "opera.com", 0, "^https?://(www\\.|)?opera\\.com/", 22, [1238], [{ e: 1376 }], [{ v: 1376 }], [{ all: true, timeout: 500, optional: true, c: 1377 }, { c: 1378 }], [{ cc: 1379 }, { negated: true, cc: 1380 }], {}], [1, "ourworldindata", 2, "^https://ourworldindata\\.org/", 22, [1381], [{ e: 1381 }], [{ v: 1382 }], [{ c: 1383 }], [], {}], [1, "paychex", 1, "^https://(www\\.)?paychex\\.com/", 22, [1384], [{ e: 1384 }], [{ v: 1384 }], [{ h: 1384 }], [], {}], [1, "pinterest-business", 2, "^https://[a-z]*\\.pinterest\\.com/", 22, [1385], [{ e: 1385 }], [{ v: 1386 }], [{ c: 1387 }], [], {}], [1, "plos", 0, "^https://([.a-zA-Z0-9-]+\\.)?plos\\.org/", 22, [1238], [{ e: 1388 }], [{ v: 1388 }], [{ all: true, optional: true, k: 1389 }, { waitForThenClick: ["#cookie-consent", "xpath///button[contains(., 'Save Selected')]"] }], [{ cc: 1390 }], {}], [1, "pornhub.com", 0, "^https://(www\\.)?pornhub\\.com/", 22, [1391], [{ e: 1392 }], [{ v: 1392 }], [{ if: { e: 1393 }, then: [{ c: 1393 }] }, { if: { e: 1394 }, then: [{ k: 1394 }], else: [{ c: 1395 }] }], [], {}], [1, "postnl", 0, "^https://([a-z]*\\.)?postnl\\.nl/", 22, [1396], [{ e: 1396 }], [{ v: 1396 }], [{ waitForThenClick: ["pnl-cookie-wall-widget", "button.pci-button--secondary"] }], [{ cc: 1397 }], {}], [1, "povr", 0, "^https://povr\\.com/", 22, [], [{ e: 1398 }], [{ v: 1398 }], [{ h: 1399 }, { if: { e: 1400 }, then: [{ w: 1401 }, { all: true, optional: true, k: 1402 }, { c: 1403 }, { eval: "EVAL_POVR_GOBACK" }], else: [{ c: 1404 }] }], [], {}], [1, "productz.com", 2, "^https://productz\\.com/", 22, [], [{ e: 1405 }], [{ v: 1405 }], [{ c: 1406 }], [], {}], [1, "raspberrypi.com", 0, "^https://([a-z0-9-]+\\.)?raspberrypi\\.com/", 10, [], [{ e: 1407 }], [{ v: 1407 }], [{ c: 1407 }], [{ check: "none", v: 1407 }], {}], [1, "readly", 2, "^https://([a-z0-9-]+\\.)?readly\\.com/", 22, [1408], [{ e: 1408 }], [{ v: 1408 }], [{ c: 1409 }, { if: { e: 1410 }, then: [{ all: true, c: 1410 }], else: [] }, { c: 1411 }], [], {}], [1, "reddit.com", 2, "^https://www\\.reddit\\.com/", 22, [1412], [{ e: 1413 }], [{ v: 1413 }], [{ c: 1414 }], [{ cc: 1415 }], {}], [1, "remarkable.com", 1, "^https://(www\\.)?remarkable\\.com/", 22, [1416], [{ e: 1417 }], [{ v: 1417 }], [{ h: 1416 }], [], {}], [1, "roblox", 0, "^https://(www\\.)?roblox\\.com/", 10, [], [{ e: 1418 }], [{ v: 1419 }], [{ c: 1420 }], [{ cc: 1421 }], {}], [1, "rog-forum.asus.com", 2, "^https://rog-forum\\.asus\\.com/", 22, [1422], [{ e: 1422 }], [{ v: 1422 }], [{ k: 1423 }, { c: 1424 }], [], {}], [1, "roofingmegastore.co.uk", 2, "^https://(www\\.)?roofingmegastore\\.co\\.uk", 22, [1425], [{ e: 1425 }], [{ v: 1425 }], [{ k: 1426 }, { c: 1427 }], [], {}], [1, "rt", 1, "^https://(www\\.)?rt\\.com/", 22, [1428], [{ e: 1428 }], [{ v: 1428 }], [{ h: 1428 }], [], {}], [1, "ryanair", 0, "^https://(www\\.)?ryanair\\.com/", 10, [1429], [{ e: 1429 }], [{ v: 1429 }], [{ c: 1430 }], [{ cc: 1431 }], {}], [1, "samsung.com", 1, "^https://www\\.samsung\\.com/", 22, [1432], [{ e: 1432 }], [{ v: 1432 }], [{ h: 1432 }], [], {}], [1, "schoolhouse-com", 1, "^https://(www\\.)?schoolhouse\\.com/", 22, [1433], [{ e: 1433 }], [{ v: 1433 }], [{ h: 1433 }], [], {}], [1, "shein.com", 2, "^https?://([a-z]+\\.)?shein\\.com/", 22, [1434], [{ e: 1435 }], [{ v: 1435 }], [{ c: 1435 }], [{ timeout: 1e3, check: "none", wv: 1435 }], {}], [1, "skyscanner", 0, "^https://(www\\.)?skyscanner[\\.a-z]+/", 10, [1418], [{ e: 1436 }], [{ v: 1436 }], [{ c: 1437 }, { check: "none", wv: 1436 }], [{ eval: "EVAL_SKYSCANNER_TEST" }], {}], [1, "sostereo.com", 2, "^https://(www\\.)?sostereo\\.com/", 22, [1438], [{ e: 1438 }], [{ v: 1438 }], [{ c: 1439 }, { w: 1440 }, { all: true, optional: true, k: 1441 }, { c: 1442 }], [], {}], [1, "strato.de", 2, "^https://www\\.strato\\.de/", 22, [1443], [{ e: 1444 }], [{ v: 1444 }], [{ k: 1445 }, { c: 1446 }], [], {}], [1, "svt.se", 2, "^https://www\\.svt\\.se/", 22, [1447], [{ e: 1447 }], [{ v: 1448 }], [{ c: 1449 }], [{ cc: 1450 }], {}], [1, "temu", 2, "^https://([a-z0-9-]+\\.)?temu\\.com/", 22, [], [{ e: 1451 }], [{ v: 1451 }], [{ if: { e: 1452 }, then: [{ c: 1452 }], else: [{ c: 1453 }] }], [], {}], [1, "tesco", 0, "^https://(www\\.)?tesco\\.com/", 22, [1454], [{ e: 1454 }], [{ v: 1454 }], [{ w: 1455 }, { c: 1456 }], [{ cc: 1457 }], {}], [1, "tesla", 2, "^https://(www\\.)?tesla\\.com/", 10, [], [{ e: 1458 }], [{ v: 1458 }], [{ c: 1459 }], [{ cc: 1460 }], {}], [1, "theinfatuation", 2, "^https://(www\\.)?theinfatuation\\.com", 10, [1461], [{ e: 1462 }], [{ v: 1462 }], [{ c: 1462 }], [{ check: "none", v: 1461 }], {}], [1, "tinyurl", 1, "^https://tinyurl\\.com/", 22, [1463], [{ e: 1463 }], [{ v: 1463 }], [{ h: 1463 }], [], {}], [1, "track.amazon.com", 2, "^https://[a-z]*\\.amazon\\.", 22, [1464], [{ e: 1465 }], [{ v: 1465 }], [{ k: 1466 }], [], {}], [1, "transip-nl", 2, "^https://www\\.transip\\.nl/", 22, [1467], [{ any: [{ e: 1467 }, { e: 1468 }] }], [{ any: [{ v: 1467 }, { v: 1468 }] }], [{ if: { e: 1468 }, then: [{ k: 1469 }], else: [{ k: 1470 }] }], [], {}], [1, "truecar", 1, "^https://(www\\.)?truecar\\.com/", 22, [1471], [{ e: 1472 }], [{ v: 1472 }], [{ h: 1471 }], [], {}], [1, "twitch.tv", 2, "^https?://([\\w-]+\\.)?twitch\\.tv", 22, [1473], [{ e: 1474 }], [{ v: 1474 }], [{ h: 1475 }, { k: 1476 }, { w: 1477 }, { all: true, optional: true, k: 1478 }, { c: 1479 }, { check: "none", wv: 1480 }], [], {}], [1, "twitter", 2, "^https://([a-z0-9-]+\\.)?(twitter|x)\\.com/", 22, [1481], [{ e: 1482 }], [{ v: 1482 }], [{ c: 1482 }], [{ timeout: 1e3, check: "none", wv: 1482 }], {}], [1, "unicourt", 1, "^https://(www\\.)?unicourt\\.com/", 22, [1483], [{ e: 1483 }], [{ v: 1483 }], [{ h: 1483 }], [], {}], [1, "uswitch.com", 2, "^https://(www\\.)?uswitch\\.com/", 10, [1484], [{ e: 1485 }], [{ v: 1485 }], [{ c: 1486 }], [], {}], [1, "vodafone.de", 2, "^https://www\\.vodafone\\.de/", 22, [1487], [{ e: 1488 }], [{ v: 1489 }], [{ k: 1490 }], [], {}], [1, "volvocars-com", 2, "^https://([a-z0-9-]+\\.)?volvocars\\.com/", 10, [1491], [{ exists: ["cookie-banner#cookie-banner-host", "#dialog_cookie_consent"] }], [{ visible: ["cookie-banner#cookie-banner-host", "#dialog_cookie_consent"] }], [{ wait: 500 }, { waitForThenClick: ["cookie-banner#cookie-banner-host", "#onetrust-reject-all-handler"] }, { waitForVisible: ["cookie-banner#cookie-banner-host", "#dialog_cookie_consent"], check: "none", timeout: 5e3 }], [{ cc: 1492 }], {}], [1, "wikiwand", 1, "^https://(www\\.)?wikiwand\\.com/", 22, [1493], [{ e: 1493 }], [{ v: 1493 }], [{ h: 1493 }], [], {}], [1, "xe.com", 2, "^https://www\\.xe\\.com/", 22, [1494], [{ e: 1494 }], [{ v: 1494 }], [{ wait: 1e3 }, { c: 1495 }, { c: 1496 }], [{ cc: 1497 }], {}], [1, "xhamster-eu", 2, "^https://(\\w+\\.)?xhamster\\d?\\.com", 22, [1498], [{ e: 1499 }], [{ v: 1499 }], [{ c: 1500 }], [], {}], [1, "xhamster-us", 1, "^https://(\\w+\\.)?xhamster\\d?\\.com", 22, [1501], [{ e: 1501 }], [{ v: 1502 }], [{ h: 1501 }], [], {}], [1, "xvideos", 2, "^https://[a-z]*\\.xvideos\\.com/", 22, [], [{ e: 1503 }], [{ v: 1503 }], [{ c: 1504 }], [], {}], [1, "yachtclubgames.com", 2, "^https?://(www\\.)?yachtclubgames\\.com/", 22, [1505], [{ e: 1505 }], [{ v: 1505 }], [{ c: 1506 }], [{ timeout: 1e3, check: "none", wv: 1505 }], {}], [1, "Yahoo", 2, "^https://consent\\.yahoo\\.com/v2/", 22, [649], [{ e: 1507 }], [{ v: 1507 }], [{ c: 1508 }], [], {}], [1, "zentralruf-de", 2, "^https://(www\\.)?zentralruf\\.de", 22, [1509], [{ e: 1509 }], [{ v: 1509 }], [{ c: 1510 }], [], {}], [1, "zinio", 0, "^https://(www\\.)?zinio\\.com/", 22, [], [{ e: 1511 }], [{ v: 1511 }], [{ c: 1512 }, { c: 1513 }], [{ cc: 1514 }], {}]], index: { genericRuleRange: [0, 193], frameRuleRange: [191, 218], specificRuleRange: [193, 774], genericStringEnd: 769, frameStringEnd: 804 } };
|
|
3478
|
+
var compact_rules_default = { v: 1, s: ["dialog.cookie-consent", "dialog.cookie-consent form.cookie-consent__form", "dialog.cookie-consent form.cookie-consent__form button[value=no]", "dialog.cookie-consent form.cookie-consent__form button.cookie-consent__options-toggle", 'dialog.cookie-consent form.cookie-consent__form button[value="save_options"]', "div.acris-cookie-consent", "[data-acris-cookie-consent]", ".acris-cookie-consent.is--modal", "#ccAcceptOnlyFunctional", "#cookie-banner", "#adopt-controller-button", "#adopt-reject-all-button", "#adroll_consent_container", "#adroll_consent_reject", "__adroll_fpc", ".c-cookie-notice button[data-qa='allow-all-cookies']", ".c-cookie-notice", 'button[data-qa="reject-non-essentials"]', "serif_manage_cookies_viewed", "serif_allow_analytics", '#sp-cc-wrapper,[data-action=sp-cc],span[data-action="sp-cc"][data-sp-cc*="rejectAllAction"]', '#sp-cc-wrapper *,[data-action=sp-cc],span[data-action="sp-cc"][data-sp-cc*="rejectAllAction"]', "#sp-cc-rejectall-link", "#user-consent-management-granular-banner-overlay", "[data-testid=granular-banner-button-decline-all]", "div:has(> p > a[href='https://www.anthropic.com/legal/cookies'])", "div:has(> p > a[href='https://www.anthropic.com/legal/cookies']) button:nth-child(2)", "anthropic-consent-preferences", "#consent-tracking", "#consent-tracking .decline.btn", ".modal-open bahf-cookie-disclaimer-dpl3", "bahf-cookie-disclaimer-dpl3", "bahf-cookie-disclaimer-dpl3:not([aria-hidden=true])", "cookie_consent=denied", "#cookie-policy-info,#cookie-policy-info-bg", "#cookie-policy-info button", "#cookie-policy-info .btn-reject", "#cookie-policy-info .btn-setting", "#cookie-policy-info .btn-ok", 'form[class*="cookie-banner"][method="post"]', 'form[class*="cookie-banner"] div[class*="simple-options"] a[class*="customize-button"]', "input[type=checkbox][checked]:not([disabled])", 'a[class*="accept-selection-button"]', "#awsccc-cb-content", "#awsccc-cs-container", "#awsccc-cs-modalOverlay", "#awsccc-cs-container-inner", "button[data-id=awsccc-cb-btn-decline]", "button[data-id=awsccc-cb-btn-customize]", "input[aria-checked]", "input[aria-checked=true]", "button[data-id=awsccc-cs-btn-save]", ".axeptio_widget,.axeptio_mount", ".axeptio-widget--open", ".axeptio_mount .axeptio_widget", ".axeptio_mount .needsclick", "button#axeptio_btn_dismiss,button.ax-discardButton", "axeptio_authorized_vendors=%2C%2C", "#cookie_consent_wrapper, #cookie_consent_min_wrapper, #manage_cookie_consent_modal", "#cookie_consent_wrapper:not(.hideConsent)", "#cookie_consent_wrapper #consent_accept_essential, #manage_cookie_consent_modal #modal_consent_accept_essential", "#age_disclaimer_window,#ageDisclaimerWrapper", "#cookie_consent_min_wrapper #close_minimized_banner", "cookieConsent=1", ".b-cookie.is-open", ".cookie-alert.t-dark", "#cookie-accept-necessary", ".cookie-alert .checkbox__input:checked:not(:disabled)", ".cookie-alert__button button", ".cookies-message", ".cookies-message [name='allow-all']", ".cookies-message button.bds-button-unstyled", ".cookies-policy-dialog[open]", ".cookies-policy-dialog fieldset input[type=radio][value=false]:not(:checked)", ".cookies-policy-dialog button.bds-button", ".cookies-message button.bds-button:not([name])", "#consent-manager", "#consent-manager button", "#consent-manager button:nth-child(2)", "tracking-preferences", "#bnp_container", "#bnp_cookie_banner", "#bnp_btn_accept,#bnp_btn_reject", "#bnp_btn_reject", "AD=0", ".cookie-notification", "#blocksy-ext-cookies-consent-styles-css", ".cookie-notification .ct-cookies-decline-button", "blocksy_cookies_consent_accepted=no", "#BorlabsCookieBox", "._brlbs-block-content,.brlbs-cmpnt-dialog", "._brlbs-bar-wrap,._brlbs-box-wrap,.brlbs-cmpnt-dialog", ".brlbs-btn-accept-only-essential,a[data-cookie-refuse]", "a[data-cookie-individual]", ".cookie-preference", "input[data-borlabs-cookie-checkbox]:checked", "#CookiePrefSave", "#bsw-consentCookie", "#bsw-consentCookie .accept-btn", "#bsw-consentCookie .manage-cookies-btn", "#bsw-consentCookie .config-banner_section", "#bsw-consentCookie input[type=checkbox]:checked:not(:disabled)", "x-bsw-consentCookie", ".bpa-cookie-banner", ".bpa-cookie-banner .bpa-module-full-hero", ".bpa-close-button", "cookie-allow-tracking=0", ".cookie-modal", "#notice-cookie-block", "#html-body #notice-cookie-block", "#btn-cookie-manage", "#notice-cookie-block input:checked", "#btn-cookie-save", "#html-body #notice-cookie-block, #notice-cookie", ".cassie-cookie-module", ".cassie-pre-banner", "#cassie_pre_banner_text", ".cassie-reject-all", ".cc_banner-wrapper", ".cc_banner", ".cc-banner[data-cc-banner]", ".cc-banner[data-cc-banner] button[data-cc-action=reject]", ".cc-banner[data-cc-banner] button[data-cc-action=preferences]", ".cc-preferences[data-cc-preferences]", ".cc-preferences[data-cc-preferences] input[type=radio][data-cc-action=toggle-category][value=off]", ".cc-preferences[data-cc-preferences] button[data-cc-action=reject]", ".cc-preferences[data-cc-preferences] button[data-cc-action=save]", "[data-modal-content]:has([data-toggle-target^='cookie'])", "[data-toggle-target^='cookie']", "[data-cookie-dismiss-all]", "#cp-gdpr-choices", ".gdpr-top-content > button", ".gdpr-top-back", ".gdpr-btm__right > button:nth-child(1)", "#ccc-module,#ccc-overlay,#ccc", "#ccc-module,#ccc-notify", "#ccc", ".ccc-reject-button", "#ccc-module", "#ccc-dismiss-button", ".cc-individual-cookie-settings", ".cc-individual-cookie-settings #cookie-settings-reject-all", "ckies_cookielaw", "#cl-consent", '#cl-consent [data-role="b_options"]', '.cl-consent-popup.cl-consent-visible [data-role="alloff"]', '[data-role="b_save"]', "__lxG__consent__v2_daisybit=", ".consent-modal[role=dialog]", "#consent_reject", "#manage_cookie_preferences", "#cookie_consent_preferences input:checked", "#consent_save", "ctc_rejected=1", ".cf_modal_container", "#cmplz-cookiebanner-container", "#cmplz-cookiebanner-container .cmplz-cookiebanner", ".cmplz-cookiebanner .cmplz-deny", "cmplz_banner-status=dismissed", '.cc-type-categories[aria-describedby="cookieconsent:desc"]', '.cc-type-categories[aria-describedby="cookieconsent:desc"] .cc-dismiss', ".cc-dismiss", ".cc-type-categories input[type=checkbox]:not([disabled]):checked", ".cc-save", '.cc-type-info[aria-describedby="cookieconsent:desc"]', '.cc-type-info[aria-describedby="cookieconsent:desc"] .cc-compliance .cc-btn', ".cc-deny", '[aria-describedby="cookieconsent:desc"]', '[aria-describedby="cookieconsent:desc"] .cc-type-opt-both', '[aria-describedby="cookieconsent:desc"].cc-type-opt-out', ".cmp-pref-link", ".cmp-body [id*=rejectAll]", ".cmp-body .cmp-save-btn", '.cc-type-opt-in[aria-describedby="cookieconsent:desc"]', ".cc-settings", ".cc-settings-view", ".cc-settings-view input[type=checkbox]:not([disabled]):checked", ".cc-settings-view .cc-btn-accept-selected", "csm-cookie-consent", "#cookie-information-template-wrapper", "#CcpaWrapper", "CookieInformationConsent=", ".spicy-consent-wrapper", ".spicy-consent-bar", ".js-decline-all-cookies", "#cookie-law-info-bar, #cookie-law-bg, .cli-popupbar-overlay", "#cookie-law-info-bar", "cookielawinfo-checkbox-non-necessary=yes", "#btn-cookie-settings", "#notice-cookie-block #allow-functional-cookies, #notice-cookie-block #btn-cookie-settings", "#allow-functional-cookies", ".modal-body", '.modal-body input:checked, .switch[data-switch="on"]', '[role="dialog"] .modal-footer button', "#cookiescript_injected", "#cookiescript_reject", "#cookiescript_manage", ".cookiescript_fsd_main", "#cookieAcceptBar.cookieAcceptBar", "#cc--main", "html.show--consent #cm", "#s-all-bn", "#s-rall-bn", "#c-s-bn", "#s-sv-bn", "cc_cookie=", "#cc-main", "#cc-main .cm-wrapper", ".cm__btn[data-role=necessary]", ".cm__btn[data-role=show]", "#cc-main .pm__btn[data-role=necessary]", ".cc-cookies", ".cc-cookies .cc-cookie-accept", ".cc-cookies .cc-cookie-decline", "#cookiefirst-root,.cookiefirst-root,[aria-labelledby=cookie-preference-panel-title]", "#cookiefirst-root,.cookiefirst-root", "button[data-cookiefirst-action=adjust]", "[data-cookiefirst-widget=modal]", "button[data-cookiefirst-action=save]", "button[data-cookiefirst-action=reject]", ".ch2-container", ".ch2-dialog", ".ch2-open-settings-btn, .ch2-open-personal-data-btn", ".ch2-settings", ".ch2-deny-all-btn", ".ch2-settings input[type=checkbox]:not([disabled]):checked", ".ch2-save-settings-btn", "cookiehub=", ".cookiejs-banner-wrapper", ".cookiejs-banner-wrapper:not(.modal)", ".cookiejs-banner-wrapper button.cookiejs-button", ".cookiejs-banner-wrapper #reject-cookies-btn", "analytics_cookies=false", ".cookiejs-banner-wrapper.modal", ".cookiejs-banner-wrapper .cookiejs-banner-text", ".cookiejs-banner-wrapper .cookiejs-banner-li:nth-of-type(2) button", "cookiejs_preferences", ".cky-overlay,.cky-consent-container", ".cky-consent-container", ".cky-consent-container [data-cky-tag=reject-button]", ".cky-consent-container [data-cky-tag=settings-button]", ".cky-modal-open input[type=checkbox],.cky-consent-bar-expand input[type=checkbox]", ".cky-modal-open input[type=checkbox]:checked,.cky-consent-bar-expand input[type=checkbox]:checked", ".cky-modal [data-cky-tag=detail-save-button],.cky-consent-bar-expand [data-cky-tag=detail-save-button]", ".cky-consent-container,.cky-overlay,.cky-consent-bar-expand", "advertisement:no", ".cookiealert", ".configurecookies", ".confirmcookies", "#ct-ultimate-gdpr-cookie-popup", "#ct_ultimate-gdpr-cookie-reject a,#ct-ultimate-gdpr-cookie-reject", "#ct-ultimate-gdpr-cookie-change-settings", '#ct-ultimate-gdpr-cookie-modal-slider-form input[type=radio][value="1"], #ct-ultimate-gdpr-cookie-modal-slider-form input[type=radio][value="2"]', "#ct-ultimate-gdpr-cookie-modal-body .save", "ct-ultimate-gdpr-cookie=", "#cookiebar", "#cookiebar .cookiebar-content", 'div[class*="CookiePopup__desktopContainer"]:has(div[class*="CookiePopup"])', 'div[class*="CookiePopup__desktopContainer"]', ".cookie-banner.show .cookie-banner__content-all-btn", ".cookie-banner__content-essential-btn", "*[data-testid='dl-cookieBanner']", "[data-testid='dl-cookieBanner']", "button[data-testid='cookie-banner-strict-accept-selected']", "#didomi-popup,.didomi-popup-container,.didomi-popup-notice,.didomi-consent-popup-preferences,#didomi-notice,.didomi-popup-backdrop,.didomi-screen-medium", "#didomi-host", '#didomi-popup, #didomi-notice, .didomi-popup-notice, .didomi-notice-banner, #didomi-host:not([aria-hidden="true"]):not(:empty)', "#didomi-notice-disagree-button,.didomi-continue-without-agreeing", '[data-project="mol-fe-cmp"]', '[data-project="mol-fe-cmp"] [class*=footer]', '[data-project="mol-fe-cmp"] button[class*=basic]', '[data-project="mol-fe-cmp"] div[class*="tabContent"]', '[data-project="mol-fe-cmp"] div[class*="toggle"][class*="enabled"]', "#mol-ads-cmp-iframe, div.mol-ads-cmp > form > div", "div.mol-ads-cmp > form > div", "div.mol-ads-ccpa--message > u > a", ".mol-ads-cmp--modal-dialog", "a.mol-ads-cmp-footer-privacy", "button.mol-ads-cmp--btn-secondary", "#pg-root-shadow-host", ".cmp-popup_popup", ".cmp-app_gdpr", ".cmp-popup_popup .cmp-intro_rejectAll", ".cmp-popup_popup .cmp-details_rejectAll", "lpubconsent=", "#drupalorg-crosssite-gdpr", ".no", "div[data-testid=cookie-consent-modal-backdrop]", "div[data-testid=cookie-consent-message-contents]", "button[data-testid=cookie-consent-adjust-settings]", "button[data-testid=cookie-consent-preferences-save]", "cc_functional=0", "cc_targeting=0", "div[role='dialog'][aria-modal='true']:has([data-qa='accept-all-button'])", "[data-qa='accept-all-button']", "[data-qa='reject-non-essential-button']", "#ensNotifyBanner", ".ensModal", "#ensNotifyBanner[style*=block]", "#ensModalWrapper[style*=block]", "#ensNotifyBanner #ensRejectAll,#ensNotifyBanner #rejectAll,#ensNotifyBanner #ensRejectBanner,#ensNotifyBanner .rejectAll,#ensNotifyBanner #bannerRejectButton,#ensNotifyBanner #ensRejectAds", "#ensOpenModal,#modalOpenButton,#bannerOpenModal", ".ensCheckbox:checked:not(:disabled)", "#ensSave,#modalSaveButton,#bannerSave", "#ensCloseBanner", "#gdpr-single-choice-overlay", "#gdpr-privacy-settings", "button[data-gdpr-open-full-settings]", ".gdpr-overlay-body input", ".pea_cook_wrapper,.pea_cook_more_info_popover", ".pea_cook_wrapper", "euCookie", "body.eu-cookie-compliance-popup-open", ".eu-cookie-compliance-banner .decline-button, .eu-cookie-compliance-banner .accept-necessary, .eu-cookie-compliance-save-preferences-button", "cookie-agreed=2", "#ez-cookie-dialog-wrapper", "#ez-manage-settings", "#ez-cookie-dialog input[type=checkbox]", "#ez-cookie-dialog input[type=checkbox]:checked", "#ez-save-settings", "ez-consent-tcf", "#fast-cmp-root", "iframe#fast-cmp-iframe", "fastCMP-", "fedex-gdpr", "fedex-gdpr div", "fedex-gdpr .fxg-gdpr__reject-all-btn", "_svs=", "#fides-overlay, #fides-overlay-wrapper", "#fides-overlay-wrapper #fides-banner", ".fides-banner-button", "#fides-banner .fides-reject-all-button", "#fides-banner .fides-manage-preferences-button", ".fides-reject-all-button", "[fs-consent-element=banner]", "[fs-consent-element=banner] [fs-consent-element=allow]", "[fs-consent-element=banner] [fs-consent-element=deny]", ".fc-consent-root,.fc-dialog-container,.fc-dialog-overlay,.fc-dialog-content", ".fc-consent-root", ".fc-dialog-container", ".fc-cta-do-not-consent,.fc-cta-manage-options", ".fc-preference-consent:checked,.fc-preference-legitimate-interest:checked", ".fc-confirm-choices", '[class*="gcb-modal-overlay"]', "[data-gcb-modal-show-prefs]", "[data-gcb-modal-save]", "gcbcl=a3|m3", ".overlay_bc_banner", 'a[href="https://gdpr-legal-cookie.myshopify.com/"]', ".overlay_bc_banner .banner-body", ".overlay_bc_banner *[data-cookie-save]", 'a[href^="https://policies.google.com/technologies/cookies"', 'form[action^="https://consent.google."][action$="/save"],form[action^="https://consent.youtube."][action$="/save"]', 'form[action^="https://consent.google."][action$="/save"]:has(input[name=set_eom][value=true]) button,form[action^="https://consent.youtube."][action$="/save"]:has(input[name=set_eom][value=true]) button', ".glue-cookie-notification-bar", ".glue-cookie-notification-bar__reject", ".HTjtHe#xe7COe", '.HTjtHe#xe7COe a[href^="https://policies.google.com/technologies/cookies"]', ".HTjtHe#xe7COe button#W0wltc", "SOCS=CAE", ".govuk-cookie-banner__message", ".govuk-cookie-banner__message .govuk-button", ".gravitoCMP-background-overlay", "#modalSettingBtn.gravitoCMP-button", "#allRejectBtn", ".gravitoCMP-content-section", ".gravitoCMP-content input[type=checkbox]:checked", "gravitoData", "#modal-host > div.no-hash > div.window-wrapper", "#modal-host > div.no-hash > div.window-wrapper, div[data-testid=qualtrics-container]", '#modal-host > div.no-hash > div.window-wrapper > div:last-child a[href="/privacy-settings"]', "div#__next", "#__next div:nth-child(1) > button:first-child", ".cookie-modal .cookie-accept-btn", ".cookie-modal .js-cookie-reject-btn", "cookies_rejected=1", ".cookieModalContent", "#cookie-banner-overlay", "#manageCookie", ".cookieSettingsModal", "#AOCookieToggle", "#AOCookieToggle[aria-pressed=true]", "#TPCookieToggle", "#TPCookieToggle[aria-pressed=true]", "#updateCookieButton", "dialog[data-cookie-consent]", 'a[data-cookie-accept="functional"]', "#hu.hu-wrapper", "#hu.hu-visible", "#hu-cookies-save", "#hs-eu-cookie-confirmation", "#hs-eu-decline-button", ".accept-cookie", ".accept-cookie > .accept-cookie-inner", "xpath///*[contains(@class, 'accept-cookie')]//*[contains(text(), 'Decline')]", "cookie-pref=rejected", ".privacy-consent--backdrop", ".privacy-consent--modal", ".footer-config-link", "#confirmSelection", "#iubenda-cs-banner", ".iubenda-cs-accept-btn", ".iubenda-cs-reject-btn", ".iubenda-cs-customize-btn", ".iub-btn-reject", "#iubFooterBtn", "body.cookies-request #cookie-bar", "body.cookies-request #cookie-bar .disallow-cookies", "cookie_permission_granted=no", ".widget_eu_cookie_law_widget", "div[class^=pecr-cookie-banner-]", "button[data-test^=manage-cookies]", "label[data-test^=toggle][class*=checked]:not([class*=disabled])", "button[data-test=save-preferences]", ".cookie-bar", ".cookie-bar .cookie-bar__message,.cookie-bar .cookie-bar__buttons", "cookies-state=accepted", ".consent-banner", ".consent-banner .consent-banner__actions", ".consent-banner__actions button.basic-button.secondary", ".consent-modal__footer button.basic-button.secondary", ".consent-modal ion-content > div > a:nth-child(9)", "label.consent-switch input[type=checkbox]:checked", ".consent-modal__footer button.basic-button.primary", ".kc-overlay", "#kconsent", ".kc-dialog", "#kc-denyAndHide", "#lanyard_root div[role='dialog']", "#ketch-banner", "#ketch-modal", "#lanyard_root [class*='ketch-fixed']", "#lanyard_root button[aria-label^='Reject' i], #ketch-banner button[aria-label^='Reject' i]", "#lanyard_root [aria-describedby=preference-description], #lanyard_root [aria-describedby=modal-description], #ketch-modal, #ketch-purposes-modal, #ketch-preferences", "#lanyard_root button[class*=confirmButton], #lanyard_root div[class*=actions_] > button:nth-child(1), #lanyard_root button[class*=actionButton], #ketch-modal button[aria-label='Confirm'], #ketch-purposes-modal button[aria-label='Confirm'], #ketch-modal button[aria-label='Save Settings'], #ketch-purposes-modal button[aria-label='Save Settings']", "#ketch-banner-button-tertiary", "#lanyard_root [aria-describedby=banner-description]", "#lanyard_root div[class*=buttons] > button[class*=secondaryButton], #lanyard_root button[class*=buttons-secondary], #ketch-banner-button-secondary", "#lanyard_root [id^='ketch-banner-buttons-container'] > button:only-child", "#lanyard_root [aria-describedby=preference-description],#lanyard_root [aria-describedby=modal-description], #ketch-preferences, #ketch-purposes-modal", "#lanyard_root button[class*=rejectButton], #lanyard_root button[class*=rejectAllButton], #ketch-modal button[aria-label='Reject All'], #ketch-purposes-modal button[aria-label='Reject All']", "#lanyard_root input[type=checkbox][role=switch][aria-checked=true]:not(:disabled)", "_ketch_consent_v1_", ".lia-cookie-banner-alert", ".lia-cookie-banner-alert .AjaxFeedback", ".lia-cookie-banner-alert a.lia-cookie-banner-alert-reject", ".darken-layer.open,.lightbox.lightbox--cookie-consent", "body.cookie-consent-is-active div.lightbox--cookie-consent > div.lightbox__content > div.cookie-consent[data-jsb]", ".cookie-consent__footer > button[type='submit']:not([data-button='selectAll'])", "#lgcookieslaw_banner,#lgcookieslaw_modal,#lgcookieslaw-modal,.lgcookieslaw-overlay,.lgcookieslaw_overlay", ".artdeco-global-alert[type=COOKIE_CONSENT]", ".artdeco-global-alert[type=COOKIE_CONSENT] button[action-type=DENY]", "#macaron_cookie_box", "#macaron_cookie_box .macaronbtn", ".macaronbtn.refuse", ".macaronbtn.letmechoose", ".macaronbtn.letmechoose.open", "#cookie_description .paragraph", "#cookie_description input[type=checkbox]:checked:not(:disabled)", ".macaronbtn.confirmselection", "_deCookiesConsent", "div[aria-labelledby=pwa-consent-layer-title]", "div[class^=StyledConsentLayerWrapper-]", "div[aria-labelledby^=pwa-consent-layer-title]", "button[data-test^=pwa-consent-layer-deny-all]", "#wcpConsentBannerCtrl", "dialog[data-testid=accept-our-cookies-dialog]", "#banner-manage", "#pc-confirm", "#moove_gdpr_cookie_info_bar", "#moove_gdpr_cookie_info_bar:not(.moove-gdpr-info-bar-hidden)", ".moove-gdpr-infobar-reject-btn", "#moove_gdpr_cookie_info_bar .change-settings-button", "#moove_gdpr_cookie_modal", ".moove-gdpr-modal-save-settings", "#nhsuk-cookie-banner", "#nhsuk-cookie-banner__link_accept", ".disc-cp--active", ".disc-cp-modal__modal", ".js-disc-cp-deny-all", ".tx-om-cookie-consent", ".tx-om-cookie-consent .active[data-omcookie-panel]", "[data-omcookie-panel-save=min]", "input[data-omcookie-panel-grp]:checked:not(:disabled)", "[data-omcookie-panel-save=save]", ".legalmonster-cleanslate", ".legalmonster-cleanslate #lm-cookie-wall-container", "#lm-accept-necessary", ".osano-cm-window,.osano-cm-dialog", ".osano-cm-window", ".osano-cm-dialog:not(.osano-cm-dialog--hidden)", ".osano-cm-denyAll,.osano-cm-deny", ".osano-cm-dialog--type_bar .osano-cm-dialog__close", ".cookieBanner--visibility", ".cookieBanner__wrapper", ".js_cookieBannerProhibitionButton", ".cookie-banner:has([data-ol-cookie-banner-set-consent])", "[data-ol-cookie-banner-set-consent]", "[data-ol-cookie-banner-set-consent=essential]", "oa", ".js-cookie-notice:has(#cookie_settings-form)", ".js-cookie-notice #cookie_settings-form", ".js-cookie-notice button[value=disable]", "#pandectes-banner", "#pandectes-banner .cc-deny", "#pandectes-banner .cc-settings", ".pd-cp-ui-rejectAll", ".pd-cp-ui-save", "#ccpaCookieContent_wrapper, article.ppvx_modal--overpanel", "#ccpaCookieBanner, .privacy-sheet-content", "#bannerDeclineButton", "a#manageCookiesLink", ".privacy-sheet-content #formContent", "#formContent .cookiepref-11m2iee-checkbox_base input:checked", ".cookieAction.saveCookie,.confirmCookie #submitCookiesBtn", "#gdprCookieBanner", "#gdprCookieContent_wrapper", "cookie_prefs", ".cookie-wrapper .cookie-tip", ".cookie-wrapper .cookie-tip__container", ".cookie-wrapper .cookie-tip__text", ".cookie-wrapper .cookie-tip__button > .button", ".el-dialog.cookie-dialog", ".el-dialog.cookie-dialog .el-switch.is-checked", ".el-dialog.cookie-dialog .el-dialog__footer button.el-button--primary", "allow_analysis=%22false%22", "allow_analysis=false", "#pmc-pp-tou--notice", "#js-consent-banner", "#js-consent-banner #js-cookie-reject-button", "#js-consent-banner #js-cookie-dismiss-button", "cookie-consent=", ".cookiesBanner", ".cookiesBanner .wrapper-cookies", ".gdpr-wrapper", ".gdpr-wrapper .gdpr-cookie-wrapper", "#cookie-bar", "#cookie-bar .cb-enable,#cookie-bar .cb-disable,#cookie-bar .cb-policy", "#cookie-bar .cb-disable", "cb-enabled=accepted", "#cookie-consent-banner", "#cookie-consent-banner #accept-button", "#cookie-consent-banner #deny-button", "#cookie-consent-banner #manage-settings-button", "#manage-cookies #save-button", "#pubtech-cmp", "#pubtech-cmp #pt-actions", "#pubtech-cmp #pt-close", "#qc-cmp2-main,#qc-cmp2-container", "#qc-cmp2-container", "#qc-cmp2-ui", "#disagree-btn", '.qc-cmp2-summary-buttons > button[mode="secondary"]', '.qc-cmp2-summary-buttons > button[mode="secondary"]:nth-of-type(2)', '.qc-cmp2-summary-buttons > button[mode="secondary"]:nth-of-type(1)', "#qc-cmp2-ui .qc-cmp2-consent-info", '.qc-cmp2-toggle-switch > button[aria-checked="true"]', ".qc-cmp2-buttons-desktop > button[mode=primary]", 'div[consent-skip-blocker="1"][id][data-bg]', 'div[consent-skip-blocker="1"][id][data-bg] > dialog > div > div > div > div > div > a[role=button][id]', ".consent-banner .consent-banner-copy", ".consent-banner .consent--manage", ".consent-modal .consent-bucket", ".consent-modal input[type=checkbox]:checked", ".consent-modal .consent-save", ".cookies-consent", ".cookies-consent .cookies-inner", "s4s-privacy-module", "s4s-privacy-module button.decline", "_cookieanalytics", "#shopify-pc__banner", "#shopify-pc__banner__btn-decline", "sibbo-cmp-layout", "#rejectAllMain", "#sd-cmp", "#sd-cmp [role='button'][title='Close']", ".snigel-cmp-framework", "#sn-b-custom", "#sn-b-save", "snconsent", ".cookie-banner-mount-point", ".cookie-banner-mount-point section[aria-label='Cookie banner']", ".cookie-banner-mount-point button.decline", "#cookie-consent-banner #accept-cdp-cookie", "#reject-cdp-cookie", "squiz.cdp.consent", ".cookiepreferences_popup", "#rejectAllButton", ".cookies-reminder", ".cookies-reminder .cookies-reminder__content", ".cookies-reminder .cookies-reminder__manage-button", "dialog[open] .cookies-select-modal .cookies-select-modal__buttons .ds-btn-apply-2-ds", " c=%7B%22essential", "div[class*=cookieBanner].pencraft", "hideCookieBanner=", "#CookieConsentBannerPlaceholder", "#CookieConsentBannerPlaceholder .cookies-banner-container", ".syno_cookie_element", ".syno_cookie_element .btn_option", ".syno_cookie_element .scb_dialog_body", ".syno_cookie_element.scb_dialog input[type=checkbox]:checked:not(:disabled):not([readonly])", ".syno_cookie_element.scb_dialog .scb_btn_save", "syno_confirm_v5_answer", '"targeting":false', "#consent-banner-main", "#consent-banner-modal", '#consent-banner-modal a[href="#reject"]', '#consent-banner-modal a[href="#settings"]', '#consent-banner-settings a[href="#reject"]', 'div[class^="cookies-banner-module_"]', 'div[class^="cookies-banner-module_cookie-banner_"]', 'div[class^="cookies-banner-module_small-cookie-banner_"]', "#tarteaucitronRoot", "#tarteaucitronAllDenied2", "#tarteaucitronCloseAlert", ".dsgvoaio-checkbox", ".dsgvoaio-checkbox > input:checked", "#tarteaucitronPersonalize", "#tarteaucitronAllDenied", "#tarteaucitronClosePanel", "#taunton-user-consent__overlay", "#taunton-user-consent__overlay:not([aria-hidden=true])", "#taunton-user-consent__toolbar input[type=checkbox]:checked", "#taunton-user-consent__toolbar button[type=submit]", "taunton_user_consent_submitted=true", "#tccCmpAlert", "xpath///span[contains(.,'Accetta solo cookie necessari')]", "#__tealiumGDPRecModal,#__tealiumGDPRcpPrefs,#__tealiumImplicitmodal,#consent-layer", "#__tealiumGDPRecModal *,#__tealiumGDPRcpPrefs *,#__tealiumImplicitmodal *", "#__tealiumGDPRecModal,#__tealiumGDPRcpPrefs,#__tealiumImplicitmodal", "#cm-acceptNone,.js-accept-essential-cookies,#continueWithoutAccepting,#no_consent,#consent_prompt_decline", "#__tealiumGDPRecModal,#__tealiumGDPRcpPrefs", "#termly-code-snippet-support", "#termly-code-snippet-support div", '[data-tid="banner-decline"]', '.t-preference-button,[data-testid="preferences-link"]', ".t-declineAllButton", ".t-preference-modal input[type=checkbox][checked]:not([disabled])", ".t-saveButton", ".termsfeed-com---nb", ".cc-nb-reject", ".cc-nb-changep", 'input[cookie_consent_toggler="true"]', 'input[cookie_consent_toggler="true"]:checked', ".cc-cp-foot-save", ".cc_dialog.cc_css_reboot,.cc_overlay_lock", ".cc_dialog.cc_css_reboot", ".cc_dialog.cc_css_reboot .cc_b_cp", ".cookie-consent-preferences-dialog .cc_cp_f_save button", "#reject-all", "#privacy-test-page-cmp-test", "#privacy-test-page-cmp-test-prehide", "#privacy-test-page-cmp-test-banner", ".consent-banner-box", "consent-banner[component=consent-banner]", "button[data-consent=disagree]", "#cmpBanner", "#cookie-banner.visible", "#cookie-banner.visible .cookie-banner__container .cookie-banner__accept", "#cookie-banner.visible .cookie-banner__container .cookie-banner__reject", "TOYOTANATIONAL_ENSIGHTEN_PRIVACY_TargetingCookies", ".tp-dialog.cookie-dialog", ".tp-dialog.cookie-dialog button", ".tp-dialog-box .checkbox.clickable:not(.checked)", ".tp-dialog-box .tp-cookie-save", "tp_privacy_base", 'div.aem-page > div[class^="CookiesAlert_cookiesAlert__"]', "#transcend-consent-manager", "#shopify-section-cookies-controller", "#shopify-section-cookies-controller #cookies-controller-main-pane", "#cookies-controller-main-pane a[data-tab-target=manage-cookies]", "#manage-cookies-pane.active", "#manage-cookies-pane.active input[type=checkbox][checked]:not([disabled])", "#manage-cookies-pane.active button[type=submit]", ".truste_popframe.trustarc_newcm_container", "cmapi_cookie_privacy=permit 1", "cmapi_cookie_privacy=permit 1,2", "#truyo-consent-module", "#truyo-cookieBarContent", "button#declineAllCookieButton", ".react-cookie-policy", ".react-cookie-policy #cookie-policy", "xpath///div[@class='react-cookie-policy']//button[contains(., 'Cookie settings')]", "button[role='switch']", "xpath///li[contains(., 'Tracking')]//button[@role='switch'][@aria-checked='true']", "xpath///li[contains(., 'Advertising')]//button[@role='switch'][@aria-checked='true']", "xpath///button[contains(., 'Save and close')]", "trybe_cookies_consent_tracking=false", "#twcc__mechanism", "#twcc__mechanism .twcc__notice", "#twcc__decline-button", "twCookieConsent=", ".u12-data-protection-notice", ".u12-data-protection-notice button", ".u12-data-protection-notice button.js-decline", "dialog.cookie-policy", "dialog.cookie-policy header", 'xpath///*[@id="modal"]/div/header', "dialog header", "button.js-manage", 'xpath///*[@id="cookie-policy-content"]/p[4]/button[2]', "dialog.cookie-policy .p-switch__input:checked", "dialog.cookie-policy .js-save-preferences", 'xpath///*[@id="modal"]/div/button', "_cookies_accepted=essential", "#catapult-cookie-bar", ".has-cookie-bar #catapult-cookie-bar", "catAccCookies", "#usercentrics-root,#usercentrics-cmp-ui", "#usercentrics-cmp-ui", "#usercentrics-root", "#usercentrics-button", "#usercentrics-button #uc-btn-accept-banner", "#usercentrics-button #uc-btn-deny-banner", '[data-slot="dialog-content"] a[href*="vivenu.com/dataprivacy"]', '[data-slot="dialog-content"]:has(a[href*="vivenu.com/dataprivacy"]) button:nth-of-type(2)', "div[aria-labelledby=CookieAlertModalHeading]", "section[data-test=initial-waitrose-cookie-consent-banner]", "section[data-test=cookie-consent-modal]", "button[data-test=manage-cookies]", "button[data-test=submit]", "wtr_cookies_advertising=0", "wtr_cookies_analytics=0", ".fs-cc-components,[fs-cc=banner]", ".fs-cc-components,[fs-cc=banner] [fs-cc=allow]", "[fs-cc=banner] [fs-cc=deny]", "[fs-cc=banner]", "fs-cc", ".mw-cookiewarning-container", "[data-comp-type=cookie-banner-root-wix],[data-hook=ccsu-banner-wrapper]", "[data-hook=ccsu-banner-decline-all]", "[data-hook=ccsu-banner-wrapper]", ".wccom-comp-privacy-banner .wccom-privacy-banner", ".wccom-privacy-banner__content-buttons button.is-secondary", "div.wccom-modal__footer > button", "#gdpr-cookie-consent-bar", "#gdpr-cookie-consent-bar #cookie_action_reject", "wpl_viewed_cookie=no", ".sp-dsgvo", ".sp-dsgvo.sp-dsgvo-popup-overlay", ".sp-dsgvo-privacy-btn-accept-nothing", "sp_dsgvo_cookie_settings", ".wpcc-container", ".wpcc-container .wpcc-message", ".cookie_warn", ".cookie_warn .cookie_warn_inner", "div[class^=cookie-consent-CookieConsent]", "#consent-settings-button", ".consent-banner-button-accept-overlay", "userConsent=%7B%22marketing%22%3Afalse", "#cookies-use-alert", "tp-yt-iron-overlay-backdrop.opened", "ytd-consent-bump-v2-lightbox", "ytd-consent-bump-v2-lightbox tp-yt-paper-dialog", 'ytd-consent-bump-v2-lightbox tp-yt-paper-dialog a[href^="https://consent.youtube.com/"]', "ytd-consent-bump-v2-lightbox .eom-buttons .eom-button-row:first-child ytd-button-renderer:first-child #button,ytd-consent-bump-v2-lightbox .eom-buttons .eom-button-row:first-child ytd-button-renderer:first-child button", ".consent-bump-v2-lightbox", "ytm-consent-bump-v2-renderer", "ytm-consent-bump-v2-renderer .privacy-terms + .one-col-dialog-buttons c3-material-button:nth-child(2) button, ytm-consent-bump-v2-renderer .privacy-terms + .one-col-dialog-buttons ytm-button-renderer:nth-child(2) button", "#zdf-cmp-banner-sdk", "#zdf-cmp-main.zdf-cmp-show", "#zdf-cmp-main #zdf-cmp-deny-btn", ".cookie-alert-extended", ".cookie-alert-extended-modal", "a[data-controller='cookie-alert/extended/detail-link']", ".cookie-alert-configuration-input:checked", "button[data-controller='cookie-alert/extended/button/configuration']", "#piano-cookie_banner", "#piano-cookie_banner [data-close-button]", 'body > div#root > div#ccpa-iframe-theme-provider[data-testid="ccpa-iframe-theme-provider"] > div#ccpa-iframe[data-testid="ccpa-iframe"] > div#ccpa_consent_banner[data-testid="ccpa_consent_banner"] > div:not([id]) > div:nth-child(3):not([id]) > span:not([id]) > span:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id]) > button#decline_cookies_button[data-testid="decline_cookies_button"]', "body:not([id]) > div#banner-0 > div:nth-child(1)#grouped-pageload-Banner > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", "body > div#iubenda-cs-banner > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(5):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", "body > div#ds-cookie-consent-banner > div:not([id]) > div:not([id]) > button:nth-child(4)#reject_optional_cookies", "body:not([id]) > div#banner-0 > div:nth-child(1)#grouped-pageload-Banner > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(3):not([id])", "body > div:not([id]) > div#clym-app-layout > div:nth-child(2)#clym-notice-layout > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(1):not([id])", "body > div:not([id]) > div#clym-app-layout > div:nth-child(2)#clym-notice-layout > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(1):not([id])", "body > div:not([id]) > div#clym-app-layout > div:nth-child(2)#clym-notice-layout > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(1)#handle-reject-all", "body > div#banner-0 > div:nth-child(1)#grouped-pageload-Banner > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", "body > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1)#dashboard > div:not([id]) > div:nth-child(2)#dashboard-body-container > div:nth-child(2):not([id]) > button:nth-child(4)#decline-text", "body > div:not([id]) > div:nth-child(4):not([id]) > button#cookie_all_reject", "body > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#cookie_all_reject", "body > div:not([id]) > div#clym-app-layout > div:nth-child(2)#clym-notice-layout > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(1)#handle-reject-all", "body > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1)#dashboard > div:not([id]) > div:nth-child(1):not([id]) > button#decline-text", "body:not([id]) > div#root > div#ccpa-iframe-theme-provider > div#ccpa-iframe > div#ccpa_consent_banner > div:not([id]) > div:nth-child(3):not([id]) > span:not([id]) > span:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id]) > button#decline_cookies_button", "body#moneyinvesting > div#top > div#content > div:nth-child(4):not([id]) > a:nth-child(11):not([id])", "body > div#banner-0 > div:nth-child(1)#grouped-pageload-Banner > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(3):not([id])", "body > div#app > div#app > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > button:nth-child(1):not([id]) > div:not([id])", "body > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(4):not([id]) > div:not([id]) > a:nth-child(1)#ipoclick-btn-cookiebar-ik_ga_niet_akkoord_var_a", "body > div[id] > div > div > div > div > div:nth-child(3) > span > span > div:nth-child(2) > span:nth-child(1) > button", "div[class^=CookieBannerContent__Container]", "button[class^=CookieBannerContent__Settings]", "div[class^=CookiePreferencesModal__CategoryContainer] input:checked", "div[class^=CookiePreferencesModal__ButtonContainer] > button", "#gdpr-consent-tool-wrapper", 'iframe[src^="https://cmp-consent-tool.privacymanager.io"]', "button#save", "#denyAll", ".okButton", "#manageSettings", ".purposes-overview-list", "button#saveAndExit", "span[role=checkbox][aria-checked=true]", "#save-all-pur", "#reminder", "[data-component=CookieBanner]", "[data-component=CookieBanner] [data-component=CookieBanner_AcceptAll]", "[data-component=CookieBanner] [data-component=CookieBanner_AcceptABCRequired]", "trackingconsent", "aside#cookies,.overlay-cookies", "#cookies .cookies-btn", "#cookies #submitCookies", "#cookies #rejectCookies", ".fullpageCover", ".fullpageCover a[href*='/go/page/privacy.html']", ".fullpageCover div.rounded-full:nth-child(2)", "#cookie-overlay", "#decline-cookies", "#aag-cookie-consent", "#gdpr-new-container", "#gdpr-new-container,#voyager-gdpr > div", "#voyager-gdpr > div", "#voyager-gdpr > div > div > button:nth-child(2)", "#gdpr-new-container .btn-more", "#gdpr-new-container .gdpr-dialog-switcher", "#gdpr-new-container .switcher-on", "#gdpr-new-container .btn-save", "div:has(> div > button[allytmln=ally-cookie-consent])", "button[allytmln=ally-cookie-consent]", "#footer-container ~ div", "#footer-container > div", "body > div#shopify-section-popups > div:nth-child(1):not([id]) > modal-box#modal-popups-0 > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", "body > div#cookieNotice > span:not([id])", "body > div#cookieAreaBase > div#cookieArea > p:nth-child(1):not([id]) > a:nth-child(3):not([id])", "body > div#cookieAreaBase > div#cookieArea > div:nth-child(2):not([id]) > a:nth-child(2):not([id])", "body > div:not([id]) > div:nth-child(4):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body#customcss > div#root > div:nth-child(4):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", "body > div:not([id]) > div:not([id]) > span:nth-child(1):not([id]) > div:nth-child(5):not([id]) > button:nth-child(2):not([id])", "body > div#cookieConsentModal > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > button:nth-child(2):not([id])", 'body > div#cookie-banner-deezer > div#gdpr-dir-tag > div:not([id])[data-testid="cookie-banner"] > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button#gdpr-btn-refuse-all[data-testid="gdpr-btn-refuse-all"]', "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", "body:not([id]) > div:not([id]) > div#gdpr_notification_container > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(6):not([id]) > div:not([id]) > a#gdpr_reject_button", "#cookiesPortletDiv", "#cookiesPortletDiv .cookie-buttons", "#cookiesPortletDiv button[aria-label='Only Mandatory']", "body > dialog:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > button:nth-child(2)#deny-consent-button", "body > div#cookie-policy > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", ".MuiStack-root:has(a[href='/privacy']):has(button)", "body > div#portal-cookie-banner > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2)#portal-cookie-banner__wrapper > aside#portal-cookie-banner__content > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div#messages > div:nth-child(1)#shopify-section-cookie-banner > section#shopify-section-cookie-banner > div:nth-child(1):not([id]) > button:nth-child(2):not([id])", "body > div#messages > div:nth-child(2)#shopify-section-newsletter-banner > section:nth-child(1):not([id]) > div:not([id]) > button:nth-child(1):not([id])", "body > form#trackingConsent > button:nth-child(2):not([id])", "body:not([id]) > div#cookieConsent > div:nth-child(2):not([id]) > a:nth-child(3):not([id])", "body > pnp-root:not([id]) > div:not([id]) > ui-storefront:not([id]) > footer:nth-child(8):not([id]) > cx-page-layout:not([id]) > cx-page-slot:not([id]) > cms-popia-component:nth-child(3):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", "body > div#___gatsby > div:nth-child(1)#gatsby-focus-wrapper > div:nth-child(3):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:not([id])", "body > div#layout-fea-0-bd-5-e-e-723-4027-aa-78-dbcc-846073-a-6 > div#page-62928 > div:not([id]) > div:nth-child(8)#\\31 e9783d2-3575-4c86-b6e8-bc0fd6b17307 > div#\\31 e9783d2-3575-4c86-b6e8-bc0fd6b17307-banner > div:nth-child(3):not([id]) > a:nth-child(1)#\\31 e9783d2-3575-4c86-b6e8-bc0fd6b17307-decline", "body > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div#c-cookiebanner > section:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > p:nth-child(1):not([id]) > button:not([id])", "body > div#wrapper > div:nth-child(4):not([id]) > button:nth-child(3):not([id])", "body > div#frame-modals > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", "body > div#message-banner > div:not([id]) > div:nth-child(2):not([id]) > button:not([id])", "body > div#cookiemodal > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:nth-child(5)#footer-cookie-buttons > a:nth-child(2)#footer-cookie-close", "body > div#notice-cookie-block > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:not([id])", "body > div#termsfeed-pc1-notice-banner > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > button:nth-child(2)#termsfeed_privacy_consent_banner_button_reject_all", "body > main:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > button:nth-child(2):not([id])", "body > div#accn-cookie-consent-wrapper > div#accn-cookie-consent > div:nth-child(2)#accn-statement-scroller > div:nth-child(2):not([id]) > div:nth-child(3):not([id]) > button:not([id])", "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > button:nth-child(2):not([id])", "body > hathi-cookie-consent-banner:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div#cookies-modal > div:nth-child(2)#consent-modal > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id]) > span#consent-modal-refuse", "body > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div:not([id]) > div#csm-wrapper > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div#root > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(1):not([id]) > button:not([id])", "body > div#body-wrapper > section:nth-child(5):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(2):not([id])", "body > div#wrapwrap > div:nth-child(5)#website_cookies_bar > div:not([id]) > div:not([id]) > div:not([id]) > section:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(1)#cookie-banner-essential", "body > aside:not([id]) > div:nth-child(2)#cookie-consent-modal > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body:not([id]) > div#cc--main > div#cc_div > div:nth-child(1)#cm > div#c-inr > div:nth-child(2)#c-bns > button:nth-child(2)#c-s-bn", "body > div#dk-cookie-message > div:not([id]) > button:nth-child(3):not([id])", "body > aside:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:nth-child(3):not([id])", "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(3):not([id])", "body > div:not([id]) > div:not([id]) > div#ch2-settings-dialog > div:nth-child(3):not([id]) > div:nth-child(1)#ch2-settings > button:nth-child(4):not([id])", "body > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > a:nth-child(3):not([id])", "body:not([id]) > div#cookieConsentBanner > div#cookieConsentContent > button:nth-child(4)#closeConsentBanner", "body:not([id]) > div#cookies-modal > div:nth-child(2)#consent-modal > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id]) > span#consent-modal-refuse", "body > div:not([id]) > a:nth-child(3):not([id])", "body > div#root > div:nth-child(2):not([id]) > div:nth-child(5):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", "body > div#tna-cookie-prompt-banner > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#reject-cookie", 'body > div#ecom2-spa-root > div:nth-child(4)#layout-grid > div:nth-child(4)#main-content-v2 > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])[data-testid="cookie-btn-deny"]', "body > div:not([id]) > div:not([id]) > button:nth-child(5):not([id])", "body > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > a:not([id])", "body > div#gdprCookieBar > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(3):not([id])", "body > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body:not([id]) > div#c-footerBrandV1 > footer:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", "body > div:not([id]) > div#ez-cookie-notification > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1)#ez-cookie-notification__decline", "body > div#site-wrapper > div:nth-child(1)#site-canvas > div#wrapper1 > main:nth-child(2)#mainSection1 > div:nth-child(3):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", "body > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2)#cookieadmin_reject_button", "body > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:not([id])", "body > div#privacy-cookie-banners-root > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", 'body > div:not([id])[data-testid="CookieBanner"] > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])', "body > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id])", "body > div:not([id]) > form:nth-child(1):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", 'body > div#react-application > div:not([id]) > div:not([id])[data-testid="linaria-injector"] > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id])[data-testid="main-cookies-banner-container"] > section:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:not([id])', "body > div:not([id]) > div:nth-child(2):not([id]) > div#oax-dialog-main > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div:not([id]) > aside#cmp-banner > form:not([id]) > div:nth-child(4):not([id]) > section:not([id]) > div:not([id]) > button:nth-child(1)#cmp-deny-all", "body > main#main > div:nth-child(6):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > a:not([id])", 'body > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > button:nth-child(2):not([id])[data-testid="s-r-bu"]', "body > div#consent_manager-background > div:nth-child(1)#consent_manager-wrapper > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#consent_manager-accept-none", "body > div#ampsandConsentElement > div:nth-child(1):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(3):not([id])", "body > section#cookie-consent > div:not([id]) > form:nth-child(3):not([id]) > div:nth-child(5):not([id]) > button:nth-child(1):not([id])", "body > div:not([id]) > div#cookie-banner > div:nth-child(2):not([id]) > button:nth-child(2)#cookie-banner-reject", 'body > div:not([id])[data-popup=""][data-popup-cookies=""][data-terms-cookies-popup-common=""][data-popup-need-overlay="true"] > div:not([id])[data-terms-cookies-popup=""][data-terms-cookies-popup-common=""] > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])[data-cookies="disallow_all_cookies"]', "body > privacy-banner:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id]) > span:not([id])", "body > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(1)#hw-cc-notice-deny-btn", "body > div#cookieconsent > div#cookieconsent-bar > div:nth-child(3):not([id]) > a:nth-child(2)#decline", 'body > header#header > div:nth-child(1)#CookiesConsent > div:not([id]) > div:nth-child(2):not([id]) > form:nth-child(2):not([id]) > div:nth-child(5):not([id]) > button:not([id])[data-testid="AcceptRequiredCookies"]', "body > div:not([id]) > div:nth-child(1)#ccm-widget > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", "body > div#cookieChoiceInfo > div:nth-child(2)#cookieButtonBar > a:nth-child(2)#cookieChoiceRefuse", "body > dialog:not([id]) > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:not([id])", "body > dialog:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(1):not([id]) > form:not([id]) > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:not([id])", "body > div#consent-manager > div:nth-child(1)#consent-banner > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button#consent-banner-btn-close", "body > div#orejime > div:nth-child(1):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > ul:nth-child(2):not([id]) > li:nth-child(2):not([id]) > button:not([id])", "body > section#cookie-policy > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", "body > div#cbgccp-cookies-banner > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(2)#cbg_ccp_cookie_refuse_optional_btn", "body > div > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(5):not([id]) > button:nth-child(1)#fd-unCheckAll", "body > div:not([id]) > div#csm-wrapper > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(2):not([id])", "body > div#__next > div:nth-child(5):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", "body > div#__next > div:nth-child(5):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id])", "body > dialog:not([id]) > article:not([id]) > footer:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div#entry > div:nth-child(2)#main > div:nth-child(4):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", "body > div#__next > div:nth-child(3):not([id]) > dialog:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div#cb-cookie-warning > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1)#cb-cookie-warning__button--decline", "body > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", "body > div#cookies-banner > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > div:nth-child(2)#gdpr-popup-v3-button-mandatory", 'body > div:not([id]) > div:nth-child(1):not([id])[data-testid="privacy-banner"] > div:nth-child(2):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2)#react-aria491930105-\\:r29\\:[data-testid="privacy-banner-decline-all-btn-desktop"]', "body > div#tc-privacy-wrapper > div#footer_tc_privacy > div:not([id]) > div:nth-child(2)#footer_tc_privacy_container_button > button:nth-child(2)#footer_tc_privacy_button_2", "body > div#tc-privacy-wrapper > div:nth-child(2)#footer_tc_privacy > div:nth-child(2)#footer_tc_privacy_container_button > button:nth-child(3)#footer_tc_privacy_button_3", "body > div#app > div:nth-child(1)#__nuxt > div#__layout > div:not([id]) > div:nth-child(4):not([id]) > div:not([id]) > div:nth-child(4):not([id]) > a:nth-child(2):not([id])", "body > footer:not([id]) > div:nth-child(2):not([id]) > cookie-notice:nth-child(1):not([id]) > div#cookie-notice > div:not([id]) > div#cookie-notice-inner > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(1):not([id]) > button#cookie-notice-decline", "body > div#sell-root > div:nth-child(2)#appRoot > div:nth-child(7):not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", "body > div:not([id]) > div:nth-child(2)#BorlabsCookieBox > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > p:nth-child(6):not([id]) > a:not([id])", "body > div:not([id]) > div:nth-child(1)#consent-manager > footer:nth-child(2):not([id]) > button:nth-child(2):not([id])", 'body > div#app > div:nth-child(7):not([id])[data-testid="cookieBanner"] > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])[data-testid="onlyNecessaryCookies"]', 'body > div:not([id]) > dialog:nth-child(2):not([id])[data-testid="modal-dialog"] > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > button:nth-child(2):not([id])[data-testid="uc-button-decline"]', "body > div#tc-privacy-wrapper > div#footer_tc_privacy > div:nth-child(2)#footer_tc_privacy_container_button > button:nth-child(2)#footer_tc_privacy_button_2", 'body > div#root > div:nth-child(2):not([id]) > div:not([id]) > div:not([id])[data-testid="cookie-consent-banner"] > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])', "body > div#c-pop > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(3)#ctl07_declinebtn", "body > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(3):not([id])", "body > div#cookieNoticePro > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#cookieReject", "body > div#gdrp-cookieoverlay > div:nth-child(3)#cs2gdpr-cookiebanner > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button#btn-accept-required-banner", "body > div#seeGdprCookieConsent > div:not([id]) > p:nth-child(2):not([id]) > a:nth-child(2)#seeGdprReject", "body > div#tc-privacy-wrapper > div#popin_tc_privacy > div:nth-child(2)#popin_tc_privacy_container_button > button:nth-child(2)#popin_tc_privacy_button_2", "body > div#SgCookieOptin > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div#__next > div:nth-child(4):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id])", "body > div#cookieman-modal > div:not([id]) > div:not([id]) > div:not([id]) > button:nth-child(6):not([id])", "body > div#c20343 > div:nth-child(1)#ikanos-privacy-cookielayer > div:nth-child(2):not([id]) > form:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(2):not([id])", "body > div#consent-manager > div:nth-child(1)#consent-banner > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button#consent-banner-btn-close", "body > div#mm-2 > div:nth-child(2)#cookie-consent > div:not([id]) > form:nth-child(3):not([id]) > div:nth-child(5):not([id]) > button:nth-child(2):not([id])", "body > div#root > div:not([id]) > div:nth-child(2):not([id]) > main:nth-child(2):not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id])", "body > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > button:nth-child(1):not([id])", "body > div#application > div:nth-child(4):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > a:nth-child(2):not([id])", "body > div:not([id]) > div:nth-child(6):not([id]) > div:nth-child(2)#BorlabsCookieBox > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > p:nth-child(5):not([id]) > a:not([id])", "body > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > a:not([id])", "body > dialog#ai-hinweis > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > div:nth-child(3):not([id]) > center:not([id]) > button:nth-child(1)#policy_notwendig", "body > div:not([id]) > div:nth-child(1)#ccm-widget > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(3):not([id])", "body > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(3):not([id])", "body > div#BannerRegion > div:nth-child(1)#Banner_cookie_0 > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(2)#rejectAllBtn", "body > comply-consent-manager:not([id]) > div#comply-consent-manager > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", 'body > div#__next > div:nth-child(3):not([id]) > div:nth-child(3):not([id]) > div:nth-child(3):not([id])[data-testid="cookie_notice_reject_all_button"]', "body > div#tc-privacy-wrapper > div:nth-child(2)#popin_tc_privacy > div:nth-child(2)#popin_tc_privacy_container_button > button:nth-child(2)#popin_tc_privacy_button_2", "body > div#__nuxt > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > section:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id])", "body > div:not([id]) > div:nth-child(2):not([id]) > div#cdk-overlay-0 > mat-dialog-container:nth-child(2)#mat-mdc-dialog-0 > div:not([id]) > div:not([id]) > hra-consent-layer-ui:not([id]) > hra-cookie-buttons:nth-child(2):not([id]) > div:not([id]) > button:nth-child(1):not([id]) > span:nth-child(2):not([id])", "body > div#cookie-note-main > div:nth-child(2):not([id]) > button:nth-child(2)#cookie-accept-required", "body > aside:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", "body > div:not([id]) > div:not([id]) > div:nth-child(5):not([id]) > button:nth-child(4):not([id])", "body > div#cookiebanner-body > div:nth-child(1)#cookiebanner > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:not([id])", "body > div#app > div:nth-child(1)#header > div:nth-child(2)#cookie_banner > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", "body > div#__nuxt > div#__layout > div#app > div:nth-child(6):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(1):not([id])", "body > div#__nuxt > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > section:nth-child(1):not([id]) > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > div:not([id]) > button:nth-child(2):not([id])", "body > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(4):not([id]) > div:nth-child(1):not([id]) > div:not([id]) > button:nth-child(2):not([id])", "body > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", "body > section#shopify-pc__banner > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(3)#shopify-pc__banner__btn-decline", "body > div#__nuxt > div#__layout > div:not([id]) > section:not([id]) > div:nth-child(2):not([id]) > section:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div#consent-manager > div:nth-child(1)#consent-banner > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button#consent-banner-btn-close", "body > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > p:nth-child(2):not([id]) > a:not([id])", "body > div#tc-privacy-wrapper > div:nth-child(2)#popin_tc_privacy > div:nth-child(2)#popin_tc_privacy_container_button > button:nth-child(3)#popin_tc_privacy_button_3", "body > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > button:nth-child(1):not([id])", "body > div#modal-wrap > section#modal-content > div:not([id]) > div:nth-child(2)#cookie-banner > div:not([id]) > div:nth-child(1)#s1 > p:nth-child(5):not([id]) > a:nth-child(4)#button_reject", "body > div#cookie-consent-banner > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:nth-child(3)#btn-reject-all", "body > div#cc-button > div#cc-text > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", "body > div#page > main:nth-child(2)#index > div:nth-child(3)#cookie-settings-modal > div:not([id]) > div#cookie-settings > div:nth-child(4):not([id]) > button:nth-child(3):not([id])", "body > div#__nuxt > div:nth-child(8)#cookie-banner > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", 'body > div#consentBanner > div:not([id]) > div#gdpr-banner-container[data-testid="gdpr-banner-container"] > dialog#gdpr-banner > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(3)#gdpr-banner-cmp-button[data-testid="gdpr-banner-decline-button"]', "body > div#consentWidget > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#denyBtn", "body > div#portal-footer > div:nth-child(3):not([id]) > div:nth-child(2)#footer-analytics > div#CookieConsent > div:not([id]) > p:nth-child(2):not([id]) > span:nth-child(3):not([id]) > button:not([id])", "body > div#cookieman-modal > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > button:nth-child(1):not([id])", "#tc-privacy-wrapper", '[data-testid="consentManager"]', '[data-testid="privacyBanner-rejectAll"]', "body > div#ww_bzga_matomo_cookiebanner > div:not([id]) > p:nth-child(3):not([id]) > button:nth-child(2):not([id])", "body > div#ddt-M1 > div:not([id]) > div:nth-child(1)#ddt-Seite1 > div:nth-child(2)#ddt-sectionFirst > p:nth-child(4):not([id]) > a:nth-child(2):not([id])", "body > div:not([id]) > div#cookies-bar > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", "body > div:not([id]) > div#csm-wrapper > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(2):not([id])", "body > div#cookie-consent > div:not([id]) > form:nth-child(3):not([id]) > div:nth-child(5):not([id]) > button:nth-child(2):not([id])", 'body > div:not([id]) > div:nth-child(2)#cookie-consent[data-testid="cookie-consent-banner"] > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])', "body > div#tc-privacy-wrapper > div#popin_tc_privacy > div:nth-child(2)#popin_tc_privacy_container_button > button:nth-child(3)#popin_tc_privacy_button_3", "body > div#_evidon-barrier-wrapper > div:nth-child(2)#_evidon-banner > div:nth-child(1)#_evidon-banner-content > div:nth-child(5):not([id]) > button:nth-child(2)#_evidon-barrier-declinebutton", "div:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > button:nth-child(2):not([id])", "body > div:not([id]) > div:nth-child(2)#BorlabsCookieBox > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > p:nth-child(2):not([id]) > a:not([id])", 'body > div#consent_modal[data-testid="Over18ModalVariant1Modal"] > div:nth-child(2):not([id])[data-testid="Over18ModalVariant1Content"] > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > button:nth-child(1)#reject-all-cookies-btn', "body > div:not([id]) > div:nth-child(1)#matomoCookieNotification > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button#disallowMatomoCookieNotification", "body > div:not([id]) > aside:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:not([id])", "body > div#et-consent-overlay > div:nth-child(5):not([id]) > div:nth-child(1):not([id]) > button:nth-child(1):not([id])", "body > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id]) > button:not([id])", "body > div#__nuxt > div:not([id]) > div:nth-child(6):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(1):not([id])", "body > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(1):not([id])", "body > div:not([id]) > div:nth-child(1)#cookies-eu-banner > div:not([id]) > div:not([id]) > button:nth-child(4)#cookies-eu-reject", "body > div:not([id]) > div:not([id]) > div:not([id]) > ul:not([id]) > li:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div#__nuxt > div:not([id]) > div:nth-child(8):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(1):not([id])", "body > div#optInId > div:nth-child(4):not([id]) > button:nth-child(2)#Ablehnen", "body > div:not([id]) > div#cpnb > div#w357_cpnb_outer > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(2)#cpnb-decline-btn", "body > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", "body > div#a-page > div:nth-child(5)#sc-content-container > div:nth-child(1):not([id]) > div:nth-child(12):not([id]) > div:nth-child(1) > div:nth-child(2)#cookie-consent-window > div:not([id]) > div:nth-child(2) > div:nth-child(1)#cookie-consent-continue > div:not([id]) > a:not([id])", "body > div:not([id]) > div:nth-child(1)#ccm-widget > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div#__next > div:not([id]) > div:not([id]) > main:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(4):not([id]) > div:nth-child(1):not([id])", "body > div#acris--page-wrap--cookie-permission > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#cookie-permission--accept-only-functional-button", "body > div#cookieConsentBanner > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1)#consentMinimal", "body > div#elGuestTerms > div:not([id]) > div:nth-child(2):not([id]) > form:not([id]) > button:nth-child(3):not([id])", "body > div#mm-0 > div:nth-child(2)#cookie-consent > div:not([id]) > form:nth-child(3):not([id]) > div:nth-child(5):not([id]) > button:nth-child(1):not([id])", "body > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id])", "body > div#cookiebar > div:not([id]) > span:nth-child(3)#declineCookie > button:not([id])", "body > main#content > aside:nth-child(10):not([id]) > div:not([id]) > wm-stack:nth-child(2):not([id]) > wm-button:nth-child(1):not([id]) > button:not([id])", "body > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:not([id])", "body > div#tc-privacy-wrapper > div#footer_tc_privacy > div:nth-child(1)#footer_tc_privacy_container_text > div#footer_tc_privacy_text > h2:nth-child(1):not([id]) > button#footer_tc_privacy_button_2", "body > div#bandeau_cgv > div:not([id]) > div:not([id]) > a:nth-child(1)#dismiss-cookies", "body > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id])", "body > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id])", "body > div:not([id]) > section:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(1):not([id])", "body > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > ul:nth-child(2):not([id]) > li:nth-child(2):not([id]) > button:not([id])", "body > article:not([id]) > header:nth-child(2)#header > div:nth-child(1)#cookie-modal > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > button:nth-child(2):not([id])", "body > div#root > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:not([id])", "body > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#cookieRefuse", "body > div#cookie-banner > div:nth-child(2):not([id]) > div:nth-child(3):not([id]) > button:nth-child(3)#reject-cookies", "body > div:not([id]) > div:not([id]) > div:not([id]) > div#P0-0 > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > ul:nth-child(2):not([id]) > li:nth-child(2):not([id]) > button:not([id])", "body > div#ppms_cm_consent_popup_7a8e4f13-52de-496c-9239-96129f02cf08 > div#ppms_cm_popup_overlay > div#ppms_cm_popup_wrapper > div:nth-child(1)#ppms_cm_popup > div:nth-child(3)#ppms_cm_popup_main_id > div:nth-child(2)#ppms-124c44a9-52c6-4136-9964-9a6be955271a > button:nth-child(2)#ppms_cm_disagree", "body > div#cookie > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id]) > span:not([id]) > span:not([id])", "body > div#orejime > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > ul:nth-child(2):not([id]) > li:nth-child(2):not([id]) > button:not([id])", "body > div#cookie-message > a:nth-child(2):not([id])", "body > div#tc-privacy-wrapper > div#popin_tc_privacy > div:nth-child(1)#popin_tc_privacy_container_text > div#popin_tc_privacy_text > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#refuse_all", "body > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", "body > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div#main > div:nth-child(11)#cookbar_overlay > div#cookbar > span:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > a:nth-child(3):not([id])", "body > div#tc-privacy-wrapper > div#popin_tc_privacy > div:nth-child(2)#popin_tc_privacy_container_button > button:nth-child(1)#popin_tc_privacy_button", "body > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > main#main > dialog:nth-child(25):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(3):not([id])", "body > div#cookie-banner > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > button:not([id])", 'body > div:not([id]) > div:nth-child(1):not([id])[data-testid="privacy-banner"] > div:nth-child(2):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2)#react-aria526766221-\\:r0\\:[data-testid="privacy-banner-decline-all-btn-desktop"]', "body > div:not([id]) > form:nth-child(4):not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button#cookie_consent_use_only_functional_cookies", "body > div#cookiesplus-modal-container > div:not([id]) > div:nth-child(1)#cookiesplus-modal > div:nth-child(3)#cookiesplus-content > div:not([id]) > form#cookiesplus-form > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:not([id])", "body > app-root:not([id]) > div:not([id]) > app-cookie-banner:nth-child(3):not([id]) > div:nth-child(1):not([id]) > div:nth-child(2)#reject-cookie-link > button#reject-cookie", "body > main:not([id]) > footer:nth-child(4)#footer > div:nth-child(3):not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(3)#acb-banner > div:nth-child(2)#acb-action > button:nth-child(1)#acb-deny-all-button", "body > div#st-cmp-v2 > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:nth-child(4):not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > span:not([id]) > div:not([id])", "body > div#cookie-consent > div:nth-child(1):not([id]) > button:nth-child(1)#cookie-deny-button", "body > div#advencyRgpd > button:nth-child(3)#refuseAll", "body > div#rgpd > div:nth-child(1):not([id]) > div:not([id]) > button:nth-child(1):not([id])", "body > div#consent > user-consent:nth-child(1):not([id]) > consent-dialog:not([id]) > consent-content:not([id]) > consent-message:nth-child(1):not([id]) > button:nth-child(1):not([id])", "body > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])", "body > div#bottom-banner > div:nth-child(3):not([id]) > div:nth-child(1)#cookies-win > button:nth-child(2):not([id])", 'body > div:not([id]) > div:not([id])[data-testid="cookie-consent-banner"] > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])', "body > div:not([id]) > div:nth-child(2)#BorlabsCookieBox > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > p:nth-child(8):not([id]) > a:not([id])", "body > div#___gatsby > div:nth-child(1)#gatsby-focus-wrapper > div:nth-child(3):not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id])", "body > div#privacy-banner > div:nth-child(3):not([id]) > button:nth-child(1)#privacy-rejected", "body > div#cookie > div:not([id]) > div:nth-child(2)#Buttondivanalytic > button:nth-child(2):not([id])", "body > div:not([id]) > p:nth-child(2):not([id]) > button:nth-child(2)#seopress-user-consent-close", "body#top > div:not([id]) > form:nth-child(1):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", "body > div#cookie-notice > div:not([id]) > span:nth-child(2)#cn-notice-buttons > button:nth-child(2)#cn-refuse-cookie", "body:not([id]) > div#BannerRegion > div:nth-child(1)#Banner_cookie_0 > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(2)#rejectAllBtn", "body:not([id]) > div#tc-privacy-wrapper > div#footer_tc_privacy > div:nth-child(2)#footer_tc_privacy_container_button > button:nth-child(2)#footer_tc_privacy_button_2", "body#html-body > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", "body:not([id]) > div#modal-root > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(1):not([id]) > button:nth-child(2):not([id]) > div:not([id])", "body:not([id]) > div#root > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div#cookie-banner-container > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", "body > div#cookie-law > div:not([id]) > div:nth-child(1):not([id]) > button:nth-child(12):not([id])", "body:not([id]) > div#__next > div:not([id]) > div:nth-child(8):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", "body:not([id]) > div#root > div:nth-child(3):not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id])", "body:not([id]) > header#header > div:nth-child(1)#CookiesConsent > div:not([id]) > div:nth-child(2):not([id]) > form:nth-child(2):not([id]) > div:nth-child(5):not([id]) > button:not([id])", "body:not([id]) > div#__next > div:not([id]) > div:nth-child(6)#cw-footer-container > footer:nth-child(1):not([id]) > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:not([id]) > span:nth-child(2):not([id]) > span:nth-child(1):not([id])", "body > div#cookie_alert > div:nth-child(2)#cookie_alert_container > div#cookie_alert_text > div:nth-child(2):not([id]) > div:nth-child(2)#js-cookie_alert_button_decline > a#cookie_alert_decline", "body > div > div:not([id]) > div:nth-child(1) > div:nth-child(2)#cookieDisclaimer > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(3):not([id]) > button:not([id])", "body:not([id]) > dialog:not([id]) > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:not([id])", "body:not([id]) > dialog:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(4):not([id]) > div:nth-child(2):not([id]) > button:not([id])", "body#unlogged-body > div#cookie-banner-deezer > div#gdpr-dir-tag > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button#gdpr-btn-refuse-all", "body:not([id]) > section:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", "body:not([id]) > section#cookie-policy > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", "body:not([id]) > div#cc--main > div#cc_div > div:nth-child(1)#cm > div#c-inr > div:nth-child(2)#c-bns > button:nth-child(1)#c-s-bn", "body > div#headlessui-portal-root > div:not([id]) > div:nth-child(2):not([id]) > div#headlessui-dialog-_r_0_ > div:nth-child(2):not([id]) > div#headlessui-dialog-panel-_r_6_ > div:nth-child(3):not([id]) > div:not([id]) > div:nth-child(1):not([id]) > button:nth-child(1):not([id])", "body > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(3):not([id])", "body:not([id]) > div#cookie-wall > div#cwi > div:nth-child(4)#cw-controls > div:not([id]) > div:nth-child(4):not([id]) > button:nth-child(2)#cwc-reject > span:not([id])", "body > div:not([id]) > div#csm-wrapper > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div#sliding-popup > div#cookiepopup > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", "body:not([id]) > div#elGuestTerms > div:not([id]) > div:nth-child(2):not([id]) > form:not([id]) > button:nth-child(3):not([id])", "body:not([id]) > div#consent-box > p:not([id]) > span:not([id]) > button:nth-child(2)#decline-cookies", "body > div#__next > div:nth-child(3)#cookieBanner > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > form:nth-child(2):not([id]) > button:nth-child(2)#cookieConsentRejectAll", "body:not([id]) > section:not([id]).privacy-banner > div:not([id]).privacy-banner__wrap > div:not([id]).privacy-content > div:not([id]).privacy-banner__grid-wrap > div:not([id]).privacy-banner__grid-col.privacy-banner__inner > div:nth-child(3):not([id]).privacy-banner__actions.privacy-banner__set.privacy-banner__btn-wrapper--stacked > button:nth-child(2):not([id]).privacy-banner__btn.privacy-banner__btn--secondary.privacy-banner__reject", "body > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button#confirmSelection", "body:not([id]) > div:not([id]) > div:nth-child(5):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(2):not([id])", "body:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > div:nth-child(2)#gdpr-popup-v3-button-mandatory", "body#hgcBody > div#cookies-banner > a:nth-child(6)#btnCookieBannerNo", "body:not([id]) > dialog#biccy-banner > div#biccy-prompt > div:nth-child(2):not([id]) > button:nth-child(2)#biccy-reject-button", "body:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)", "body > div > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > button:nth-child(3)", "body > aside#cookies-policy > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > form:nth-child(1):not([id]) > button:nth-child(2):not([id])", "body > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body:not([id]) > div#cookies > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button#cookiesReject", "body > div:not([id]) > aside:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:nth-child(2)#modal-content-17 > div#pr-cookie-notice > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#btn-cookie-decline", "body > div:not([id]) > div:nth-child(14):not([id]) > div#m-cookienotice > div:not([id]) > div:nth-child(3)#action-custom-css > a:nth-child(2):not([id])", "body > div#__nuxt > div#__layout > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body:not([id]) > div#dux-privacy > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:nth-child(1):not([id])", "body:not([id]) > div#__nuxt > div#__layout > div:not([id]) > div:nth-child(4):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "[data-testid='reject-button']", "body > div > div:nth-child(10) > div:nth-child(2) > div > div:nth-child(2) > div:nth-child(2)", "body > div#shopui-cookie-popup-container > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > a:not([id])", "body > section:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", "body:not([id]) > div#__nuxt > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div#cookies_overlay > div#cookies_banner > div:nth-child(2)#cookies_decision > button:nth-child(2)#cookies_read_declined", "body:not([id]) > div#__next > div:nth-child(3):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > div:nth-child(2):not([id]) > button:not([id])", "body > div#cookie-consent-popup > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#cookie-reject", "body > div#cookie-consent-banner > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2)#btn-reject-all", "body > div:not([id]) > div:nth-child(78)#cookie-banner > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div#cribbon > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(2)#select-only-necessary > span:not([id])", "body > div#app > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div:not([id]) > div#cookieconsent > div:nth-child(2):not([id]) > div:nth-child(3):not([id]) > div:not([id]) > button:nth-child(1)#cookie-deny", "body > dialog#r42CookieBar > section:nth-child(2):not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id])", "body > div#modal-cookiesettings > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", "body > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > button:nth-child(3):not([id])", "body > div:not([id]) > div:nth-child(1)#react-content > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > button:nth-child(2):not([id]) > span:not([id])", "body > div#cookie-bar-2019 > div:nth-child(4):not([id]) > a#declineLink", 'body > div#__next > div:nth-child(2)#cookieBanner > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])[data-testid="refuse-all-cookies"]', "body > aside#cookie-consent-banner > div:not([id]) > form:not([id]) > div:nth-child(2):not([id]) > fieldset:nth-child(3):not([id]) > ul:not([id]) > li:nth-child(1):not([id]) > button:not([id])", "body > dialog:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > footer:nth-child(3):not([id]) > div:nth-child(3):not([id]) > span:not([id])", "body > div#cookie-popup > div:nth-child(2):not([id]) > button:nth-child(2)#reject-cookies", "body > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", 'div[data-test-consent-banner-popup] button[aria-label="Niet accepteren"]', "body > dialog:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > p:nth-child(2):not([id]) > a:nth-child(1):not([id])", "body > div:not([id]) > div:nth-child(1)#react-content > div:nth-child(8):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > button:nth-child(2):not([id])", "body > div#consent-modal > div:not([id]) > div:nth-child(1)#consent-intro > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button#consent-deny-all", "body > div:not([id]) > div:nth-child(5):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", "body > div#cookielaw_banner > div:nth-child(2):not([id]) > a:nth-child(2)#cookielaw_reject", "body > div#__next > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(8):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > mini-profiler:not([id]) > div:nth-child(1)#nlportal > div:nth-child(2)#nlportal-cookie-consent > div:not([id]) > div:nth-child(1):not([id]) > section:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > button:nth-child(2):not([id])", "body > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", "body > div#_app > div:nth-child(3):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div#radix-_r_0_ > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(3):not([id])", "body > div#nimbu-consent > div:not([id]) > div:not([id]) > div:not([id]) > p:nth-child(2):not([id]) > button:nth-child(2):not([id])", '.ind-cbar[data-testid="ind-cbar"]', '.ind-cbar[data-testid="ind-cbar"] button[save-cookie][data-value="0"]', "body > div:not([id]) > div#container > section:nth-child(1):not([id]) > div:not([id]) > div#block-mumc-info-cookiesui > div#cookiesjsr > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > web-overlay:not([id]) > web-cookie-consent:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div#wpca-lay-out-wrapper > div:nth-child(1)#wpca-bar > div:nth-child(2)#wpca-bar-meta > button:nth-child(3):not([id])", 'body > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1)#cookiebanner-decline[data-testid="button-cookie-decline"]', "body > div#cookiebanner > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > span:nth-child(2):not([id]) > a:nth-child(2)#cookie-niet-akkoord", "body > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > section#cookie-consent > div:nth-child(7):not([id]) > div:nth-child(1):not([id]) > button:nth-child(1)#button-\xABr0\xBB", "body > aside#cookies-policy > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > form:nth-child(1):not([id]) > button:nth-child(2):not([id])", "body > div:not([id]) > div:nth-child(4):not([id]) > div:not([id]) > a:nth-child(4):not([id])", "body > div#__nuxt > div:not([id]) > div:nth-child(7)#modals > div:not([id]) > dialog:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:not([id]) > button:nth-child(2):not([id])", "body > div#cookies-eu-wrapper > div#cookies-eu-banner > div:nth-child(2)#cookies-eu-buttons > button:nth-child(1)#cookies-eu-reject", "body > div#wrapper > footer:nth-child(3):not([id]) > div#footer > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > div:nth-child(1):not([id]) > button:nth-child(2):not([id])", "body > div#cc-card > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > a:nth-child(2)#cc-dismiss-btn", "body > div#__nuxt > div:not([id]) > div:nth-child(3):not([id]) > section#modal > div:nth-child(2):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", "body > div#cookie-bar > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:not([id])", "body > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id]) > span:not([id])", "body > div#CNID_4eb59999-7a35-450d-a08f-1661b81e5bc4 > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#refuseAll", "body > div#__nuxt > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(8)#modals > div:not([id]) > dialog:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:not([id]) > button:nth-child(2):not([id])", 'body > div:not([id]) > div:nth-child(3)#cookie-consent[data-testid="cookie-consent-banner"] > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])', "body > div#_rootSiteLayout > aside:nth-child(5):not([id]) > div:nth-child(3):not([id]) > aside:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(3):not([id])", "body > footer:not([id]) > div:nth-child(2)#cookieParent > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1)#noCookies", "body > div#siteWrapper > div:nth-child(1):not([id]) > section:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(4):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(1):not([id]) > button:nth-child(2)#bcSubmitConsentToNone", "body > aside:not([id]) > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:nth-child(3):not([id])", "body > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(3):not([id])", "body > div:not([id]) > div:not([id]) > button:nth-child(4):not([id])", "body > shn-dialog#firstTimeVisitorCookieDialog > dialog:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > section#cc-window-overlay > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:nth-child(1):not([id])", "body > div#cookieconsent > section:not([id]) > div:not([id]) > p:nth-child(6):not([id]) > a:not([id])", "body > ticketswap-portal:not([id]) > ul:not([id]) > div:not([id]) > div:not([id]) > span:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div:not([id]) > div:nth-child(2)#ez-cookie-notification > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#ez-cookie-notification__decline", "body > div#__nuxt > div:nth-child(2)#__layout > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > div:nth-child(2)#cookie-consent > div:not([id]) > dialog:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div#cookie-consent-modal-description > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(2):not([id]) > span:not([id])", "body > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > section#chakra-modal-\\:rd\\: > div#chakra-modal--body-\\:rd\\: > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(3):not([id]) > form:not([id]) > button:nth-child(2)#cookie_settings_disallowed", "body > div#app > div:not([id]) > div:nth-child(10):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > div:nth-child(1)#cookie-banner > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(3)#cookie-banner-reject", "body > main#maincontent > div:nth-child(1):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div#svid10_17c33ae315e94c3ae6647bf > div:nth-child(1)#svid12_3f29801717d5618f8df9bf4 > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(4)#afCookieDecline", "body > div#CookieConsent > dialog:nth-child(2):not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1)#cc-b-custom", "body > aza-app:not([id]) > aza-shell:not([id]) > div:nth-child(2):not([id]) > aza-cookie-message:nth-child(1):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id]) > span:not([id])", "body > div#app > div:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div#geotargetlygeoconsent1749551372435container > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", "body > div#ppms_cm_consent_popup_d0973bf6-9332-4ce3-bc7c-09678b958daf > div#ppms_cm_popup_overlay > div:nth-child(2)#ppms_cm_popup_wrapper > div#ppms_cm_popup > div#ppms_cm_popup_main_id > div#ppms_cm_popup_responsive_wrapper_id > div:nth-child(2)#ppms-4ad6f5ba-7508-4caa-bd23-e8e9a4bd64b2 > div:nth-child(2)#ppms-85b001a4-b886-4f7e-82d5-bd34f50f3266 > button:nth-child(2)#ppms_cm_reject-all", "body > div#__nuxt > div:nth-child(2)#main-wrapper > div:nth-child(5):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div#shopify-section-sections--20055816765655__privacy-banner > cookie-bar:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", "body > div:not([id]) > form:not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", "body > div#cookie-consent-modal > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(4):not([id])", "body > div#CookieConsent > dialog:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1)#cc-b-custom", "body > div#app > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:not([id])", "body > div#__docusaurus > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1)#rcc-decline-button", "body > div#CookieConsent > dialog:nth-child(2):not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button#cc-b-custom", "body > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", "body > div#radix-_r_2_ > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div#__next > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id])", "body > section#component-cookie-banner > div:nth-child(1):not([id]) > footer:nth-child(4):not([id]) > div:nth-child(1):not([id]) > button:nth-child(2)#cookie-banner-accept-essentials", "body > form#cookieConsentForm > div#cookie-consent-modal > div:not([id]) > div#cookie-consent-modal-content > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", "body > div#__nuxt > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > form:nth-child(2):not([id]) > button:nth-child(3):not([id])", "body > div#cookie_banner > div:not([id]) > button:nth-child(2):not([id])", "body > div:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > button:nth-child(2):not([id])", "body > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(3):not([id]) > container:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div#versionized-cookie-banner > div:nth-child(2):not([id]) > ul:not([id]) > li:nth-child(2):not([id]) > button#btn-reject-cookies", "body:not([id]) > div#consent-banner > div:nth-child(2)#truste-consent-track > div:nth-child(3)#truste-consent-content > div:nth-child(3):not([id]) > div#truste-consent-buttons > button:nth-child(3)#truste-consent-required", 'body > div#__next > div:not([id]) > div:nth-child(1)#cookieBanner[data-testid="cookie-banner"] > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(1):not([id]) > p:not([id]) > a:nth-child(2):not([id])', "body > div[class] > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)", "body > div#cmpbox > div:not([id]) > div:nth-child(1)#cmpboxcontent > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > a:not([id])", "body > div[id][cookie-banner-data-theme] > div > div > div > div:nth-child(2) > div:nth-child(2) > button", "body:not([id]) > div#seers-cmp-cookie-data-hol > div:nth-child(2)#SeersCMPBannerMainBar > div:nth-child(2):not([id]) > a:nth-child(2):not([id])", "body > div:not([id]) > div:nth-child(3)#gdpr_cookie_info_bar-wr > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", "body > div[id][class][data-role][data-controller][style] > div > div:nth-child(2) > form > button:nth-child(3)", "body > div[class][tabindex] > div > div > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)", "body > div[class][id][tabindex][role][aria-labelledby][aria-modal][style] > div > div > div:nth-child(3) > div > div > p > button:nth-child(3)", "body > div[id] > div:nth-child(2) > div:nth-child(4) > div > div:nth-child(2) > button:nth-child(2)", "body > div#cassie-widget > div:nth-child(4)#cassie_cookie_module > div:nth-child(2)#cassie_pre_banner > div:nth-child(3)#cassie_pre_banner__footer > button:nth-child(2)#cassie_reject_all_pre_banner", "body > div:not([id]) > div:nth-child(17):not([id]) > div:not([id]) > a:nth-child(3):not([id])", "body:not([id]) > div#__next > div:not([id]) > main:nth-child(3):not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(27):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > aside:not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "body > div:not([id]) > div:not([id]) > div#ch2-dialog > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", "body > div[class][role][aria-labelledby][aria-live][lang] > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)", "body > div[id] > div > div:nth-child(1) > div > div > div > div:nth-child(2) > button:nth-child(2)", "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "#cookie-consent", '#cookie-consent[style*="max-height"] #cookie-status-reject', "body.enable-cookie-control", ".cookie-dialog-initial", ".cookie-dialog-initial button.g-button.outline", "cookie_preferences=%7B%22allow%22%3A%5B%5D", '*[aria-labelledby="consent-banner-title"]', "#consent-banner-title", 'button[data-testid="reject-button"]', "ckns_explicit=1", "div.modal.cookiesModal.is-open", 'div.cookiesModal__buttonWrapper > button[data-closecause="close-by-manage-cookies"]', "button#js-manage-data-privacy-save-button", "#cookie-notification", "#cookie-notification .cookie_pref_wrapper .pref-opt.refuse", "#cookie-consent-banner .all4-cc-primary-button", '#cookie-consent-banner button[aria-label="Reject non-essential cookies and continue."]', "C4_CC=eyJ2ZXJzaW9uIjoxLCJjb25zZW50ZWQiOnRydWUs", "body > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", "#gdpr-cookie-message", "[data-testid='cookie-banner-reject-button']", "CMCCP=AD%3D0", "#cookie-disclaimer", "#cookiesel", 'div[class*="Overlay__container"]:has(div[class*="TCF2Popup"])', 'div[class*="TCF2Popup"]', '[class*="TCF2Popup"] a[href^="https://www.dailymotion.com/legal/cookiemanagement"]', 'button[class*="TCF2ContinueWithoutAcceptingButton"]', "dm-euconsent-v2", "ngc-cookie-banner", "div.cookie-footer-container", "[data-testid=cookieBanner]", "[data-testid=cookieBanner] button", "[data-testid=cookieBanner__manageCookiesButton]", "[data-testid=cookieModal] input[type=radio][value=false]:not(:checked):not(:disabled)", "[data-testid=cookieModal__acceptButton]", "gdpr__", ".cc-window.cc-visible", ".cc-window .cc-dialog", ".cc-window.cc-visible .cc-consent-require-only", "dji_consentmanager", "[id^=cookie-consent-banner]", "#cookie-consent-denied", "cookie-consent=denied", "#gdpr-banner", "#gdpr-banner-decline", ".cookie-wrapper", ".cookie-wrapper > .cookie-notice", "[data-test-id=cookie-notice-reject]", "#edp-cookies-banner", "#edp-cookies-banner .edp-cookies-refuse", "edp_cookie_agree=0", "#ef-ccpa", "#ef-button-ccpa-decline", ".modal:has(> .modal-content > .cookie-consent)", ".cookie-consent #cookieDisagree", "div#klaro", "xpath///div[contains(@class,'pointer-events-none')]//button[normalize-space()='Accept all' or normalize-space()='Tout accepter']", "xpath///button[normalize-space()='Customize' or normalize-space()='Personnaliser']", "xpath///button[normalize-space()='Decline' or normalize-space()='Refuser']", "escaparium_cookie_consent_decided=1", ".cdk-overlay-container", ".cdk-overlay-container app-esaa-cookie-component", ".btn-cookie-refuser", ".cck-container", '.cck-actions-button[href="#refuse"]', "body > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id])", '[data-testid="cookie-policy-manage-dialog"]', '[data-testid="cookie-policy-manage-dialog-decline-button"]', "#gdrp", ".cookie-consent", ".modal-cookie", ".cookies-modal", ".show-cookies-modal .cookies-modal #cookies-accept", ".show-cookies-modal .cookies-modal #cookies-reject", ".fixed [data-testid=closeCookieBanner]", "[data-testid=consent-banner]", "[data-testid=manage-preferences]", "[data-testid=consent-mgr-dialog] [data-ga-button=save-preferences]", 'div[role="dialog"][aria-label^="Privacy Disclosure"]', "#CookieConsent", "#CookieConsentDeclined", "[data-testid=consent-banner] [data-testid=reject-button]", `xpath///div[contains(., "Vill du till\xE5ta anv\xE4ndningen av cookies fr\xE5n Instagram i den h\xE4r webbl\xE4saren?") or contains(., "Allow the use of cookies from Instagram on this browser?") or contains(., "Povolit v prohl\xED\u017Ee\u010Di pou\u017Eit\xED soubor\u016F cookie z Instagramu?") or contains(., "Dopustiti upotrebu kola\u010Di\u0107a s Instagrama na ovom pregledniku?") or contains(., "\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044C \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0444\u0430\u0439\u043B\u043E\u0432 cookie \u043E\u0442 Instagram \u0432 \u044D\u0442\u043E\u043C \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0435?") or contains(., "Vuoi consentire l'uso dei cookie di Instagram su questo browser?") or contains(., "Povoli\u0165 pou\u017E\xEDvanie cookies zo slu\u017Eby Instagram v tomto prehliada\u010Di?") or contains(., "Die Verwendung von Cookies durch Instagram in diesem Browser erlauben?") or contains(., "Sallitaanko Instagramin ev\xE4steiden k\xE4ytt\xF6 t\xE4ll\xE4 selaimella?") or contains(., "Enged\xE9lyezed az Instagram cookie-jainak haszn\xE1lat\xE1t ebben a b\xF6ng\xE9sz\u0151ben?") or contains(., "Het gebruik van cookies van Instagram toestaan in deze browser?") or contains(., "Bu taray\u0131c\u0131da Instagram'dan \xE7erez kullan\u0131m\u0131na izin verilsin mi?") or contains(., "Permitir o uso de cookies do Instagram neste navegador?") or contains(., "Permi\u0163i folosirea modulelor cookie de la Instagram \xEEn acest browser?") or contains(., "Autoriser l\u2019utilisation des cookies d\u2019Instagram sur ce navigateur ?") or contains(., "\xBFPermitir el uso de cookies de Instagram en este navegador?") or contains(., "Zezwoli\u0107 na u\u017Cycie plik\xF3w cookie z Instagramu w tej przegl\u0105darce?") or contains(., "\u039D\u03B1 \u03B5\u03C0\u03B9\u03C4\u03C1\u03AD\u03C0\u03B5\u03C4\u03B1\u03B9 \u03B7 \u03C7\u03C1\u03AE\u03C3\u03B7 cookies \u03B1\u03C0\u03CC \u03C4o Instagram \u03C3\u03B5 \u03B1\u03C5\u03C4\u03CC \u03C4\u03BF \u03C0\u03C1\u03CC\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1 \u03C0\u03B5\u03C1\u03B9\u03AE\u03B3\u03B7\u03C3\u03B7\u03C2;") or contains(., "\u0420\u0430\u0437\u0440\u0435\u0448\u0430\u0432\u0430\u0442\u0435 \u043B\u0438 \u0438\u0437\u043F\u043E\u043B\u0437\u0432\u0430\u043D\u0435\u0442\u043E \u043D\u0430 \u0431\u0438\u0441\u043A\u0432\u0438\u0442\u043A\u0438 \u043E\u0442 Instagram \u043D\u0430 \u0442\u043E\u0437\u0438 \u0431\u0440\u0430\u0443\u0437\u044A\u0440?") or contains(., "Vil du tillade brugen af cookies fra Instagram i denne browser?") or contains(., "Vil du tillate bruk av informasjonskapsler fra Instagram i denne nettleseren?")]`, "xpath///button[contains(., '\u041E\u0442\u043A\u043B\u043E\u043D\u0438\u0442\u044C \u043D\u0435\u043E\u0431\u044F\u0437\u0430\u0442\u0435\u043B\u044C\u043D\u044B\u0435 \u0444\u0430\u0439\u043B\u044B cookie') or contains(., 'Decline optional cookies') or contains(., 'Refuser les cookies optionnels') or contains(., 'Hylk\xE4\xE4 valinnaiset ev\xE4steet') or contains(., 'Afvis valgfrie cookies') or contains(., 'Odmietnu\u0165 nepovinn\xE9 cookies') or contains(., '\u0391\u03C0\u03CC\u03C1\u03C1\u03B9\u03C8\u03B7 \u03C0\u03C1\u03BF\u03B1\u03B9\u03C1\u03B5\u03C4\u03B9\u03BA\u03CE\u03BD cookies') or contains(., 'Neka valfria cookies') or contains(., 'Optionale Cookies ablehnen') or contains(., 'Rifiuta cookie facoltativi') or contains(., 'Odbij neobavezne kola\u010Di\u0107e') or contains(., 'Avvis valgfrie informasjonskapsler') or contains(., '\u0130ste\u011Fe ba\u011Fl\u0131 \xE7erezleri reddet') or contains(., 'Recusar cookies opcionais') or contains(., 'Optionele cookies afwijzen') or contains(., 'Rechazar cookies opcionales') or contains(., 'Odrzu\u0107 opcjonalne pliki cookie') or contains(., '\u041E\u0442\u0445\u0432\u044A\u0440\u043B\u044F\u043D\u0435 \u043D\u0430 \u0431\u0438\u0441\u043A\u0432\u0438\u0442\u043A\u0438\u0442\u0435 \u043F\u043E \u0438\u0437\u0431\u043E\u0440') or contains(., 'Odm\xEDtnout voliteln\xE9 soubory cookie') or contains(., 'Refuz\u0103 modulele cookie op\u0163ionale') or contains(., 'A nem k\xF6telez\u0151 cookie-k elutas\xEDt\xE1sa')]", ".pop-cookie", ".miniConsent,#PrivacyPolicyBanner", "#PrivacyPolicyBanner", "#cookie-settings", "#reject-all-cookies", "#cookiebanner-popup", "#jg-chrome-header", "#cookiebanner-popup #accept-essential-Cookies", "necessary:true%2Cpreferences:false", "#react-consent-modal", "#react-consent-modal .flex.flex-column", "#react-consent-modal .flex.flex-row.justify-between button:first-child", "#gdpr-banner-container", "#gdpr-banner-container #gdpr-banner [data-testid=gdpr-banner-decline-button]", "div:has(> div > a[href*='/privacy-policy'])", "#cookiePopup", ".cookie-overlay", "#cookiePopup .reject-cookie", "_site_acceptance=0", 'div:has(> div > div > div[role=alert] > a[href^="https://policy.medium.com/medium-privacy-policy-"])', "#cookie-container", 'div[aria-label="Cookie Policy Banner"]', "dialog.cookieconsent__dialog", '.cookieconsent__base[data-component="cookieconsent"]', ".cookieconsent__buttonAcceptNecessary", "consent_choice=", "#cmp-banner-sdk", ".cmp-sdk-container", "#cmp-reject-all-handler", "OptanonAlertBoxClosed", "#onetrust-banner-sdk", "div#cookieWarning", "a#btnCookiesDenyAll", "[class*=ConsentManager]", "[class*=ConsentManager_cookieBar]", 'xpath///button[contains(@class, "ConsentManager_cookieBarButton") and contains(., "weigeren")]', "[data-testid=cookie-dialog-root]", "input[type=radio][id$=-declineLabel]", "[data-testid=confirm-choice-button]", "ccm-notification", "gdpr-banner", ".cookies-agreement-notification,.modal-new:has([data-module=SetupCookies])", ".cookies-agreement-notification", ".cookies-agreement-notification .cb_setup", "[data-module=SetupCookies]", "[data-module=SetupCookies] input[type=checkbox]:checked:not(:disabled)", "[name=button_save_choice]", "div.b-cookies-informer", "div.b-cookies-informer__nav > button:nth-child(1)", "div.b-cookies-informer__switchers", "div.b-cookies-informer__switchers input:not([disabled])", "div.b-cookies-informer__nav > button", "[aria-labelledby=cookieConsentTitle]", "xpath///button[contains(., 'Reject non-essential')]", "consent=rejected", "#cookie-consent .cookie-all__btn", "#cookie-consent .cookie-consent__switch.active:not(.always_on)", "#cookie-consent .cookie-selection__btn", "cookie_consent_essential=true", "cookie_consent_marketing=true", ".cookie-manager", ".cookie-manager .cookie-notice.open", ".cookie-notice [data-test=reject]", "footer .ccpabanner", ".BusinessCookieConsent", ".BusinessCookieConsent [data-id=cookie-consent-banner-buttons]", "[data-id=cookie-consent-banner-buttons] > div:nth-child(2) button", "#cookie-consent button", "#cookie-consent input[type=checkbox]:checked:not(:disabled)", "plosCookieConsentStatus=false", "#cookieBanner #cookieBannerContent", "#cookieBanner #cookieBannerContent, #globalCookieBanner", "#globalCookieBanner .js-customizeGlobalCookies", "#cookieBanner [data-label=accept_essential]", "#cookieBanner button.cbSecondaryCTA", "pnl-cookie-wall-widget", "CookiePermissionInfo", ".alert .accept-cookies,form.js-cookies", ".alert:has(.accept-cookies)", "form.js-cookies button", "form.js-cookies input[type=checkbox]", "form.js-cookies input[type=checkbox]:checked:not(:disabled)", "form.js-cookies button[type=submit]", ".alert:has(.accept-cookies) a[href='/account/cookies']", ".c-modal.is-active", ".c-modal.is-active .is-dismiss", "#__rptl-cookiebanner #__rptl-cookiebanner-reject", ".DialogHandlerContainer.visible:has(.cookie-dialog)", "span.cookie-option-large>div>span.link-no-decoration.gui-text", ".cookie-dialog form .CookieConsentOption input[type='checkbox']:not([name='permanent']):checked", ".cookie-dialog button[type='submit']", "[bundlename=reddit_cookie_banner]", "#data-protection-consent-dialog rpl-modal-card > button.button-primary", "#data-protection-consent-dialog rpl-modal-card > button.button-secondary", "eu_cookie={%22opted%22:true%2C%22nonessential%22:false}", "div:has(> button#cookieBar-button)", "#cookieBar-button", ".cookie-banner-wrapper", ".cookie-banner-wrapper .cookie-banner", ".cookie-banner-wrapper button.btn-secondary-lg", "RBXcb", "#cookie-policy-info", 'div.cookie-btn-box > div[aria-label="Reject"]', '.cookie-policy-lightbox-bottom > div[aria-label="Save Settings"]', "#m-cookienotice", "#manage-cookies", "#accept-selected", ".cookies-banner-shown", "#cookie-popup-with-overlay", "#cookie-popup-with-overlay [data-ref='cookie.no-thanks']", "RY_COOKIE_CONSENT", "div.cookie-bar", "body > div#__next > div#app > div:nth-child(7):not([id])", "body > div[class*=_shein_privacy]", "body > div[class*=_shein_privacy] > div:nth-of-type(2) > div:nth-of-type(4) > div:nth-of-type(3)", "#cookieBannerContent", "[data-tracking-element-id=cookie_banner_essential_only]", "app-cookie-consent", "app-cookie-consent button.underline", "app-cookie-consent ui-switch button.switch", "app-cookie-consent ui-switch button.switch.checked:not(.disabled)", "app-cookie-consent app-btn button", ".consent__wrapper", ".consent", "button.consentSettings", "button#consentSubmit", "[class*=CookieConsent__root___]", "[class*=CookieConsent__modal___]", "[class*=CookieConsent__modal___] > div > button[class*=secondary]:nth-child(2)", 'cookie-consent-1={"optedIn":true,"functionality":false,"statistics":false}', 'div > div > div > div > span[href*="/cookie-and-similar-technologies-policy.html"]', "xpath///span[contains(., 'Alle afwijzen') or contains(., 'Reject all') or contains(., 'T\xFCm\xFCn\xFC reddet') or contains(., 'Odrzu\u0107 wszystko')]", 'div > div > div:has(> div > span[href*="/cookie-and-similar-technologies-policy.html"]) > [role=button]:nth-child(2)', "[aria-label=consent-banner]", "#onetrust-pc-sdk", "xpath///button[contains(., 'Reject all')]", "interactionCount=1", "#cookie_banner", "#tsla-reject-cookie", "tsla-cookie-consent=rejected", "#consent-banner", "#consent-banner button[data-testid='close-button']", "[data-test-id=cookies_section]", "div:has(> button#accept-button):has(> button#decline-button)", "button#accept-button,button#decline-button", "button#decline-button", "#consent-modal", "#privacy-settings-content", 'button[type="submit"]', "div.one-modal__action-footer-column--secondary > a", ".fixed.bottom-0:has([data-test=cookieBannerButton])", ".fixed.bottom-0 [data-test=cookieBannerButton]", "div:has(> .consent-banner .consent-banner__content--gdpr-v2),.ReactModalPortal:has([data-a-target=consent-modal-save])", ".consent-banner .consent-banner__content--gdpr-v2", "div:has(> .consent-banner .consent-banner__content--gdpr-v2)", 'button[data-a-target="consent-banner-manage-preferences"]', "input[type=checkbox][data-a-target=tw-checkbox]", "input[type=checkbox][data-a-target=tw-checkbox][checked]:not([disabled])", "[data-a-target=consent-modal-save]", ".ReactModalPortal:has([data-a-target=consent-modal-save])", '[data-testid="BottomBar"]', "body > div#react-root > div:not([id]) > div:not([id]) > div:nth-child(1)#layers > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:not([id])[data-testid=BottomBar] > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", ".cookie-banner", ".ucb", ".ucb-banner", ".ucb-banner .ucb-btn-save", ".dip-consent,.dip-consent-container", ".dip-consent-container", ".dip-consent-content", '.dip-consent-btn[tabindex="2"]', "cookie-banner#cookie-banner-host", "groups=C1%3A1%2CC3%3A0", "[class^=cookie_wrapper]", "[class*=ConsentBanner]", "[class*=ConsentBanner] .frDWEu", "[class*=ConsentBanner] .hXIpFU", "xeConsentState={%22performance%22:false%2C%22marketing%22:false%2C%22compliance%22:false}", "[class*=modal]", "[class*=modal] a[href*='/cookie-policy']", "[class*=modal]:has(a[href*='/cookie-policy']) button:nth-child(2)", "[class*=cookiesAnnounce]", "[class*=cookiesAnnounce] [class*=announceText]", ".disclaimer-opened #disclaimer-cookies", "#disclaimer-reject_cookies", "div.cookie.flex.flex-wrap", "xpath///div[contains(@class,'cookie')]//button[normalize-space()='Deny']", "#consent-page", "#consent-page button[value=reject]", "#cookie_modal_wrapper", "#cookie_modal_wrapper #cookie_modal_button_choose", "#consent-init", "#consent-init #consent-configure", "#consent-update #consent-configuration-save", "zinio-cookie-consent"], r: [[1, "abconcerts.be", 2, "", 22, [0], [{ e: 1 }], [{ v: 1 }], [{ if: { e: 2 }, then: [{ k: 2 }], else: [{ k: 3 }, { c: 4 }] }], [], { intermediate: false }], [1, "acris", 2, "", 22, [5], [{ e: 6 }], [{ v: 7 }], [{ check: "any", wv: 8 }, { wait: 500 }, { c: 8 }], [], {}], [1, "adopt", 2, "", 22, [9], [{ e: 10 }], [{ v: 9 }], [{ c: 11 }], [{ eval: "EVAL_ADOPT_TEST" }], {}], [1, "Adroll", 2, "", 22, [12], [{ e: 12 }], [{ v: 12 }], [{ c: 13 }], [{ negated: true, cc: 14 }], {}], [1, "affinity.serif.com", 2, "", 22, [], [{ e: 15 }], [{ v: 16 }], [{ k: 17 }], [{ wait: 500 }, { cc: 18 }, { negated: true, cc: 19 }], {}], [1, "amazon.com", 2, "", 22, [20], [{ e: 20 }], [{ check: "any", v: 21 }], [{ wv: 22 }, { wait: 5e3 }, { k: 22 }], [], {}], [1, "amex", 0, "", 22, [23], [{ e: 23 }], [{ v: 23 }], [{ c: 24 }], [], {}], [1, "anthropic", 2, "", 22, [], [{ e: 25 }], [{ v: 25 }], [{ c: 26 }], [{ cc: 27 }], {}], [1, "aquasana.com", 2, "", 22, [28], [{ e: 28 }], [{ e: 28 }], [{ if: { e: 29 }, then: [{ k: 29 }], else: [{ h: 28 }] }], [], {}], [1, "arbeitsagentur", 2, "", 22, [30], [{ e: 31 }], [{ e: 32 }], [{ waitForThenClick: ["bahf-cookie-disclaimer-dpl3", "#bahf-cookie-disclaimer-modal .ba-btn-contrast"] }], [{ cc: 33 }], {}], [1, "asus", 2, "", 22, [34], [{ e: 35 }], [{ v: 35 }], [{ if: { e: 36 }, then: [{ k: 36 }], else: [{ c: 37 }, { c: 38 }] }], [], {}], [1, "automattic-cmp-optout", 2, "", 22, [39], [{ e: 39 }], [{ v: 39 }], [{ k: 40 }, { all: true, c: 41 }, { k: 42 }], [], {}], [1, "aws.amazon.com", 2, "", 22, [43, 44, 45, 46], [{ e: 43 }], [{ v: 43 }], [{ if: { e: 47 }, then: [{ k: 47 }], else: [{ k: 48 }, { w: 49 }, { all: true, optional: true, k: 50 }, { k: 51 }] }], [], {}], [1, "axeptio", 2, "", 22, [52], [{ e: 52 }], [{ any: [{ e: 53 }, { v: 54 }, { visible: [".axeptio_mount .needsclick", ".axeptio_widget"] }] }], [{ if: { e: 55 }, then: [{ waitForVisible: [".axeptio_mount .needsclick", "button#axeptio_btn_dismiss,button.ax-discardButton"] }, { wait: 300 }, { click: [".axeptio_mount .needsclick", "button#axeptio_btn_dismiss,button.ax-discardButton"] }], else: [{ wv: 56 }, { wait: 300 }, { k: 56 }] }], [{ cc: 57 }], {}], [1, "aylo-cookie-banner", 2, "", 22, [58], [{ e: 59 }, { e: 60 }], [{ v: 59 }, { check: "none", v: 61 }], [{ all: true, c: 60 }, { optional: true, c: 62 }], [{ cc: 63 }], {}], [1, "b-cookie", 1, "", 22, [64], [{ e: 64 }], [{ v: 64 }], [{ h: 64 }], [], {}], [1, "baden-wuerttemberg.de", 2, "", 22, [65], [{ e: 65 }], [{ v: 65 }], [{ if: { e: 66 }, then: [{ k: 66 }], else: [{ all: true, optional: true, k: 67 }, { k: 68 }] }], [], {}], [1, "bbb.org", 0, "", 22, [69], [{ e: 69 }], [{ v: 70 }], [{ wv: 71 }, { wait: 500 }, { k: 71 }, { w: 72 }, { all: true, optional: true, k: 73 }, { k: 74 }, { c: 75 }], [], {}], [1, "bigcommerce-consent-manager", 0, "", 22, [76], [{ e: 76 }, { eval: "EVAL_BIGCOMMERCE_CONSENT_MANAGER_DETECT" }], [{ v: 77 }], [{ c: 78 }], [{ cc: 79 }], {}], [1, "bing.com", 2, "", 22, [80], [{ e: 81 }], [{ v: 81 }, { v: 82 }], [{ wait: 500 }, { c: 83 }], [{ cc: 84 }], {}], [1, "blocksy", 0, "", 10, [85], [{ e: 86 }], [{ v: 85 }], [{ c: 87 }], [{ cc: 88 }], { intermediate: false }], [1, "borlabs", 2, "", 22, [89], [{ e: 90 }], [{ v: 91 }], [{ if: { e: 92 }, then: [{ k: 92 }], else: [{ k: 93 }, { wv: 94 }, { all: true, optional: true, k: 95 }, { k: 96 }, { wait: 500 }] }], [{ eval: "EVAL_BORLABS_0" }], {}], [1, "bswhealth", 0, "", 22, [97], [{ e: 97 }], [{ v: 98 }], [{ c: 99 }, { wv: 100 }, { all: true, optional: true, c: 101 }, { c: 98 }], [{ cc: 102 }], {}], [1, "bundesregierung.de", 2, "", 22, [103], [{ e: 103 }], [{ v: 104 }], [{ wait: 500 }, { c: 105 }], [{ cc: 106 }], {}], [1, "burpee.com", 2, "", 22, [107, 108], [{ e: 108 }], [{ v: 109 }], [{ if: { e: 110 }, then: [{ c: 110 }, { all: true, k: 111 }, { k: 112 }], else: [{ h: 113 }] }], [], {}], [1, "cassie", 0, "", 10, [114], [{ e: 115 }], [{ v: 116 }], [{ c: 117 }], [], {}], [1, "cc_banner", 1, "", 22, [118], [{ e: 118 }], [{ v: 119 }], [{ h: 118 }], [], {}], [1, "cc-banner-springer", 2, "", 22, [120], [{ e: 120 }], [{ v: 120 }], [{ if: { e: 121 }, then: [{ k: 121 }], else: [{ c: 122 }, { w: 123 }, { all: true, optional: true, k: 124 }, { if: { e: 125 }, then: [{ k: 125 }], else: [{ k: 126 }] }] }], [{ eval: "EVAL_CC_BANNER2_0" }], {}], [1, "check24-partnerprogramm-de", 2, "", 22, [127], [{ e: 128 }], [{ check: "any", v: 128 }], [{ c: 129 }], [], {}], [1, "ciaopeople.it", 2, "", 22, [130], [{ e: 130 }], [{ v: 130 }], [{ c: 131 }, { w: 132 }, { c: 133 }], [{ check: "none", v: 130 }], {}], [1, "civic-cookie-control", 2, "", 22, [134], [{ e: 135 }], [{ v: 136 }, { v: 135 }], [{ if: { v: 137 }, then: [{ c: 137 }], else: [{ if: { exists: ["#ccc #ccc-notify .ccc-notify-buttons", "xpath///button[contains(., 'Settings') or contains(., 'Cookie Preferences') or contains(., 'Einstellungen\uFE0F')]"] }, then: [{ waitForThenClick: ["#ccc #ccc-notify .ccc-notify-buttons", "xpath///button[contains(., 'Settings') or contains(., 'Cookie Preferences') or contains(., 'Einstellungen\uFE0F')]"] }, { wv: 138 }] }, { if: { v: 137 }, then: [{ c: 137 }], else: [{ c: 139 }] }] }], [], {}], [1, "ckies", 2, "", 22, [140], [{ e: 140 }], [{ v: 140 }], [{ c: 141 }], [{ cc: 142 }], {}], [1, "click.io", 2, "", 22, [143], [{ e: 143 }], [{ v: 143 }], [{ w: 144 }, { wait: 500 }, { k: 144 }, { w: 145 }, { all: true, k: 145 }, { k: 146 }], [{ cc: 147 }], {}], [1, "clinch", 2, "", 10, [148], [{ e: 148 }], [{ v: 148 }], [{ if: { e: 149 }, then: [{ k: 149 }], else: [{ k: 150 }, { all: true, optional: true, k: 151 }, { k: 152 }] }], [{ cc: 153 }], { intermediate: false }], [1, "cloudflare-zaraz", 2, "", 22, [154], [{ exists: [".cf_modal_container", ".cf_consent-buttons"] }], [{ visible: [".cf_modal_container", ".cf_consent-buttons"] }], [{ waitForThenClick: [".cf_modal_container", ".cf_consent-buttons #cf_consent-buttons__reject-all"] }], [], {}], [1, "Complianz banner", 2, "", 22, [155], [{ e: 156 }], [{ check: "any", v: 156 }], [{ c: 157 }], [{ cc: 158 }], {}], [1, "Complianz categories", 2, "", 22, [159], [{ e: 159 }], [{ v: 159 }], [{ if: { e: 160 }, then: [{ k: 161 }], else: [{ all: true, optional: true, k: 162 }, { k: 163 }] }], [], {}], [1, "Complianz notice", 1, "", 22, [164], [{ e: 165 }], [{ v: 165 }], [{ if: { e: 166 }, then: [{ k: 166 }], else: [{ h: 167 }] }], [], {}], [1, "Complianz opt-both", 2, "", 22, [168], [{ e: 168 }], [{ v: 168 }], [{ c: 166 }], [], {}], [1, "Complianz opt-out", 2, "", 22, [169], [{ e: 169 }], [{ v: 169 }], [{ if: { e: 166 }, then: [{ k: 166 }], else: [{ if: { e: 170 }, then: [{ k: 170 }, { c: 171 }, { c: 172 }] }] }], [], {}], [1, "Complianz optin", 2, "", 22, [173], [{ e: 173 }], [{ v: 173 }], [{ if: { v: 166 }, then: [{ k: 166 }], else: [{ if: { v: 174 }, then: [{ c: 174 }, { wv: 175 }, { all: true, optional: true, k: 176 }, { k: 177 }], else: [{ k: 161 }] }] }], [], {}], [1, "consentmo", 2, "", 22, [178], [{ exists: ["csm-cookie-consent", ".csm-wrapper"] }], [{ visible: ["csm-cookie-consent", ".csm-wrapper button"] }], [{ if: { exists: ["csm-cookie-consent", ".csm-wrapper .cc-deny"] }, then: [{ waitForThenClick: ["csm-cookie-consent", ".csm-wrapper .cc-deny"] }], else: [{ waitForThenClick: ["csm-cookie-consent", ".csm-wrapper .cc-settings"] }, { waitForThenClick: ["csm-cookie-consent", ".csm-wrapper .cc-deny"] }] }], [{ waitForVisible: ["csm-cookie-consent", ".csm-wrapper button"], timeout: 1e3, check: "none" }], {}], [1, "Cookie Information Banner", 2, "", 22, [179], [{ e: 179 }], [{ v: 179 }], [{ eval: "EVAL_COOKIEINFORMATION_0" }, { wait: 1e3 }, { if: { v: 180 }, then: [{ h: 179 }] }], [{ cc: 181 }], {}], [1, "cookie-consent-spice", 0, "", 10, [182, 183], [{ e: 183 }], [{ v: 183 }], [{ c: 184 }], [], {}], [1, "cookie-law-info", 2, "", 22, [185], [{ e: 186 }, { eval: "EVAL_COOKIE_LAW_INFO_DETECT" }], [{ v: 186 }], [{ h: 185 }, { eval: "EVAL_COOKIE_LAW_INFO_0" }], [{ negated: true, cc: 187 }], {}], [1, "cookie-manager-popup", 0, "", 10, [188], [{ e: 189 }], [{ v: 108 }], [{ if: { e: 190 }, then: [{ k: 190 }], else: [{ c: 188 }, { wv: 191 }, { all: true, optional: true, k: 192 }, { k: 193 }] }], [{ eval: "EVAL_COOKIE_MANAGER_POPUP_0" }], { intermediate: false }], [1, "cookie-script", 2, "", 22, [194], [{ e: 194 }], [{ v: 194 }], [{ if: { e: 195 }, then: [{ wait: 100 }, { k: 195 }], else: [{ k: 196 }, { wv: 197 }, { c: 195 }] }], [], {}], [1, "cookieacceptbar", 1, "", 22, [198], [{ e: 198 }], [{ v: 198 }], [{ h: 198 }], [], {}], [1, "cookieconsent2", 2, "", 22, [199], [{ e: 199 }], [{ e: 200 }, { e: 201 }], [{ if: { e: 202 }, then: [{ c: 202 }], else: [{ c: 203 }, { wait: 500 }, { c: 204 }] }], [{ cc: 205 }], {}], [1, "cookieconsent3", 2, "", 22, [206], [{ e: 206 }], [{ v: 207 }], [{ if: { e: 208 }, then: [{ c: 208 }], else: [{ c: 209 }, { c: 210 }] }], [{ cc: 205 }], {}], [1, "cookiecuttr", 0, "", 10, [211], [{ e: 212 }], [{ v: 212 }], [{ if: { e: 213 }, then: [{ k: 213 }], else: [{ h: 211 }] }], [], {}], [1, "cookiefirst.com", 2, "", 22, [214], [{ e: 215 }], [{ v: 215 }], [{ if: { e: 216 }, then: [{ k: 216 }, { timeout: 1e3, wv: 217 }, { eval: "EVAL_COOKIEFIRST_1" }, { wait: 1e3 }, { k: 218 }], else: [{ k: 219 }] }], [{ eval: "EVAL_COOKIEFIRST_0" }], {}], [1, "cookiehub", 2, "", 22, [220], [{ e: 221 }], [{ v: 221 }], [{ if: { e: 222 }, then: [{ k: 222 }, { wv: 223 }, { if: { e: 224 }, then: [{ k: 224 }], else: [{ all: true, optional: true, k: 225 }, { k: 226 }] }], else: [{ h: 220 }] }], [{ cc: 227 }], {}], [1, "cookiejs-banner", 2, "", 22, [228], [{ e: 229 }], [{ v: 230 }], [{ c: 231 }], [{ cc: 232 }], {}], [1, "cookiejs-modal", 2, "", 22, [228], [{ e: 233 }], [{ v: 234 }], [{ c: 235 }], [{ cc: 236 }], {}], [1, "cookieyes", 2, "", 22, [237], [{ e: 238 }], [{ v: 238 }], [{ if: { e: 239 }, then: [{ c: 239 }], else: [{ if: { e: 240 }, then: [{ k: 240 }, { w: 241 }, { all: true, optional: true, k: 242 }, { c: 243 }], else: [{ h: 244 }] }] }], [{ cc: 245 }], {}], [1, "corona-in-zahlen.de", 2, "", 22, [246], [{ e: 246 }], [{ v: 246 }], [{ k: 247 }, { k: 248 }], [], {}], [1, "ct-ultimate-gdpr", 2, "", 22, [249], [{ e: 249 }], [{ timeout: 3e4, wv: 249 }], [{ if: { v: 250 }, then: [{ k: 250 }], else: [{ if: { v: 251 }, then: [{ k: 251 }, { c: 252 }, { k: 253 }], else: [{ h: 249 }] }] }], [{ wait: 500 }, { cc: 254 }], {}], [1, "curseforge", 1, "", 22, [255], [{ e: 256 }], [{ v: 256 }], [{ h: 255 }], [], {}], [1, "dailymotion-us", 1, "", 22, [257], [{ e: 258 }], [{ v: 258 }], [{ h: 258 }], [], {}], [1, "dan-com", 2, "", 10, [], [{ e: 259 }], [{ v: 259 }], [{ c: 260 }], [], {}], [1, "deepl.com", 2, "", 22, [261], [{ e: 262 }], [{ v: 262 }], [{ if: { e: 263 }, then: [{ k: 263 }], else: [{ h: 262 }] }], [], {}], [1, "didomi", 2, "", 22, [264], [{ e: 265 }], [{ check: "any", v: 266 }], [{ if: { e: 267 }, then: [{ c: 267 }], else: [{ eval: "EVAL_DIDOMI_OPT_OUT" }] }], [{ eval: "EVAL_DIDOMI_TEST" }], {}], [1, "dmgmedia", 2, "", 22, [268], [{ e: 269 }], [{ v: 269 }], [{ c: 270 }, { wv: 271 }, { all: true, c: 272 }, { waitForThenClick: ['[data-project="mol-fe-cmp"] [class*=footer]', "xpath///button[contains(., 'Save & Exit')]"] }], [], {}], [1, "dmgmedia-us", 2, "", 22, [273], [{ e: 274 }], [{ wv: 274 }], [{ c: 275 }, { wv: 276 }, { c: 277 }, { c: 278 }], [], {}], [1, "dpgmedia-nl", 2, "", 22, [279], [{ e: 279 }], [{ visible: ["#pg-root-shadow-host", "#pg-modal"] }], [{ waitForThenClick: ["#pg-root-shadow-host", "#pg-configure-btn"] }, { waitForThenClick: ["#pg-root-shadow-host", "#pg-reject-btn"] }], [], {}], [1, "dreamlab-cmp", 2, "", 22, [280], [{ e: 281 }], [{ v: 280 }], [{ c: 282 }, { c: 283 }], [{ cc: 284 }], {}], [1, "Drupal", 2, "", 22, [], [{ e: 285 }], [{ v: 285 }], [{ k: 286 }], [], {}], [1, "dunelm.com", 2, "", 22, [287], [{ e: 288 }], [{ v: 288 }], [{ k: 289 }, { k: 290 }], [{ cc: 291 }, { cc: 292 }], {}], [1, "elsevier-pure", 2, "", 22, [293], [{ e: 294 }], [{ v: 294 }], [{ c: 295 }], [{ timeout: 1e3, check: "none", wv: 294 }], {}], [1, "Ensighten", 2, "", 22, [296, 297], [{ any: [{ v: 298 }, { v: 299 }] }], [{ any: [{ v: 298 }, { v: 299 }] }], [{ wait: 500 }, { if: { v: 298 }, then: [{ if: { check: "any", v: 300 }, then: [{ c: 300 }], else: [{ if: { check: "any", v: 301 }, then: [{ c: 301 }, { timeout: 1e3, w: 299 }, { all: true, optional: true, k: 302 }, { c: 303 }], else: [{ c: 304 }] }] }], else: [{ all: true, optional: true, k: 302 }, { c: 303 }] }], [], {}], [1, "etsy", 2, "", 22, [305, 306], [{ e: 305 }], [{ v: 305 }], [{ k: 307 }, { timeout: 3e3, wv: 308 }, { wait: 1e3 }, { eval: "EVAL_ETSY_0" }, { eval: "EVAL_ETSY_1" }], [], {}], [1, "EU Cookie Law", 1, "", 22, [309], [{ e: 310 }], [{ wait: 500 }, { v: 310 }], [{ h: 310 }], [{ negated: true, cc: 311 }], {}], [1, "eu-cookie-compliance-banner", 2, "", 22, [], [{ e: 312 }], [{ e: 312 }], [{ k: 313 }], [{ negated: true, cc: 314 }], {}], [1, "EZoic", 2, "", 22, [315], [{ e: 315 }], [{ v: 315 }], [{ wait: 500 }, { k: 316 }, { w: 317 }, { all: true, k: 318 }, { k: 319 }], [{ cc: 320 }], {}], [1, "fastcmp", 0, "", 22, [321], [{ e: 322 }], [{ v: 322 }], [{ waitForThenClick: ["iframe#fast-cmp-iframe", ".fast-cmp-home-refuse button"] }], [{ cc: 323 }], {}], [1, "fedex", 0, "", 22, [324], [{ e: 324 }], [{ v: 325 }], [{ c: 326 }], [{ cc: 327 }], {}], [1, "fides", 2, "", 22, [328], [{ e: 329 }], [{ v: 329 }, { eval: "EVAL_FIDES_DETECT_POPUP" }], [{ w: 330 }, { if: { v: 331 }, then: [{ k: 331 }], else: [{ k: 332 }, { c: 333 }] }], [], {}], [1, "finsweet", 0, "", 22, [334], [{ e: 334 }], [{ v: 335 }], [{ wait: 500 }, { if: { e: 336 }, then: [{ k: 336 }], else: [{ h: 334 }] }], [], {}], [1, "fullertonhotels.com", 0, "", 10, [], [{ exists: ["#ifrmCookieBanner", "#sp-decline"] }], [{ visible: ["#ifrmCookieBanner", "#sp-decline"] }], [{ wait: 500 }, { waitForThenClick: ["#ifrmCookieBanner", "#sp-decline"] }], [], {}], [1, "funding-choices", 2, "", 22, [337], [{ e: 338 }], [{ e: 339 }], [{ k: 340 }, { all: true, optional: true, k: 341 }, { optional: true, k: 342 }], [], {}], [1, "gallup", 2, "", 22, [343], [{ e: 344 }], [{ v: 344 }], [{ c: 344 }, { wait: 500 }, { c: 345 }], [{ cc: 346 }], {}], [1, "gdpr-legal-cookie", 2, "", 22, [347], [{ any: [{ eval: "EVAL_GDPR_LEGAL_COOKIE_DETECT_CMP" }, { e: 348 }] }], [{ check: "any", v: 349 }], [{ c: 350 }], [{ eval: "EVAL_GDPR_LEGAL_COOKIE_TEST" }], {}], [1, "google-consent-standalone", 2, "", 22, [], [{ e: 351 }, { e: 352 }], [{ v: 351 }], [{ c: 353 }], [], {}], [1, "google-cookiebar", 0, "", 22, [354], [{ e: 354 }], [{ v: 354 }], [{ if: { e: 355 }, then: [{ k: 355 }], else: [{ h: 354 }] }], [], {}], [1, "google.com", 2, "", 22, [356], [{ e: 356 }, { e: 357 }], [{ v: 358 }], [{ c: 358 }], [{ cc: 359 }], {}], [1, "gov.uk", 2, "", 22, [], [{ e: 360 }], [{ e: 361 }], [{ wait: 300 }, { if: { visible: [".govuk-cookie-banner__message", "xpath///button[contains(., 'Reject')] | //a[contains(., 'Reject')] | //input[contains(@value, 'Reject')] | //button[contains(., 'do not use analytics cookies')]"] }, then: [{ click: [".govuk-cookie-banner__message", "xpath///button[contains(., 'Reject')] | //a[contains(., 'Reject')] | //input[contains(@value, 'Reject')] | //button[contains(., 'do not use analytics cookies')]"] }] }, { waitForVisible: [".govuk-cookie-banner__message", "xpath///button[contains(., 'Hide')] | //a[contains(., 'Hide')] | //input[contains(@value, 'Hide')]"] }, { click: [".govuk-cookie-banner__message", "xpath///button[contains(., 'Hide')] | //a[contains(., 'Hide')] | //input[contains(@value, 'Hide')]"] }], [], {}], [1, "gravito", 2, "", 22, [362], [{ e: 362 }], [{ v: 362 }], [{ c: 363 }, { w: 364 }, { w: 365 }, { all: true, optional: true, k: 366 }, { c: 364 }], [{ cc: 367 }], {}], [1, "healthline-media", 2, "", 22, [368], [{ e: 369 }], [{ e: 369 }], [{ if: { e: 370 }, then: [{ k: 370 }], else: [{ wv: 371 }, { k: 372 }] }], [], {}], [1, "hema", 2, "", 22, [107], [{ v: 373 }], [{ v: 373 }], [{ c: 374 }], [{ cc: 375 }], {}], [1, "hl.co.uk", 2, "", 22, [376, 377], [{ e: 377 }], [{ e: 377 }], [{ k: 378 }, { h: 379 }, { w: 380 }, { optional: true, k: 381 }, { w: 382 }, { optional: true, k: 383 }, { k: 384 }], [], {}], [1, "holidaymedia", 2, "", 22, [385], [{ e: 385 }], [{ v: 385 }], [{ timeout: 2e3, c: 386 }], [], {}], [1, "hu-manity", 2, "", 22, [387], [{ e: 388 }], [{ v: 388 }], [{ c: 389 }], [], {}], [1, "hubspot", 2, "", 22, [], [{ e: 390 }], [{ v: 390 }], [{ k: 391 }], [], {}], [1, "inmobi", 2, "", 22, [392], [{ e: 393 }], [{ v: 393 }], [{ c: 394 }], [{ cc: 395 }], {}], [1, "ionos.de", 2, "", 22, [396, 397], [{ e: 397 }], [{ v: 397 }], [{ k: 398 }, { k: 399 }], [], {}], [1, "iubenda", 2, "", 22, [400], [{ e: 400 }], [{ v: 401 }], [{ if: { e: 402 }, then: [{ k: 402 }], else: [{ c: 403 }, { c: 404 }, { c: 405 }] }], [{ eval: "EVAL_IUBENDA_1" }], {}], [1, "iWink", 2, "", 22, [406], [{ e: 406 }], [{ v: 406 }], [{ c: 407 }], [{ cc: 408 }], {}], [1, "jetpack-eu-cookie-law", 1, "", 22, [409], [{ e: 409 }], [{ v: 409 }], [{ h: 409 }], [], {}], [1, "johnlewis.com", 2, "", 22, [410], [{ e: 410 }], [{ e: 410 }], [{ k: 411 }, { wait: 500 }, { all: true, optional: true, k: 412 }, { k: 413 }], [], {}], [1, "jquery.cookieBar", 1, "", 22, [414], [{ e: 415 }], [{ check: "any", v: 415 }], [{ h: 414 }], [{ check: "none", v: 415 }, { negated: true, cc: 416 }], {}], [1, "justwatch.com", 2, "", 22, [417], [{ e: 418 }], [{ v: 418 }], [{ k: 419 }, { c: 420 }, { c: 421 }, { all: true, optional: true, k: 422 }, { wv: 423 }, { k: 423 }], [], {}], [1, "kconsent", 0, "", 10, [424], [{ e: 425 }], [{ v: 426 }], [{ c: 427 }], [], {}], [1, "ketch", 2, "", 10, [428, 429, 430], [{ any: [{ e: 428 }, { e: 429 }, { e: 430 }, { e: 431 }] }], [{ any: [{ v: 428 }, { v: 429 }, { v: 430 }] }], [{ if: { e: 432 }, then: [{ c: 432 }, { if: { v: 433 }, then: [{ k: 434 }] }], else: [{ if: { e: 435 }, then: [{ c: 435 }], else: [{ if: { e: 436 }, then: [{ if: { e: 437 }, then: [{ c: 437 }], else: [{ if: { e: 438 }, then: [{ k: 438 }] }] }] }] }] }, { timeout: 1e3, optional: true, w: 439 }, { if: { e: 439 }, then: [{ if: { e: 440 }, then: [{ c: 440 }], else: [{ all: true, optional: true, k: 441 }] }, { k: 434 }] }], [{ cc: 442 }], { intermediate: false }], [1, "lia", 2, "", 22, [443], [{ e: 443 }], [{ e: 444 }, { v: 443 }], [{ c: 445 }], [], {}], [1, "lightbox", 2, "", 22, [446], [{ e: 447 }], [{ v: 447 }], [{ k: 448 }], [], {}], [1, "lineagrafica", 1, "", 22, [449], [{ e: 449 }], [{ e: 449 }], [{ h: 449 }], [], {}], [1, "linkedin.com", 2, "", 22, [450], [{ e: 450 }], [{ v: 450 }], [{ wv: 451 }, { wait: 500 }, { c: 451 }], [{ check: "none", wv: 450 }], {}], [1, "macaron", 2, "", 22, [452], [{ e: 452 }], [{ v: 453 }], [{ if: { e: 454 }, then: [{ k: 454 }], else: [{ c: 455 }, { w: 456 }, { wv: 457 }, { all: true, optional: true, c: 458 }, { c: 459 }] }], [{ cc: 460 }], {}], [1, "mediamarkt.de", 2, "", 22, [461, 462], [{ e: 463 }], [{ e: 463 }], [{ k: 464 }], [], {}], [1, "microsoft.com", 2, "", 22, [465], [{ e: 465 }], [{ e: 465 }], [{ eval: "EVAL_MICROSOFT_0" }], [{ eval: "EVAL_MICROSOFT_2" }], {}], [1, "moneysavingexpert.com", 2, "", 22, [], [{ e: 466 }], [{ v: 466 }], [{ k: 467 }, { k: 468 }], [], {}], [1, "Moove", 2, "", 22, [469], [{ e: 469 }], [{ v: 470 }], [{ if: { e: 471 }, then: [{ k: 471 }], else: [{ if: { e: 472 }, then: [{ k: 472 }, { wv: 473 }, { eval: "EVAL_MOOVE_0" }, { k: 474 }], else: [{ h: 469 }] }] }], [{ check: "none", v: 469 }], {}], [1, "nhs.uk", 2, "", 22, [475], [{ e: 475 }], [{ e: 475 }], [{ k: 476 }], [], {}], [1, "obi.de", 2, "", 22, [477], [{ e: 478 }], [{ v: 478 }], [{ k: 479 }], [], {}], [1, "om", 2, "", 22, [480], [{ e: 481 }], [{ e: 481 }], [{ if: { e: 482 }, then: [{ c: 482 }], else: [{ all: true, optional: true, k: 483 }, { c: 484 }] }], [], {}], [1, "openli", 2, "", 22, [485], [{ e: 485 }], [{ check: "any", v: 486 }], [{ c: 487 }], [], {}], [1, "osano", 2, "", 22, [488], [{ e: 489 }], [{ eval: "EVAL_OSANO_DETECT" }, { v: 490 }], [{ if: { e: 491 }, then: [{ k: 491 }], else: [{ if: { v: 492 }, then: [{ k: 492 }], else: [{ h: 488 }] }] }], [], {}], [1, "otto.de", 2, "", 22, [493], [{ e: 493 }], [{ v: 494 }], [{ k: 495 }], [], {}], [1, "overleaf", 2, "", 22, [496], [{ e: 497 }], [{ v: 497 }], [{ c: 498 }], [{ cc: 499 }], {}], [1, "pabcogypsum", 2, "", 22, [500], [{ e: 501 }], [{ v: 501 }], [{ c: 502 }], [], {}], [1, "pandectes", 2, "", 22, [503], [{ e: 503 }], [{ v: 503 }], [{ if: { v: 504 }, then: [{ k: 504 }], else: [{ k: 505 }, { c: 506 }, { k: 507 }] }], [{ wait: 500 }, { eval: "EVAL_PANDECTES_TEST" }], {}], [1, "paypal-us", 2, "", 22, [508], [{ e: 509 }], [{ v: 509 }], [{ if: { e: 510 }, then: [{ k: 510 }], else: [{ if: { e: 511 }, then: [{ k: 511 }], else: [{ wv: 512 }, { all: true, optional: true, k: 513 }, { k: 514 }] }] }], [], {}], [1, "paypal.com", 2, "", 22, [515], [{ e: 515 }], [{ v: 516 }], [{ c: 510 }], [{ wait: 500 }, { cc: 517 }], {}], [1, "pikpak", 2, "", 22, [518], [{ e: 519 }], [{ v: 520 }], [{ c: 521 }, { wv: 522 }, { all: true, optional: true, k: 523 }, { c: 524 }], [{ any: [{ cc: 525 }, { cc: 526 }] }], {}], [1, "pmc", 1, "", 22, [527], [{ e: 527 }], [{ v: 527 }], [{ h: 527 }], [], {}], [1, "police-uk", 2, "", 22, [528], [{ e: 529 }], [{ v: 529 }], [{ c: 529 }, { timeout: 5e3, optional: true, wv: 530 }, { optional: true, k: 530 }], [{ cc: 531 }], {}], [1, "pornhat", 1, "", 22, [532], [{ v: 533 }], [{ v: 533 }], [{ h: 532 }], [], {}], [1, "pride.com", 1, "", 22, [534], [{ e: 535 }], [{ v: 535 }], [{ h: 534 }], [], {}], [1, "PrimeBox CookieBar", 2, "", 22, [536], [{ e: 537 }], [{ check: "any", v: 537 }], [{ optional: true, k: 538 }, { h: 536 }], [{ negated: true, cc: 539 }], {}], [1, "privado", 0, "", 10, [540], [{ e: 541 }], [{ v: 541 }], [{ if: { e: 542 }, then: [{ c: 542 }], else: [{ c: 543 }, { wv: 544 }, { c: 544 }] }], [], {}], [1, "pubtech", 2, "", 22, [545], [{ e: 545 }], [{ v: 546 }], [{ k: 547 }], [{ eval: "EVAL_PUBTECH_0" }], {}], [1, "quantcast", 2, "", 22, [548], [{ e: 549 }], [{ v: 550 }], [{ if: { e: 551 }, then: [{ k: 551 }], else: [{ timeout: 2e3, w: 552 }, { if: { e: 553 }, then: [{ k: 553 }], else: [{ k: 554 }, { wv: 555 }, { all: true, optional: true, k: 556 }, { click: [".qc-cmp2-main", "xpath///button[contains(., 'REJECT ALL') or contains(., 'ALLE VERWERPEN') or contains(., '\u0391\u03A0\u039F\u03A1\u03A1\u0399\u03A0\u03A4\u03A9 \u03A4\u0391 \u03A0\u0391\u039D\u03A4\u0391') or contains(., 'RESPINGERE TOTAL\u0102') or contains(., 'ALLE ABLEHNEN') or contains(., 'ODRZUCENIE') or contains(., 'BLOQUEAR TODO') or contains(., 'REJEITAR TODOS') or contains(., 'RIFIUTA TUTTO') or contains(., 'TOUT REFUSER') or contains(., '\u041E\u0422\u041A\u041B\u041E\u041D\u0418\u0422\u042C \u0412\u0421\u0415\u0425')]"], optional: true }, { wait: 500 }, { if: { e: 557 }, then: [{ k: 557 }], else: [{ waitForThenClick: [".qc-cmp2-main", "xpath///button[contains(.,'SAVE & EXIT') or contains(.,'SALVA ED ESCI') or contains(.,'GUARDAR Y SALIR') or contains(.,'SPEICHERN & VERLASSEN')"], timeout: 5e3 }] }] }] }], [], {}], [1, "real-cookie-banner", 0, "", 10, [558], [{ e: 559 }], [{ v: 559 }], [{ waitForThenClick: ['div[consent-skip-blocker="1"][id][data-bg] > dialog > div > div > div > div > div > a[role=button]:not([id])', "xpath///span[contains(., ' ohne ') or contains(., 'without') or contains(., 'Ablehnen')]"] }], [{ timeout: 1e3, check: "none", wv: 559 }], {}], [1, "ring", 2, "", 22, [], [{ e: 560 }], [{ v: 560 }], [{ c: 561 }, { wv: 562 }, { all: true, optional: true, k: 563 }, { c: 564 }], [], {}], [1, "sandhills", 1, "", 22, [565], [{ e: 566 }], [{ v: 566 }], [{ h: 565 }], [], {}], [1, "sas", 2, "", 22, [567], [{ e: 567 }], [{ v: 567 }], [{ c: 568 }], [{ cc: 569 }], {}], [1, "shopify", 0, "", 22, [570], [{ e: 570 }], [{ v: 570 }], [{ c: 571 }], [{ eval: "EVAL_SHOPIFY_TEST" }], {}], [1, "sibbo", 2, "", 22, [572], [{ e: 572 }], [{ v: 573 }], [{ k: 573 }], [], {}], [1, "Sirdata", 0, "", 22, [574], [{ e: 574 }], [{ v: 574 }], [{ if: { exists: ["#sd-cmp", "xpath///button[contains(., 'Do not accept') or contains(., 'Acceptera inte') or contains(., 'No aceptar') or contains(., 'Ikke acceptere') or contains(., 'Nicht akzeptieren') or contains(., '\u041D\u0435 \u043F\u0440\u0438\u0435\u043C\u0430\u043C') or contains(., '\u039D\u03B1 \u03BC\u03B7\u03BD \u03B3\u03AF\u03BD\u03B5\u03B9 \u03B1\u03C0\u03BF\u03B4\u03BF\u03C7\u03AE') or contains(., 'Niet accepteren') or contains(., 'Nep\u0159ij\xEDmat') or contains(., 'Nie akceptuj') or contains(., 'Nu accepta\u021Bi') or contains(., 'N\xE3o aceitar') or contains(., 'Continuer sans accepter') or contains(., 'Non accettare') or contains(., 'Nem fogad el')]"] }, then: [{ waitForThenClick: ["#sd-cmp", "xpath///button[contains(., 'Do not accept') or contains(., 'Acceptera inte') or contains(., 'No aceptar') or contains(., 'Ikke acceptere') or contains(., 'Nicht akzeptieren') or contains(., '\u041D\u0435 \u043F\u0440\u0438\u0435\u043C\u0430\u043C') or contains(., '\u039D\u03B1 \u03BC\u03B7\u03BD \u03B3\u03AF\u03BD\u03B5\u03B9 \u03B1\u03C0\u03BF\u03B4\u03BF\u03C7\u03AE') or contains(., 'Niet accepteren') or contains(., 'Nep\u0159ij\xEDmat') or contains(., 'Nie akceptuj') or contains(., 'Nu accepta\u021Bi') or contains(., 'N\xE3o aceitar') or contains(., 'Continuer sans accepter') or contains(., 'Non accettare') or contains(., 'Nem fogad el')]"] }], else: [{ if: { exists: ["#sd-cmp", "xpath///span[contains(., '\u0417\u0430\u0434\u0430\u0439\u0442\u0435 \u0432\u0430\u0448\u0438\u0442\u0435 \u0438\u0437\u0431\u043E\u0440\u0438') or contains(., 'Nastavit va\u0161e volby') or contains(., 'Angiv dine valg') or contains(., 'Ihre Auswahl treffen') or contains(., '\u039F\u03C1\u03AF\u03C3\u03C4\u03B5 \u03C4\u03B9\u03C2 \u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AD\u03C2 \u03C3\u03B1\u03C2') or contains(., 'Set your choices') or contains(., 'Establecer preferencias') or contains(., 'Param\xE9trer vos choix') or contains(., 'V\xE1lassza ki a be\xE1ll\xEDt\xE1sokat') or contains(., 'Imposta le tue scelte') or contains(., 'Stel uw keuzes in') or contains(., 'Ustaw swoje wybory') or contains(., 'Definir suas escolhas') or contains(., 'Seta\u021Bi-v\u0103 op\u021Biunile') or contains(., 'St\xE4ll in dina val')]"] }, then: [{ waitForThenClick: ["#sd-cmp", "xpath///span[contains(., '\u0417\u0430\u0434\u0430\u0439\u0442\u0435 \u0432\u0430\u0448\u0438\u0442\u0435 \u0438\u0437\u0431\u043E\u0440\u0438') or contains(., 'Nastavit va\u0161e volby') or contains(., 'Angiv dine valg') or contains(., 'Ihre Auswahl treffen') or contains(., '\u039F\u03C1\u03AF\u03C3\u03C4\u03B5 \u03C4\u03B9\u03C2 \u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AD\u03C2 \u03C3\u03B1\u03C2') or contains(., 'Set your choices') or contains(., 'Establecer preferencias') or contains(., 'Param\xE9trer vos choix') or contains(., 'V\xE1lassza ki a be\xE1ll\xEDt\xE1sokat') or contains(., 'Imposta le tue scelte') or contains(., 'Stel uw keuzes in') or contains(., 'Ustaw swoje wybory') or contains(., 'Definir suas escolhas') or contains(., 'Seta\u021Bi-v\u0103 op\u021Biunile') or contains(., 'St\xE4ll in dina val')]"] }, { waitForThenClick: ["#sd-cmp", "xpath///span[contains(., '\u041E\u0442\u0445\u0432\u044A\u0440\u043B\u044F\u043C \u0432\u0441\u0438\u0447\u043A\u043E') or contains(., 'Odm\xEDtnout v\u0161e') or contains(., 'Afvis alt') or contains(., 'Alle ablehnen') or contains(., '\u0391\u03C0\u03CC\u03C1\u03C1\u03B9\u03C8\u03B7 \u03CC\u03BB\u03C9\u03BD') or contains(., 'Reject all') or contains(., 'Rechazar todo') or contains(., 'Tout refuser') or contains(., 'Mind elutas\xEDt\xE1sa') or contains(., 'Rifiuta tutto') or contains(., 'Alles weigeren') or contains(., 'Odrzu\u0107 wszystkie') or contains(., 'Rejeitar todos') or contains(., 'Respinge\u021Bi toate') or contains(., 'Avvisa allt')]"] }], else: [{ c: 575 }] }] }], [], {}], [1, "snigel", 2, "", 22, [], [{ e: 576 }], [{ v: 576 }], [{ k: 577 }, { k: 578 }], [{ cc: 579 }], {}], [1, "squarespace-cookie-banner", 2, "", 22, [580], [{ e: 581 }], [{ v: 581 }], [{ c: 582 }], [{ timeout: 1e3, check: "none", wv: 581 }], {}], [1, "squiz", 0, "", 10, [540], [{ e: 583 }], [{ v: 583 }], [{ c: 584 }], [{ wait: 500 }, { cc: 585 }], {}], [1, "steampowered.com", 2, "", 22, [], [{ e: 586 }, { v: 586 }], [{ v: 586 }], [{ k: 587 }], [{ wait: 1e3 }, { eval: "EVAL_STEAMPOWERED_0" }], {}], [1, "stripchat.com", 0, "", 22, [588], [{ e: 589 }], [{ v: 589 }], [{ c: 590 }, { c: 591 }], [{ wait: 500 }, { cc: 592 }], {}], [1, "substack", 0, "", 12, [], [{ e: 593 }], [{ v: 593 }], [{ waitForThenClick: [".pencraft", "xpath///button[contains(., 'Only Necessary') or contains(., 'Reject')]"] }], [{ cc: 594 }], {}], [1, "summitracing", 1, "", 10, [595], [{ e: 596 }], [{ v: 596 }], [{ h: 595 }], [], {}], [1, "synology", 0, "", 22, [597], [{ e: 597 }], [{ v: 597 }], [{ c: 598 }, { wv: 599 }, { all: true, optional: true, k: 600 }, { c: 601 }], [{ cc: 602 }, { cc: 603 }], {}], [1, "tagconcierge", 2, "", 22, [604], [{ e: 604 }], [{ v: 605 }], [{ if: { v: 606 }, then: [{ k: 606 }], else: [{ c: 607 }, { c: 608 }] }], [{ check: "none", v: 604 }], {}], [1, "takealot.com", 1, "", 22, [609], [{ e: 610 }], [{ e: 610 }], [{ h: 609 }, { if: { e: 611 }, then: [{ eval: "EVAL_TAKEALOT_0" }], else: [] }], [], {}], [1, "tarteaucitron deny", 2, "", 22, [612], [{ e: 612 }], [{ v: 613 }], [{ wait: 500 }, { k: 613 }], [{ eval: "EVAL_TARTEAUCITRON_2" }], {}], [1, "tarteaucitron.js", 2, "", 22, [612], [{ e: 612 }], [{ v: 614 }, { negated: true, e: 613 }], [{ if: { e: 615 }, then: [{ all: true, optional: true, k: 616 }, { k: 614 }], else: [{ k: 617 }, { c: 618 }, { k: 619 }] }], [{ eval: "EVAL_TARTEAUCITRON_2" }], {}], [1, "taunton", 2, "", 22, [620], [{ e: 620 }], [{ e: 621 }], [{ optional: true, all: true, k: 622 }, { k: 623 }], [{ cc: 624 }], {}], [1, "tccCmpAlert", 2, "", 22, [625], [{ e: 625 }], [{ v: 625 }], [{ c: 626 }], [], {}], [1, "Tealium", 2, "", 22, [627], [{ e: 628 }, { eval: "EVAL_TEALIUM_0" }], [{ check: "any", v: 628 }], [{ eval: "EVAL_TEALIUM_1" }, { eval: "EVAL_TEALIUM_DONOTSELL" }, { h: 629 }, { timeout: 1e3, optional: true, c: 630 }], [{ eval: "EVAL_TEALIUM_3" }, { eval: "EVAL_TEALIUM_DONOTSELL_CHECK" }, { check: "none", v: 631 }], {}], [1, "Termly", 2, "", 22, [632], [{ e: 632 }], [{ v: 633 }], [{ if: { e: 634 }, then: [{ k: 634 }], else: [{ c: 635 }, { timeout: 700, w: 636 }, { if: { e: 636 }, then: [{ k: 636 }], else: [{ all: true, c: 637 }, { c: 638 }] }] }], [], {}], [1, "termsfeed", 2, "", 22, [639], [{ e: 639 }], [{ v: 639 }], [{ if: { e: 640 }, then: [{ c: 640 }], else: [{ c: 641 }, { w: 642 }, { all: true, optional: true, k: 643 }, { k: 644 }] }], [], {}], [1, "termsfeed3", 2, "", 22, [645], [{ e: 646 }], [{ v: 646 }], [{ if: { e: 647 }, then: [{ k: 647 }, { wv: 648 }, { c: 648 }], else: [{ h: 645 }] }], [], {}], [1, "Test page CMP", 2, "", 22, [649], [{ e: 650 }], [{ v: 650 }], [{ w: 649 }, { eval: "EVAL_TESTCMP_STEP" }, { k: 649 }], [{ eval: "EVAL_TESTCMP_0" }], {}], [1, "Test page cosmetic CMP", 1, "", 22, [651], [{ e: 652 }], [{ v: 652 }], [{ h: 652 }], [{ wait: 500 }, { eval: "EVAL_TESTCMP_COSMETIC_0" }], {}], [1, "thalia.de", 2, "", 22, [653], [{ e: 654 }], [{ v: 653 }], [{ k: 655 }], [], {}], [1, "thefreedictionary.com", 2, "", 22, [656], [{ e: 656 }], [{ v: 656 }], [{ eval: "EVAL_THEFREEDICTIONARY_0" }], [], {}], [1, "toyota", 0, "", 10, [657], [{ e: 658 }], [{ v: 658 }], [{ c: 659 }], [{ cc: 660 }], {}], [1, "tplink", 0, "", 22, [661], [{ e: 661 }], [{ v: 662 }], [{ all: true, optional: true, k: 663 }, { c: 664 }], [{ cc: 665 }], {}], [1, "trader-joes-com", 1, "", 22, [666], [{ e: 666 }], [{ v: 666 }], [{ h: 666 }], [], {}], [2, "transcend", 1, "", 22, [667], [{ e: 667 }], [{ v: 667 }], [{ setStyle: "display: none !important; z-index: -1 !important; pointer-events: none !important;", selector: "#transcend-consent-manager" }], [], {}], [1, "tropicfeel-com", 2, "", 22, [668], [{ e: 668 }], [{ check: "any", v: 669 }], [{ k: 670 }, { w: 671 }, { all: true, k: 672 }, { k: 673 }], [], {}], [1, "TrustArc-newcm", 2, "", 22, [674], [{ exists: [".truste_popframe.trustarc_newcm_container", "a.required, a.call"] }], [{ visible: [".truste_popframe.trustarc_newcm_container", "a.required, a.call"], check: "any" }], [{ waitForThenClick: [".truste_popframe.trustarc_newcm_container", "a.required"] }], [{ cc: 675 }, { negated: true, cc: 676 }], {}], [1, "truyo", 2, "", 22, [677], [{ e: 678 }], [{ v: 677 }], [{ k: 679 }], [], {}], [1, "trybe", 0, "", 22, [680], [{ e: 680 }], [{ v: 681 }], [{ c: 682 }, { w: 683 }, { optional: true, k: 684 }, { optional: true, k: 685 }, { c: 686 }], [{ wait: 500 }, { cc: 687 }], {}], [1, "twcc", 0, "", 10, [688], [{ e: 689 }], [{ v: 689 }], [{ c: 690 }], [{ cc: 691 }], {}], [1, "u12-data-protection-notice", 2, "", 22, [692], [{ e: 692 }], [{ v: 693 }], [{ c: 694 }], [], {}], [1, "ubuntu.com", 2, "", 22, [695], [{ any: [{ e: 696 }, { e: 697 }] }], [{ any: [{ v: 698 }, { v: 697 }] }], [{ any: [{ c: 699 }, { c: 700 }] }, { optional: true, all: true, timeout: 500, c: 701 }, { any: [{ c: 702 }, { c: 703 }] }], [{ cc: 704 }], {}], [1, "UK Cookie Consent", 1, "", 22, [705], [{ e: 705 }], [{ e: 706 }], [{ h: 705 }], [{ negated: true, cc: 707 }], {}], [1, "usercentrics-api", 2, "", 22, [], [{ e: 708 }], [{ eval: "EVAL_USERCENTRICS_API_0" }, { if: { e: 709 }, then: [{ timeout: 2e3, wv: 709 }], else: [{ exists: ["#usercentrics-root", "[data-testid=uc-container]"] }, { timeout: 2e3, wv: 710 }] }], [{ if: { exists: ["#usercentrics-root", "[data-testid=uc-deny-all-button]"] }, then: [{ click: ["#usercentrics-root", "[data-testid=uc-deny-all-button]"] }], else: [{ if: { exists: ["#usercentrics-cmp-ui", "[data-action-type=deny]"] }, then: [{ click: ["#usercentrics-cmp-ui", "[data-action-type=deny]"] }], else: [{ eval: "EVAL_USERCENTRICS_API_1" }, { eval: "EVAL_USERCENTRICS_API_2" }] }] }, { removeClass: "overflowHidden", selector: "body", optional: true }], [{ eval: "EVAL_USERCENTRICS_API_6" }], {}], [1, "usercentrics-button", 2, "", 22, [], [{ e: 711 }], [{ v: 712 }], [{ k: 713 }], [{ eval: "EVAL_USERCENTRICS_BUTTON_0" }], {}], [1, "vivenu", 2, "", 22, [], [{ e: 714 }], [{ v: 714 }], [{ c: 715 }], [{ check: "none", v: 714 }], {}], [1, "waitrose.com", 2, "", 22, [716, 717, 718], [{ e: 717 }], [{ v: 717 }], [{ k: 719 }, { wait: 200 }, { eval: "EVAL_WAITROSE_0" }, { k: 720 }], [{ cc: 721 }, { cc: 722 }], {}], [1, "webflow", 2, "", 22, [723], [{ v: 723 }], [{ v: 723 }, { v: 724 }], [{ if: { e: 725 }, then: [{ wait: 500 }, { c: 725 }], else: [{ h: 726 }] }], [{ cc: 727 }], {}], [1, "wiki.gg", 1, "", 22, [728], [{ e: 728 }], [{ v: 728 }], [{ h: 728 }], [], {}], [1, "wix", 0, "", 22, [], [{ e: 729 }], [{ v: 729 }], [{ if: { e: 730 }, then: [{ k: 730 }], else: [{ h: 731 }] }], [], {}], [1, "woo-commerce-com", 2, "", 22, [732], [{ e: 732 }], [{ e: 732 }], [{ k: 733 }, { all: true, c: 41 }, { k: 734 }], [], {}], [1, "WP Cookie Notice for GDPR", 2, "", 22, [735], [{ e: 735 }], [{ v: 735 }], [{ c: 736 }], [{ cc: 737 }], {}], [1, "WP DSGVO Tools", 2, "", 22, [738], [{ e: 739 }], [{ check: "any", v: 739 }], [{ c: 740 }], [{ negated: true, cc: 741 }], {}], [1, "wpcc", 1, "", 22, [742], [{ e: 742 }], [{ e: 743 }], [{ h: 742 }], [], {}], [1, "xgroovy", 1, "", 22, [744], [{ e: 745 }], [{ v: 745 }], [{ h: 744 }], [], {}], [1, "xing.com", 2, "", 22, [], [{ e: 746 }], [{ e: 746 }], [{ k: 747 }, { k: 748 }], [{ cc: 749 }], {}], [1, "xnxx-com", 1, "", 22, [750], [{ e: 750 }], [{ v: 750 }], [{ h: 750 }], [], {}], [1, "youtube-desktop", 2, "", 22, [751, 752], [{ e: 753 }, { e: 754 }], [{ v: 753 }], [{ c: 755 }, { wait: 500 }], [{ wait: 500 }, { cc: 359 }], {}], [1, "youtube-mobile", 2, "", 22, [756], [{ e: 757 }], [{ v: 757 }], [{ c: 758 }, { wait: 500 }], [{ wait: 500 }, { cc: 359 }], {}], [1, "zdf", 2, "", 22, [759], [{ e: 759 }], [{ v: 760 }], [{ c: 761 }], [], {}], [1, "cookiealert", 2, "", 11, [], [{ e: 762 }], [{ v: 763 }], [{ k: 764 }, { all: true, optional: true, k: 765 }, { k: 766 }, { eval: "EVAL_COOKIEALERT_0" }], [{ eval: "EVAL_COOKIEALERT_2" }], { intermediate: false }], [1, "piano.io", 2, "", 1, [], [{ e: 767 }], [{ v: 767 }], [{ c: 768 }], [], {}], [1, "auto_AU_help.dropbox.com_4ad_+1", 0, "^https?://(www\\.)?dropbox\\.com/|^https?://(www\\.)?dropbox\\.com/", 1, [], [{ e: 769 }], [{ v: 769 }], [{ wait: 500 }, { c: 769 }], [{ timeout: 1e3, check: "none", wv: 769 }], {}], [1, "auto_CA_coasthotels.com_f8m", 0, "^https?://(www\\.)?coasthotels\\.com/", 1, [], [{ e: 770 }], [{ v: 770 }], [{ c: 770 }], [], {}], [1, "auto_CA_epihunter.eu_hd4", 0, "^https?://(www\\.)?combell\\.com/", 1, [], [{ e: 771 }], [{ v: 771 }], [{ wait: 500 }, { c: 771 }], [{ timeout: 1e3, check: "none", wv: 771 }], {}], [1, "auto_CA_nationalarchives.gov.uk_rx0", 0, "^https?://(www\\.)?webarchive\\.nationalarchives\\.gov\\.uk/", 1, [], [{ e: 772 }], [{ v: 772 }], [{ wait: 500 }, { c: 772 }], [{ timeout: 1e3, check: "none", wv: 772 }], {}], [1, "auto_CA_natureconservancy.ca_3pp", 0, "^https?://(www\\.)?natureconservancy\\.ca/", 1, [], [{ e: 773 }], [{ v: 773 }], [{ wait: 500 }, { c: 773 }], [{ timeout: 1e3, check: "none", wv: 773 }], {}], [1, "auto_CA_ontariospca.ca_k32", 0, "^https?://(www\\.)?widget-next\\.clym-sdk\\.net/", 1, [], [{ e: 774 }], [{ v: 774 }], [{ wait: 500 }, { c: 774 }], [{ timeout: 1e3, check: "none", wv: 774 }], {}], [1, "auto_CA_phoenixnap.com_hrb", 0, "^https?://(www\\.)?widget-next\\.clym-sdk\\.net/", 1, [], [{ e: 775 }], [{ v: 775 }], [{ wait: 500 }, { c: 775 }], [{ timeout: 1e3, check: "none", wv: 775 }], {}], [1, "auto_CH_phoenixnap.com_lx5", 0, "^https?://(www\\.)?widget-next\\.clym-sdk\\.net/", 1, [], [{ e: 776 }], [{ v: 776 }], [{ wait: 500 }, { c: 776 }], [{ timeout: 1e3, check: "none", wv: 776 }], {}], [1, "auto_CH_swisscare.com_arx", 0, "^https?://(www\\.)?swisscare\\.com/", 1, [], [{ e: 777 }], [{ v: 777 }], [{ wait: 500 }, { c: 777 }], [{ timeout: 1e3, check: "none", wv: 777 }], {}], [1, "auto_DE_alfaromeo.de_gvg_+2", 0, "^https?://(www\\.)?cookielaw\\.emea\\.fcagroup\\.com/|^https?://(www\\.)?cookielaw\\.emea\\.fcagroup\\.com/|^https?://(www\\.)?cookielaw\\.emea\\.fcagroup\\.com/", 1, [], [{ e: 778 }], [{ v: 778 }], [{ wait: 500 }, { c: 778 }], [{ timeout: 1e3, check: "none", wv: 778 }], {}], [1, "auto_DE_huss-licht-ton.de_jj0", 0, "^https?://(www\\.)?huss-licht-ton\\.de/", 1, [], [{ e: 779 }], [{ v: 779 }], [{ wait: 500 }, { c: 779 }], [{ timeout: 1e3, check: "none", wv: 779 }], {}], [1, "auto_DE_modellbau-berlinski.de_8vm", 0, "^https?://(www\\.)?modellbau-berlinski\\.de/", 1, [], [{ e: 780 }], [{ v: 780 }], [{ wait: 500 }, { c: 780 }], [{ timeout: 1e3, check: "none", wv: 780 }], {}], [1, "auto_DE_phoenixnap.com_xq7", 0, "^https?://(www\\.)?widget-next\\.clym-sdk\\.net/", 1, [], [{ e: 781 }], [{ v: 781 }], [{ wait: 500 }, { c: 781 }], [{ timeout: 1e3, check: "none", wv: 781 }], {}], [1, "auto_FR_fiat.fr_3fh", 0, "^https?://(www\\.)?cookielaw\\.emea\\.fcagroup\\.com/", 1, [], [{ e: 782 }], [{ v: 782 }], [{ wait: 500 }, { c: 782 }], [{ timeout: 1e3, check: "none", wv: 782 }], {}], [1, "auto_FR_stellantis.com_67q", 0, "^https?://(www\\.)?cookielaw\\.emea\\.fcagroup\\.com/", 1, [], [{ e: 782 }], [{ v: 782 }], [{ wait: 500 }, { c: 782 }], [{ timeout: 1e3, check: "none", wv: 782 }], {}], [1, "auto_GB_dropbox.com_0_+1", 0, "^https?://(www\\.)?dropbox\\.com/|^https?://(www\\.)?dropbox\\.com/", 1, [], [{ e: 783 }], [{ v: 783 }], [{ c: 783 }], [], {}], [1, "auto_GB_investing.thisismoney.co.uk_0", 0, "^https?://(www\\.)?thisismoney\\.co\\.uk/", 1, [], [{ e: 784 }], [{ v: 784 }], [{ c: 784 }], [], {}], [1, "auto_GB_village-hotels.co.uk_hsa", 0, "^https?://(www\\.)?village-hotels\\.co\\.uk/", 1, [], [{ e: 785 }], [{ v: 785 }], [{ wait: 500 }, { c: 785 }], [{ timeout: 1e3, check: "none", wv: 785 }], {}], [1, "auto_NL_fiat.nl_trv_+1", 0, "^https?://(www\\.)?cookielaw\\.emea\\.fcagroup\\.com/|^https?://(www\\.)?cookielaw\\.emea\\.fcagroup\\.com/", 1, [], [{ e: 782 }], [{ v: 782 }], [{ wait: 500 }, { c: 782 }], [{ timeout: 1e3, check: "none", wv: 782 }], {}], [1, "auto_NL_flitsmeister.nl_ws8", 0, "^https?://(www\\.)?cookies\\.flitsmeister\\.com/", 1, [], [{ e: 786 }], [{ v: 786 }], [{ wait: 500 }, { c: 786 }], [{ timeout: 1e3, check: "none", wv: 786 }], {}], [1, "auto_NL_interpolis.nl_jk9", 0, "^https?://(www\\.)?interpolis\\.nl/", 1, [], [{ e: 787 }], [{ v: 787 }], [{ wait: 500 }, { c: 787 }], [{ timeout: 1e3, check: "none", wv: 787 }], {}], [1, "auto_US_dropbox.com_0_+1", 0, "^https?://(www\\.)?dropbox\\.com/|^https?://(www\\.)?dropbox\\.com/", 1, [], [{ e: 788 }], [{ v: 788 }], [{ text: "Decline", c: 788 }], [], {}], [1, "coinbase", 2, "^https://(www|help)\\.coinbase\\.com", 11, [], [{ e: 789 }], [{ v: 789 }], [{ k: 790 }, { all: true, optional: true, k: 791 }, { k: 792 }], [{ eval: "EVAL_COINBASE_0" }], { intermediate: false }], [1, "privacymanager.io", 2, "^https://cmp-consent-tool\\.privacymanager\\.io/", 1, [793, 794], [{ e: 795 }], [{ v: 795 }], [{ if: { e: 796 }, then: [{ k: 796 }, { c: 797 }], else: [{ c: 798 }, { w: 799 }, { w: 800 }, { all: true, optional: true, k: 801 }, { k: 800 }] }], [], {}], [1, "web.de", 2, "^https://([a-z]*\\.)?web\\.de/|^https://([a-z]*\\.)?gmx\\.net/", 1, [], [{ e: 802 }, { e: 803 }], [{ v: 803 }], [{ c: 803 }], [], {}], [1, "abc", 2, "^https://([a-z0-9-]+\\.)?abc\\.net\\.au/", 22, [], [{ e: 804 }], [{ v: 805 }], [{ c: 806 }], [{ cc: 807 }], {}], [1, "activobank.pt", 2, "^https://(www\\.)?activobank\\.pt", 22, [808], [{ e: 809 }], [{ v: 810 }], [{ c: 811 }], [], {}], [1, "adultfriendfinder", 2, "^https://(www\\.)?adultfriendfinder\\.com/", 22, [812], [{ e: 813 }], [{ v: 813 }], [{ c: 814 }], [{ eval: "EVAL_ADULTFRIENDFINDER_TEST" }], {}], [1, "ah.nl", 0, "^https?://(www\\.)?ah\\.nl/", 10, [], [{ e: 815 }], [{ v: 815 }], [{ c: 816 }], [], {}], [1, "alaskaair", 1, "^https://(www\\.)?alaskaair\\.com/", 22, [817], [{ e: 817 }], [{ v: 817 }], [{ h: 817 }], [], {}], [1, "aliexpress", 2, "^https://([a-z]*\\.)?aliexpress\\.com/", 22, [818], [{ e: 819 }], [{ v: 819 }], [{ if: { e: 820 }, then: [{ c: 821 }], else: [{ c: 822 }, { w: 823 }, { all: true, optional: true, k: 824 }, { k: 825 }] }], [], {}], [1, "ally", 1, "^https://(www\\.)?ally\\.com/", 22, [826], [{ e: 827 }], [{ v: 827 }], [{ h: 826 }], [], {}], [1, "app.discuss.io", 2, "^https?://app\\.discuss\\.io/", 10, [], [{ e: 542 }], [{ v: 542 }], [{ c: 542 }], [{ cc: 79 }], {}], [1, "athlinks-com", 1, "^https://(www\\.)?athlinks\\.com/", 22, [828], [{ e: 828 }], [{ v: 829 }], [{ h: 828 }], [], {}], [1, "auto_AU_acetool.com_n0w_+1", 0, "^https?://(www\\.)?acetool\\.com/|^https?://(www\\.)?unclewiener\\.com/", 10, [], [{ e: 830 }], [{ v: 830 }], [{ wait: 500 }, { c: 830 }], [{ timeout: 1e3, check: "none", wv: 830 }], {}], [1, "auto_AU_aelfie.com_chb", 0, "^https?://(www\\.)?aelfie\\.com/", 10, [], [{ e: 831 }], [{ v: 831 }], [{ wait: 500 }, { c: 831 }], [{ timeout: 1e3, check: "none", wv: 831 }], {}], [1, "auto_AU_cam.start.canon_3x5", 0, "^https?://(www\\.)?cam\\.start\\.canon/", 10, [], [{ e: 832 }], [{ v: 832 }], [{ wait: 500 }, { c: 832 }], [{ timeout: 1e3, check: "none", wv: 832 }], {}], [1, "auto_AU_cam.start.canon_z06", 0, "^https?://(www\\.)?cam\\.start\\.canon/", 10, [], [{ e: 833 }], [{ v: 833 }], [{ wait: 500 }, { c: 833 }], [{ timeout: 1e3, check: "none", wv: 833 }], {}], [1, "auto_AU_capitoltrades.com_ak9", 0, "^https?://(www\\.)?capitoltrades\\.com/", 10, [], [{ e: 834 }], [{ v: 834 }], [{ wait: 500 }, { c: 834 }], [{ timeout: 1e3, check: "none", wv: 834 }], {}], [1, "auto_AU_community.dyson.com_lek", 0, "^https?://(www\\.)?community\\.dyson\\.com/", 10, [], [{ e: 835 }], [{ v: 835 }], [{ wait: 500 }, { c: 835 }], [{ timeout: 1e3, check: "none", wv: 835 }], {}], [1, "auto_AU_conference-board.org_dce", 0, "^https?://(www\\.)?conference-board\\.org/", 10, [], [{ e: 836 }], [{ v: 836 }], [{ wait: 500 }, { c: 836 }], [{ timeout: 1e3, check: "none", wv: 836 }], {}], [1, "auto_AU_cutterbuck.com_ko7", 0, "^https?://(www\\.)?cutterbuck\\.com/", 10, [], [{ e: 837 }], [{ v: 837 }], [{ wait: 500 }, { c: 837 }], [{ timeout: 1e3, check: "none", wv: 837 }], {}], [1, "auto_AU_deezer.com_tmf", 0, "^https?://(www\\.)?deezer\\.com/", 10, [], [{ e: 838 }], [{ v: 838 }], [{ wait: 500 }, { c: 838 }], [{ timeout: 1e3, check: "none", wv: 838 }], {}], [1, "auto_AU_docs.portainer.io_hn5", 0, "^https?://(www\\.)?docs\\.portainer\\.io/", 10, [], [{ e: 839 }], [{ v: 839 }], [{ wait: 500 }, { c: 839 }], [{ timeout: 1e3, check: "none", wv: 839 }], {}], [1, "auto_AU_flinders.edu.au_7en_+1", 0, "^https?://(www\\.)?flinders\\.edu\\.au/|^https?://(www\\.)?students\\.flinders\\.edu\\.au/", 10, [], [{ e: 840 }], [{ v: 840 }], [{ c: 840 }], [], {}], [1, "auto_AU_flysaa.com_qsm", 0, "^https?://(www\\.)?flysaa\\.com/", 10, [841], [{ e: 841 }], [{ v: 842 }], [{ c: 843 }], [{ timeout: 1e3, check: "none", wv: 842 }], {}], [1, "auto_AU_flysas.com_r1s", 0, "^https?://(www\\.)?flysas\\.com/", 10, [], [{ e: 844 }], [{ v: 844 }], [{ wait: 500 }, { c: 844 }], [{ timeout: 1e3, check: "none", wv: 844 }], {}], [1, "auto_AU_gayseniordating.com_bdr", 0, "^https?://(www\\.)?gayseniordating\\.com/", 10, [], [{ e: 845 }], [{ v: 845 }], [{ wait: 500 }, { c: 845 }], [{ timeout: 1e3, check: "none", wv: 845 }], {}], [1, "auto_AU_goodmoodprints.com_9fy", 1, "^https?://(www\\.)?goodmoodprints\\.com/", 10, [846], [{ e: 846 }], [{ v: 846 }], [{ h: 846 }], [{ timeout: 1e3, check: "none", wv: 846 }], {}], [1, "auto_AU_lush.com_bdf", 0, "^https?://(www\\.)?lush\\.com/", 10, [], [{ e: 847 }], [{ v: 847 }], [{ wait: 500 }, { c: 847 }], [{ timeout: 1e3, check: "none", wv: 847 }], {}], [1, "auto_AU_newyork.doverstreetmarket.com_j5q", 0, "^https?://(www\\.)?newyork\\.doverstreetmarket\\.com/", 10, [], [{ e: 848 }], [{ v: 848 }], [{ wait: 500 }, { c: 848 }], [{ timeout: 1e3, check: "none", wv: 848 }], {}], [1, "auto_AU_newyork.doverstreetmarket.com_k2q", 0, "^https?://(www\\.)?newyork\\.doverstreetmarket\\.com/", 10, [], [{ e: 849 }], [{ v: 849 }], [{ wait: 500 }, { c: 849 }], [{ timeout: 1e3, check: "none", wv: 849 }], {}], [1, "auto_AU_niwaki.com_w41", 0, "^https?://(www\\.)?niwaki\\.com/", 10, [], [{ e: 850 }], [{ v: 850 }], [{ wait: 500 }, { c: 850 }], [{ timeout: 1e3, check: "none", wv: 850 }], {}], [1, "auto_AU_pichunter.com_zhf", 0, "^https?://(www\\.)?pichunter\\.com/", 10, [], [{ e: 851 }], [{ v: 851 }], [{ wait: 500 }, { c: 851 }], [{ timeout: 1e3, check: "none", wv: 851 }], {}], [1, "auto_AU_pnp.co.za_9lg", 0, "^https?://(www\\.)?pnp\\.co\\.za/", 10, [], [{ e: 852 }], [{ v: 852 }], [{ wait: 500 }, { c: 852 }], [{ timeout: 1e3, check: "none", wv: 852 }], {}], [1, "auto_AU_publicdomainreview.org_7fg", 0, "^https?://(www\\.)?publicdomainreview\\.org/", 10, [], [{ e: 853 }], [{ v: 853 }], [{ wait: 500 }, { c: 853 }], [{ timeout: 1e3, check: "none", wv: 853 }], {}], [1, "auto_AU_qldnaturistassoc.org_k53", 0, "^https?://(www\\.)?qldnaturistassoc\\.org/", 10, [], [{ e: 854 }], [{ v: 854 }], [{ wait: 500 }, { c: 854 }], [{ timeout: 1e3, check: "none", wv: 854 }], {}], [1, "auto_AU_rki.de_tp5", 0, "^https?://(www\\.)?rki\\.de/", 10, [], [{ e: 855 }], [{ v: 855 }], [{ wait: 500 }, { c: 855 }], [{ timeout: 1e3, check: "none", wv: 855 }], {}], [1, "auto_AU_solesavy.com_8q6", 0, "^https?://(www\\.)?solesavy\\.com/", 10, [], [{ e: 856 }], [{ v: 856 }], [{ wait: 500 }, { c: 856 }], [{ timeout: 1e3, check: "none", wv: 856 }], {}], [1, "auto_AU_staff.flinders.edu.au_cpu", 0, "^https?://(www\\.)?staff\\.flinders\\.edu\\.au/", 10, [], [{ e: 840 }], [{ v: 840 }], [{ wait: 500 }, { c: 840 }], [{ timeout: 1e3, check: "none", wv: 840 }], {}], [1, "auto_AU_telekom.hu_4lu", 0, "^https?://(www\\.)?telekom\\.hu/", 10, [], [{ e: 857 }], [{ v: 857 }], [{ wait: 500 }, { c: 857 }], [{ timeout: 1e3, check: "none", wv: 857 }], {}], [1, "auto_AU_tourismnewbrunswick.ca_bjd", 0, "^https?://(www\\.)?tourismnewbrunswick\\.ca/", 10, [], [{ e: 858 }], [{ v: 858 }], [{ wait: 500 }, { c: 858 }], [{ timeout: 1e3, check: "none", wv: 858 }], {}], [1, "auto_AU_tripcentral.ca_v7v", 0, "^https?://(www\\.)?tripcentral\\.ca/", 10, [], [{ e: 859 }], [{ v: 859 }], [{ wait: 500 }, { c: 859 }], [{ timeout: 1e3, check: "none", wv: 859 }], {}], [1, "auto_AU_u-buy.com.au_rg0", 0, "^https?://(www\\.)?u-buy\\.com\\.au/", 10, [], [{ e: 860 }], [{ v: 860 }], [{ wait: 500 }, { c: 860 }], [{ timeout: 1e3, check: "none", wv: 860 }], {}], [1, "auto_AU_whitepages.co.com_4cs", 0, "^https?://(www\\.)?whitepages\\.co\\.com/", 10, [], [{ e: 861 }], [{ v: 861 }], [{ wait: 500 }, { c: 861 }], [{ timeout: 1e3, check: "none", wv: 861 }], {}], [1, "auto_CA_407etr.com_wrd", 0, "^https?://(www\\.)?407etr\\.com/", 10, [], [{ e: 862 }], [{ v: 862 }], [{ wait: 500 }, { c: 862 }], [{ timeout: 1e3, check: "none", wv: 862 }], {}], [1, "auto_CA_algonquincollege.com_o8v", 0, "^https?://(www\\.)?algonquincollege\\.com/", 10, [], [{ e: 863 }], [{ v: 863 }], [{ wait: 500 }, { c: 863 }], [{ timeout: 1e3, check: "none", wv: 863 }], {}], [1, "auto_CA_arte.tv_7nv", 0, "^https?://(www\\.)?arte\\.tv/", 10, [], [{ e: 864 }], [{ v: 864 }], [{ c: 864 }], [], {}], [1, "auto_CA_babel.hathitrust.org_i6g", 0, "^https?://(www\\.)?babel\\.hathitrust\\.org/", 10, [], [{ e: 865 }], [{ v: 865 }], [{ wait: 500 }, { c: 865 }], [{ timeout: 1e3, check: "none", wv: 865 }], {}], [1, "auto_CA_belairdirect.com_wic", 0, "^https?://(www\\.)?belairdirect\\.com/", 10, [], [{ e: 866 }], [{ v: 866 }], [{ wait: 500 }, { c: 866 }], [{ timeout: 1e3, check: "none", wv: 866 }], {}], [1, "auto_CA_bet365.bet.br_kkx", 0, "^https?://(www\\.)?bet365\\.bet\\.br/", 10, [], [{ e: 867 }], [{ v: 867 }], [{ wait: 500 }, { c: 867 }], [{ timeout: 1e3, check: "none", wv: 867 }], {}], [1, "auto_CA_blackdiamondequipment.com_dwp_+8", 0, "^https?://(www\\.)?blackdiamondequipment\\.com/|^https?://(www\\.)?facetofacegames\\.com/|^https?://(www\\.)?suzyshier\\.com/|^https?://(www\\.)?urban-planet\\.com/|^https?://(www\\.)?eu\\.blackdiamondequipment\\.com/|^https?://(www\\.)?bushwear\\.co\\.uk/|^https?://(www\\.)?directdoors\\.com/|^https?://(www\\.)?keenfootwear\\.com/|^https?://(www\\.)?shop\\.panasonic\\.com/", 10, [], [{ e: 868 }], [{ v: 868 }], [{ wait: 500 }, { c: 868 }], [{ timeout: 1e3, check: "none", wv: 868 }], {}], [1, "auto_CA_brazzers.com_kik", 0, "^https?://(www\\.)?brazzers\\.com/", 10, [], [{ e: 869 }], [{ v: 869 }], [{ wait: 500 }, { c: 869 }], [{ timeout: 1e3, check: "none", wv: 869 }], {}], [1, "auto_CA_busbud.com_0sh", 0, "^https?://(www\\.)?busbud\\.com/", 10, [], [{ e: 870 }], [{ v: 870 }], [{ wait: 500 }, { c: 870 }], [{ timeout: 1e3, check: "none", wv: 870 }], {}], [1, "auto_CA_cegeplimoilou.ca_9tg", 0, "^https?://(www\\.)?cegeplimoilou\\.ca/", 10, [], [{ e: 871 }], [{ v: 871 }], [{ wait: 500 }, { c: 871 }], [{ timeout: 1e3, check: "none", wv: 871 }], {}], [1, "auto_CA_cfo.coop_edx", 0, "^https?://(www\\.)?cfo\\.coop/", 10, [], [{ e: 872 }], [{ v: 872 }], [{ wait: 500 }, { c: 872 }], [{ timeout: 1e3, check: "none", wv: 872 }], {}], [1, "auto_CA_chipolo.net_zo9", 0, "^https?://(www\\.)?chipolo\\.net/", 10, [], [{ e: 873 }], [{ v: 873 }], [{ wait: 500 }, { c: 873 }], [{ timeout: 1e3, check: "none", wv: 873 }], {}], [1, "auto_CA_cmpa-acpm.ca_nja", 0, "^https?://(www\\.)?cmpa-acpm\\.ca/", 10, [], [{ e: 874 }], [{ v: 874 }], [{ c: 874 }], [], {}], [1, "auto_CA_denniskirk.com_ezr", 0, "^https?://(www\\.)?denniskirk\\.com/", 10, [], [{ e: 875 }], [{ v: 875 }], [{ wait: 500 }, { c: 875 }], [{ timeout: 1e3, check: "none", wv: 875 }], {}], [1, "auto_CA_doyondespres.com_4jr", 0, "^https?://(www\\.)?doyondespres\\.com/", 10, [], [{ e: 876 }], [{ v: 876 }], [{ wait: 500 }, { c: 876 }], [{ timeout: 1e3, check: "none", wv: 876 }], {}], [1, "auto_CA_f6s.com_yjw", 0, "^https?://(www\\.)?f6s\\.com/", 10, [], [{ e: 877 }], [{ v: 877 }], [{ wait: 500 }, { c: 877 }], [{ timeout: 1e3, check: "none", wv: 877 }], {}], [1, "auto_CA_fischersports.com_1yr", 0, "^https?://(www\\.)?fischersports\\.com/", 10, [], [{ e: 878 }], [{ v: 878 }], [{ wait: 500 }, { c: 878 }], [{ timeout: 1e3, check: "none", wv: 878 }], {}], [1, "auto_CA_golfavenue.ca_ero_+1", 0, "^https?://(www\\.)?golfavenue\\.ca/|^https?://(www\\.)?golfbidder\\.co\\.uk/", 10, [], [{ e: 879 }], [{ v: 879 }], [{ wait: 500 }, { c: 879 }], [{ timeout: 1e3, check: "none", wv: 879 }], {}], [1, "auto_CA_golftown.com_zcn", 0, "^https?://(www\\.)?golftown\\.com/", 10, [], [{ e: 880 }], [{ v: 880 }], [{ wait: 500 }, { c: 880 }], [{ timeout: 1e3, check: "none", wv: 880 }], {}], [1, "auto_CA_intact.ca_gax", 0, "^https?://(www\\.)?intact\\.ca/", 10, [], [{ e: 881 }], [{ v: 881 }], [{ wait: 500 }, { c: 881 }], [{ timeout: 1e3, check: "none", wv: 881 }], {}], [1, "auto_CA_lethpolytech.ca_1r1", 0, "^https?://(www\\.)?lethpolytech\\.ca/", 10, [], [{ e: 882 }], [{ v: 882 }], [{ wait: 500 }, { c: 882 }], [{ timeout: 1e3, check: "none", wv: 882 }], {}], [1, "auto_CA_libgen.help_7s8", 0, "^https?://(www\\.)?libgen\\.help/", 10, [], [{ e: 883 }], [{ v: 883 }], [{ wait: 500 }, { c: 883 }], [{ timeout: 1e3, check: "none", wv: 883 }], {}], [1, "auto_CA_nationalarchives.gov.uk_vgx", 0, "^https?://(www\\.)?webarchive\\.nationalarchives\\.gov\\.uk/", 10, [], [{ e: 884 }], [{ v: 884 }], [{ wait: 500 }, { c: 884 }], [{ timeout: 1e3, check: "none", wv: 884 }], {}], [1, "auto_CA_papajohns.ca_n5j", 0, "^https?://(www\\.)?papajohns\\.ca/", 10, [], [{ e: 885 }], [{ v: 885 }], [{ wait: 500 }, { c: 885 }], [{ timeout: 1e3, check: "none", wv: 885 }], {}], [1, "auto_CA_pcsupport.lenovo.com_dxi", 0, "^https?://(www\\.)?pcsupport\\.lenovo\\.com/", 10, [], [{ e: 886 }], [{ v: 886 }], [{ wait: 500 }, { c: 886 }], [{ timeout: 1e3, check: "none", wv: 886 }], {}], [1, "auto_CA_plex.tv_ee4_+1", 0, "^https?://(www\\.)?plex\\.tv/|^https?://(www\\.)?support\\.plex\\.tv/", 10, [], [{ e: 887 }], [{ v: 887 }], [{ wait: 500 }, { c: 887 }], [{ timeout: 1e3, check: "none", wv: 887 }], {}], [1, "auto_CA_promessedefleurs.com_noy_+1", 0, "^https?://(www\\.)?promessedefleurs\\.com/|^https?://(www\\.)?meillandrichardier\\.com/", 10, [], [{ e: 888 }], [{ v: 888 }], [{ wait: 500 }, { c: 888 }], [{ timeout: 1e3, check: "none", wv: 888 }], {}], [1, "auto_CA_queerty.com_fb8_+1", 0, "^https?://(www\\.)?queerty\\.com/|^https?://(www\\.)?pestor\\.nl/", 10, [], [{ e: 889 }], [{ v: 889 }], [{ wait: 500 }, { c: 889 }], [{ timeout: 1e3, check: "none", wv: 889 }], {}], [1, "auto_CA_remitly.com_mm4", 0, "^https?://(www\\.)?remitly\\.com/", 10, [], [{ e: 890 }], [{ v: 890 }], [{ wait: 500 }, { c: 890 }], [{ timeout: 1e3, check: "none", wv: 890 }], {}], [1, "auto_CA_reviewed.com_w2k", 0, "^https?://(www\\.)?reviewed\\.com/", 10, [], [{ e: 891 }], [{ v: 891 }], [{ wait: 500 }, { c: 891 }], [{ timeout: 1e3, check: "none", wv: 891 }], {}], [1, "auto_CA_sheetmusicplus.com_b7d", 0, "^https?://(www\\.)?sheetmusicplus\\.com/", 10, [], [{ e: 892 }], [{ v: 892 }], [{ wait: 500 }, { c: 892 }], [{ timeout: 1e3, check: "none", wv: 892 }], {}], [1, "auto_CA_skipthedishes.com_1sg", 0, "^https?://(www\\.)?skipthedishes\\.com/", 10, [], [{ e: 893 }], [{ v: 893 }], [{ c: 893 }], [], {}], [1, "auto_CA_streamingthe.net_v8e", 0, "^https?://(www\\.)?streamingthe\\.net/", 10, [], [{ e: 894 }], [{ v: 894 }], [{ wait: 500 }, { c: 894 }], [{ timeout: 1e3, check: "none", wv: 894 }], {}], [1, "auto_CA_ticketsource.com_kiv", 0, "^https?://(www\\.)?ticketsource\\.com/", 10, [], [{ e: 895 }], [{ v: 895 }], [{ wait: 500 }, { c: 895 }], [{ timeout: 1e3, check: "none", wv: 895 }], {}], [1, "auto_CA_ubereats.com_4nx", 0, "^https?://(www\\.)?ubereats\\.com/", 10, [], [{ e: 896 }], [{ v: 896 }], [{ wait: 500 }, { c: 896 }], [{ timeout: 1e3, check: "none", wv: 896 }], {}], [1, "auto_CA_wealthsimple.com_kgz", 0, "^https?://(www\\.)?wealthsimple\\.com/", 10, [], [{ e: 897 }], [{ v: 897 }], [{ wait: 500 }, { c: 897 }], [{ timeout: 1e3, check: "none", wv: 897 }], {}], [1, "auto_CA_xplore.ca_wwx", 0, "^https?://(www\\.)?xplore\\.ca/", 10, [], [{ e: 898 }], [{ v: 898 }], [{ wait: 500 }, { c: 898 }], [{ timeout: 1e3, check: "none", wv: 898 }], {}], [1, "auto_CH_3djake.ch_6k2_+3", 0, "^https?://(www\\.)?3djake\\.ch/|^https?://(www\\.)?ecco-verde\\.ch/|^https?://(www\\.)?vitalabo\\.ch/|^https?://(www\\.)?3djake\\.de/", 10, [], [{ e: 899 }], [{ v: 899 }], [{ wait: 500 }, { c: 899 }], [{ timeout: 1e3, check: "none", wv: 899 }], {}], [1, "auto_CH_airbnb.de_83z", 0, "^https?://(www\\.)?airbnb\\.de/", 10, [], [{ e: 900 }], [{ v: 900 }], [{ wait: 500 }, { c: 900 }], [{ timeout: 1e3, check: "none", wv: 900 }], {}], [1, "auto_CH_alpenvereinaktiv.com_ms8_+1", 0, "^https?://(www\\.)?alpenvereinaktiv\\.com/|^https?://(www\\.)?maps\\.viamala\\.ch/", 10, [], [{ e: 901 }], [{ v: 901 }], [{ wait: 500 }, { c: 901 }], [{ timeout: 1e3, check: "none", wv: 901 }], {}], [1, "auto_CH_android.bestsecret.com_m12_+2", 0, "^https?://(www\\.)?android\\.bestsecret\\.com/|^https?://(www\\.)?bestsecret\\.com/|^https?://(www\\.)?orders\\.bestsecret\\.com/", 10, [], [{ e: 902 }], [{ v: 902 }], [{ wait: 500 }, { c: 902 }], [{ timeout: 1e3, check: "none", wv: 902 }], {}], [1, "auto_CH_aoc.com_dib", 0, "^https?://(www\\.)?aoc\\.com/", 10, [], [{ e: 903 }], [{ v: 903 }], [{ wait: 500 }, { c: 903 }], [{ timeout: 1e3, check: "none", wv: 903 }], {}], [1, "auto_CH_arte.tv_ln7", 0, "^https?://(www\\.)?arte\\.tv/", 10, [], [{ e: 904 }], [{ v: 904 }], [{ wait: 500 }, { c: 904 }], [{ timeout: 1e3, check: "none", wv: 904 }], {}], [1, "auto_CH_arttv.ch_2lm", 0, "^https?://(www\\.)?arttv\\.ch/", 10, [], [{ e: 905 }], [{ v: 905 }], [{ wait: 500 }, { c: 905 }], [{ timeout: 1e3, check: "none", wv: 905 }], {}], [1, "auto_CH_ascona.il-centro.ch_59k", 0, "^https?://(www\\.)?ascona\\.il-centro\\.ch/", 10, [], [{ e: 906 }], [{ v: 906 }], [{ wait: 500 }, { c: 906 }], [{ timeout: 1e3, check: "none", wv: 906 }], {}], [1, "auto_CH_astag.ch_1if", 0, "^https?://(www\\.)?astag\\.ch/", 10, [], [{ e: 907 }], [{ v: 907 }], [{ wait: 500 }, { c: 907 }], [{ timeout: 1e3, check: "none", wv: 907 }], {}], [1, "auto_CH_auto.swiss_z35", 0, "^https?://(www\\.)?auto\\.swiss/", 10, [], [{ e: 908 }], [{ v: 908 }], [{ wait: 500 }, { c: 908 }], [{ timeout: 1e3, check: "none", wv: 908 }], {}], [1, "auto_CH_autodoc.de_krd", 0, "^https?://(www\\.)?autodoc\\.de/", 10, [], [{ e: 909 }], [{ v: 909 }], [{ wait: 500 }, { c: 909 }], [{ timeout: 1e3, check: "none", wv: 909 }], {}], [1, "auto_CH_bandlab.com_jul", 0, "^https?://(www\\.)?bandlab\\.com/", 10, [], [{ e: 910 }], [{ v: 910 }], [{ wait: 500 }, { c: 910 }], [{ timeout: 1e3, check: "none", wv: 910 }], {}], [1, "auto_CH_bitbox.swiss_w0n", 0, "^https?://(www\\.)?bitbox\\.swiss/", 10, [], [{ e: 911 }], [{ v: 911 }], [{ wait: 500 }, { c: 911 }], [{ timeout: 1e3, check: "none", wv: 911 }], {}], [1, "auto_CH_blogdumoderateur.com_8p6", 0, "^https?://(www\\.)?blogdumoderateur\\.com/", 10, [], [{ e: 912 }], [{ v: 912 }], [{ wait: 500 }, { c: 912 }], [{ timeout: 1e3, check: "none", wv: 912 }], {}], [1, "auto_CH_blutspendezurich.ch_s0f", 0, "^https?://(www\\.)?blutspendezurich\\.ch/", 10, [], [{ e: 913 }], [{ v: 913 }], [{ wait: 500 }, { c: 913 }], [{ timeout: 1e3, check: "none", wv: 913 }], {}], [1, "auto_CH_cardmarket.com_15t", 0, "^https?://(www\\.)?cardmarket\\.com/", 10, [], [{ e: 914 }], [{ v: 914 }], [{ wait: 500 }, { c: 914 }], [{ timeout: 1e3, check: "none", wv: 914 }], {}], [1, "auto_CH_ch.rotho.com_h99_+2", 0, "^https?://(www\\.)?ch\\.rotho\\.com/|^https?://(www\\.)?reclam\\.de/|^https?://(www\\.)?dacianer\\.de/", 10, [], [{ e: 915 }], [{ v: 915 }], [{ wait: 500 }, { c: 915 }], [{ timeout: 1e3, check: "none", wv: 915 }], {}], [1, "auto_CH_chambres-hotes.fr_hay", 0, "^https?://(www\\.)?chambres-hotes\\.fr/", 10, [], [{ e: 916 }], [{ v: 916 }], [{ wait: 500 }, { c: 916 }], [{ timeout: 1e3, check: "none", wv: 916 }], {}], [1, "auto_CH_chrono24.ch_dve_+1", 0, "^https?://(www\\.)?chrono24\\.ch/|^https?://(www\\.)?chrono24\\.de/", 10, [], [{ e: 917 }], [{ v: 917 }], [{ wait: 500 }, { c: 917 }], [{ timeout: 1e3, check: "none", wv: 917 }], {}], [1, "auto_CH_chrono24.com_lj5_+1", 0, "^https?://(www\\.)?chrono24\\.com/|^https?://(www\\.)?chrono24\\.co\\.uk/", 10, [], [{ e: 917 }], [{ v: 917 }], [{ wait: 500 }, { c: 917 }], [{ timeout: 1e3, check: "none", wv: 917 }], {}], [1, "auto_CH_coolblue.de_egw", 0, "^https?://(www\\.)?coolblue\\.de/", 10, [], [{ e: 918 }], [{ v: 918 }], [{ wait: 500 }, { c: 918 }], [{ timeout: 1e3, check: "none", wv: 918 }], {}], [1, "auto_CH_ersatzteil-shop24.de_mh5_+1", 0, "^https?://(www\\.)?ersatzteil-shop24\\.de/|^https?://(www\\.)?der-rasenmaeher\\.de/", 10, [], [{ e: 919 }], [{ v: 919 }], [{ wait: 500 }, { c: 919 }], [{ timeout: 1e3, check: "none", wv: 919 }], {}], [1, "auto_CH_euroairport.com_3yl_+4", 0, "^https?://(www\\.)?euroairport\\.com/|^https?://(www\\.)?carnavalet\\.paris\\.fr/|^https?://(www\\.)?ifrap\\.org/|^https?://(www\\.)?mam\\.paris\\.fr/|^https?://(www\\.)?petitpalais\\.paris\\.fr/", 10, [], [{ e: 920 }], [{ v: 920 }], [{ wait: 500 }, { c: 920 }], [{ timeout: 1e3, check: "none", wv: 920 }], {}], [1, "auto_CH_europarl.europa.eu_y2d", 0, "^https?://(www\\.)?europarl\\.europa\\.eu/", 10, [], [{ e: 921 }], [{ v: 921 }], [{ wait: 500 }, { c: 921 }], [{ timeout: 1e3, check: "none", wv: 921 }], {}], [1, "auto_CH_feldschloesschen.ch_4mc", 0, "^https?://(www\\.)?feldschloesschen\\.ch/", 10, [], [{ e: 922 }], [{ v: 922 }], [{ wait: 500 }, { c: 922 }], [{ timeout: 1e3, check: "none", wv: 922 }], {}], [1, "auto_CH_fhgr.ch_9nr", 0, "^https?://(www\\.)?fhgr\\.ch/", 10, [], [{ e: 923 }], [{ v: 923 }], [{ wait: 500 }, { c: 923 }], [{ timeout: 1e3, check: "none", wv: 923 }], {}], [1, "auto_CH_fondationbeyeler.ch_o13", 0, "^https?://(www\\.)?fondationbeyeler\\.ch/", 10, [], [{ e: 915 }], [{ v: 915 }], [{ wait: 500 }, { c: 915 }], [{ timeout: 1e3, check: "none", wv: 915 }], {}], [1, "auto_CH_fontis-shop.ch_ksd", 0, "^https?://(www\\.)?fontis-shop\\.ch/", 10, [], [{ e: 924 }], [{ v: 924 }], [{ wait: 500 }, { c: 924 }], [{ timeout: 1e3, check: "none", wv: 924 }], {}], [1, "auto_CH_frankenspalter.ch_jo0", 0, "^https?://(www\\.)?frankenspalter\\.ch/", 10, [], [{ e: 925 }], [{ v: 925 }], [{ wait: 500 }, { c: 925 }], [{ timeout: 1e3, check: "none", wv: 925 }], {}], [1, "auto_CH_frankenspalter.ch_l2w", 0, "^https?://(www\\.)?frankenspalter\\.ch/", 10, [], [{ e: 926 }], [{ v: 926 }], [{ wait: 500 }, { c: 926 }], [{ timeout: 1e3, check: "none", wv: 926 }], {}], [1, "auto_CH_fruugoschweiz.com_6k8", 0, "^https?://(www\\.)?fruugoschweiz\\.com/", 10, [], [{ e: 927 }], [{ v: 927 }], [{ wait: 500 }, { c: 927 }], [{ timeout: 1e3, check: "none", wv: 927 }], {}], [1, "auto_CH_gabrielweinberg.com_56i", 0, "^https?://(www\\.)?gabrielweinberg\\.com/", 10, [], [{ e: 928 }], [{ v: 928 }], [{ wait: 500 }, { c: 928 }], [{ timeout: 1e3, check: "none", wv: 928 }], {}], [1, "auto_CH_galaxus.de_sqv_+1", 0, "^https?://(www\\.)?galaxus\\.de/|^https?://(www\\.)?galaxus\\.fr/", 10, [], [{ e: 929 }], [{ v: 929 }], [{ wait: 500 }, { c: 929 }], [{ timeout: 1e3, check: "none", wv: 929 }], {}], [1, "auto_CH_gstaadmenuhinfestival.ch_vp3", 0, "^https?://(www\\.)?gstaadmenuhinfestival\\.ch/", 10, [], [{ e: 930 }], [{ v: 930 }], [{ wait: 500 }, { c: 930 }], [{ timeout: 1e3, check: "none", wv: 930 }], {}], [1, "auto_CH_haushaltstipps.com_9kx_+1", 0, "^https?://(www\\.)?haushaltstipps\\.com/|^https?://(www\\.)?alltours\\.de/", 10, [], [{ e: 915 }], [{ v: 915 }], [{ wait: 500 }, { c: 915 }], [{ timeout: 1e3, check: "none", wv: 915 }], {}], [1, "auto_CH_independentxpress.de_0qj", 0, "^https?://(www\\.)?independentxpress\\.de/", 10, [], [{ e: 931 }], [{ v: 931 }], [{ wait: 500 }, { c: 931 }], [{ timeout: 1e3, check: "none", wv: 931 }], {}], [1, "auto_CH_instant-gaming.com_8j3", 0, "^https?://(www\\.)?instant-gaming\\.com/", 10, [], [{ e: 932 }], [{ v: 932 }], [{ wait: 500 }, { c: 932 }], [{ timeout: 1e3, check: "none", wv: 932 }], {}], [1, "auto_CH_kinopoisk.ru_w3g_+14", 0, "^https?://(www\\.)?kinopoisk\\.ru/|^https?://(www\\.)?market\\.yandex\\.ru/|^https?://(www\\.)?translate\\.yandex\\.com/|^https?://(www\\.)?yandex\\.com\\.tr/|^https?://(www\\.)?ya\\.ru/|^https?://(www\\.)?yandex\\.com/|^https?://(www\\.)?translate\\.yandex\\.ru/|^https?://(www\\.)?yandex\\.by/|^https?://(www\\.)?local\\.yandex\\.com/|^https?://(www\\.)?sso\\.passport\\.yandex\\.ru/|^https?://(www\\.)?360\\.yandex\\.ru/|^https?://(www\\.)?360\\.yandex\\.com/|^https?://(www\\.)?music\\.yandex\\.ru/|^https?://(www\\.)?hd\\.kinopoisk\\.ru/|^https?://(www\\.)?wap\\.yandex\\.com/", 10, [], [{ e: 933 }], [{ v: 933 }], [{ wait: 500 }, { c: 933 }], [{ timeout: 1e3, check: "none", wv: 933 }], {}], [1, "auto_CH_kobo.com_p4l", 0, "^https?://(www\\.)?kobo\\.com/", 10, [], [{ e: 934 }], [{ v: 934 }], [{ wait: 500 }, { c: 934 }], [{ timeout: 1e3, check: "none", wv: 934 }], {}], [1, "auto_CH_labanquepostale.fr_o6f_+1", 0, "^https?://(www\\.)?labanquepostale\\.fr/|^https?://(www\\.)?labanquepostale\\.com/", 10, [], [{ e: 935 }], [{ v: 935 }], [{ wait: 500 }, { c: 935 }], [{ timeout: 1e3, check: "none", wv: 935 }], {}], [1, "auto_CH_laposte.fr_ctu_+2", 0, "^https?://(www\\.)?laposte\\.fr/|^https?://(www\\.)?localiser\\.laposte\\.fr/|^https?://(www\\.)?aide\\.laposte\\.fr/", 10, [], [{ e: 936 }], [{ v: 936 }], [{ wait: 500 }, { c: 936 }], [{ timeout: 1e3, check: "none", wv: 936 }], {}], [1, "auto_CH_larian.com_kp5", 0, "^https?://(www\\.)?larian\\.com/", 10, [], [{ e: 937 }], [{ v: 937 }], [{ wait: 500 }, { c: 937 }], [{ timeout: 1e3, check: "none", wv: 937 }], {}], [1, "auto_CH_louis-moto.ch_5yk", 0, "^https?://(www\\.)?louis-moto\\.ch/", 10, [], [{ e: 938 }], [{ v: 938 }], [{ wait: 500 }, { c: 938 }], [{ timeout: 1e3, check: "none", wv: 938 }], {}], [1, "auto_CH_manufactum.ch_ag0_+1", 0, "^https?://(www\\.)?manufactum\\.ch/|^https?://(www\\.)?manufactum\\.de/", 10, [], [{ e: 939 }], [{ v: 939 }], [{ wait: 500 }, { c: 939 }], [{ timeout: 1e3, check: "none", wv: 939 }], {}], [1, "auto_CH_maps.engadin.ch_m40_+3", 0, "^https?://(www\\.)?maps\\.engadin\\.ch/|^https?://(www\\.)?outdoor\\.glarnerland\\.ch/|^https?://(www\\.)?altenberg\\.de/|^https?://(www\\.)?tourenplaner-rheinland-pfalz\\.de/", 10, [], [{ e: 901 }], [{ v: 901 }], [{ wait: 500 }, { c: 901 }], [{ timeout: 1e3, check: "none", wv: 901 }], {}], [1, "auto_CH_mein-kraeuterkeller.de_zjh", 0, "^https?://(www\\.)?mein-kraeuterkeller\\.de/", 10, [], [{ e: 940 }], [{ v: 940 }], [{ wait: 500 }, { c: 940 }], [{ timeout: 1e3, check: "none", wv: 940 }], {}], [1, "auto_CH_meintiptopf.ch_84l", 0, "^https?://(www\\.)?meintiptopf\\.ch/", 10, [], [{ e: 941 }], [{ v: 941 }], [{ wait: 500 }, { c: 941 }], [{ timeout: 1e3, check: "none", wv: 941 }], {}], [1, "auto_CH_mio.se_hd0", 0, "^https?://(www\\.)?mio\\.se/", 10, [], [{ e: 942 }], [{ v: 942 }], [{ wait: 500 }, { c: 942 }], [{ timeout: 1e3, check: "none", wv: 942 }], {}], [1, "auto_CH_moebel24.ch_fck_+1", 0, "^https?://(www\\.)?moebel24\\.ch/|^https?://(www\\.)?moebel\\.de/", 10, [], [{ e: 943 }], [{ v: 943 }], [{ wait: 500 }, { c: 943 }], [{ timeout: 1e3, check: "none", wv: 943 }], {}], [1, "auto_CH_mrporter.com_0nl_+1", 0, "^https?://(www\\.)?mrporter\\.com/|^https?://(www\\.)?net-a-porter\\.com/", 10, [], [{ e: 944 }], [{ v: 944 }], [{ wait: 500 }, { c: 944 }], [{ timeout: 1e3, check: "none", wv: 944 }], {}], [1, "auto_CH_platform.openai.com_g5y", 0, "^https?://(www\\.)?platform\\.openai\\.com/", 10, [], [{ e: 945 }], [{ v: 945 }], [{ wait: 500 }, { c: 945 }], [{ timeout: 1e3, check: "none", wv: 945 }], {}], [1, "auto_CH_pmphotomedia.ch_ume", 0, "^https?://(www\\.)?pmphotomedia\\.ch/", 10, [], [{ e: 946 }], [{ v: 946 }], [{ wait: 500 }, { c: 946 }], [{ timeout: 1e3, check: "none", wv: 946 }], {}], [1, "auto_CH_radio1.ch_1v2", 0, "^https?://(www\\.)?radio1\\.ch/", 10, [], [{ e: 947 }], [{ v: 947 }], [{ wait: 500 }, { c: 947 }], [{ timeout: 1e3, check: "none", wv: 947 }], {}], [1, "auto_CH_renens.ch_2uc", 0, "^https?://(www\\.)?renens\\.ch/", 10, [], [{ e: 948 }], [{ v: 948 }], [{ wait: 500 }, { c: 948 }], [{ timeout: 1e3, check: "none", wv: 948 }], {}], [1, "auto_CH_sac-uto.ch_3gu", 0, "^https?://(www\\.)?sac-uto\\.ch/", 10, [], [{ e: 949 }], [{ v: 949 }], [{ wait: 500 }, { c: 949 }], [{ timeout: 1e3, check: "none", wv: 949 }], {}], [1, "auto_CH_seetickets.com_4b2", 0, "^https?://(www\\.)?seetickets\\.com/", 10, [], [{ e: 950 }], [{ v: 950 }], [{ wait: 500 }, { c: 950 }], [{ timeout: 1e3, check: "none", wv: 950 }], {}], [1, "auto_CH_sparkasse.de_lwr", 0, "^https?://(www\\.)?sparkasse\\.de/", 10, [], [{ e: 951 }], [{ v: 951 }], [{ wait: 500 }, { c: 951 }], [{ timeout: 1e3, check: "none", wv: 951 }], {}], [1, "auto_CH_sva-bl.ch_h2k_+1", 0, "^https?://(www\\.)?sva-bl\\.ch/|^https?://(www\\.)?uni-bremen\\.de/", 10, [], [{ e: 952 }], [{ v: 952 }], [{ wait: 500 }, { c: 952 }], [{ timeout: 1e3, check: "none", wv: 952 }], {}], [1, "auto_CH_svtplay.se_d39", 0, "^https?://(www\\.)?svtplay\\.se/", 10, [], [{ e: 953 }], [{ v: 953 }], [{ wait: 500 }, { c: 953 }], [{ timeout: 1e3, check: "none", wv: 953 }], {}], [1, "auto_CH_transn.ch_ygb", 0, "^https?://(www\\.)?transn\\.ch/", 10, [], [{ e: 954 }], [{ v: 954 }], [{ wait: 500 }, { c: 954 }], [{ timeout: 1e3, check: "none", wv: 954 }], {}], [1, "auto_CH_ubs-kidscup.ch_5oc", 0, "^https?://(www\\.)?ubs-kidscup\\.ch/", 10, [], [{ e: 955 }], [{ v: 955 }], [{ wait: 500 }, { c: 955 }], [{ timeout: 1e3, check: "none", wv: 955 }], {}], [1, "auto_CH_velofactory.ch_tpq", 0, "^https?://(www\\.)?velofactory\\.ch/", 10, [], [{ e: 956 }], [{ v: 956 }], [{ wait: 500 }, { c: 956 }], [{ timeout: 1e3, check: "none", wv: 956 }], {}], [1, "auto_DE_116117-termine.de_nwg", 0, "^https?://(www\\.)?116117-termine\\.de/", 10, [], [{ e: 957 }], [{ v: 957 }], [{ wait: 500 }, { c: 957 }], [{ timeout: 1e3, check: "none", wv: 957 }], {}], [1, "auto_DE_6relax.de_na9", 0, "^https?://(www\\.)?6relax\\.de/", 10, [], [{ e: 958 }], [{ v: 958 }], [{ wait: 500 }, { c: 958 }], [{ timeout: 1e3, check: "none", wv: 958 }], {}], [1, "auto_DE_accio.com_kdu", 0, "^https?://(www\\.)?accio\\.com/", 10, [], [{ e: 959 }], [{ v: 959 }], [{ wait: 500 }, { c: 959 }], [{ timeout: 1e3, check: "none", wv: 959 }], {}], [1, "auto_DE_aerztekammer-bw.de_rse", 0, "^https?://(www\\.)?aerztekammer-bw\\.de/", 10, [], [{ e: 960 }], [{ v: 960 }], [{ wait: 500 }, { c: 960 }], [{ timeout: 1e3, check: "none", wv: 960 }], {}], [1, "auto_DE_afd.de_tad", 0, "^https?://(www\\.)?afd\\.de/", 10, [], [{ e: 961 }], [{ v: 961 }], [{ wait: 500 }, { c: 961 }], [{ timeout: 1e3, check: "none", wv: 961 }], {}], [1, "auto_DE_aknw.de_wcz_+1", 0, "^https?://(www\\.)?aknw\\.de/|^https?://(www\\.)?regioentsorgung\\.de/", 10, [], [{ e: 962 }], [{ v: 962 }], [{ wait: 500 }, { c: 962 }], [{ timeout: 1e3, check: "none", wv: 962 }], {}], [1, "auto_DE_all-inkl.com_toh", 0, "^https?://(www\\.)?all-inkl\\.com/", 10, [], [{ e: 963 }], [{ v: 963 }], [{ wait: 500 }, { c: 963 }], [{ timeout: 1e3, check: "none", wv: 963 }], {}], [1, "auto_DE_almenrausch.at_c6z", 0, "^https?://(www\\.)?almenrausch\\.at/", 10, [], [{ e: 964 }], [{ v: 964 }], [{ wait: 500 }, { c: 964 }], [{ timeout: 1e3, check: "none", wv: 964 }], {}], [1, "auto_DE_alza.de_iq3", 0, "^https?://(www\\.)?alza\\.de/", 10, [], [{ e: 965 }], [{ v: 965 }], [{ wait: 500 }, { c: 965 }], [{ timeout: 1e3, check: "none", wv: 965 }], {}], [1, "auto_DE_ancestry.com_k1k", 0, "^https?://(www\\.)?ancestry\\.com/", 10, [], [{ e: 966 }], [{ v: 966 }], [{ wait: 500 }, { c: 966 }], [{ timeout: 1e3, check: "none", wv: 966 }], {}], [1, "auto_DE_apozilla.de_d1h", 0, "^https?://(www\\.)?apozilla\\.de/", 10, [], [{ e: 967 }], [{ v: 967 }], [{ wait: 500 }, { c: 967 }], [{ timeout: 1e3, check: "none", wv: 967 }], {}], [1, "auto_DE_ardplus.de_ue3", 0, "^https?://(www\\.)?ardplus\\.de/", 10, [], [{ e: 968 }], [{ v: 968 }], [{ wait: 500 }, { c: 968 }], [{ timeout: 1e3, check: "none", wv: 968 }], {}], [1, "auto_DE_axa.de_vyk", 0, "^https?://(www\\.)?axa\\.de/", 10, [], [{ e: 969 }], [{ v: 969 }], [{ wait: 500 }, { c: 969 }], [{ timeout: 1e3, check: "none", wv: 969 }], {}], [1, "auto_DE_backmarket.de_dzf", 0, "^https?://(www\\.)?backmarket\\.de/", 10, [], [{ e: 970 }], [{ v: 970 }], [{ wait: 500 }, { c: 970 }], [{ timeout: 1e3, check: "none", wv: 970 }], {}], [1, "auto_DE_bbbank.de_dcf_+15", 0, "^https?://(www\\.)?bbbank\\.de/|^https?://(www\\.)?diebank\\.de/|^https?://(www\\.)?genobroker\\.de/|^https?://(www\\.)?ligabank\\.de/|^https?://(www\\.)?pax-bkc\\.de/|^https?://(www\\.)?psd-berlin-brandenburg\\.de/|^https?://(www\\.)?psd-nuernberg\\.de/|^https?://(www\\.)?sparda-bank-hamburg\\.de/|^https?://(www\\.)?sparda-h\\.de/|^https?://(www\\.)?sparda-n\\.de/|^https?://(www\\.)?v-mn\\.de/|^https?://(www\\.)?vr-bayernmitte\\.de/|^https?://(www\\.)?vrbank-brs\\.de/|^https?://(www\\.)?vrbank-eg\\.de/|^https?://(www\\.)?vrbank-lb\\.de/|^https?://(www\\.)?wvb\\.de/", 10, [], [{ e: 971 }], [{ v: 971 }], [{ wait: 500 }, { c: 971 }], [{ timeout: 1e3, check: "none", wv: 971 }], {}], [1, "auto_DE_biunsinnorden.de_kwa_+1", 0, "^https?://(www\\.)?biunsinnorden\\.de/|^https?://(www\\.)?livegigs\\.de/", 10, [], [{ e: 972 }], [{ v: 972 }], [{ wait: 500 }, { c: 972 }], [{ timeout: 1e3, check: "none", wv: 972 }], {}], [1, "auto_DE_bmz.de_nss", 0, "^https?://(www\\.)?bmz\\.de/", 10, [], [{ e: 973 }], [{ v: 973 }], [{ wait: 500 }, { c: 973 }], [{ timeout: 1e3, check: "none", wv: 973 }], {}], [1, "auto_DE_buerklin.com_bya", 0, "^https?://(www\\.)?buerklin\\.com/", 10, [], [{ e: 915 }], [{ v: 915 }], [{ wait: 500 }, { c: 915 }], [{ timeout: 1e3, check: "none", wv: 915 }], {}], [1, "auto_DE_bundeswehrkarriere.de_g9g", 0, "^https?://(www\\.)?bundeswehrkarriere\\.de/", 10, [], [{ e: 974 }], [{ v: 974 }], [{ wait: 500 }, { c: 974 }], [{ timeout: 1e3, check: "none", wv: 974 }], {}], [1, "auto_DE_byak.de_dcj", 0, "^https?://(www\\.)?byak\\.de/", 10, [], [{ e: 975 }], [{ v: 975 }], [{ wait: 500 }, { c: 975 }], [{ timeout: 1e3, check: "none", wv: 975 }], {}], [1, "auto_DE_byte.fm_83l", 0, "^https?://(www\\.)?byte\\.fm/", 10, [], [{ e: 976 }], [{ v: 976 }], [{ wait: 500 }, { c: 976 }], [{ timeout: 1e3, check: "none", wv: 976 }], {}], [1, "auto_DE_camping-outdoorshop.de_oo4_+1", 0, "^https?://(www\\.)?camping-outdoorshop\\.de/|^https?://(www\\.)?elektro-wandelt\\.de/", 10, [], [{ e: 964 }], [{ v: 964 }], [{ wait: 500 }, { c: 964 }], [{ timeout: 1e3, check: "none", wv: 964 }], {}], [1, "auto_DE_club.auto-doc.at_6xj", 0, "^https?://(www\\.)?club\\.auto-doc\\.at/", 10, [], [{ e: 977 }], [{ v: 977 }], [{ wait: 500 }, { c: 977 }], [{ timeout: 1e3, check: "none", wv: 977 }], {}], [1, "auto_DE_daad.de_w45", 0, "^https?://(www\\.)?daad\\.de/", 10, [], [{ e: 978 }], [{ v: 978 }], [{ wait: 500 }, { c: 978 }], [{ timeout: 1e3, check: "none", wv: 978 }], {}], [1, "auto_DE_das-ist-drin.de_e12", 0, "^https?://(www\\.)?das-ist-drin\\.de/", 10, [], [{ e: 979 }], [{ v: 979 }], [{ wait: 500 }, { c: 979 }], [{ timeout: 1e3, check: "none", wv: 979 }], {}], [1, "auto_DE_de.accio.com_97o", 0, "^https?://(www\\.)?de\\.accio\\.com/", 10, [], [{ e: 959 }], [{ v: 959 }], [{ wait: 500 }, { c: 959 }], [{ timeout: 1e3, check: "none", wv: 959 }], {}], [1, "auto_DE_de.artprice.com_kfk", 0, "^https?://(www\\.)?de\\.artprice\\.com/", 10, [], [{ e: 980 }], [{ v: 980 }], [{ wait: 500 }, { c: 980 }], [{ timeout: 1e3, check: "none", wv: 980 }], {}], [1, "auto_DE_de.nothing.tech_0fr_+1", 0, "^https?://(www\\.)?de\\.nothing\\.tech/|^https?://(www\\.)?nothing\\.tech/", 10, [], [{ e: 981 }], [{ v: 981 }], [{ wait: 500 }, { c: 981 }], [{ timeout: 1e3, check: "none", wv: 981 }], {}], [1, "auto_DE_dekra.de_qrb", 0, "^https?://(www\\.)?dekra\\.de/", 10, [], [{ e: 982 }], [{ v: 982 }], [{ wait: 500 }, { c: 982 }], [{ timeout: 1e3, check: "none", wv: 982 }], {}], [1, "auto_DE_edelstahl-tuerklingel.de_375", 0, "^https?://(www\\.)?edelstahl-tuerklingel\\.de/", 10, [], [{ e: 983 }], [{ v: 983 }], [{ wait: 500 }, { c: 983 }], [{ timeout: 1e3, check: "none", wv: 983 }], {}], [1, "auto_DE_eezy.nrw_9aj", 0, "^https?://(www\\.)?eezy\\.nrw/", 10, [], [{ e: 984 }], [{ v: 984 }], [{ wait: 500 }, { c: 984 }], [{ timeout: 1e3, check: "none", wv: 984 }], {}], [1, "auto_DE_ernstings-family.de_xqf", 0, "^https?://(www\\.)?ernstings-family\\.de/", 10, [], [{ e: 985 }], [{ v: 985 }], [{ wait: 500 }, { c: 985 }], [{ timeout: 1e3, check: "none", wv: 985 }], {}], [1, "auto_DE_fcbinside.de_0d6", 0, "^https?://(www\\.)?fcbinside\\.de/", 10, [], [{ e: 986 }], [{ v: 986 }], [{ wait: 500 }, { c: 986 }], [{ timeout: 1e3, check: "none", wv: 986 }], {}], [1, "auto_DE_feierabend.de_kr4", 0, "^https?://(www\\.)?feierabend\\.de/", 10, [], [{ e: 987 }], [{ v: 987 }], [{ wait: 500 }, { c: 987 }], [{ timeout: 1e3, check: "none", wv: 987 }], {}], [1, "auto_DE_feser-graf.de_qz8", 0, "^https?://(www\\.)?feser-graf\\.de/", 10, [], [{ e: 988 }], [{ v: 988 }], [{ wait: 500 }, { c: 988 }], [{ timeout: 1e3, check: "none", wv: 988 }], {}], [1, "auto_DE_finanzpartner.de_13s", 0, "^https?://(www\\.)?finanzpartner\\.de/", 10, [], [{ e: 989 }], [{ v: 989 }], [{ wait: 500 }, { c: 989 }], [{ timeout: 1e3, check: "none", wv: 989 }], {}], [1, "auto_DE_gasometer.de_0xw", 0, "^https?://(www\\.)?gasometer\\.de/", 10, [], [{ e: 990 }], [{ v: 990 }], [{ wait: 500 }, { c: 990 }], [{ timeout: 1e3, check: "none", wv: 990 }], {}], [1, "auto_DE_hermoney.de_jsi", 0, "^https?://(www\\.)?hermoney\\.de/", 10, [], [{ e: 991 }], [{ v: 991 }], [{ wait: 500 }, { c: 991 }], [{ timeout: 1e3, check: "none", wv: 991 }], {}], [1, "auto_DE_hilfe.kleinanzeigen.de_44a_+1", 0, "^https?://(www\\.)?hilfe\\.kleinanzeigen\\.de/|^https?://(www\\.)?themen\\.kleinanzeigen\\.de/", 10, [], [{ e: 992 }], [{ v: 992 }], [{ wait: 500 }, { c: 992 }], [{ timeout: 1e3, check: "none", wv: 992 }], {}], [1, "auto_DE_howik.com_99g", 0, "^https?://(www\\.)?howik\\.com/", 10, [], [{ e: 993 }], [{ v: 993 }], [{ wait: 500 }, { c: 993 }], [{ timeout: 1e3, check: "none", wv: 993 }], {}], [1, "auto_DE_hu-berlin.de_sk6", 0, "^https?://(www\\.)?hu-berlin\\.de/", 10, [], [{ e: 994 }], [{ v: 994 }], [{ wait: 500 }, { c: 994 }], [{ timeout: 1e3, check: "none", wv: 994 }], {}], [1, "auto_DE_imd-berlin.de_6m1", 0, "^https?://(www\\.)?imd-berlin\\.de/", 10, [], [{ e: 995 }], [{ v: 995 }], [{ wait: 500 }, { c: 995 }], [{ timeout: 1e3, check: "none", wv: 995 }], {}], [1, "auto_DE_immobilien.sparkasse.de_zj7", 0, "^https?://(www\\.)?immobilien\\.sparkasse\\.de/", 10, [996], [{ e: 997 }], [{ v: 997 }], [{ c: 998 }], [{ timeout: 1e3, check: "none", wv: 997 }], {}], [1, "auto_DE_impfen-info.de_am5_+1", 0, "^https?://(www\\.)?impfen-info\\.de/|^https?://(www\\.)?infektionsschutz\\.de/", 10, [], [{ e: 999 }], [{ v: 999 }], [{ wait: 500 }, { c: 999 }], [{ timeout: 1e3, check: "none", wv: 999 }], {}], [1, "auto_DE_jobvector.de_641", 0, "^https?://(www\\.)?jobvector\\.de/", 10, [], [{ e: 1e3 }], [{ v: 1e3 }], [{ wait: 500 }, { c: 1e3 }], [{ timeout: 1e3, check: "none", wv: 1e3 }], {}], [1, "auto_DE_kinsta.com_hc5", 0, "^https?://(www\\.)?kinsta\\.com/", 10, [], [{ e: 1001 }], [{ v: 1001 }], [{ wait: 500 }, { c: 1001 }], [{ timeout: 1e3, check: "none", wv: 1001 }], {}], [1, "auto_DE_kleineskraftwerk.de_fx7", 0, "^https?://(www\\.)?kleineskraftwerk\\.de/", 10, [], [{ e: 1002 }], [{ v: 1002 }], [{ wait: 500 }, { c: 1002 }], [{ timeout: 1e3, check: "none", wv: 1002 }], {}], [1, "auto_DE_kundenportal.m-net.de_y8l", 0, "^https?://(www\\.)?kundenportal\\.m-net\\.de/", 10, [], [{ e: 951 }], [{ v: 951 }], [{ wait: 500 }, { c: 951 }], [{ timeout: 1e3, check: "none", wv: 951 }], {}], [1, "auto_DE_kvhb.de_hhf", 0, "^https?://(www\\.)?kvhb\\.de/", 10, [], [{ e: 1003 }], [{ v: 1003 }], [{ wait: 500 }, { c: 1003 }], [{ timeout: 1e3, check: "none", wv: 1003 }], {}], [1, "auto_DE_la.spankbang.com_sva", 0, "^https?://(www\\.)?la\\.spankbang\\.com/", 10, [], [{ e: 1004 }], [{ v: 1004 }], [{ wait: 500 }, { c: 1004 }], [{ timeout: 1e3, check: "none", wv: 1004 }], {}], [1, "auto_DE_lbs.de_6zt", 0, "^https?://(www\\.)?lbs\\.de/", 10, [], [{ e: 1005 }], [{ v: 1005 }], [{ wait: 500 }, { c: 1005 }], [{ timeout: 1e3, check: "none", wv: 1005 }], {}], [1, "auto_DE_lenovo.com_xcv", 0, "^https?://(www\\.)?lenovo\\.com/", 10, [], [{ e: 1006 }], [{ v: 1006 }], [{ wait: 500 }, { c: 1006 }], [{ timeout: 1e3, check: "none", wv: 1006 }], {}], [1, "auto_DE_listando.de_c5i", 0, "^https?://(www\\.)?listando\\.de/", 10, [], [{ e: 1007 }], [{ v: 1007 }], [{ wait: 500 }, { c: 1007 }], [{ timeout: 1e3, check: "none", wv: 1007 }], {}], [1, "auto_DE_lite-magazin.de_e1s", 0, "^https?://(www\\.)?lite-magazin\\.de/", 10, [], [{ e: 1008 }], [{ v: 1008 }], [{ wait: 500 }, { c: 1008 }], [{ timeout: 1e3, check: "none", wv: 1008 }], {}], [1, "auto_DE_m.livejasmin.com_cvg", 0, "^https?://(www\\.)?livejasmin\\.com/", 10, [], [{ e: 1009 }], [{ v: 1009 }], [{ wait: 500 }, { c: 1009 }], [{ timeout: 1e3, check: "none", wv: 1009 }], {}], [1, "auto_DE_mhplus-krankenkasse.de_4xb", 0, "^https?://(www\\.)?mhplus-krankenkasse\\.de/", 10, [], [{ e: 964 }], [{ v: 964 }], [{ wait: 500 }, { c: 964 }], [{ timeout: 1e3, check: "none", wv: 964 }], {}], [1, "auto_DE_mitarbeiterservice.bayern.de_quh", 0, "^https?://(www\\.)?mitarbeiterservice\\.bayern\\.de/", 10, [], [{ e: 1010 }], [{ v: 1010 }], [{ wait: 500 }, { c: 1010 }], [{ timeout: 1e3, check: "none", wv: 1010 }], {}], [1, "auto_DE_mrmarvis.com_bo5", 0, "^https?://(www\\.)?mrmarvis\\.com/", 10, [], [{ e: 1011 }], [{ v: 1011 }], [{ wait: 500 }, { c: 1011 }], [{ timeout: 1e3, check: "none", wv: 1011 }], {}], [1, "auto_DE_nanu-nana.de_7my", 0, "^https?://(www\\.)?nanu-nana\\.de/", 10, [], [{ e: 1012 }], [{ v: 1012 }], [{ wait: 500 }, { c: 1012 }], [{ timeout: 1e3, check: "none", wv: 1012 }], {}], [1, "auto_DE_originalteile.mercedes-benz.de_tce", 0, "^https?://(www\\.)?originalteile\\.mercedes-benz\\.de/", 10, [], [{ e: 1013 }], [{ v: 1013 }], [{ wait: 500 }, { c: 1013 }], [{ timeout: 1e3, check: "none", wv: 1013 }], {}], [1, "auto_DE_parqet.com_6wm", 0, "^https?://(www\\.)?parqet\\.com/", 10, [], [{ e: 1014 }], [{ v: 1014 }], [{ wait: 500 }, { c: 1014 }], [{ timeout: 1e3, check: "none", wv: 1014 }], {}], [1, "auto_DE_pflanzenhof-online.de_au2", 0, "^https?://(www\\.)?pflanzenhof-online\\.de/", 10, [], [{ e: 1015 }], [{ v: 1015 }], [{ wait: 500 }, { c: 1015 }], [{ timeout: 1e3, check: "none", wv: 1015 }], {}], [1, "auto_DE_polizei.hessen.de_rsx", 0, "^https?://(www\\.)?polizei\\.hessen\\.de/", 10, [], [{ e: 1016 }], [{ v: 1016 }], [{ wait: 500 }, { c: 1016 }], [{ timeout: 1e3, check: "none", wv: 1016 }], {}], [1, "auto_DE_regierung.oberbayern.bayern.de_zx2_+2", 0, "^https?://(www\\.)?regierung\\.oberbayern\\.bayern\\.de/|^https?://(www\\.)?statistik\\.bayern\\.de/|^https?://(www\\.)?stmb\\.bayern\\.de/", 10, [], [{ e: 1017 }], [{ v: 1017 }], [{ wait: 500 }, { c: 1017 }], [{ timeout: 1e3, check: "none", wv: 1017 }], {}], [1, "auto_DE_roller.de_pjo", 0, "^https?://(www\\.)?roller\\.de/", 10, [], [{ e: 1018 }], [{ v: 1018 }], [{ wait: 500 }, { c: 1018 }], [{ timeout: 1e3, check: "none", wv: 1018 }], {}], [1, "auto_DE_rundfunkbeitrag.de_g4y", 0, "^https?://(www\\.)?rundfunkbeitrag\\.de/", 10, [], [{ e: 1019 }], [{ v: 1019 }], [{ wait: 500 }, { c: 1019 }], [{ timeout: 1e3, check: "none", wv: 1019 }], {}], [1, "auto_DE_schwabach.de_fjr", 0, "^https?://(www\\.)?schwabach\\.de/", 10, [], [{ e: 1020 }], [{ v: 1020 }], [{ wait: 500 }, { c: 1020 }], [{ timeout: 1e3, check: "none", wv: 1020 }], {}], [1, "auto_DE_schwaebisch-hall.de_0g1", 0, "^https?://(www\\.)?schwaebisch-hall\\.de/", 10, [], [{ e: 1021 }], [{ v: 1021 }], [{ wait: 500 }, { c: 1021 }], [{ timeout: 1e3, check: "none", wv: 1021 }], {}], [1, "auto_DE_sellercentral.amazon.de_xi0", 0, "^https?://(www\\.)?sellercentral\\.amazon\\.de/", 10, [], [{ e: 1022 }], [{ v: 1022 }], [{ wait: 500 }, { c: 1022 }], [{ timeout: 1e3, check: "none", wv: 1022 }], {}], [1, "auto_DE_sephora.de_exg", 0, "^https?://(www\\.)?sephora\\.de/", 10, [], [{ e: 944 }], [{ v: 944 }], [{ wait: 500 }, { c: 944 }], [{ timeout: 1e3, check: "none", wv: 944 }], {}], [1, "auto_DE_solarspeicher24.de_w5k", 0, "^https?://(www\\.)?solarspeicher24\\.de/", 10, [], [{ e: 1023 }], [{ v: 1023 }], [{ wait: 500 }, { c: 1023 }], [{ timeout: 1e3, check: "none", wv: 1023 }], {}], [1, "auto_DE_speedtest.vodafone.de_dha", 0, "^https?://(www\\.)?speedtest\\.vodafone\\.de/", 10, [], [{ e: 1024 }], [{ v: 1024 }], [{ wait: 500 }, { c: 1024 }], [{ timeout: 1e3, check: "none", wv: 1024 }], {}], [1, "auto_DE_steeltoyz.de_i51", 0, "^https?://(www\\.)?steeltoyz\\.de/", 10, [], [{ e: 1025 }], [{ v: 1025 }], [{ wait: 500 }, { c: 1025 }], [{ timeout: 1e3, check: "none", wv: 1025 }], {}], [1, "auto_DE_survival-kompass.de_kv6", 0, "^https?://(www\\.)?survival-kompass\\.de/", 10, [], [{ e: 1026 }], [{ v: 1026 }], [{ wait: 500 }, { c: 1026 }], [{ timeout: 1e3, check: "none", wv: 1026 }], {}], [1, "auto_DE_typografie.info_mnj", 0, "^https?://(www\\.)?typografie\\.info/", 10, [], [{ e: 1027 }], [{ v: 1027 }], [{ wait: 500 }, { c: 1027 }], [{ timeout: 1e3, check: "none", wv: 1027 }], {}], [1, "auto_DE_uni-hildesheim.de_7kj", 0, "^https?://(www\\.)?uni-hildesheim\\.de/", 10, [], [{ e: 1028 }], [{ v: 1028 }], [{ wait: 500 }, { c: 1028 }], [{ timeout: 1e3, check: "none", wv: 1028 }], {}], [1, "auto_DE_uni-mannheim.de_omi", 0, "^https?://(www\\.)?uni-mannheim\\.de/", 10, [], [{ e: 1029 }], [{ v: 1029 }], [{ wait: 500 }, { c: 1029 }], [{ timeout: 1e3, check: "none", wv: 1029 }], {}], [1, "auto_DE_variete.de_6cc", 0, "^https?://(www\\.)?variete\\.de/", 10, [], [{ e: 1030 }], [{ v: 1030 }], [{ wait: 500 }, { c: 1030 }], [{ timeout: 1e3, check: "none", wv: 1030 }], {}], [1, "auto_DE_wien.gv.at_mm2", 0, "^https?://(www\\.)?wien\\.gv\\.at/", 10, [], [{ e: 1031 }], [{ v: 1031 }], [{ wait: 500 }, { c: 1031 }], [{ timeout: 1e3, check: "none", wv: 1031 }], {}], [1, "auto_DE_wolt.com_jyq", 0, "^https?://(www\\.)?wolt\\.com/", 10, [], [{ e: 1032 }], [{ v: 1032 }], [{ wait: 500 }, { c: 1032 }], [{ timeout: 1e3, check: "none", wv: 1032 }], {}], [1, "auto_FR_3ds.com_pa7", 0, "^https?://(www\\.)?3ds\\.com/", 10, [], [{ e: 1033 }], [{ v: 1033 }], [{ wait: 500 }, { c: 1033 }], [{ timeout: 1e3, check: "none", wv: 1033 }], {}], [1, "auto_FR_aefinfo.fr_6r7", 0, "^https?://(www\\.)?aefinfo\\.fr/", 10, [], [{ e: 1034 }], [{ v: 1034 }], [{ wait: 500 }, { c: 1034 }], [{ timeout: 1e3, check: "none", wv: 1034 }], {}], [1, "auto_FR_alinea.com_d9k", 0, "^https?://(www\\.)?alinea\\.com/", 10, [], [{ e: 1035 }], [{ v: 1035 }], [{ wait: 500 }, { c: 1035 }], [{ timeout: 1e3, check: "none", wv: 1035 }], {}], [1, "auto_FR_alinea.com_gst", 0, "^https?://(www\\.)?alinea\\.com/", 10, [], [{ e: 1036 }], [{ v: 1036 }], [{ wait: 500 }, { c: 1036 }], [{ timeout: 1e3, check: "none", wv: 1036 }], {}], [1, "auto_FR_annuaire-inverse-france.com_4oi", 0, "^https?://(www\\.)?annuaire-inverse-france\\.com/", 10, [], [{ e: 1037 }], [{ v: 1037 }], [{ wait: 500 }, { c: 1037 }], [{ timeout: 1e3, check: "none", wv: 1037 }], {}], [1, "auto_FR_asp.gouv.fr_ytt", 0, "^https?://(www\\.)?asp\\.gouv\\.fr/", 10, [], [{ e: 1038 }], [{ v: 1038 }], [{ wait: 500 }, { c: 1038 }], [{ timeout: 1e3, check: "none", wv: 1038 }], {}], [1, "auto_FR_bd-adultes.com_nn2", 0, "^https?://(www\\.)?bd-adultes\\.com/", 10, [], [{ e: 1039 }], [{ v: 1039 }], [{ wait: 500 }, { c: 1039 }], [{ timeout: 1e3, check: "none", wv: 1039 }], {}], [1, "auto_FR_bobvoyeur.com_qm5", 0, "^https?://(www\\.)?bobvoyeur\\.com/", 10, [], [{ e: 1040 }], [{ v: 1040 }], [{ wait: 500 }, { c: 1040 }], [{ timeout: 1e3, check: "none", wv: 1040 }], {}], [1, "auto_FR_bpi.fr_l52", 0, "^https?://(www\\.)?bpi\\.fr/", 10, [], [{ e: 889 }], [{ v: 889 }], [{ wait: 500 }, { c: 889 }], [{ timeout: 1e3, check: "none", wv: 889 }], {}], [1, "auto_FR_chamrousse.com_i7u", 0, "^https?://(www\\.)?chamrousse\\.com/", 10, [], [{ e: 1041 }], [{ v: 1041 }], [{ wait: 500 }, { c: 1041 }], [{ timeout: 1e3, check: "none", wv: 1041 }], {}], [1, "auto_FR_charliehebdo.fr_smr", 0, "^https?://(www\\.)?charliehebdo\\.fr/", 10, [], [{ e: 1042 }], [{ v: 1042 }], [{ wait: 500 }, { c: 1042 }], [{ timeout: 1e3, check: "none", wv: 1042 }], {}], [1, "auto_FR_cite-sciences.fr_kcx", 0, "^https?://(www\\.)?cite-sciences\\.fr/", 10, [], [{ e: 1043 }], [{ v: 1043 }], [{ wait: 500 }, { c: 1043 }], [{ timeout: 1e3, check: "none", wv: 1043 }], {}], [1, "auto_FR_coe.int_cfo", 0, "^https?://(www\\.)?coe\\.int/", 10, [], [{ e: 1044 }], [{ v: 1044 }], [{ wait: 500 }, { c: 1044 }], [{ timeout: 1e3, check: "none", wv: 1044 }], {}], [1, "auto_FR_coutellerie-tourangelle.com_rcf", 0, "^https?://(www\\.)?coutellerie-tourangelle\\.com/", 10, [], [{ e: 1045 }], [{ v: 1045 }], [{ wait: 500 }, { c: 1045 }], [{ timeout: 1e3, check: "none", wv: 1045 }], {}], [1, "auto_FR_cre.fr_sd4", 0, "^https?://(www\\.)?cre\\.fr/", 10, [], [{ e: 1046 }], [{ v: 1046 }], [{ wait: 500 }, { c: 1046 }], [{ timeout: 1e3, check: "none", wv: 1046 }], {}], [1, "auto_FR_cybevasion.fr_jjp", 0, "^https?://(www\\.)?cybevasion\\.fr/", 10, [], [{ e: 916 }], [{ v: 916 }], [{ wait: 500 }, { c: 916 }], [{ timeout: 1e3, check: "none", wv: 916 }], {}], [1, "auto_FR_edumoov.com_sij", 0, "^https?://(www\\.)?edumoov\\.com/", 10, [], [{ e: 1047 }], [{ v: 1047 }], [{ wait: 500 }, { c: 1047 }], [{ timeout: 1e3, check: "none", wv: 1047 }], {}], [1, "auto_FR_engie-homeservices.fr_lyo", 0, "^https?://(www\\.)?engie-homeservices\\.fr/", 10, [], [{ e: 1048 }], [{ v: 1048 }], [{ wait: 500 }, { c: 1048 }], [{ timeout: 1e3, check: "none", wv: 1048 }], {}], [1, "auto_FR_es.xhamster.com_f69", 0, "^https?://(www\\.)?es\\.xhamster\\.com/", 10, [], [{ e: 1049 }], [{ v: 1049 }], [{ wait: 500 }, { c: 1049 }], [{ timeout: 1e3, check: "none", wv: 1049 }], {}], [1, "auto_FR_euro-expos.com_tok", 0, "^https?://(www\\.)?euro-expos\\.com/", 10, [], [{ e: 1050 }], [{ v: 1050 }], [{ wait: 500 }, { c: 1050 }], [{ timeout: 1e3, check: "none", wv: 1050 }], {}], [1, "auto_FR_fr.accio.com_zdn", 0, "^https?://(www\\.)?fr\\.accio\\.com/", 10, [], [{ e: 959 }], [{ v: 959 }], [{ wait: 500 }, { c: 959 }], [{ timeout: 1e3, check: "none", wv: 959 }], {}], [1, "auto_FR_fr.xgimi.com_fzb_+1", 0, "^https?://(www\\.)?fr\\.xgimi\\.com/|^https?://(www\\.)?leminor\\.fr/", 10, [], [{ e: 868 }], [{ v: 868 }], [{ wait: 500 }, { c: 868 }], [{ timeout: 1e3, check: "none", wv: 868 }], {}], [1, "auto_FR_glamuse.com_n32", 0, "^https?://(www\\.)?glamuse\\.com/", 10, [], [{ e: 1051 }], [{ v: 1051 }], [{ wait: 500 }, { c: 1051 }], [{ timeout: 1e3, check: "none", wv: 1051 }], {}], [1, "auto_FR_gmf.fr_pxt", 0, "^https?://(www\\.)?gmf\\.fr/", 10, [], [{ e: 1052 }], [{ v: 1052 }], [{ wait: 500 }, { c: 1052 }], [{ timeout: 1e3, check: "none", wv: 1052 }], {}], [1, "auto_FR_gov.br_n2f", 0, "^https?://(www\\.)?gov\\.br/", 10, [], [{ e: 1053 }], [{ v: 1053 }], [{ wait: 500 }, { c: 1053 }], [{ timeout: 1e3, check: "none", wv: 1053 }], {}], [1, "auto_FR_greengo.voyage_fg3", 0, "^https?://(www\\.)?greengo\\.voyage/", 10, [], [{ e: 1054 }], [{ v: 1054 }], [{ wait: 500 }, { c: 1054 }], [{ timeout: 1e3, check: "none", wv: 1054 }], {}], [1, "auto_FR_haproxy.com_arh", 0, "^https?://(www\\.)?haproxy\\.com/", 10, [], [{ e: 1055 }], [{ v: 1055 }], [{ wait: 500 }, { c: 1055 }], [{ timeout: 1e3, check: "none", wv: 1055 }], {}], [1, "auto_FR_interencheres.com_c67", 0, "^https?://(www\\.)?interencheres\\.com/", 10, [], [{ e: 1050 }], [{ v: 1050 }], [{ wait: 500 }, { c: 1050 }], [{ timeout: 1e3, check: "none", wv: 1050 }], {}], [1, "auto_FR_ita.xhamster.com_jhk", 0, "^https?://(www\\.)?ita\\.xhamster\\.com/", 10, [], [{ e: 1049 }], [{ v: 1049 }], [{ wait: 500 }, { c: 1049 }], [{ timeout: 1e3, check: "none", wv: 1049 }], {}], [1, "auto_FR_kobo.com_ajz", 0, "^https?://(www\\.)?kobo\\.com/", 10, [], [{ e: 1056 }], [{ v: 1056 }], [{ wait: 500 }, { c: 1056 }], [{ timeout: 1e3, check: "none", wv: 1056 }], {}], [1, "auto_FR_lalibrairie.com_0lt", 0, "^https?://(www\\.)?lalibrairie\\.com/", 10, [], [{ e: 1057 }], [{ v: 1057 }], [{ wait: 500 }, { c: 1057 }], [{ timeout: 1e3, check: "none", wv: 1057 }], {}], [1, "auto_FR_leclercvoyages.com_2o4", 0, "^https?://(www\\.)?leclercvoyages\\.com/", 10, [], [{ e: 1052 }], [{ v: 1052 }], [{ wait: 500 }, { c: 1052 }], [{ timeout: 1e3, check: "none", wv: 1052 }], {}], [1, "auto_FR_lesprosdelapetiteenfance.fr_bng", 0, "^https?://(www\\.)?lesprosdelapetiteenfance\\.fr/", 10, [], [{ e: 920 }], [{ v: 920 }], [{ wait: 500 }, { c: 920 }], [{ timeout: 1e3, check: "none", wv: 920 }], {}], [1, "auto_FR_ludum.fr_gl5", 0, "^https?://(www\\.)?ludum\\.fr/", 10, [], [{ e: 1058 }], [{ v: 1058 }], [{ wait: 500 }, { c: 1058 }], [{ timeout: 1e3, check: "none", wv: 1058 }], {}], [1, "auto_FR_maboussoleaidants.fr_f8f", 0, "^https?://(www\\.)?maboussoleaidants\\.fr/", 10, [], [{ e: 1059 }], [{ v: 1059 }], [{ wait: 500 }, { c: 1059 }], [{ timeout: 1e3, check: "none", wv: 1059 }], {}], [1, "auto_FR_magellan-bio.fr_5xr", 0, "^https?://(www\\.)?magellan-bio\\.fr/", 10, [], [{ e: 1060 }], [{ v: 1060 }], [{ wait: 500 }, { c: 1060 }], [{ timeout: 1e3, check: "none", wv: 1060 }], {}], [1, "auto_FR_manuels.solutions_3gb", 0, "^https?://(www\\.)?manuels\\.solutions/", 10, [], [{ e: 1061 }], [{ v: 1061 }], [{ wait: 500 }, { c: 1061 }], [{ timeout: 1e3, check: "none", wv: 1061 }], {}], [1, "auto_FR_maty.com_2v7", 0, "^https?://(www\\.)?maty\\.com/", 10, [], [{ e: 951 }], [{ v: 951 }], [{ wait: 500 }, { c: 951 }], [{ timeout: 1e3, check: "none", wv: 951 }], {}], [1, "auto_FR_mawaqit.net_0cw", 0, "^https?://(www\\.)?mawaqit\\.net/", 10, [], [{ e: 1062 }], [{ v: 1062 }], [{ wait: 500 }, { c: 1062 }], [{ timeout: 1e3, check: "none", wv: 1062 }], {}], [1, "auto_FR_meformerenregion.fr_64b", 0, "^https?://(www\\.)?meformerenregion\\.fr/", 10, [], [{ e: 1063 }], [{ v: 1063 }], [{ wait: 500 }, { c: 1063 }], [{ timeout: 1e3, check: "none", wv: 1063 }], {}], [1, "auto_FR_mesinfos.fr_gt2", 0, "^https?://(www\\.)?mesinfos\\.fr/", 10, [], [{ e: 1064 }], [{ v: 1064 }], [{ wait: 500 }, { c: 1064 }], [{ timeout: 1e3, check: "none", wv: 1064 }], {}], [1, "auto_FR_naval-group.com_yzx", 0, "^https?://(www\\.)?naval-group\\.com/", 10, [], [{ e: 920 }], [{ v: 920 }], [{ wait: 500 }, { c: 920 }], [{ timeout: 1e3, check: "none", wv: 920 }], {}], [1, "auto_FR_norauto.fr_mbi", 0, "^https?://(www\\.)?norauto\\.fr/", 10, [], [{ e: 951 }], [{ v: 951 }], [{ wait: 500 }, { c: 951 }], [{ timeout: 1e3, check: "none", wv: 951 }], {}], [1, "auto_FR_nouslib.com_1tl", 0, "^https?://(www\\.)?nouslib\\.com/", 10, [], [{ e: 1065 }], [{ v: 1065 }], [{ wait: 500 }, { c: 1065 }], [{ timeout: 1e3, check: "none", wv: 1065 }], {}], [1, "auto_FR_oceane.breizhgo.bzh_g7u", 0, "^https?://(www\\.)?oceane\\.breizhgo\\.bzh/", 10, [], [{ e: 1066 }], [{ v: 1066 }], [{ wait: 500 }, { c: 1066 }], [{ timeout: 1e3, check: "none", wv: 1066 }], {}], [1, "auto_FR_pfg.fr_j2d_+1", 0, "^https?://(www\\.)?pfg\\.fr/|^https?://(www\\.)?pointp\\.fr/", 10, [], [{ e: 1052 }], [{ v: 1052 }], [{ wait: 500 }, { c: 1052 }], [{ timeout: 1e3, check: "none", wv: 1052 }], {}], [1, "auto_FR_picwish.com_l0k", 0, "^https?://(www\\.)?picwish\\.com/", 10, [], [{ e: 1067 }], [{ v: 1067 }], [{ wait: 500 }, { c: 1067 }], [{ timeout: 1e3, check: "none", wv: 1067 }], {}], [1, "auto_FR_platform.openai.com_nyz", 0, "^https?://(www\\.)?platform\\.openai\\.com/", 10, [], [{ e: 1068 }], [{ v: 1068 }], [{ wait: 500 }, { c: 1068 }], [{ timeout: 1e3, check: "none", wv: 1068 }], {}], [1, "auto_FR_pointdevente.parionssport.fdj.fr_9uh", 0, "^https?://(www\\.)?pointdevente\\.parionssport\\.fdj\\.fr/", 10, [], [{ e: 1005 }], [{ v: 1005 }], [{ wait: 500 }, { c: 1005 }], [{ timeout: 1e3, check: "none", wv: 1005 }], {}], [1, "auto_FR_politis.fr_g33", 0, "^https?://(www\\.)?politis\\.fr/", 10, [], [{ e: 1069 }], [{ v: 1069 }], [{ wait: 500 }, { c: 1069 }], [{ timeout: 1e3, check: "none", wv: 1069 }], {}], [1, "auto_FR_pretto.fr_kb5", 0, "^https?://(www\\.)?pretto\\.fr/", 10, [], [{ e: 1070 }], [{ v: 1070 }], [{ wait: 500 }, { c: 1070 }], [{ timeout: 1e3, check: "none", wv: 1070 }], {}], [1, "auto_FR_privateaser.com_uco", 0, "^https?://(www\\.)?privateaser\\.com/", 10, [], [{ e: 1071 }], [{ v: 1071 }], [{ wait: 500 }, { c: 1071 }], [{ timeout: 1e3, check: "none", wv: 1071 }], {}], [1, "auto_FR_pro.inserm.fr_omt", 0, "^https?://(www\\.)?pro\\.inserm\\.fr/", 10, [], [{ e: 889 }], [{ v: 889 }], [{ wait: 500 }, { c: 889 }], [{ timeout: 1e3, check: "none", wv: 889 }], {}], [1, "auto_FR_proantic.com_oyg", 0, "^https?://(www\\.)?proantic\\.com/", 10, [], [{ e: 1072 }], [{ v: 1072 }], [{ wait: 500 }, { c: 1072 }], [{ timeout: 1e3, check: "none", wv: 1072 }], {}], [1, "auto_FR_revue-histoire.fr_jex", 0, "^https?://(www\\.)?revue-histoire\\.fr/", 10, [], [{ e: 1073 }], [{ v: 1073 }], [{ wait: 500 }, { c: 1073 }], [{ timeout: 1e3, check: "none", wv: 1073 }], {}], [1, "auto_FR_rhinoshield.fr_k5l", 0, "^https?://(www\\.)?rhinoshield\\.fr/", 10, [], [{ e: 868 }], [{ v: 868 }], [{ wait: 500 }, { c: 868 }], [{ timeout: 1e3, check: "none", wv: 868 }], {}], [1, "auto_FR_sephora.fr_k3l", 0, "^https?://(www\\.)?sephora\\.fr/", 10, [], [{ e: 944 }], [{ v: 944 }], [{ wait: 500 }, { c: 944 }], [{ timeout: 1e3, check: "none", wv: 944 }], {}], [1, "auto_FR_xhamster.desi_pv1_+1", 0, "^https?://(www\\.)?xhamster\\.desi/|^https?://(www\\.)?xhamster3\\.com/", 10, [], [{ e: 1049 }], [{ v: 1049 }], [{ wait: 500 }, { c: 1049 }], [{ timeout: 1e3, check: "none", wv: 1049 }], {}], [1, "auto_GB_3djake.uk_0", 0, "^https?://(www\\.)?3djake\\.uk/", 10, [], [{ e: 1074 }], [{ v: 1074 }], [{ c: 1074 }], [], {}], [1, "auto_GB_actionfraud.org.uk_92k", 0, "^https?://(www\\.)?actionfraud\\.org\\.uk/", 10, [], [{ e: 1075 }], [{ v: 1075 }], [{ wait: 500 }, { c: 1075 }], [{ timeout: 1e3, check: "none", wv: 1075 }], {}], [1, "auto_GB_ancestry.com_0", 0, "^https?://(www\\.)?ancestry\\.com/", 10, [], [{ e: 1076 }], [{ v: 1076 }], [{ wait: 500 }, { c: 1076 }], [{ timeout: 1e3, check: "none", wv: 1076 }], {}], [1, "auto_GB_arte.tv_0", 0, "^https?://(www\\.)?arte\\.tv/", 10, [], [{ e: 1077 }], [{ v: 1077 }], [{ c: 1077 }], [], {}], [1, "auto_GB_bensnaturalhealth.co.uk_0", 0, "^https?://(www\\.)?bensnaturalhealth\\.co\\.uk/", 10, [], [{ e: 1078 }], [{ v: 1078 }], [{ c: 1078 }], [], {}], [1, "auto_GB_bike24.com_0", 0, "^https?://(www\\.)?bike24\\.com/", 10, [], [{ e: 1079 }], [{ v: 1079 }], [{ c: 1079 }], [], {}], [1, "auto_GB_brazzers.com_0", 0, "^https?://(www\\.)?brazzers\\.com/", 10, [], [{ e: 1080 }], [{ v: 1080 }], [{ c: 1080 }], [], {}], [1, "auto_GB_bricksandlogic.co.uk_o5o", 0, "^https?://(www\\.)?bricksandlogic\\.co\\.uk/", 10, [], [{ e: 1081 }], [{ v: 1081 }], [{ wait: 500 }, { c: 1081 }], [{ timeout: 1e3, check: "none", wv: 1081 }], {}], [1, "auto_GB_brightondome.org_iz9", 0, "^https?://(www\\.)?brightondome\\.org/", 10, [], [{ e: 1082 }], [{ v: 1082 }], [{ wait: 500 }, { c: 1082 }], [{ timeout: 1e3, check: "none", wv: 1082 }], {}], [1, "auto_GB_businessclass.com_0", 0, "^https?://(www\\.)?businessclass\\.com/", 10, [], [{ e: 1083 }], [{ v: 1083 }], [{ c: 1083 }], [], {}], [1, "auto_GB_capcut.com_0", 0, "^https?://(www\\.)?capcut\\.com/", 10, [], [{ e: 1084 }], [{ v: 1084 }], [{ c: 1084 }], [], {}], [1, "auto_GB_cardmarket.com_oxh", 0, "^https?://(www\\.)?cardmarket\\.com/", 10, [], [{ e: 1085 }], [{ v: 1085 }], [{ wait: 500 }, { c: 1085 }], [{ timeout: 1e3, check: "none", wv: 1085 }], {}], [1, "auto_GB_catawiki.com_0", 0, "^https?://(www\\.)?catawiki\\.com/", 10, [], [{ e: 1086 }], [{ v: 1086 }], [{ c: 1086 }], [], {}], [1, "auto_GB_charlesclinkard.co.uk_0", 0, "^https?://(www\\.)?charlesclinkard\\.co\\.uk/", 10, [], [{ e: 1087 }], [{ v: 1087 }], [{ wait: 500 }, { c: 1087 }], [{ timeout: 1e3, check: "none", wv: 1087 }], {}], [1, "auto_GB_chilternseeds.co.uk_0", 0, "^https?://(www\\.)?chilternseeds\\.co\\.uk/", 10, [], [{ e: 1088 }], [{ v: 1088 }], [{ wait: 500 }, { c: 1088 }], [{ timeout: 1e3, check: "none", wv: 1088 }], {}], [1, "auto_GB_chrono24.com_0", 0, "^https?://(www\\.)?chrono24\\.com/", 10, [], [{ e: 1089 }], [{ v: 1089 }], [{ c: 1089 }], [], {}], [1, "auto_GB_cpfc.co.uk_0", 0, "^https?://(www\\.)?cpfc\\.co\\.uk/", 10, [], [{ e: 1090 }], [{ v: 1090 }], [{ c: 1090 }], [], {}], [1, "auto_GB_deezer.com_0", 0, "^https?://(www\\.)?deezer\\.com/", 10, [], [{ e: 1091 }], [{ v: 1091 }], [{ c: 1091 }], [], {}], [1, "auto_GB_edinburghcastle.scot_h2e", 0, "^https?://(www\\.)?edinburghcastle\\.scot/", 10, [], [{ e: 1092 }], [{ v: 1092 }], [{ wait: 500 }, { c: 1092 }], [{ timeout: 1e3, check: "none", wv: 1092 }], {}], [1, "auto_GB_europarl.europa.eu_0", 0, "^https?://(www\\.)?europarl\\.europa\\.eu/", 10, [], [{ e: 1093 }], [{ v: 1093 }], [{ c: 1093 }], [], {}], [1, "auto_GB_everysaving.co.uk_38t", 0, "^https?://(www\\.)?everysaving\\.co\\.uk/", 10, [], [{ e: 1094 }], [{ v: 1094 }], [{ c: 1094 }], [], {}], [1, "auto_GB_ewrc-results.com_y5f", 0, "^https?://(www\\.)?ewrc-results\\.com/", 10, [], [{ e: 1095 }], [{ v: 1095 }], [{ wait: 500 }, { c: 1095 }], [{ timeout: 1e3, check: "none", wv: 1095 }], {}], [1, "auto_GB_f6s.com_221", 0, "^https?://(www\\.)?f6s\\.com/", 10, [], [{ e: 1096 }], [{ v: 1096 }], [{ wait: 500 }, { c: 1096 }], [{ timeout: 1e3, check: "none", wv: 1096 }], {}], [1, "auto_GB_faphouse.com_0", 0, "^https?://(www\\.)?faphouse\\.com/", 10, [], [{ e: 1097 }], [{ v: 1097 }], [{ c: 1097 }], [], {}], [1, "auto_GB_farmergracy.co.uk_dl3", 0, "^https?://(www\\.)?farmergracy\\.co\\.uk/", 10, [], [{ e: 1098 }], [{ v: 1098 }], [{ wait: 500 }, { c: 1098 }], [{ timeout: 1e3, check: "none", wv: 1098 }], {}], [1, "auto_GB_fca.org.uk_9p9", 0, "^https?://(www\\.)?fca\\.org\\.uk/", 10, [], [{ e: 1099 }], [{ v: 1099 }], [{ wait: 500 }, { c: 1099 }], [{ timeout: 1e3, check: "none", wv: 1099 }], {}], [1, "auto_GB_forum.affinity.serif.com_0", 0, "^https?://(www\\.)?forum\\.affinity\\.serif\\.com/", 10, [], [{ e: 1100 }], [{ v: 1100 }], [{ c: 1100 }], [], {}], [1, "auto_GB_garden4less.co.uk_0", 0, "^https?://(www\\.)?garden4less\\.co\\.uk/", 10, [], [{ e: 1101 }], [{ v: 1101 }], [{ c: 1101 }], [], {}], [1, "auto_GB_glassesdirect.co.uk_bt9", 0, "^https?://(www\\.)?glassesdirect\\.co\\.uk/", 10, [], [{ e: 1102 }], [{ v: 1102 }], [{ wait: 500 }, { c: 1102 }], [{ timeout: 1e3, check: "none", wv: 1102 }], {}], [1, "auto_GB_handbook.fca.org.uk_0", 0, "^https?://(www\\.)?handbook\\.fca\\.org\\.uk/", 10, [], [{ e: 1103 }], [{ v: 1103 }], [{ wait: 500 }, { c: 1103 }], [{ timeout: 1e3, check: "none", wv: 1103 }], {}], [1, "auto_GB_historicenvironment.scot_0", 0, "^https?://(www\\.)?historicenvironment\\.scot/", 10, [], [{ e: 1104 }], [{ v: 1104 }], [{ c: 1104 }], [], {}], [1, "auto_GB_ionos.co.uk_c0a", 0, "^https?://(www\\.)?ionos\\.co\\.uk/", 10, [], [{ e: 1105 }], [{ v: 1105 }], [{ wait: 500 }, { c: 1105 }], [{ timeout: 1e3, check: "none", wv: 1105 }], {}], [1, "auto_GB_kick.com_0", 0, "^https?://(www\\.)?kick\\.com/", 10, [], [{ e: 1106 }], [{ v: 1106 }], [{ c: 1106 }], [], {}], [1, "auto_GB_kinopoisk.ru_0", 0, "^https?://(www\\.)?kinopoisk\\.ru/", 10, [], [{ e: 1107 }], [{ v: 1107 }], [{ wait: 500 }, { c: 1107 }], [{ timeout: 1e3, check: "none", wv: 1107 }], {}], [1, "auto_GB_kirklees.gov.uk_0", 0, "^https?://(www\\.)?kirklees\\.gov\\.uk/", 10, [], [{ e: 1108 }], [{ v: 1108 }], [{ c: 1108 }], [], {}], [1, "auto_GB_lancaster.ac.uk_0", 0, "^https?://(www\\.)?lancaster\\.ac\\.uk/", 10, [], [{ e: 1109 }], [{ v: 1109 }], [{ c: 1109 }], [], {}], [1, "auto_GB_lustery.com_0", 0, "^https?://(www\\.)?lustery\\.com/", 10, [], [{ e: 1110 }], [{ v: 1110 }], [{ c: 1110 }], [], {}], [1, "auto_GB_m.yandex.com_0_+2", 0, "^https?://(www\\.)?m\\.yandex\\.com/|^https?://(www\\.)?online\\.yandex\\.com/|^https?://(www\\.)?xmlsearch\\.yandex\\.ru/", 10, [], [{ e: 1111 }], [{ v: 1111 }], [{ text: "Allow essential cookies", c: 1111 }], [], {}], [1, "auto_GB_mypharmacy.co.uk_0", 0, "^https?://(www\\.)?mypharmacy\\.co\\.uk/", 10, [], [{ e: 1112 }], [{ v: 1112 }], [{ text: "DENY ALL", c: 1112 }], [], {}], [1, "auto_GB_onestream.co.uk_dpx", 0, "^https?://(www\\.)?onestream\\.co\\.uk/", 10, [], [{ e: 1113 }], [{ v: 1113 }], [{ wait: 500 }, { c: 1113 }], [{ timeout: 1e3, check: "none", wv: 1113 }], {}], [1, "auto_GB_outfox.energy_6ux", 0, "^https?://(www\\.)?outfox\\.energy/", 10, [], [{ e: 1114 }], [{ v: 1114 }], [{ wait: 500 }, { c: 1114 }], [{ timeout: 1e3, check: "none", wv: 1114 }], {}], [1, "auto_GB_parliamentlive.tv_r3v", 0, "^https?://(www\\.)?parliamentlive\\.tv/", 10, [], [{ e: 1115 }], [{ v: 1115 }], [{ c: 1115 }], [], {}], [1, "auto_GB_partscentre.co.uk_s70", 0, "^https?://(www\\.)?partscentre\\.co\\.uk/", 10, [], [{ e: 1116 }], [{ v: 1116 }], [{ wait: 500 }, { c: 1116 }], [{ timeout: 1e3, check: "none", wv: 1116 }], {}], [1, "auto_GB_plumbingworld.co.uk_vmi", 0, "^https?://(www\\.)?plumbingworld\\.co\\.uk/", 10, [], [{ e: 1117 }], [{ v: 1117 }], [{ wait: 500 }, { c: 1117 }], [{ timeout: 1e3, check: "none", wv: 1117 }], {}], [1, "auto_GB_reading.gov.uk_0", 0, "^https?://(www\\.)?reading\\.gov\\.uk/", 10, [], [{ e: 1118 }], [{ v: 1118 }], [{ wait: 500 }, { c: 1118 }], [{ timeout: 1e3, check: "none", wv: 1118 }], {}], [1, "auto_GB_shopify.com_0", 0, "^https?://(www\\.)?shopify\\.com/", 10, [], [{ e: 1119 }], [{ v: 1119 }], [{ c: 1119 }], [], {}], [1, "auto_GB_sso.passport.yandex.ru_0_+4", 0, "^https?://(www\\.)?sso\\.passport\\.yandex\\.ru/|^https?://(www\\.)?translate\\.yandex\\.com/|^https?://(www\\.)?ya\\.ru/|^https?://(www\\.)?yandex\\.com\\.tr/|^https?://(www\\.)?yandex\\.com/", 10, [], [{ e: 1107 }], [{ v: 1107 }], [{ c: 1107 }], [], {}], [1, "auto_GB_stoneacre.co.uk_73c", 0, "^https?://(www\\.)?stoneacre\\.co\\.uk/", 10, [], [{ e: 1120 }], [{ v: 1120 }], [{ wait: 500 }, { c: 1120 }], [{ timeout: 1e3, check: "none", wv: 1120 }], {}], [1, "auto_GB_supremecourt.uk_0", 0, "^https?://(www\\.)?supremecourt\\.uk/", 10, [], [{ e: 1121 }], [{ v: 1121 }], [{ c: 1121 }], [{ timeout: 1e3, check: "none", wv: 1121 }], {}], [1, "auto_GB_thebatteryshop.co.uk_0", 0, "^https?://(www\\.)?thebatteryshop\\.co\\.uk/", 10, [], [{ e: 1122 }], [{ v: 1122 }], [{ text: "Reject All", c: 1122 }], [], {}], [1, "auto_GB_thebushcraftstore.co.uk_0_+1", 0, "^https?://(www\\.)?thebushcraftstore\\.co\\.uk/|^https?://(www\\.)?thewoolfactory\\.co\\.uk/", 10, [], [{ e: 1123 }], [{ v: 1123 }], [{ wait: 500 }, { c: 1123 }], [{ timeout: 1e3, check: "none", wv: 1123 }], {}], [1, "auto_GB_trove.scot_xtg", 0, "^https?://(www\\.)?trove\\.scot/", 10, [], [{ e: 1124 }], [{ v: 1124 }], [{ wait: 500 }, { c: 1124 }], [{ timeout: 1e3, check: "none", wv: 1124 }], {}], [1, "auto_GB_truecaller.com_0", 0, "^https?://(www\\.)?truecaller\\.com/", 10, [], [{ e: 1125 }], [{ v: 1125 }], [{ c: 1125 }], [], {}], [1, "auto_GB_vetuk.co.uk_0", 0, "^https?://(www\\.)?vetuk\\.co\\.uk/", 10, [], [{ e: 1126 }], [{ v: 1126 }], [{ wait: 500 }, { c: 1126 }], [{ timeout: 1e3, check: "none", wv: 1126 }], {}], [1, "auto_GB_virgin.com_0", 0, "^https?://(www\\.)?virgin\\.com/", 10, [], [{ e: 1127 }], [{ v: 1127 }], [{ wait: 500 }, { c: 1127 }], [{ timeout: 1e3, check: "none", wv: 1127 }], {}], [1, "auto_GB_vrhump.com_pb5", 0, "^https?://(www\\.)?vrhump\\.com/", 10, [], [{ e: 1128 }], [{ v: 1128 }], [{ wait: 500 }, { c: 1128 }], [{ timeout: 1e3, check: "none", wv: 1128 }], {}], [1, "auto_GB_weldricks.co.uk_0", 0, "^https?://(www\\.)?weldricks\\.co\\.uk/", 10, [], [{ e: 1129 }], [{ v: 1129 }], [{ wait: 500 }, { c: 1129 }], [{ timeout: 1e3, check: "none", wv: 1129 }], {}], [1, "auto_NL_3cx.com_0mf", 0, "^https?://(www\\.)?3cx\\.com/", 10, [], [{ e: 1130 }], [{ v: 1130 }], [{ wait: 500 }, { c: 1130 }], [{ timeout: 1e3, check: "none", wv: 1130 }], {}], [1, "auto_NL_aegon.nl_y2y", 0, "^https?://(www\\.)?aegon\\.nl/", 10, [], [{ e: 1131 }], [{ v: 1131 }], [{ wait: 500 }, { c: 1131 }], [{ timeout: 1e3, check: "none", wv: 1131 }], {}], [1, "auto_NL_app.chatgirl.nl_uqi", 0, "^https?://(www\\.)?app\\.chatgirl\\.nl/", 10, [], [{ e: 1132 }], [{ v: 1132 }], [{ wait: 500 }, { c: 1132 }], [{ timeout: 1e3, check: "none", wv: 1132 }], {}], [1, "auto_NL_asnbank.nl_e28_+1", 0, "^https?://(www\\.)?asnbank\\.nl/|^https?://(www\\.)?blgwonen\\.nl/", 10, [], [{ e: 1133 }], [{ v: 1133 }], [{ wait: 500 }, { c: 1133 }], [{ timeout: 1e3, check: "none", wv: 1133 }], {}], [1, "auto_NL_averoachmea.nl_fxj_+1", 0, "^https?://(www\\.)?averoachmea\\.nl/|^https?://(www\\.)?centraalbeheer\\.nl/", 10, [], [{ e: 1134 }], [{ v: 1134 }], [{ wait: 500 }, { c: 1134 }], [{ timeout: 1e3, check: "none", wv: 1134 }], {}], [1, "auto_NL_beekman.nl_f9e", 0, "^https?://(www\\.)?beekman\\.nl/", 10, [], [{ e: 1135 }], [{ v: 1135 }], [{ wait: 500 }, { c: 1135 }], [{ timeout: 1e3, check: "none", wv: 1135 }], {}], [1, "auto_NL_berivita.com_q3z", 0, "^https?://(www\\.)?berivita\\.com/", 10, [], [{ e: 1136 }], [{ v: 1136 }], [{ wait: 500 }, { c: 1136 }], [{ timeout: 1e3, check: "none", wv: 1136 }], {}], [1, "auto_NL_bibliotheekaanzet.nl_mh6", 0, "^https?://(www\\.)?bibliotheekaanzet\\.nl/", 10, [], [{ e: 1137 }], [{ v: 1137 }], [{ wait: 500 }, { c: 1137 }], [{ timeout: 1e3, check: "none", wv: 1137 }], {}], [1, "auto_NL_bk.nl_tx4", 0, "^https?://(www\\.)?bk\\.nl/", 10, [], [{ e: 868 }], [{ v: 868 }], [{ wait: 500 }, { c: 868 }], [{ timeout: 1e3, check: "none", wv: 868 }], {}], [1, "auto_NL_bonprix.nl_ovi", 0, "^https?://(www\\.)?bonprix\\.nl/", 10, [], [{ e: 1138 }], [{ v: 1138 }], [{ wait: 500 }, { c: 1138 }], [{ timeout: 1e3, check: "none", wv: 1138 }], {}], [1, "auto_NL_braumarkt.com_wfi", 0, "^https?://(www\\.)?braumarkt\\.com/", 10, [], [{ e: 1013 }], [{ v: 1013 }], [{ wait: 500 }, { c: 1013 }], [{ timeout: 1e3, check: "none", wv: 1013 }], {}], [1, "auto_NL_brillen24.nl_08c", 0, "^https?://(www\\.)?brillen24\\.nl/", 10, [], [{ e: 1139 }], [{ v: 1139 }], [{ wait: 500 }, { c: 1139 }], [{ timeout: 1e3, check: "none", wv: 1139 }], {}], [1, "auto_NL_chasse.nl_gs1", 0, "^https?://(www\\.)?chasse\\.nl/", 10, [], [{ e: 1140 }], [{ v: 1140 }], [{ wait: 500 }, { c: 1140 }], [{ timeout: 1e3, check: "none", wv: 1140 }], {}], [1, "auto_NL_cheaptickets.nl_cwt", 0, "^https?://(www\\.)?cheaptickets\\.nl/", 10, [], [{ e: 1141 }], [{ v: 1141 }], [{ wait: 500 }, { c: 1141 }], [{ timeout: 1e3, check: "none", wv: 1141 }], {}], [1, "auto_NL_chillplanet.nl_xcp", 0, "^https?://(www\\.)?chillplanet\\.nl/", 10, [], [{ e: 1142 }], [{ v: 1142 }], [{ wait: 500 }, { c: 1142 }], [{ timeout: 1e3, check: "none", wv: 1142 }], {}], [1, "auto_NL_chrono24.nl_dco", 0, "^https?://(www\\.)?chrono24\\.nl/", 10, [], [{ e: 917 }], [{ v: 917 }], [{ wait: 500 }, { c: 917 }], [{ timeout: 1e3, check: "none", wv: 917 }], {}], [1, "auto_NL_clinicaldiagnostics.nl_pmu", 0, "^https?://(www\\.)?clinicaldiagnostics\\.nl/", 10, [], [{ e: 1143 }], [{ v: 1143 }], [{ wait: 500 }, { c: 1143 }], [{ timeout: 1e3, check: "none", wv: 1143 }], {}], [1, "auto_NL_consumentenbond.nl_53g", 0, "^https?://(www\\.)?consumentenbond\\.nl/", 10, [], [{ e: 1144 }], [{ v: 1144 }], [{ wait: 500 }, { c: 1144 }], [{ timeout: 1e3, check: "none", wv: 1144 }], {}], [1, "auto_NL_denboschregion.nl_4x6", 0, "^https?://(www\\.)?denboschregion\\.nl/", 10, [], [{ e: 1145 }], [{ v: 1145 }], [{ wait: 500 }, { c: 1145 }], [{ timeout: 1e3, check: "none", wv: 1145 }], {}], [1, "auto_NL_denieuwebibliotheek.nl_c1z", 0, "^https?://(www\\.)?denieuwebibliotheek\\.nl/", 10, [], [{ e: 1146 }], [{ v: 1146 }], [{ wait: 500 }, { c: 1146 }], [{ timeout: 1e3, check: "none", wv: 1146 }], {}], [1, "auto_NL_discountoffice.nl_2fb", 0, "^https?://(www\\.)?discountoffice\\.nl/", 10, [], [{ e: 1147 }], [{ v: 1147 }], [{ wait: 500 }, { c: 1147 }], [{ timeout: 1e3, check: "none", wv: 1147 }], {}], [1, "auto_NL_ditjesendatjes.nl_0sa", 0, "^https?://(www\\.)?ditjesendatjes\\.nl/", 10, [], [{ e: 1148 }], [{ v: 1148 }], [{ wait: 500 }, { c: 1148 }], [{ timeout: 1e3, check: "none", wv: 1148 }], {}], [1, "auto_NL_duitslandinstituut.nl_d4q", 0, "^https?://(www\\.)?duitslandinstituut\\.nl/", 10, [], [{ e: 1149 }], [{ v: 1149 }], [{ wait: 500 }, { c: 1149 }], [{ timeout: 1e3, check: "none", wv: 1149 }], {}], [1, "auto_NL_effenaar.nl_nia", 0, "^https?://(www\\.)?effenaar\\.nl/", 10, [], [{ e: 1150 }], [{ v: 1150 }], [{ wait: 500 }, { c: 1150 }], [{ timeout: 1e3, check: "none", wv: 1150 }], {}], [1, "auto_NL_eurojackpot.nederlandseloterij.nl_7hr", 0, "^https?://(www\\.)?eurojackpot\\.nederlandseloterij\\.nl/", 10, [], [{ e: 1151 }], [{ v: 1151 }], [{ wait: 500 }, { c: 1151 }], [{ timeout: 1e3, check: "none", wv: 1151 }], {}], [1, "auto_NL_fietsonderdelenoutlet.nl_x8u", 0, "^https?://(www\\.)?fietsonderdelenoutlet\\.nl/", 10, [], [{ e: 1152 }], [{ v: 1152 }], [{ wait: 500 }, { c: 1152 }], [{ timeout: 1e3, check: "none", wv: 1152 }], {}], [1, "auto_NL_followthebeat.nl_mx5", 0, "^https?://(www\\.)?followthebeat\\.nl/", 10, [], [{ e: 1153 }], [{ v: 1153 }], [{ wait: 500 }, { c: 1153 }], [{ timeout: 1e3, check: "none", wv: 1153 }], {}], [1, "auto_NL_frankenergie.nl_9xh", 0, "^https?://(www\\.)?frankenergie\\.nl/", 10, [], [{ e: 1154 }], [{ v: 1154 }], [{ wait: 500 }, { c: 1154 }], [{ timeout: 1e3, check: "none", wv: 1154 }], {}], [1, "auto_NL_gezondheidenwetenschap.be_zgi", 0, "^https?://(www\\.)?gezondheidenwetenschap\\.be/", 10, [], [{ e: 1155 }], [{ v: 1155 }], [{ wait: 500 }, { c: 1155 }], [{ timeout: 1e3, check: "none", wv: 1155 }], {}], [1, "auto_NL_independer.nl_ind", 0, "^https?://(www\\.)?independer\\.nl/", 10, [1156], [{ e: 1157 }], [{ v: 1157 }], [{ c: 1157 }], [{ check: "none", timeout: 2e3, wv: 1156 }], {}], [1, "auto_NL_info.mumc.nl_8s5", 0, "^https?://(www\\.)?info\\.mumc\\.nl/", 10, [], [{ e: 1158 }], [{ v: 1158 }], [{ wait: 500 }, { c: 1158 }], [{ timeout: 1e3, check: "none", wv: 1158 }], {}], [1, "auto_NL_inshared.nl_p70", 0, "^https?://(www\\.)?inshared\\.nl/", 10, [], [{ e: 1159 }], [{ v: 1159 }], [{ wait: 500 }, { c: 1159 }], [{ timeout: 1e3, check: "none", wv: 1159 }], {}], [1, "auto_NL_isvw.nl_7x0", 0, "^https?://(www\\.)?isvw\\.nl/", 10, [], [{ e: 1160 }], [{ v: 1160 }], [{ wait: 500 }, { c: 1160 }], [{ timeout: 1e3, check: "none", wv: 1160 }], {}], [1, "auto_NL_kaartje2go.nl_ecw", 0, "^https?://(www\\.)?kaartje2go\\.nl/", 10, [], [{ e: 1161 }], [{ v: 1161 }], [{ wait: 500 }, { c: 1161 }], [{ timeout: 1e3, check: "none", wv: 1161 }], {}], [1, "auto_NL_kathmandu.nl_7j4", 0, "^https?://(www\\.)?kathmandu\\.nl/", 10, [], [{ e: 1162 }], [{ v: 1162 }], [{ wait: 500 }, { c: 1162 }], [{ timeout: 1e3, check: "none", wv: 1162 }], {}], [1, "auto_NL_kvk.nl_0wn", 0, "^https?://(www\\.)?kvk\\.nl/", 10, [], [{ e: 1163 }], [{ v: 1163 }], [{ wait: 500 }, { c: 1163 }], [{ timeout: 1e3, check: "none", wv: 1163 }], {}], [1, "auto_NL_labplusarts.nl_feg", 0, "^https?://(www\\.)?labplusarts\\.nl/", 10, [], [{ e: 1164 }], [{ v: 1164 }], [{ wait: 500 }, { c: 1164 }], [{ timeout: 1e3, check: "none", wv: 1164 }], {}], [1, "auto_NL_lakenhal.nl_3go", 0, "^https?://(www\\.)?lakenhal\\.nl/", 10, [], [{ e: 1165 }], [{ v: 1165 }], [{ wait: 500 }, { c: 1165 }], [{ timeout: 1e3, check: "none", wv: 1165 }], {}], [1, "auto_NL_lotto.nederlandseloterij.nl_7c8_+1", 0, "^https?://(www\\.)?lotto\\.nederlandseloterij\\.nl/|^https?://(www\\.)?staatsloterij\\.nederlandseloterij\\.nl/", 10, [], [{ e: 1166 }], [{ v: 1166 }], [{ wait: 500 }, { c: 1166 }], [{ timeout: 1e3, check: "none", wv: 1166 }], {}], [1, "auto_NL_magazines-motivatie.nl_6o1", 0, "^https?://(www\\.)?magazines-motivatie\\.nl/", 10, [], [{ e: 1167 }], [{ v: 1167 }], [{ wait: 500 }, { c: 1167 }], [{ timeout: 1e3, check: "none", wv: 1167 }], {}], [1, "auto_NL_makro.nl_ror", 0, "^https?://(www\\.)?makro\\.nl/", 10, [], [{ e: 1168 }], [{ v: 1168 }], [{ wait: 500 }, { c: 1168 }], [{ timeout: 1e3, check: "none", wv: 1168 }], {}], [1, "auto_NL_manufactum.nl_w9l", 0, "^https?://(www\\.)?manufactum\\.nl/", 10, [], [{ e: 939 }], [{ v: 939 }], [{ wait: 500 }, { c: 939 }], [{ timeout: 1e3, check: "none", wv: 939 }], {}], [1, "auto_NL_matrassencheck.nl_cap", 0, "^https?://(www\\.)?matrassencheck\\.nl/", 10, [], [{ e: 1169 }], [{ v: 1169 }], [{ wait: 500 }, { c: 1169 }], [{ timeout: 1e3, check: "none", wv: 1169 }], {}], [1, "auto_NL_mijn.simyo.nl_xm9", 0, "^https?://(www\\.)?mijn\\.simyo\\.nl/", 10, [], [{ e: 1170 }], [{ v: 1170 }], [{ wait: 500 }, { c: 1170 }], [{ timeout: 1e3, check: "none", wv: 1170 }], {}], [1, "auto_NL_mijngelderland.nl_rkj", 0, "^https?://(www\\.)?mijngelderland\\.nl/", 10, [], [{ e: 1171 }], [{ v: 1171 }], [{ wait: 500 }, { c: 1171 }], [{ timeout: 1e3, check: "none", wv: 1171 }], {}], [1, "auto_NL_milieucentraal.nl_p66", 0, "^https?://(www\\.)?milieucentraal\\.nl/", 10, [], [{ e: 1172 }], [{ v: 1172 }], [{ wait: 500 }, { c: 1172 }], [{ timeout: 1e3, check: "none", wv: 1172 }], {}], [1, "auto_NL_muziekgebouw.nl_cob", 0, "^https?://(www\\.)?muziekgebouw\\.nl/", 10, [], [{ e: 1140 }], [{ v: 1140 }], [{ wait: 500 }, { c: 1140 }], [{ timeout: 1e3, check: "none", wv: 1140 }], {}], [1, "auto_NL_nec-nijmegen.nl_04y", 0, "^https?://(www\\.)?nec-nijmegen\\.nl/", 10, [], [{ e: 1173 }], [{ v: 1173 }], [{ wait: 500 }, { c: 1173 }], [{ timeout: 1e3, check: "none", wv: 1173 }], {}], [1, "auto_NL_nederlandseloterij.nl_b60", 0, "^https?://(www\\.)?nederlandseloterij\\.nl/", 10, [], [{ e: 1174 }], [{ v: 1174 }], [{ wait: 500 }, { c: 1174 }], [{ timeout: 1e3, check: "none", wv: 1174 }], {}], [1, "auto_NL_nl.spankbang.com_bnh_+1", 0, "^https?://(www\\.)?nl\\.spankbang\\.com/|^https?://(www\\.)?spankbang\\.com/", 10, [], [{ e: 1175 }], [{ v: 1175 }], [{ wait: 500 }, { c: 1175 }], [{ timeout: 1e3, check: "none", wv: 1175 }], {}], [1, "auto_NL_orpheus.nl_cxu", 0, "^https?://(www\\.)?orpheus\\.nl/", 10, [], [{ e: 1140 }], [{ v: 1140 }], [{ wait: 500 }, { c: 1140 }], [{ timeout: 1e3, check: "none", wv: 1140 }], {}], [1, "auto_NL_partnerplatform.bol.com_k9h", 0, "^https?://(www\\.)?partnerplatform\\.bol\\.com/", 10, [], [{ e: 1176 }], [{ v: 1176 }], [{ wait: 500 }, { c: 1176 }], [{ timeout: 1e3, check: "none", wv: 1176 }], {}], [1, "auto_NL_persportaal.anp.nl_o32", 0, "^https?://(www\\.)?persportaal\\.anp\\.nl/", 10, [], [{ e: 1177 }], [{ v: 1177 }], [{ wait: 500 }, { c: 1177 }], [{ timeout: 1e3, check: "none", wv: 1177 }], {}], [1, "auto_NL_planteenolijfboom.nl_pdo", 0, "^https?://(www\\.)?planteenolijfboom\\.nl/", 10, [], [{ e: 1178 }], [{ v: 1178 }], [{ wait: 500 }, { c: 1178 }], [{ timeout: 1e3, check: "none", wv: 1178 }], {}], [1, "auto_NL_psv.nl_2pt", 0, "^https?://(www\\.)?psv\\.nl/", 10, [], [{ e: 1179 }], [{ v: 1179 }], [{ wait: 500 }, { c: 1179 }], [{ timeout: 1e3, check: "none", wv: 1179 }], {}], [1, "auto_NL_sanitairkamer.nl_vig", 0, "^https?://(www\\.)?sanitairkamer\\.nl/", 10, [], [{ e: 1180 }], [{ v: 1180 }], [{ wait: 500 }, { c: 1180 }], [{ timeout: 1e3, check: "none", wv: 1180 }], {}], [1, "auto_NL_schaapcitroen.nl_6v0", 0, "^https?://(www\\.)?schaapcitroen\\.nl/", 10, [], [{ e: 1181 }], [{ v: 1181 }], [{ wait: 500 }, { c: 1181 }], [{ timeout: 1e3, check: "none", wv: 1181 }], {}], [1, "auto_NL_scouting.nl_ue4", 0, "^https?://(www\\.)?scouting\\.nl/", 10, [], [{ e: 1182 }], [{ v: 1182 }], [{ wait: 500 }, { c: 1182 }], [{ timeout: 1e3, check: "none", wv: 1182 }], {}], [1, "auto_NL_slachtofferhulp.nl_4m4", 0, "^https?://(www\\.)?slachtofferhulp\\.nl/", 10, [], [{ e: 1183 }], [{ v: 1183 }], [{ wait: 500 }, { c: 1183 }], [{ timeout: 1e3, check: "none", wv: 1183 }], {}], [1, "auto_NL_sprinklr.co_3ww", 0, "^https?://(www\\.)?sprinklr\\.co/", 10, [], [{ e: 868 }], [{ v: 868 }], [{ wait: 500 }, { c: 868 }], [{ timeout: 1e3, check: "none", wv: 868 }], {}], [1, "auto_NL_stadsschouwburg-utrecht.nl_tcz", 0, "^https?://(www\\.)?stadsschouwburg-utrecht\\.nl/", 10, [], [{ e: 1184 }], [{ v: 1184 }], [{ wait: 500 }, { c: 1184 }], [{ timeout: 1e3, check: "none", wv: 1184 }], {}], [1, "auto_NL_stedelijkmuseumschiedam.nl_y6j", 0, "^https?://(www\\.)?stedelijkmuseumschiedam\\.nl/", 10, [], [{ e: 1075 }], [{ v: 1075 }], [{ wait: 500 }, { c: 1075 }], [{ timeout: 1e3, check: "none", wv: 1075 }], {}], [1, "auto_NL_texelsecourant.nl_v4b", 0, "^https?://(www\\.)?texelsecourant\\.nl/", 10, [], [{ e: 1185 }], [{ v: 1185 }], [{ wait: 500 }, { c: 1185 }], [{ timeout: 1e3, check: "none", wv: 1185 }], {}], [1, "auto_NL_ticketswap.com_d3j", 0, "^https?://(www\\.)?ticketswap\\.com/", 10, [], [{ e: 1186 }], [{ v: 1186 }], [{ wait: 500 }, { c: 1186 }], [{ timeout: 1e3, check: "none", wv: 1186 }], {}], [1, "auto_NL_uit.inapeldoorn.nl_gt5", 0, "^https?://(www\\.)?uit\\.inapeldoorn\\.nl/", 10, [], [{ e: 1187 }], [{ v: 1187 }], [{ wait: 500 }, { c: 1187 }], [{ timeout: 1e3, check: "none", wv: 1187 }], {}], [1, "auto_NL_vlaanderen.be_c8w", 0, "^https?://(www\\.)?vlaanderen\\.be/", 10, [], [{ e: 1188 }], [{ v: 1188 }], [{ wait: 500 }, { c: 1188 }], [{ timeout: 1e3, check: "none", wv: 1188 }], {}], [1, "auto_NL_vvaa.nl_avs", 0, "^https?://(www\\.)?vvaa\\.nl/", 10, [], [{ e: 1189 }], [{ v: 1189 }], [{ wait: 500 }, { c: 1189 }], [{ timeout: 1e3, check: "none", wv: 1189 }], {}], [1, "auto_NL_werkenbijdefensie.nl_0cv", 0, "^https?://(www\\.)?werkenbijdefensie\\.nl/", 10, [], [{ e: 1190 }], [{ v: 1190 }], [{ wait: 500 }, { c: 1190 }], [{ timeout: 1e3, check: "none", wv: 1190 }], {}], [1, "auto_NL_winkelstraat.nl_hxj", 0, "^https?://(www\\.)?winkelstraat\\.nl/", 10, [], [{ e: 1191 }], [{ v: 1191 }], [{ wait: 500 }, { c: 1191 }], [{ timeout: 1e3, check: "none", wv: 1191 }], {}], [1, "auto_NL_woonnetrijnmond.nl_itj", 0, "^https?://(www\\.)?woonnetrijnmond\\.nl/", 10, [], [{ e: 1192 }], [{ v: 1192 }], [{ wait: 500 }, { c: 1192 }], [{ timeout: 1e3, check: "none", wv: 1192 }], {}], [1, "auto_NL_zuidas.nl_abm", 0, "^https?://(www\\.)?zuidas\\.nl/", 10, [], [{ e: 1193 }], [{ v: 1193 }], [{ wait: 500 }, { c: 1193 }], [{ timeout: 1e3, check: "none", wv: 1193 }], {}], [1, "auto_NO_apxml.com_l6n", 0, "^https?://(www\\.)?apxml\\.com/", 10, [], [{ e: 1194 }], [{ v: 1194 }], [{ wait: 500 }, { c: 1194 }], [{ timeout: 1e3, check: "none", wv: 1194 }], {}], [1, "auto_NO_arbetsformedlingen.se_wxz", 0, "^https?://(www\\.)?arbetsformedlingen\\.se/", 10, [], [{ e: 1195 }], [{ v: 1195 }], [{ wait: 500 }, { c: 1195 }], [{ timeout: 1e3, check: "none", wv: 1195 }], {}], [1, "auto_NO_arronet.se_vo5", 0, "^https?://(www\\.)?arronet\\.se/", 10, [], [{ e: 1196 }], [{ v: 1196 }], [{ wait: 500 }, { c: 1196 }], [{ timeout: 1e3, check: "none", wv: 1196 }], {}], [1, "auto_NO_avanza.se_b5b", 0, "^https?://(www\\.)?avanza\\.se/", 10, [], [{ e: 1197 }], [{ v: 1197 }], [{ wait: 500 }, { c: 1197 }], [{ timeout: 1e3, check: "none", wv: 1197 }], {}], [1, "auto_NO_avidafinance.com_jwc", 0, "^https?://(www\\.)?avidafinance\\.com/", 10, [], [{ e: 1198 }], [{ v: 1198 }], [{ wait: 500 }, { c: 1198 }], [{ timeout: 1e3, check: "none", wv: 1198 }], {}], [1, "auto_NO_beducated.com_jjt", 0, "^https?://(www\\.)?beducated\\.com/", 10, [], [{ e: 1199 }], [{ v: 1199 }], [{ wait: 500 }, { c: 1199 }], [{ timeout: 1e3, check: "none", wv: 1199 }], {}], [1, "auto_NO_dsa.no_w2b", 0, "^https?://(www\\.)?dsa\\.no/", 10, [], [{ e: 1200 }], [{ v: 1200 }], [{ wait: 500 }, { c: 1200 }], [{ timeout: 1e3, check: "none", wv: 1200 }], {}], [1, "auto_NO_goteborg.com_q7v", 0, "^https?://(www\\.)?goteborg\\.com/", 10, [], [{ e: 1201 }], [{ v: 1201 }], [{ wait: 500 }, { c: 1201 }], [{ timeout: 1e3, check: "none", wv: 1201 }], {}], [1, "auto_NO_hacksmith.store_49t", 0, "^https?://(www\\.)?hacksmith\\.store/", 10, [], [{ e: 1202 }], [{ v: 1202 }], [{ wait: 500 }, { c: 1202 }], [{ timeout: 1e3, check: "none", wv: 1202 }], {}], [1, "auto_NO_hotelfinse1222.no_zpm", 0, "^https?://(www\\.)?hotelfinse1222\\.no/", 10, [], [{ e: 1178 }], [{ v: 1178 }], [{ wait: 500 }, { c: 1178 }], [{ timeout: 1e3, check: "none", wv: 1178 }], {}], [1, "auto_NO_jaksta.com_own", 0, "^https?://(www\\.)?jaksta\\.com/", 10, [], [{ e: 1203 }], [{ v: 1203 }], [{ wait: 500 }, { c: 1203 }], [{ timeout: 1e3, check: "none", wv: 1203 }], {}], [1, "auto_NO_ledigajobb.se_tx3", 0, "^https?://(www\\.)?ledigajobb\\.se/", 10, [], [{ e: 1204 }], [{ v: 1204 }], [{ wait: 500 }, { c: 1204 }], [{ timeout: 1e3, check: "none", wv: 1204 }], {}], [1, "auto_NO_liseberg.se_qy4", 0, "^https?://(www\\.)?liseberg\\.se/", 10, [], [{ e: 1205 }], [{ v: 1205 }], [{ wait: 500 }, { c: 1205 }], [{ timeout: 1e3, check: "none", wv: 1205 }], {}], [1, "auto_NO_nordnet.se_2en", 0, "^https?://(www\\.)?nordnet\\.se/", 10, [], [{ e: 1206 }], [{ v: 1206 }], [{ wait: 500 }, { c: 1206 }], [{ timeout: 1e3, check: "none", wv: 1206 }], {}], [1, "auto_NO_pcsx2.net_grl", 0, "^https?://(www\\.)?pcsx2\\.net/", 10, [], [{ e: 1207 }], [{ v: 1207 }], [{ wait: 500 }, { c: 1207 }], [{ timeout: 1e3, check: "none", wv: 1207 }], {}], [1, "auto_NO_regeringen.se_uhv", 0, "^https?://(www\\.)?regeringen\\.se/", 10, [], [{ e: 1208 }], [{ v: 1208 }], [{ wait: 500 }, { c: 1208 }], [{ timeout: 1e3, check: "none", wv: 1208 }], {}], [1, "auto_NO_saseurobonusmastercard.se_oqd", 0, "^https?://(www\\.)?saseurobonusmastercard\\.se/", 10, [], [{ e: 1209 }], [{ v: 1209 }], [{ wait: 500 }, { c: 1209 }], [{ timeout: 1e3, check: "none", wv: 1209 }], {}], [1, "auto_NO_sverigesradio.se_a00", 0, "^https?://(www\\.)?sverigesradio\\.se/", 10, [], [{ e: 1210 }], [{ v: 1210 }], [{ wait: 500 }, { c: 1210 }], [{ timeout: 1e3, check: "none", wv: 1210 }], {}], [1, "auto_NO_svtplay.se_ujn", 0, "^https?://(www\\.)?svtplay\\.se/", 10, [], [{ e: 1211 }], [{ v: 1211 }], [{ wait: 500 }, { c: 1211 }], [{ timeout: 1e3, check: "none", wv: 1211 }], {}], [1, "auto_NO_swedbank.se_63w", 0, "^https?://(www\\.)?swedbank\\.se/", 10, [], [{ e: 1212 }], [{ v: 1212 }], [{ wait: 500 }, { c: 1212 }], [{ timeout: 1e3, check: "none", wv: 1212 }], {}], [1, "auto_NO_tingstad.com_z23", 0, "^https?://(www\\.)?tingstad\\.com/", 10, [], [{ e: 1213 }], [{ v: 1213 }], [{ wait: 500 }, { c: 1213 }], [{ timeout: 1e3, check: "none", wv: 1213 }], {}], [1, "auto_NO_truecaller.com_sdg", 0, "^https?://(www\\.)?truecaller\\.com/", 10, [], [{ e: 1214 }], [{ v: 1214 }], [{ wait: 500 }, { c: 1214 }], [{ timeout: 1e3, check: "none", wv: 1214 }], {}], [1, "auto_NO_uu.se_eea", 0, "^https?://(www\\.)?uu\\.se/", 10, [], [{ e: 1215 }], [{ v: 1215 }], [{ wait: 500 }, { c: 1215 }], [{ timeout: 1e3, check: "none", wv: 1215 }], {}], [1, "auto_NO_webank.it_6rx", 0, "^https?://(www\\.)?webank\\.it/", 10, [], [{ e: 1216 }], [{ v: 1216 }], [{ wait: 500 }, { c: 1216 }], [{ timeout: 1e3, check: "none", wv: 1216 }], {}], [1, "auto_NO_xrealgirl.com_r42", 0, "^https?://(www\\.)?xrealgirl\\.com/", 10, [], [{ e: 1217 }], [{ v: 1217 }], [{ wait: 500 }, { c: 1217 }], [{ timeout: 1e3, check: "none", wv: 1217 }], {}], [1, "auto_US_amazon.jobs_0", 0, "^https?://(www\\.)?amazon\\.jobs/", 10, [], [{ e: 1218 }], [{ v: 1218 }], [{ wait: 500 }, { c: 1218 }], [{ timeout: 1e3, check: "none", wv: 1218 }], {}], [1, "auto_US_amsoil.com_fgr", 0, "^https?://(www\\.)?amsoil\\.com/", 10, [], [{ e: 1219 }], [{ v: 1219 }], [{ c: 1219 }], [], {}], [1, "auto_US_balsamhill.com_oxq", 0, "^https?://(www\\.)?balsamhill\\.com/", 10, [], [{ e: 1220 }], [{ v: 1220 }], [{ wait: 500 }, { c: 1220 }], [{ timeout: 1e3, check: "none", wv: 1220 }], {}], [1, "auto_US_computerworld.com_0_+1", 0, "^https?://(www\\.)?computerworld\\.com/|^https?://(www\\.)?csoonline\\.com/", 10, [], [{ e: 1221 }], [{ v: 1221 }], [{ text: "Do not accept", c: 1221 }], [], {}], [1, "auto_US_coupons.slickdeals.net_wya", 0, "^https?://(www\\.)?coupons\\.slickdeals\\.net/", 10, [], [{ e: 1222 }], [{ v: 1222 }], [{ wait: 500 }, { c: 1222 }], [{ timeout: 1e3, check: "none", wv: 1222 }], {}], [1, "auto_US_deezer.com_0", 0, "^https?://(www\\.)?deezer\\.com/", 10, [], [{ e: 1223 }], [{ v: 1223 }], [{ text: "Refuse", c: 1223 }], [], {}], [1, "auto_US_emagine-entertainment.com_0", 0, "^https?://(www\\.)?emagine-entertainment\\.com/", 10, [], [{ e: 1224 }], [{ v: 1224 }], [{ wait: 500 }, { c: 1224 }], [{ timeout: 1e3, check: "none", wv: 1224 }], {}], [1, "auto_US_fawesome.tv_gjx", 0, "^https?://(www\\.)?fawesome\\.tv/", 10, [], [{ e: 1225 }], [{ v: 1225 }], [{ wait: 500 }, { c: 1225 }], [{ timeout: 1e3, check: "none", wv: 1225 }], {}], [1, "auto_US_forum.affinity.serif.com_0", 0, "^https?://(www\\.)?forum\\.affinity\\.serif\\.com/", 10, [], [{ e: 1226 }], [{ v: 1226 }], [{ text: "\xA0Reject Cookies", c: 1226 }], [], {}], [1, "auto_US_forum.prusa3d.com_0", 0, "^https?://(www\\.)?forum\\.prusa3d\\.com/", 10, [], [{ e: 1227 }], [{ v: 1227 }], [{ text: "Reject All", c: 1227 }], [], {}], [1, "auto_US_greenpan.us_cko", 0, "^https?://(www\\.)?greenpan\\.us/", 10, [], [{ e: 868 }], [{ v: 868 }], [{ wait: 500 }, { c: 868 }], [{ timeout: 1e3, check: "none", wv: 868 }], {}], [1, "auto_US_interactivebrokers.com_0", 0, "^https?://(www\\.)?interactivebrokers\\.com/", 10, [], [{ e: 1228 }], [{ v: 1228 }], [{ text: "Reject All Cookies", c: 1228 }], [], {}], [1, "auto_US_ligonier.org_0", 0, "^https?://(www\\.)?ligonier\\.org/", 10, [], [{ e: 1229 }], [{ v: 1229 }], [{ text: "Strictly Necessary", c: 1229 }], [], {}], [1, "auto_US_lilly.com_lh6_+1", 0, "^https?://(www\\.)?lilly\\.com/|^https?://(www\\.)?zepbound\\.lilly\\.com/", 10, [], [{ e: 1230 }], [{ v: 1230 }], [{ wait: 500 }, { c: 1230 }], [{ timeout: 1e3, check: "none", wv: 1230 }], {}], [1, "auto_US_mixedbread.ai_tge", 0, "^https?://(www\\.)?mixedbread\\.com/", 10, [], [{ e: 1194 }], [{ v: 1194 }], [{ wait: 500 }, { c: 1194 }], [{ timeout: 1e3, check: "none", wv: 1194 }], {}], [1, "auto_US_musicnotes.com_0", 0, "^https?://(www\\.)?musicnotes\\.com/", 10, [], [{ exists: ["#polaris-css-lockdown-container", ".polaris-consent-widget"] }], [{ visible: ["#polaris-css-lockdown-container", ".polaris-consent-widget"] }], [{ if: { exists: ["#polaris-css-lockdown-container", "[data-testid='oneClickOptOutLink']"] }, then: [{ waitForThenClick: ["#polaris-css-lockdown-container", "[data-testid='oneClickOptOutLink']"] }], else: [{ hide: ["#polaris-css-lockdown-container", ".polaris-consent-widget"] }] }], [], {}], [1, "auto_US_newmedicare.com_6jp", 0, "^https?://(www\\.)?newmedicare\\.com/", 10, [], [{ e: 1231 }], [{ v: 1231 }], [{ wait: 500 }, { c: 1231 }], [{ timeout: 1e3, check: "none", wv: 1231 }], {}], [1, "auto_US_newsbreak.com_0", 0, "^https?://(www\\.)?newsbreak\\.com/", 10, [], [{ e: 1232 }], [{ v: 1232 }], [{ c: 1232 }], [], {}], [1, "auto_US_peptidesciences.com_0", 0, "^https?://(www\\.)?peptidesciences\\.com/", 10, [], [{ e: 1233 }], [{ v: 1233 }], [{ wait: 500 }, { c: 1233 }], [{ timeout: 1e3, check: "none", wv: 1233 }], {}], [1, "auto_US_semrush.com_0", 0, "^https?://(www\\.)?semrush\\.com/", 10, [], [{ e: 1234 }], [{ v: 1234 }], [{ wait: 500 }, { c: 1234 }], [{ timeout: 1e3, check: "none", wv: 1234 }], {}], [1, "auto_US_sso.passport.yandex.ru_0_+5", 0, "^https?://(www\\.)?sso\\.passport\\.yandex\\.ru/|^https?://(www\\.)?translate\\.yandex\\.com/|^https?://(www\\.)?tv\\.yandex\\.com/|^https?://(www\\.)?ya\\.ru/|^https?://(www\\.)?yandex\\.com\\.tr/|^https?://(www\\.)?yandex\\.com/", 10, [], [{ e: 1235 }], [{ v: 1235 }], [{ text: "Allow essential cookies", c: 1235 }], [], {}], [1, "auto_US_truecaller.com_0", 0, "^https?://(www\\.)?truecaller\\.com/", 10, [], [{ e: 1236 }], [{ v: 1236 }], [{ text: "Accept Necessary Cookies", c: 1236 }], [], {}], [1, "auto_US_weingartz.com_aso", 0, "^https?://(www\\.)?weingartz\\.com/", 10, [], [{ e: 1237 }], [{ v: 1237 }], [{ c: 1237 }], [], {}], [1, "aytm", 2, "^https?://(www\\.|)?aytm\\.com/", 22, [1238], [{ e: 1239 }], [{ v: 1239 }], [{ c: 1239 }], [], {}], [1, "bahn-de", 0, "^https://(www\\.)?bahn\\.de/", 10, [], [{ exists: ["body > div:first-child", "#consent-layer"] }], [{ visible: ["body > div:first-child", "#consent-layer"] }], [{ waitForThenClick: ["body > div:first-child", "#consent-layer .js-accept-essential-cookies"] }], [{ eval: "EVAL_BAHN_TEST" }], { intermediate: false }], [1, "bandcamp.com", 2, "^https://([a-z0-9-]+\\.)?bandcamp\\.com", 22, [], [{ e: 1240 }], [{ v: 1241 }], [{ c: 1242 }], [{ cc: 1243 }], {}], [1, "bbc.com", 2, "^https://(www\\.)?bbc\\.(com|co\\.uk)", 22, [1244], [{ e: 1245 }], [{ v: 1245 }], [{ c: 1246 }], [{ cc: 1247 }], {}], [1, "canyon.com", 2, "^https://www\\.canyon\\.com/", 22, [1248], [{ e: 1248 }], [{ v: 1248 }], [{ k: 1249 }, { c: 1250 }], [], {}], [1, "carre.nl", 2, "^https?://(www\\.)?carre\\.nl/", 10, [1251], [{ e: 1252 }], [{ v: 1251 }], [{ c: 1252 }], [], {}], [1, "channel4.com", 2, "^https?://(www\\.)?channel4\\.com/", 10, [540], [{ e: 540 }], [{ v: 1253 }], [{ c: 1254 }], [{ cc: 1255 }], {}], [1, "chatgpt", 0, "^https://(www\\.)?chatgpt\\.com/", 10, [], [{ e: 1256 }], [{ v: 1256 }], [{ wait: 500 }, { c: 1256 }], [{ timeout: 1e3, check: "none", wv: 1256 }], {}], [1, "clustrmaps.com", 1, "^https://(www\\.)?clustrmaps\\.com/", 22, [1257], [{ e: 1257 }], [{ v: 1257 }], [{ h: 1257 }], [], {}], [1, "copilot-microsoft", 0, "^https://copilot\\.microsoft\\.com/", 10, [9], [{ e: 9 }], [{ v: 9 }], [{ c: 1258 }], [{ cc: 1259 }], {}], [1, "csu-landtag-de", 2, "^https://(www\\.|)?csu-landtag\\.de", 22, [1260], [{ e: 1260 }], [{ v: 1260 }], [{ k: 1261 }], [], {}], [1, "dailymotion.com", 2, "^https://(www\\.)?dailymotion\\.com/", 22, [1262], [{ e: 1263 }], [{ v: 1264 }], [{ c: 1265 }], [{ cc: 1266 }], {}], [1, "delta.com", 1, "^https://www\\.delta\\.com/", 22, [1267], [{ e: 1268 }], [{ v: 1268 }], [{ h: 1268 }], [], {}], [1, "depop", 0, "^https://(www\\.)?depop\\.com/", 22, [1269], [{ e: 1270 }], [{ v: 1270 }], [{ c: 1271 }, { all: true, optional: true, k: 1272 }, { c: 1273 }], [{ cc: 1274 }], {}], [1, "dji", 0, "^https://(\\w+\\.)+dji\\.com/", 22, [1275], [{ e: 1276 }], [{ e: 1275 }], [{ c: 1277 }], [{ cc: 1278 }], {}], [1, "dndbeyond", 2, "^https://(www\\.)?dndbeyond\\.com/", 22, [1279], [{ e: 1279 }], [{ v: 1279 }], [{ c: 1280 }], [{ cc: 1281 }], {}], [1, "ebay", 0, "^https://(www\\.)?ebay\\.([.a-z]+)/", 10, [1282], [{ e: 1282 }], [{ v: 1282 }], [{ c: 1283 }], [], {}], [1, "ecosia", 2, "^https://www\\.ecosia\\.org/", 22, [1284], [{ e: 1285 }], [{ v: 1285 }], [{ c: 1286 }], [], {}], [1, "edpb-edps", 2, "^https://(www\\.)?(edpb|edps)\\.europa\\.eu/", 22, [1287], [{ e: 1288 }], [{ v: 1287 }], [{ c: 1288 }], [{ cc: 1289 }], {}], [1, "ef-ccpa", 0, "^https://(www\\.)?eforms\\.com", 22, [1290], [{ e: 1290 }], [{ v: 1290 }], [{ c: 1291 }], [], {}], [1, "eltax-lta-go-jp", 2, "^https://(?:[^/]+\\.)?eltax\\.lta\\.go\\.jp/", 22, [1292], [{ e: 1293 }], [{ v: 1293 }], [{ c: 1293 }], [], {}], [1, "escaparium.ca", 2, "^https://(www\\.)?escaparium\\.ca/", 22, [], [{ e: 1294 }], [{ v: 1295 }], [{ c: 1296 }, { c: 1297 }], [{ cc: 1298 }], {}], [1, "espace-personnel.agirc-arrco.fr", 2, "^https://espace-personnel\\.agirc-arrco\\.fr/", 22, [1299], [{ e: 1300 }], [{ v: 1300 }], [{ c: 1301 }], [], {}], [1, "europa-eu", 2, "^https://([a-z\\.]*\\.)?europa\\.eu/", 22, [540], [{ e: 1302 }], [{ v: 1302 }], [{ c: 1303, h: 1302 }], [], {}], [1, "facebook", 2, "^https://(www\\.)?facebook\\.com/", 22, [], [{ e: 1304 }], [{ v: 1304 }], [{ c: 1304 }, { check: "none", wv: 1304 }], [], {}], [1, "facebook-mobile", 2, "^https://(m|mbasic)\\.facebook\\.com/", 22, [1305], [{ e: 1305 }], [{ v: 1305 }], [{ c: 1306 }, { check: "none", wv: 1305 }], [], {}], [1, "financestrategists.com", 1, "^https://(www\\.)?financestrategists\\.com/", 22, [1307], [{ e: 1307 }], [{ v: 1307 }], [{ h: 1307 }], [], {}], [1, "geeks-for-geeks", 1, "^https://www\\.geeksforgeeks\\.org/", 22, [1308], [{ e: 1308 }], [{ v: 1308 }], [{ h: 1308 }], [], {}], [1, "geni.com", 1, "^https://(www\\.)?geni\\.com/", 22, [1309], [{ e: 1309 }], [{ v: 1309 }], [{ h: 1309 }], [], {}], [1, "glastonburyfestivals", 0, "^https://(\\w+\\.)?glastonburyfestivals\\.co\\.uk/", 22, [1310], [{ e: 1311 }], [{ v: 1311 }], [{ c: 1312 }], [], {}], [1, "groundnews", 0, "^https://(www\\.)?ground\\.news/", 22, [], [{ e: 1313 }], [{ v: 1313 }], [{ waitForThenClick: [".fixed:has([data-testid=closeCookieBanner])", "xpath///button[contains(., 'Manage cookies')]"] }, { waitFor: ["[data-testid=modal]", "xpath///span[contains(., 'Essential cookies')]"] }, { click: ["[data-testid=modal]", "xpath///button[contains(., 'On')]"], all: true, optional: true }, { waitForThenClick: ["[data-testid=modal]", "xpath///button[contains(., 'Save & reload')]"] }], [], {}], [1, "hashicorp", 2, "^https://[a-z]*\\.hashicorp\\.com/", 22, [1314], [{ e: 1314 }], [{ v: 1314 }], [{ c: 1315 }, { c: 1316 }], [], {}], [1, "hearst-us", 1, "^https://(www\\.)?(menshealth|womenshealthmag|cosmopolitan|esquire|elle|elledecor|harpersbazaar|goodhousekeeping|popularmechanics|caranddriver|delish|veranda|roadandtrack|bestproducts|countryliving|housebeautiful|bicycling|biography|pitchfork|prevention|runnersworld|thepioneerwoman|townandcountrymag)\\.com/", 10, [1317], [{ e: 1317 }], [{ check: "any", v: 1317 }], [{ h: 1317 }], [{ check: "none", v: 1317 }], {}], [1, "hetzner.com", 2, "^https://www\\.hetzner\\.com/", 22, [1318], [{ e: 1318 }], [{ v: 1318 }], [{ k: 1319 }], [], {}], [1, "imdb", 0, "^https://(www\\.)?(m\\.)?imdb.com/", 22, [1314], [{ e: 1314 }], [{ v: 1314 }], [{ c: 1320 }], [], {}], [1, "instagram", 2, "^https://www\\.instagram\\.com/", 22, [], [{ e: 1321 }], [{ v: 1321 }], [{ c: 1322 }, { wait: 2e3 }], [], {}], [1, "itopvpn.com", 1, "^https://(www\\.)?itopvpn.com/", 22, [], [{ e: 1323 }], [{ e: 1323 }], [{ h: 1323 }], [], {}], [1, "jdsports", 2, "^https://(www|m)\\.jdsports\\.", 22, [1324], [{ e: 1324 }], [{ v: 1324 }], [{ if: { e: 1325 }, then: [{ h: 1325 }], else: [{ c: 1326 }, { c: 1327 }] }], [], {}], [1, "justgiving.com", 2, "^https://(?:[a-z0-9-]+\\.)?justgiving\\.com/", 22, [1328], [{ any: [{ e: 1328 }, { e: 1329 }] }], [{ v: 1328 }, { e: 1330 }], [{ c: 1330 }], [{ wait: 500 }, { cc: 1331 }], {}], [1, "kickstarter.com", 2, "^https?://(www\\.)?kickstarter\\.com/", 22, [1332], [{ e: 1333 }], [{ v: 1333 }], [{ c: 1334 }], [{ check: "none", v: 1333 }], {}], [1, "kleinanzeigen-de", 2, "^https?://(www\\.)?kleinanzeigen\\.de", 22, [1335], [{ e: 1336 }], [{ v: 1336 }], [{ k: 1336 }], [], {}], [1, "leafly", 1, "^https://(www\\.)?leafly\\.com/", 22, [], [{ e: 1337 }], [{ v: 1337 }], [{ h: 1337 }], [], {}], [1, "lucozade.com", 2, "^https://(www\\.)?lucozade\\.com/", 22, [1338, 1339], [{ e: 1338 }], [{ v: 1338 }], [{ c: 1340 }], [{ cc: 1341 }], {}], [1, "medium", 1, "^https://([a-z0-9-]+\\.)?medium\\.com/", 10, [], [{ e: 1342 }], [{ v: 1342 }], [{ h: 1342 }], [], {}], [1, "midway-usa", 1, "^https://www\\.midwayusa\\.com/", 22, [1343], [{ exists: ['div[aria-label="Cookie Policy Banner"]'] }], [{ v: 1343 }], [{ h: 1344 }], [], {}], [1, "miles-and-more", 2, "^https://(www\\.)?miles-and-more\\.com/", 22, [1345], [{ e: 1346 }], [{ v: 1347 }], [{ wait: 500 }, { c: 1347 }], [{ cc: 1348 }], {}], [1, "msn", 0, "^https?://(www\\.)?msn\\.com/", 10, [1349, 1350], [{ e: 1349 }], [{ v: 1349 }], [{ c: 1351 }], [{ cc: 1352 }], {}], [1, "nba.com", 1, "^https://(www\\.)?nba\\.com/", 22, [1353], [{ e: 1353 }], [{ v: 1353 }], [{ h: 1353 }], [], {}], [1, "netbeat.de", 2, "^https://(www\\.)?netbeat\\.de/", 22, [1354], [{ e: 1354 }], [{ v: 1354 }], [{ c: 1355 }], [], {}], [1, "nhnieuws", 2, "^https://(www\\.)?nhnieuws\\.nl/", 22, [1356], [{ e: 1357 }], [{ check: "any", v: 1357 }], [{ c: 1358 }], [{ eval: "EVAL_NHNIEUWS_TEST" }], {}], [1, "nike", 2, "^https://(www\\.)?nike\\.com/", 22, [], [{ e: 1359 }], [{ v: 1359 }], [{ all: true, c: 1360 }, { c: 1361 }], [], {}], [1, "nos.nl", 1, "^https://nos\\.nl/", 22, [1362], [{ e: 1362 }], [{ visible: ["ccm-notification"] }], [{ h: 1362 }], [], {}], [1, "nutritionix.com", 0, "^https://(www\\.)?nutritionix\\.com/", 22, [1363], [{ e: 1363 }], [{ v: 1363 }], [{ waitForThenClick: ["gdpr-banner", "xpath///button[contains(., 'Refuse')]"] }], [], {}], [1, "ok", 0, "^https://ok\\.ru/", 22, [1364], [{ e: 1365 }], [{ v: 1365 }], [{ w: 1366 }, { wait: 1e3 }, { k: 1366 }, { wv: 1367 }, { wait: 500 }, { all: true, optional: true, k: 1368 }, { c: 1369 }, { check: "none", wv: 1367 }], [], {}], [1, "onlyFans.com", 2, "^https://onlyfans\\.com/", 22, [1370], [{ e: 1370 }], [{ e: 1370 }], [{ k: 1371 }, { if: { e: 1372 }, then: [{ all: true, k: 1373 }, { k: 1374 }] }], [], {}], [1, "openai", 0, "^https://([a-z0-9-]+\\.)?openai\\.com/", 22, [1375], [{ e: 1375 }], [{ v: 1375 }], [{ c: 1376 }], [{ wait: 500 }, { cc: 1377 }], {}], [1, "opera.com", 0, "^https?://(www\\.|)?opera\\.com/", 22, [1238], [{ e: 1378 }], [{ v: 1378 }], [{ all: true, timeout: 500, optional: true, c: 1379 }, { c: 1380 }], [{ cc: 1381 }, { negated: true, cc: 1382 }], {}], [1, "ourworldindata", 2, "^https://ourworldindata\\.org/", 22, [1383], [{ e: 1383 }], [{ v: 1384 }], [{ c: 1385 }], [], {}], [1, "paychex", 1, "^https://(www\\.)?paychex\\.com/", 22, [1386], [{ e: 1386 }], [{ v: 1386 }], [{ h: 1386 }], [], {}], [1, "pinterest-business", 2, "^https://[a-z]*\\.pinterest\\.com/", 22, [1387], [{ e: 1387 }], [{ v: 1388 }], [{ c: 1389 }], [], {}], [1, "plos", 0, "^https://([.a-zA-Z0-9-]+\\.)?plos\\.org/", 22, [1238], [{ e: 1390 }], [{ v: 1390 }], [{ all: true, optional: true, k: 1391 }, { waitForThenClick: ["#cookie-consent", "xpath///button[contains(., 'Save Selected')]"] }], [{ cc: 1392 }], {}], [1, "pornhub.com", 0, "^https://(www\\.)?pornhub\\.com/", 22, [1393], [{ e: 1394 }], [{ v: 1394 }], [{ if: { e: 1395 }, then: [{ c: 1395 }] }, { if: { e: 1396 }, then: [{ k: 1396 }], else: [{ c: 1397 }] }], [], {}], [1, "postnl", 0, "^https://([a-z]*\\.)?postnl\\.nl/", 22, [1398], [{ e: 1398 }], [{ v: 1398 }], [{ waitForThenClick: ["pnl-cookie-wall-widget", "button.pci-button--secondary"] }], [{ cc: 1399 }], {}], [1, "povr", 0, "^https://povr\\.com/", 22, [], [{ e: 1400 }], [{ v: 1400 }], [{ h: 1401 }, { if: { e: 1402 }, then: [{ w: 1403 }, { all: true, optional: true, k: 1404 }, { c: 1405 }, { eval: "EVAL_POVR_GOBACK" }], else: [{ c: 1406 }] }], [], {}], [1, "productz.com", 2, "^https://productz\\.com/", 22, [], [{ e: 1407 }], [{ v: 1407 }], [{ c: 1408 }], [], {}], [1, "raspberrypi.com", 0, "^https://([a-z0-9-]+\\.)?raspberrypi\\.com/", 10, [], [{ e: 1409 }], [{ v: 1409 }], [{ c: 1409 }], [{ check: "none", v: 1409 }], {}], [1, "readly", 2, "^https://([a-z0-9-]+\\.)?readly\\.com/", 22, [1410], [{ e: 1410 }], [{ v: 1410 }], [{ c: 1411 }, { if: { e: 1412 }, then: [{ all: true, c: 1412 }], else: [] }, { c: 1413 }], [], {}], [1, "reddit.com", 2, "^https://www\\.reddit\\.com/", 22, [1414], [{ e: 1415 }], [{ v: 1415 }], [{ c: 1416 }], [{ cc: 1417 }], {}], [1, "remarkable.com", 1, "^https://(www\\.)?remarkable\\.com/", 22, [1418], [{ e: 1419 }], [{ v: 1419 }], [{ h: 1418 }], [], {}], [1, "roblox", 0, "^https://(www\\.)?roblox\\.com/", 10, [], [{ e: 1420 }], [{ v: 1421 }], [{ c: 1422 }], [{ cc: 1423 }], {}], [1, "rog-forum.asus.com", 2, "^https://rog-forum\\.asus\\.com/", 22, [1424], [{ e: 1424 }], [{ v: 1424 }], [{ k: 1425 }, { c: 1426 }], [], {}], [1, "roofingmegastore.co.uk", 2, "^https://(www\\.)?roofingmegastore\\.co\\.uk", 22, [1427], [{ e: 1427 }], [{ v: 1427 }], [{ k: 1428 }, { c: 1429 }], [], {}], [1, "rt", 1, "^https://(www\\.)?rt\\.com/", 22, [1430], [{ e: 1430 }], [{ v: 1430 }], [{ h: 1430 }], [], {}], [1, "ryanair", 0, "^https://(www\\.)?ryanair\\.com/", 10, [1431], [{ e: 1431 }], [{ v: 1431 }], [{ c: 1432 }], [{ cc: 1433 }], {}], [1, "samsung.com", 1, "^https://www\\.samsung\\.com/", 22, [1434], [{ e: 1434 }], [{ v: 1434 }], [{ h: 1434 }], [], {}], [1, "schoolhouse-com", 1, "^https://(www\\.)?schoolhouse\\.com/", 22, [1435], [{ e: 1435 }], [{ v: 1435 }], [{ h: 1435 }], [], {}], [1, "shein.com", 2, "^https?://([a-z]+\\.)?shein\\.com/", 22, [1436], [{ e: 1437 }], [{ v: 1437 }], [{ c: 1437 }], [{ timeout: 1e3, check: "none", wv: 1437 }], {}], [1, "skyscanner", 0, "^https://(www\\.)?skyscanner[\\.a-z]+/", 10, [1420], [{ e: 1438 }], [{ v: 1438 }], [{ c: 1439 }, { check: "none", wv: 1438 }], [{ eval: "EVAL_SKYSCANNER_TEST" }], {}], [1, "sostereo.com", 2, "^https://(www\\.)?sostereo\\.com/", 22, [1440], [{ e: 1440 }], [{ v: 1440 }], [{ c: 1441 }, { w: 1442 }, { all: true, optional: true, k: 1443 }, { c: 1444 }], [], {}], [1, "strato.de", 2, "^https://www\\.strato\\.de/", 22, [1445], [{ e: 1446 }], [{ v: 1446 }], [{ k: 1447 }, { c: 1448 }], [], {}], [1, "svt.se", 2, "^https://www\\.svt\\.se/", 22, [1449], [{ e: 1449 }], [{ v: 1450 }], [{ c: 1451 }], [{ cc: 1452 }], {}], [1, "temu", 2, "^https://([a-z0-9-]+\\.)?temu\\.com/", 22, [], [{ e: 1453 }], [{ v: 1453 }], [{ if: { e: 1454 }, then: [{ c: 1454 }], else: [{ c: 1455 }] }], [], {}], [1, "tesco", 0, "^https://(www\\.)?tesco\\.com/", 22, [1456], [{ e: 1456 }], [{ v: 1456 }], [{ w: 1457 }, { c: 1458 }], [{ cc: 1459 }], {}], [1, "tesla", 2, "^https://(www\\.)?tesla\\.com/", 10, [], [{ e: 1460 }], [{ v: 1460 }], [{ c: 1461 }], [{ cc: 1462 }], {}], [1, "theinfatuation", 2, "^https://(www\\.)?theinfatuation\\.com", 10, [1463], [{ e: 1464 }], [{ v: 1464 }], [{ c: 1464 }], [{ check: "none", v: 1463 }], {}], [1, "tinyurl", 1, "^https://tinyurl\\.com/", 22, [1465], [{ e: 1465 }], [{ v: 1465 }], [{ h: 1465 }], [], {}], [1, "track.amazon.com", 2, "^https://[a-z]*\\.amazon\\.", 22, [1466], [{ e: 1467 }], [{ v: 1467 }], [{ k: 1468 }], [], {}], [1, "transip-nl", 2, "^https://www\\.transip\\.nl/", 22, [1469], [{ any: [{ e: 1469 }, { e: 1470 }] }], [{ any: [{ v: 1469 }, { v: 1470 }] }], [{ if: { e: 1470 }, then: [{ k: 1471 }], else: [{ k: 1472 }] }], [], {}], [1, "truecar", 1, "^https://(www\\.)?truecar\\.com/", 22, [1473], [{ e: 1474 }], [{ v: 1474 }], [{ h: 1473 }], [], {}], [1, "twitch.tv", 2, "^https?://([\\w-]+\\.)?twitch\\.tv", 22, [1475], [{ e: 1476 }], [{ v: 1476 }], [{ h: 1477 }, { k: 1478 }, { w: 1479 }, { all: true, optional: true, k: 1480 }, { c: 1481 }, { check: "none", wv: 1482 }], [], {}], [1, "twitter", 2, "^https://([a-z0-9-]+\\.)?(twitter|x)\\.com/", 22, [1483], [{ e: 1484 }], [{ v: 1484 }], [{ c: 1484 }], [{ timeout: 1e3, check: "none", wv: 1484 }], {}], [1, "unicourt", 1, "^https://(www\\.)?unicourt\\.com/", 22, [1485], [{ e: 1485 }], [{ v: 1485 }], [{ h: 1485 }], [], {}], [1, "uswitch.com", 2, "^https://(www\\.)?uswitch\\.com/", 10, [1486], [{ e: 1487 }], [{ v: 1487 }], [{ c: 1488 }], [], {}], [1, "vodafone.de", 2, "^https://www\\.vodafone\\.de/", 22, [1489], [{ e: 1490 }], [{ v: 1491 }], [{ k: 1492 }], [], {}], [1, "volvocars-com", 2, "^https://([a-z0-9-]+\\.)?volvocars\\.com/", 10, [1493], [{ exists: ["cookie-banner#cookie-banner-host", "#dialog_cookie_consent"] }], [{ visible: ["cookie-banner#cookie-banner-host", "#dialog_cookie_consent"] }], [{ wait: 500 }, { waitForThenClick: ["cookie-banner#cookie-banner-host", "#onetrust-reject-all-handler"] }, { waitForVisible: ["cookie-banner#cookie-banner-host", "#dialog_cookie_consent"], check: "none", timeout: 5e3 }], [{ cc: 1494 }], {}], [1, "wikiwand", 1, "^https://(www\\.)?wikiwand\\.com/", 22, [1495], [{ e: 1495 }], [{ v: 1495 }], [{ h: 1495 }], [], {}], [1, "xe.com", 2, "^https://www\\.xe\\.com/", 22, [1496], [{ e: 1496 }], [{ v: 1496 }], [{ wait: 1e3 }, { c: 1497 }, { c: 1498 }], [{ cc: 1499 }], {}], [1, "xhamster-eu", 2, "^https://(\\w+\\.)?xhamster\\d?\\.com", 22, [1500], [{ e: 1501 }], [{ v: 1501 }], [{ c: 1502 }], [], {}], [1, "xhamster-us", 1, "^https://(\\w+\\.)?xhamster\\d?\\.com", 22, [1503], [{ e: 1503 }], [{ v: 1504 }], [{ h: 1503 }], [], {}], [1, "xvideos", 2, "^https://[a-z]*\\.xvideos\\.com/", 22, [], [{ e: 1505 }], [{ v: 1505 }], [{ c: 1506 }], [], {}], [1, "yachtclubgames.com", 2, "^https?://(www\\.)?yachtclubgames\\.com/", 22, [1507], [{ e: 1507 }], [{ v: 1507 }], [{ c: 1508 }], [{ timeout: 1e3, check: "none", wv: 1507 }], {}], [1, "Yahoo", 2, "^https://consent\\.yahoo\\.com/v2/", 22, [649], [{ e: 1509 }], [{ v: 1509 }], [{ c: 1510 }], [], {}], [1, "zentralruf-de", 2, "^https://(www\\.)?zentralruf\\.de", 22, [1511], [{ e: 1511 }], [{ v: 1511 }], [{ c: 1512 }], [], {}], [1, "zinio", 0, "^https://(www\\.)?zinio\\.com/", 22, [], [{ e: 1513 }], [{ v: 1513 }], [{ c: 1514 }, { c: 1515 }], [{ cc: 1516 }], {}]], index: { genericRuleRange: [0, 193], frameRuleRange: [191, 218], specificRuleRange: [193, 775], genericStringEnd: 769, frameStringEnd: 804 } };
|
|
4051
3479
|
|
|
4052
3480
|
// standalone/content.ts
|
|
4053
3481
|
function isMainFrame() {
|