@duckduckgo/autoconsent 12.7.0 → 12.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.
Files changed (50) hide show
  1. package/CHANGELOG.md +39 -0
  2. package/data/coverage.json +1335 -1389
  3. package/dist/addon-firefox/background.bundle.js +9 -1
  4. package/dist/addon-firefox/content.bundle.js +21 -3
  5. package/dist/addon-firefox/manifest.json +1 -1
  6. package/dist/addon-firefox/rules.json +381 -53
  7. package/dist/addon-mv3/background.bundle.js +9 -1
  8. package/dist/addon-mv3/content.bundle.js +21 -3
  9. package/dist/addon-mv3/manifest.json +1 -1
  10. package/dist/addon-mv3/popup.bundle.js +1 -1
  11. package/dist/addon-mv3/rules.json +381 -53
  12. package/dist/autoconsent.cjs.js +19 -1
  13. package/dist/autoconsent.esm.js +19 -1
  14. package/dist/autoconsent.extra.cjs.js +21 -3
  15. package/dist/autoconsent.extra.esm.js +21 -3
  16. package/dist/autoconsent.playwright.js +402 -56
  17. package/lib/cmps/sourcepoint-frame.ts +13 -0
  18. package/lib/eval-snippets.ts +14 -0
  19. package/lib/filterlist-engine.ts +2 -2
  20. package/lib/rules.ts +2 -1
  21. package/package.json +6 -3
  22. package/rules/autoconsent/civic-cookie-control.json +23 -12
  23. package/rules/autoconsent/dsgvo.json +1 -1
  24. package/rules/autoconsent/gov-uk.json +19 -5
  25. package/rules/autoconsent/gravito.json +44 -0
  26. package/rules/autoconsent/johnlewis.json +1 -1
  27. package/rules/autoconsent/opera.com.json +7 -10
  28. package/rules/autoconsent/postnl.json +34 -0
  29. package/rules/autoconsent/privado.json +48 -0
  30. package/rules/autoconsent/quantcast.json +22 -4
  31. package/rules/autoconsent/shopify.json +31 -0
  32. package/rules/autoconsent/squiz.json +39 -0
  33. package/rules/autoconsent/tccCmpAlert.json +25 -0
  34. package/rules/autoconsent/termly.json +2 -2
  35. package/rules/autoconsent/true-car.json +1 -1
  36. package/rules/autoconsent/twitter.json +1 -2
  37. package/rules/autoconsent/womenshealthmag-us.json +31 -0
  38. package/rules/filterlist.txt +73 -211
  39. package/rules/rules.json +381 -53
  40. package/scripts/get-text-for-xpath.ts +5 -2
  41. package/scripts/validate-json-rules.js +45 -0
  42. package/tests/civic-cookie-control.spec.ts +7 -3
  43. package/tests/gravito.spec.ts +3 -0
  44. package/tests/postnl.spec.ts +3 -0
  45. package/tests/privado.spec.ts +3 -0
  46. package/tests/shopify.spec.ts +7 -0
  47. package/tests/squiz.spec.ts +3 -0
  48. package/tests/tccCmpAlert.spec.ts +3 -0
  49. package/tests/termly.spec.ts +11 -1
  50. package/tests/womenshealthmag-us.spec.ts +3 -0
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "manifest_version": 2,
3
3
  "name": "Autoconsent",
4
- "version": "2025.1.17",
4
+ "version": "2025.1.24",
5
5
  "background": {
6
6
  "scripts": [
7
7
  "background.bundle.js"
@@ -1227,39 +1227,54 @@
1227
1227
  "optOut": [
1228
1228
  {
1229
1229
  "if": {
1230
- "exists": "#ccc-notify"
1230
+ "visible": ".ccc-reject-button"
1231
1231
  },
1232
1232
  "then": [
1233
1233
  {
1234
- "waitForThenClick": [
1235
- "#ccc #ccc-notify .ccc-notify-buttons",
1236
- "xpath///button[contains(., 'Settings') or contains(., 'Cookie Preferences')]"
1237
- ]
1238
- },
1239
- {
1240
- "waitForVisible": "#ccc-module"
1241
- }
1242
- ]
1243
- },
1244
- {
1245
- "if": {
1246
- "exists": "#ccc-reject-settings"
1247
- },
1248
- "then": [
1249
- {
1250
- "waitForThenClick": "#ccc-reject-settings"
1234
+ "waitForThenClick": ".ccc-reject-button"
1251
1235
  }
1252
1236
  ],
1253
1237
  "else": [
1254
1238
  {
1255
- "waitForThenClick": "#ccc-dismiss-button"
1239
+ "if": {
1240
+ "exists": [
1241
+ "#ccc #ccc-notify .ccc-notify-buttons",
1242
+ "xpath///button[contains(., 'Settings') or contains(., 'Cookie Preferences') or contains(., 'Einstellungen️')]"
1243
+ ]
1244
+ },
1245
+ "then": [
1246
+ {
1247
+ "waitForThenClick": [
1248
+ "#ccc #ccc-notify .ccc-notify-buttons",
1249
+ "xpath///button[contains(., 'Settings') or contains(., 'Cookie Preferences') or contains(., 'Einstellungen️')]"
1250
+ ]
1251
+ },
1252
+ {
1253
+ "waitForVisible": "#ccc-module"
1254
+ }
1255
+ ]
1256
+ },
1257
+ {
1258
+ "if": {
1259
+ "visible": ".ccc-reject-button"
1260
+ },
1261
+ "then": [
1262
+ {
1263
+ "waitForThenClick": ".ccc-reject-button"
1264
+ }
1265
+ ],
1266
+ "else": [
1267
+ {
1268
+ "waitForThenClick": "#ccc-dismiss-button"
1269
+ }
1270
+ ]
1256
1271
  }
1257
1272
  ]
1258
1273
  }
1259
1274
  ],
1260
1275
  "optIn": [
1261
1276
  {
1262
- "waitForThenClick": "#ccc-recommended-settings,#ccc-notify-accept"
1277
+ "waitForThenClick": "#ccc-recommended-settings,#ccc-notify-accept,.ccc-accept-button"
1263
1278
  }
1264
1279
  ]
1265
1280
  },
@@ -2735,7 +2750,7 @@
2735
2750
  },
2736
2751
  {
2737
2752
  "name": "WP DSGVO Tools",
2738
- "link": "https://wordpress.org/plugins/shapepress-dsgvo/",
2753
+ "vendorUrl": "https://wordpress.org/plugins/shapepress-dsgvo/",
2739
2754
  "prehideSelectors": [
2740
2755
  ".sp-dsgvo"
2741
2756
  ],
@@ -3428,25 +3443,100 @@
3428
3443
  "name": "gov.uk",
3429
3444
  "detectCmp": [
3430
3445
  {
3431
- "exists": "#global-cookie-message"
3446
+ "exists": ".govuk-cookie-banner__message"
3432
3447
  }
3433
3448
  ],
3434
3449
  "detectPopup": [
3435
3450
  {
3436
- "exists": "#global-cookie-message"
3451
+ "exists": ".govuk-cookie-banner__message .govuk-button"
3437
3452
  }
3438
3453
  ],
3439
3454
  "optIn": [
3440
3455
  {
3441
- "click": "button[data-accept-cookies=true]"
3456
+ "click": [
3457
+ ".govuk-cookie-banner__message",
3458
+ "xpath///button[contains(., 'Accept')] | //a[contains(., 'Accept')]"
3459
+ ]
3442
3460
  }
3443
3461
  ],
3444
3462
  "optOut": [
3445
3463
  {
3446
- "click": "button[data-reject-cookies=true],#reject-cookies"
3464
+ "if": {
3465
+ "exists": [
3466
+ ".govuk-cookie-banner__message",
3467
+ "xpath///button[contains(., 'Reject')] | //a[contains(., 'Reject')]"
3468
+ ]
3469
+ },
3470
+ "then": [
3471
+ {
3472
+ "click": [
3473
+ ".govuk-cookie-banner__message",
3474
+ "xpath///button[contains(., 'Reject')] | //a[contains(., 'Reject')]"
3475
+ ]
3476
+ }
3477
+ ]
3447
3478
  },
3448
3479
  {
3449
- "click": "button[data-hide-cookie-banner=true],#hide-cookie-decision"
3480
+ "if": {
3481
+ "exists": [
3482
+ ".govuk-cookie-banner__message",
3483
+ "xpath///button[contains(., 'Hide')] | //a[contains(., 'Hide')]"
3484
+ ]
3485
+ },
3486
+ "then": [
3487
+ {
3488
+ "click": [
3489
+ ".govuk-cookie-banner__message",
3490
+ "xpath///button[contains(., 'Hide')] | //a[contains(., 'Hide')]"
3491
+ ]
3492
+ }
3493
+ ]
3494
+ }
3495
+ ]
3496
+ },
3497
+ {
3498
+ "name": "gravito",
3499
+ "vendorUrl": "https://www.gravito.net/cmp/",
3500
+ "prehideSelectors": [
3501
+ ".gravitoCMP-background-overlay"
3502
+ ],
3503
+ "detectCmp": [
3504
+ {
3505
+ "exists": ".gravitoCMP-background-overlay"
3506
+ }
3507
+ ],
3508
+ "detectPopup": [
3509
+ {
3510
+ "visible": ".gravitoCMP-background-overlay"
3511
+ }
3512
+ ],
3513
+ "optIn": [
3514
+ {
3515
+ "waitForThenClick": "#modalConfirmBtn.gravitoCMP-button"
3516
+ }
3517
+ ],
3518
+ "optOut": [
3519
+ {
3520
+ "waitForThenClick": "#modalSettingBtn.gravitoCMP-button"
3521
+ },
3522
+ {
3523
+ "waitFor": "#allRejectBtn"
3524
+ },
3525
+ {
3526
+ "waitFor": ".gravitoCMP-content-section"
3527
+ },
3528
+ {
3529
+ "click": ".gravitoCMP-content input[type=checkbox]:checked",
3530
+ "all": true,
3531
+ "optional": true
3532
+ },
3533
+ {
3534
+ "waitForThenClick": "#allRejectBtn"
3535
+ }
3536
+ ],
3537
+ "test": [
3538
+ {
3539
+ "eval": "EVAL_GRAVITO_TEST"
3450
3540
  }
3451
3541
  ]
3452
3542
  },
@@ -3996,7 +4086,7 @@
3996
4086
  "click": "button[data-test^=manage-cookies]"
3997
4087
  },
3998
4088
  {
3999
- "wait": "500"
4089
+ "wait": 500
4000
4090
  },
4001
4091
  {
4002
4092
  "click": "label[data-test^=toggle][class*=checked]:not([class*=disabled])",
@@ -5138,35 +5228,32 @@
5138
5228
  },
5139
5229
  {
5140
5230
  "name": "opera.com",
5141
- "vendorUrl": "https://unknown",
5231
+ "vendorUrl": "https://opera.com",
5142
5232
  "cosmetic": false,
5143
5233
  "runContext": {
5144
- "main": true,
5145
- "frame": false
5234
+ "urlPattern": "^https?://(www\\.|)?opera\\.com/"
5146
5235
  },
5147
- "intermediate": false,
5148
- "prehideSelectors": [],
5236
+ "prehideSelectors": [
5237
+ "#cookie-consent"
5238
+ ],
5149
5239
  "detectCmp": [
5150
5240
  {
5151
- "exists": "#cookie-consent .manage-cookies__btn"
5241
+ "exists": "#cookie-consent .cookie-all__btn"
5152
5242
  }
5153
5243
  ],
5154
5244
  "detectPopup": [
5155
5245
  {
5156
- "visible": "#cookie-consent .cookie-basic-consent__btn"
5246
+ "visible": "#cookie-consent .cookie-all__btn"
5157
5247
  }
5158
5248
  ],
5159
5249
  "optIn": [
5160
5250
  {
5161
- "waitForThenClick": "#cookie-consent .cookie-basic-consent__btn"
5251
+ "waitForThenClick": "#cookie-consent .cookie-all__btn"
5162
5252
  }
5163
5253
  ],
5164
5254
  "optOut": [
5165
5255
  {
5166
- "waitForThenClick": "#cookie-consent .manage-cookies__btn"
5167
- },
5168
- {
5169
- "waitForThenClick": "#cookie-consent .active.marketing_option_switch.cookie-consent__switch",
5256
+ "waitForThenClick": "#cookie-consent .cookie-consent__switch:not(.always_on)",
5170
5257
  "all": true
5171
5258
  },
5172
5259
  {
@@ -5525,6 +5612,48 @@
5525
5612
  }
5526
5613
  ]
5527
5614
  },
5615
+ {
5616
+ "name": "postnl",
5617
+ "vendorUrl": "https://postnl.nl",
5618
+ "cosmetic": false,
5619
+ "runContext": {
5620
+ "urlPattern": "^https://([^.]+\\.)?postnl\\.nl/"
5621
+ },
5622
+ "prehideSelectors": [
5623
+ "pnl-cookie-wall-widget"
5624
+ ],
5625
+ "detectCmp": [
5626
+ {
5627
+ "exists": "pnl-cookie-wall-widget"
5628
+ }
5629
+ ],
5630
+ "detectPopup": [
5631
+ {
5632
+ "visible": "pnl-cookie-wall-widget"
5633
+ }
5634
+ ],
5635
+ "optIn": [
5636
+ {
5637
+ "waitForThenClick": [
5638
+ "pnl-cookie-wall-widget",
5639
+ "button.pci-button--primary"
5640
+ ]
5641
+ }
5642
+ ],
5643
+ "optOut": [
5644
+ {
5645
+ "waitForThenClick": [
5646
+ "pnl-cookie-wall-widget",
5647
+ "button.pci-button--secondary"
5648
+ ]
5649
+ }
5650
+ ],
5651
+ "test": [
5652
+ {
5653
+ "eval": "EVAL_POSTNL_TEST"
5654
+ }
5655
+ ]
5656
+ },
5528
5657
  {
5529
5658
  "name": "PrimeBox CookieBar",
5530
5659
  "prehideSelectors": [
@@ -5622,6 +5751,56 @@
5622
5751
  }
5623
5752
  ]
5624
5753
  },
5754
+ {
5755
+ "name": "privado",
5756
+ "vendorUrl": "https://www.privado.ai/cookie-consent",
5757
+ "cosmetic": false,
5758
+ "runContext": {
5759
+ "main": true,
5760
+ "frame": false
5761
+ },
5762
+ "prehideSelectors": [
5763
+ "#cookie-consent-banner"
5764
+ ],
5765
+ "detectCmp": [
5766
+ {
5767
+ "exists": "#cookie-consent-banner #accept-button"
5768
+ }
5769
+ ],
5770
+ "detectPopup": [
5771
+ {
5772
+ "visible": "#cookie-consent-banner #accept-button"
5773
+ }
5774
+ ],
5775
+ "optIn": [
5776
+ {
5777
+ "waitForThenClick": "#cookie-consent-banner #accept-button"
5778
+ }
5779
+ ],
5780
+ "optOut": [
5781
+ {
5782
+ "if": {
5783
+ "exists": "#cookie-consent-banner #deny-button"
5784
+ },
5785
+ "then": [
5786
+ {
5787
+ "waitForThenClick": "#cookie-consent-banner #deny-button"
5788
+ }
5789
+ ],
5790
+ "else": [
5791
+ {
5792
+ "waitForThenClick": "#cookie-consent-banner #manage-settings-button"
5793
+ },
5794
+ {
5795
+ "waitForVisible": "#manage-cookies #save-button"
5796
+ },
5797
+ {
5798
+ "waitForThenClick": "#manage-cookies #save-button"
5799
+ }
5800
+ ]
5801
+ }
5802
+ ]
5803
+ },
5625
5804
  {
5626
5805
  "name": "productz.com",
5627
5806
  "vendorUrl": "https://productz.com/",
@@ -5727,7 +5906,7 @@
5727
5906
  "click": ".qc-cmp2-summary-buttons > button[mode=\"secondary\"]:nth-of-type(1)"
5728
5907
  },
5729
5908
  {
5730
- "waitFor": "#qc-cmp2-ui"
5909
+ "waitForVisible": "#qc-cmp2-ui .qc-cmp2-consent-info"
5731
5910
  },
5732
5911
  {
5733
5912
  "click": ".qc-cmp2-toggle-switch > button[aria-checked=\"true\"]",
@@ -5735,12 +5914,33 @@
5735
5914
  "optional": true
5736
5915
  },
5737
5916
  {
5738
- "click": ".qc-cmp2-main button[aria-label=\"REJECT ALL\"]",
5917
+ "click": [
5918
+ ".qc-cmp2-main",
5919
+ "xpath///button[contains(., 'REJECT ALL') or contains(., 'ALLE VERWERPEN') or contains(., 'ΑΠΟΡΡΙΠΤΩ ΤΑ ΠΑΝΤΑ') or contains(., 'RESPINGERE TOTALĂ') 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(., 'ОТКЛОНИТЬ ВСЕХ')]"
5920
+ ],
5739
5921
  "optional": true
5740
5922
  },
5741
5923
  {
5742
- "waitForThenClick": ".qc-cmp2-main button[aria-label=\"SAVE & EXIT\"],.qc-cmp2-buttons-desktop > button[mode=\"primary\"]",
5743
- "timeout": 5000
5924
+ "wait": 500
5925
+ },
5926
+ {
5927
+ "if": {
5928
+ "exists": ".qc-cmp2-buttons-desktop > button[mode=primary]"
5929
+ },
5930
+ "then": [
5931
+ {
5932
+ "click": ".qc-cmp2-buttons-desktop > button[mode=primary]"
5933
+ }
5934
+ ],
5935
+ "else": [
5936
+ {
5937
+ "waitForThenClick": [
5938
+ ".qc-cmp2-main",
5939
+ "xpath///button[contains(.,'SAVE & EXIT') or contains(.,'SALVA ED ESCI') or contains(.,'GUARDAR Y SALIR') or contains(.,'SPEICHERN & VERLASSEN')"
5940
+ ],
5941
+ "timeout": 5000
5942
+ }
5943
+ ]
5744
5944
  }
5745
5945
  ]
5746
5946
  }
@@ -5994,6 +6194,39 @@
5994
6194
  }
5995
6195
  ]
5996
6196
  },
6197
+ {
6198
+ "name": "shopify",
6199
+ "vendorUrl": "https://shopify.dev/docs/api/customer-privacy",
6200
+ "cosmetic": false,
6201
+ "prehideSelectors": [
6202
+ "#shopify-pc__banner"
6203
+ ],
6204
+ "detectCmp": [
6205
+ {
6206
+ "exists": "#shopify-pc__banner"
6207
+ }
6208
+ ],
6209
+ "detectPopup": [
6210
+ {
6211
+ "visible": "#shopify-pc__banner"
6212
+ }
6213
+ ],
6214
+ "optIn": [
6215
+ {
6216
+ "waitForThenClick": "#shopify-pc__banner__btn-accept"
6217
+ }
6218
+ ],
6219
+ "optOut": [
6220
+ {
6221
+ "waitForThenClick": "#shopify-pc__banner__btn-decline"
6222
+ }
6223
+ ],
6224
+ "test": [
6225
+ {
6226
+ "eval": "EVAL_SHOPIFY_TEST"
6227
+ }
6228
+ ]
6229
+ },
5997
6230
  {
5998
6231
  "name": "sibbo",
5999
6232
  "prehideSelectors": [
@@ -6150,6 +6383,47 @@
6150
6383
  }
6151
6384
  ]
6152
6385
  },
6386
+ {
6387
+ "name": "squiz",
6388
+ "vendorUrl": "https://www.squiz.net/webinars/cdp",
6389
+ "cosmetic": false,
6390
+ "runContext": {
6391
+ "main": true,
6392
+ "frame": false,
6393
+ "urlPattern": ""
6394
+ },
6395
+ "prehideSelectors": [
6396
+ "#cookie-consent-banner"
6397
+ ],
6398
+ "detectCmp": [
6399
+ {
6400
+ "exists": "#cookie-consent-banner #accept-cdp-cookie"
6401
+ }
6402
+ ],
6403
+ "detectPopup": [
6404
+ {
6405
+ "visible": "#cookie-consent-banner #accept-cdp-cookie"
6406
+ }
6407
+ ],
6408
+ "optIn": [
6409
+ {
6410
+ "waitForThenClick": "#accept-cdp-cookie"
6411
+ }
6412
+ ],
6413
+ "optOut": [
6414
+ {
6415
+ "waitForThenClick": "#reject-cdp-cookie"
6416
+ }
6417
+ ],
6418
+ "test": [
6419
+ {
6420
+ "wait": 500
6421
+ },
6422
+ {
6423
+ "eval": "EVAL_SQUIZ_TEST"
6424
+ }
6425
+ ]
6426
+ },
6153
6427
  {
6154
6428
  "name": "steampowered.com",
6155
6429
  "detectCmp": [
@@ -6362,6 +6636,33 @@
6362
6636
  }
6363
6637
  ]
6364
6638
  },
6639
+ {
6640
+ "name": "tccCmpAlert",
6641
+ "vendorUrl": "https://unknown",
6642
+ "prehideSelectors": [
6643
+ "#tccCmpAlert"
6644
+ ],
6645
+ "detectCmp": [
6646
+ {
6647
+ "exists": "#tccCmpAlert"
6648
+ }
6649
+ ],
6650
+ "detectPopup": [
6651
+ {
6652
+ "visible": "#tccCmpAlert"
6653
+ }
6654
+ ],
6655
+ "optIn": [
6656
+ {
6657
+ "waitForThenClick": "xpath///span[contains(.,'Accetta tutto')]"
6658
+ }
6659
+ ],
6660
+ "optOut": [
6661
+ {
6662
+ "waitForThenClick": "xpath///span[contains(.,'Accetta solo cookie necessari')]"
6663
+ }
6664
+ ]
6665
+ },
6365
6666
  {
6366
6667
  "name": "Tealium",
6367
6668
  "prehideSelectors": [
@@ -6490,10 +6791,11 @@
6490
6791
  ],
6491
6792
  "else": [
6492
6793
  {
6493
- "click": ".t-preference-button"
6794
+ "waitForThenClick": ".t-preference-button,[data-testid=\"preferences-link\"]"
6494
6795
  },
6495
6796
  {
6496
- "wait": 500
6797
+ "waitFor": ".t-declineAllButton",
6798
+ "timeout": 700
6497
6799
  },
6498
6800
  {
6499
6801
  "if": {
@@ -7047,9 +7349,7 @@
7047
7349
  },
7048
7350
  "cosmetic": true,
7049
7351
  "prehideSelectors": [
7050
- [
7051
- "div[aria-labelledby=\"cookie-banner-heading\"]"
7052
- ]
7352
+ "div[aria-labelledby=\"cookie-banner-heading\"]"
7053
7353
  ],
7054
7354
  "detectCmp": [
7055
7355
  {
@@ -7239,11 +7539,6 @@
7239
7539
  {
7240
7540
  "waitForThenClick": "[data-testid=\"BottomBar\"] > div:has(>div:first-child>div:last-child>button[role=button]>span) > div:last-child > button[role=button]:last-child"
7241
7541
  }
7242
- ],
7243
- "TODOtest": [
7244
- {
7245
- "eval": "EVAL_document.cookie.includes('d_prefs=MjoxLGNvbnNlbnRfdmVyc2lvbjoy')"
7246
- }
7247
7542
  ]
7248
7543
  },
7249
7544
  {
@@ -7688,6 +7983,39 @@
7688
7983
  }
7689
7984
  ]
7690
7985
  },
7986
+ {
7987
+ "name": "womenshealthmag-us",
7988
+ "vendorUrl": "https://womenshealthmag.com",
7989
+ "cosmetic": true,
7990
+ "runContext": {
7991
+ "main": true,
7992
+ "frame": false,
7993
+ "urlPattern": "^https://(www\\.)?womenshealthmag\\.com/"
7994
+ },
7995
+ "prehideSelectors": [
7996
+ "[status=open]:has([aria-label=\"Privacy Disclosure\"])"
7997
+ ],
7998
+ "detectCmp": [
7999
+ {
8000
+ "exists": "[status=open]:has([aria-label=\"Privacy Disclosure\"])"
8001
+ }
8002
+ ],
8003
+ "detectPopup": [
8004
+ {
8005
+ "visible": "[status=open]:has([aria-label=\"Privacy Disclosure\"])"
8006
+ }
8007
+ ],
8008
+ "optIn": [
8009
+ {
8010
+ "waitForThenClick": "[status=open]:has([aria-label=\"Privacy Disclosure\"]) button"
8011
+ }
8012
+ ],
8013
+ "optOut": [
8014
+ {
8015
+ "hide": "[status=open]:has([aria-label=\"Privacy Disclosure\"])"
8016
+ }
8017
+ ]
8018
+ },
7691
8019
  {
7692
8020
  "name": "woo-commerce-com",
7693
8021
  "prehideSelectors": [