@duckduckgo/autoconsent 14.3.0 → 14.4.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 (376) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/data/coverage.json +1443 -1683
  3. package/dist/addon-firefox/background.bundle.js +1 -0
  4. package/dist/addon-firefox/content.bundle.js +45 -33
  5. package/dist/addon-firefox/manifest.json +1 -1
  6. package/dist/addon-firefox/rules.json +1 -1
  7. package/dist/addon-mv3/background.bundle.js +1 -0
  8. package/dist/addon-mv3/content.bundle.js +45 -33
  9. package/dist/addon-mv3/manifest.json +1 -1
  10. package/dist/addon-mv3/popup.bundle.js +14 -0
  11. package/dist/addon-mv3/popup.html +14 -0
  12. package/dist/addon-mv3/rules.json +1 -1
  13. package/dist/autoconsent.cjs.js +45 -33
  14. package/dist/autoconsent.esm.js +45 -33
  15. package/dist/autoconsent.extra.cjs.js +45 -33
  16. package/dist/autoconsent.extra.esm.js +45 -33
  17. package/dist/autoconsent.playwright.js +46 -34
  18. package/lib/encoding.ts +65 -45
  19. package/lib/rules.ts +14 -14
  20. package/lib/types.ts +1 -0
  21. package/lib/utils.ts +1 -0
  22. package/lib/web.ts +2 -1
  23. package/package.json +1 -1
  24. package/rules/autoconsent/cookieyes.json +10 -4
  25. package/rules/autoconsent/ct-ultimate-gdpr.json +2 -2
  26. package/rules/compact-rules.json +1 -1
  27. package/rules/generated/auto_AU_codeweavers.com_clm.json +38 -0
  28. package/rules/generated/auto_AU_community.dyson.com_lek.json +38 -0
  29. package/rules/generated/auto_AU_drjoedispenza.com_ku0.json +38 -0
  30. package/rules/generated/auto_AU_earpros.com_3x3.json +38 -0
  31. package/rules/generated/auto_AU_fanatical.com_nth.json +38 -0
  32. package/rules/generated/auto_AU_gramophone.co.uk_3af.json +38 -0
  33. package/rules/generated/auto_AU_johnlewis.com_1rt.json +38 -0
  34. package/rules/generated/auto_AU_navman.com.au_zsn.json +38 -0
  35. package/rules/generated/auto_AU_pichunter.com_zhf.json +38 -0
  36. package/rules/generated/auto_AU_staff.flinders.edu.au_cpu.json +38 -0
  37. package/rules/generated/auto_AU_support.lenovo.com_bse.json +38 -0
  38. package/rules/generated/auto_AU_theabsolutesound.com_wcu.json +38 -0
  39. package/rules/generated/auto_AU_wikifeetx.com_lw4.json +38 -0
  40. package/rules/generated/auto_CA_123ink.ca_uhb.json +38 -0
  41. package/rules/generated/auto_CA_banfflakelouise.com_4eg.json +38 -0
  42. package/rules/generated/auto_CA_blsindia-canada.com_qqp.json +38 -0
  43. package/rules/generated/auto_CA_caainsurancecompany.ca_n0d.json +38 -0
  44. package/rules/generated/auto_CA_csagroup.org_3ho.json +38 -0
  45. package/rules/generated/auto_CA_f6s.com_yjw.json +38 -0
  46. package/rules/generated/auto_CA_fleshbot.com_m3j.json +38 -0
  47. package/rules/generated/auto_CA_fyidoctors.com_25j.json +38 -0
  48. package/rules/generated/auto_CA_golfavenue.ca_ero.json +38 -0
  49. package/rules/generated/auto_CA_ikmultimedia.com_v93.json +38 -0
  50. package/rules/generated/auto_CA_keepersecurity.com_06v.json +38 -0
  51. package/rules/generated/auto_CA_klm.ca_uvc.json +38 -0
  52. package/rules/generated/auto_CA_lectura-specs.com_hh2.json +38 -0
  53. package/rules/generated/auto_CA_merx.com_2nd.json +38 -0
  54. package/rules/generated/auto_CA_natureconservancy.ca_3pp.json +38 -0
  55. package/rules/generated/auto_CA_remitly.com_mm4.json +38 -0
  56. package/rules/generated/auto_CA_rentboard.ca_f02.json +38 -0
  57. package/rules/generated/auto_CA_rentfaster.ca_puj.json +38 -0
  58. package/rules/generated/auto_CA_rvdealers.ca_bvc.json +38 -0
  59. package/rules/generated/auto_CA_sceneplus.ca_5zu.json +38 -0
  60. package/rules/generated/auto_CA_scu.mb.ca_mqv.json +38 -0
  61. package/rules/generated/auto_CA_stclaircollege.ca_fj8.json +38 -0
  62. package/rules/generated/auto_CA_visa.ca_ldj.json +38 -0
  63. package/rules/generated/auto_CA_vrporngalaxy.com_nw8.json +38 -0
  64. package/rules/generated/auto_CA_westmount.org_l00.json +38 -0
  65. package/rules/generated/auto_GB_artsupplies.co.uk_1so.json +38 -0
  66. package/rules/generated/auto_GB_community.arubanetworks.com_cxu.json +38 -0
  67. package/rules/generated/auto_GB_francisandgaye.co.uk_m1d.json +38 -0
  68. package/rules/generated/auto_GB_fruugo.co.uk_686.json +38 -0
  69. package/rules/generated/auto_GB_homeswapper.co.uk_x3o.json +38 -0
  70. package/rules/generated/auto_GB_livejasmin.com_gdn.json +10 -0
  71. package/rules/generated/auto_GB_lovable.dev_4ul.json +38 -0
  72. package/rules/generated/auto_GB_online-pharmacy4u.co.uk_iag.json +38 -0
  73. package/rules/generated/auto_GB_partscentre.co.uk_0.json +14 -4
  74. package/rules/generated/auto_GB_powercuts.nationalgrid.co.uk_43h.json +38 -0
  75. package/rules/generated/auto_GB_reviewed.com_f1g.json +38 -0
  76. package/rules/generated/auto_GB_ruck.co.uk_1yo.json +38 -0
  77. package/rules/generated/auto_GB_smarkets.com_0.json +14 -4
  78. package/rules/generated/auto_GB_somersetft.nhs.uk_zno.json +38 -0
  79. package/rules/generated/auto_GB_stuartslondon.com_0.json +13 -3
  80. package/rules/generated/auto_GB_virginmedia.com_0.json +14 -4
  81. package/rules/generated/auto_GB_westwitteringestate.co.uk_hjv.json +38 -0
  82. package/rules/generated/auto_GB_wwws.airfrance.co.uk_0.json +1 -1
  83. package/rules/generated/auto_US_blinkforhome.com_bk2.json +38 -0
  84. package/rules/generated/auto_US_burpee.com_8gz.json +38 -0
  85. package/rules/generated/auto_US_coupons.businessinsider.com_6xd.json +38 -0
  86. package/rules/generated/auto_US_mycharisma.com_u6r.json +38 -0
  87. package/rules/generated/auto_US_mychart.wellstar.org_pwj.json +38 -0
  88. package/rules/generated/auto_US_tecadmin.net_4bn.json +38 -0
  89. package/rules/generated/auto_US_wilsoncombat.com_0.json +14 -4
  90. package/rules/rules.json +1 -1
  91. package/tests/ct-ultimate-gdpr.spec.ts +1 -1
  92. package/tests/generated/{auto_AU_iopscience.iop.org_hsw.spec.ts → auto_AU_codeweavers.com_clm.spec.ts} +1 -1
  93. package/tests/generated/auto_AU_community.dyson.com_lek.spec.ts +6 -0
  94. package/tests/generated/auto_AU_drjoedispenza.com_ku0.spec.ts +6 -0
  95. package/tests/generated/auto_AU_earpros.com_3x3.spec.ts +2 -0
  96. package/tests/generated/auto_AU_fanatical.com_nth.spec.ts +6 -0
  97. package/tests/generated/auto_AU_gramophone.co.uk_3af.spec.ts +6 -0
  98. package/tests/generated/{auto_AU_shure.com_28b.spec.ts → auto_AU_johnlewis.com_1rt.spec.ts} +1 -1
  99. package/tests/generated/{auto_GB_citylink.co.uk_0.spec.ts → auto_AU_navman.com.au_zsn.spec.ts} +2 -2
  100. package/tests/generated/auto_AU_pichunter.com_zhf.spec.ts +6 -0
  101. package/tests/generated/auto_AU_staff.flinders.edu.au_cpu.spec.ts +6 -0
  102. package/tests/generated/auto_AU_support.lenovo.com_bse.spec.ts +6 -0
  103. package/tests/generated/auto_AU_theabsolutesound.com_wcu.spec.ts +6 -0
  104. package/tests/generated/auto_AU_wikifeetx.com_lw4.spec.ts +2 -0
  105. package/tests/generated/auto_CA_123ink.ca_uhb.spec.ts +2 -0
  106. package/tests/generated/auto_CA_banfflakelouise.com_4eg.spec.ts +6 -0
  107. package/tests/generated/auto_CA_blsindia-canada.com_qqp.spec.ts +6 -0
  108. package/tests/generated/{auto_GB_rolcruise.co.uk_0.spec.ts → auto_CA_caainsurancecompany.ca_n0d.spec.ts} +2 -2
  109. package/tests/generated/auto_CA_csagroup.org_3ho.spec.ts +2 -0
  110. package/tests/generated/auto_CA_f6s.com_yjw.spec.ts +2 -0
  111. package/tests/generated/{auto_GB_zap-map.com_0.spec.ts → auto_CA_fleshbot.com_m3j.spec.ts} +1 -1
  112. package/tests/generated/auto_CA_fyidoctors.com_25j.spec.ts +2 -0
  113. package/tests/generated/{auto_CA_trekbikes.com_w0n.spec.ts → auto_CA_golfavenue.ca_ero.spec.ts} +1 -1
  114. package/tests/generated/auto_CA_ikmultimedia.com_v93.spec.ts +6 -0
  115. package/tests/generated/auto_CA_keepersecurity.com_06v.spec.ts +6 -0
  116. package/tests/generated/auto_CA_klm.ca_uvc.spec.ts +2 -0
  117. package/tests/generated/auto_CA_lectura-specs.com_hh2.spec.ts +6 -0
  118. package/tests/generated/auto_CA_merx.com_2nd.spec.ts +2 -0
  119. package/tests/generated/auto_CA_natureconservancy.ca_3pp.spec.ts +6 -0
  120. package/tests/generated/auto_CA_remitly.com_mm4.spec.ts +2 -0
  121. package/tests/generated/auto_CA_rentboard.ca_f02.spec.ts +2 -0
  122. package/tests/generated/auto_CA_rentfaster.ca_puj.spec.ts +6 -0
  123. package/tests/generated/auto_CA_rvdealers.ca_bvc.spec.ts +2 -0
  124. package/tests/generated/auto_CA_sceneplus.ca_5zu.spec.ts +2 -0
  125. package/tests/generated/auto_CA_scu.mb.ca_mqv.spec.ts +2 -0
  126. package/tests/generated/auto_CA_stclaircollege.ca_fj8.spec.ts +6 -0
  127. package/tests/generated/auto_CA_visa.ca_ldj.spec.ts +2 -0
  128. package/tests/generated/auto_CA_vrporngalaxy.com_nw8.spec.ts +6 -0
  129. package/tests/generated/auto_CA_westmount.org_l00.spec.ts +2 -0
  130. package/tests/generated/{auto_GB_blockchain.com_0.spec.ts → auto_GB_artsupplies.co.uk_1so.spec.ts} +1 -1
  131. package/tests/generated/auto_GB_community.arubanetworks.com_cxu.spec.ts +6 -0
  132. package/tests/generated/{auto_GB_bedandbreakfast.eu_0.spec.ts → auto_GB_francisandgaye.co.uk_m1d.spec.ts} +1 -1
  133. package/tests/generated/auto_GB_fruugo.co.uk_686.spec.ts +2 -0
  134. package/tests/generated/{auto_GB_boilerjuice.com_0.spec.ts → auto_GB_homeswapper.co.uk_x3o.spec.ts} +1 -1
  135. package/tests/generated/auto_GB_lovable.dev_4ul.spec.ts +2 -0
  136. package/tests/generated/auto_GB_online-pharmacy4u.co.uk_iag.spec.ts +6 -0
  137. package/tests/generated/{auto_GB_bestwestern.co.uk_0.spec.ts → auto_GB_partscentre.co.uk_0.spec.ts} +1 -1
  138. package/tests/generated/auto_GB_powercuts.nationalgrid.co.uk_43h.spec.ts +6 -0
  139. package/tests/generated/auto_GB_reviewed.com_f1g.spec.ts +2 -0
  140. package/tests/generated/{auto_GB_theros.org.uk_0.spec.ts → auto_GB_ruck.co.uk_1yo.spec.ts} +1 -1
  141. package/tests/generated/{auto_GB_yubico.com_0.spec.ts → auto_GB_smarkets.com_0.spec.ts} +1 -1
  142. package/tests/generated/{auto_GB_bannatyne.co.uk_0.spec.ts → auto_GB_somersetft.nhs.uk_zno.spec.ts} +1 -1
  143. package/tests/generated/auto_GB_virginmedia.com_0.spec.ts +1 -1
  144. package/tests/generated/{auto_GB_birminghamairport.co.uk_0.spec.ts → auto_GB_westwitteringestate.co.uk_hjv.spec.ts} +1 -1
  145. package/tests/generated/{auto_US_longevity.technology_ui9.spec.ts → auto_US_blinkforhome.com_bk2.spec.ts} +1 -1
  146. package/tests/generated/auto_US_burpee.com_8gz.spec.ts +2 -0
  147. package/tests/generated/auto_US_coupons.businessinsider.com_6xd.spec.ts +6 -0
  148. package/tests/generated/auto_US_mycharisma.com_u6r.spec.ts +2 -0
  149. package/tests/generated/auto_US_mychart.wellstar.org_pwj.spec.ts +6 -0
  150. package/tests/generated/auto_US_tecadmin.net_4bn.spec.ts +2 -0
  151. package/tests/generated/auto_US_wilsoncombat.com_0.spec.ts +5 -2
  152. package/rules/generated/auto_AU_iopscience.iop.org_hsw.json +0 -28
  153. package/rules/generated/auto_AU_shure.com_28b.json +0 -28
  154. package/rules/generated/auto_CA_trekbikes.com_w0n.json +0 -28
  155. package/rules/generated/auto_GB_abbavoyage.com_0.json +0 -28
  156. package/rules/generated/auto_GB_aber.ac.uk_0.json +0 -28
  157. package/rules/generated/auto_GB_airtattoo.com_0.json +0 -28
  158. package/rules/generated/auto_GB_bangor.ac.uk_0.json +0 -28
  159. package/rules/generated/auto_GB_bannatyne.co.uk_0.json +0 -28
  160. package/rules/generated/auto_GB_bedandbreakfast.eu_0.json +0 -28
  161. package/rules/generated/auto_GB_bestwestern.co.uk_0.json +0 -28
  162. package/rules/generated/auto_GB_birminghamairport.co.uk_0.json +0 -28
  163. package/rules/generated/auto_GB_blockchain.com_0.json +0 -28
  164. package/rules/generated/auto_GB_bluelightcard.co.uk_0.json +0 -28
  165. package/rules/generated/auto_GB_boilerjuice.com_0.json +0 -28
  166. package/rules/generated/auto_GB_bonmarche.co.uk_0.json +0 -28
  167. package/rules/generated/auto_GB_booker.co.uk_0.json +0 -28
  168. package/rules/generated/auto_GB_bradfords.co.uk_0.json +0 -28
  169. package/rules/generated/auto_GB_brandonhirestation.com_0.json +0 -28
  170. package/rules/generated/auto_GB_c2c-online.co.uk_0.json +0 -28
  171. package/rules/generated/auto_GB_casio.com_0.json +0 -28
  172. package/rules/generated/auto_GB_chemistdirect.co.uk_0.json +0 -28
  173. package/rules/generated/auto_GB_citylink.co.uk_0.json +0 -28
  174. package/rules/generated/auto_GB_classic-trader.com_0.json +0 -28
  175. package/rules/generated/auto_GB_cliftoncameras.co.uk_0.json +0 -28
  176. package/rules/generated/auto_GB_crownpaints.co.uk_0.json +0 -28
  177. package/rules/generated/auto_GB_design911.co.uk_0.json +0 -28
  178. package/rules/generated/auto_GB_discountdragon.co.uk_0.json +0 -28
  179. package/rules/generated/auto_GB_doorsuperstore.co.uk_0.json +0 -28
  180. package/rules/generated/auto_GB_drainagesuperstore.co.uk_0.json +0 -28
  181. package/rules/generated/auto_GB_eastmidlandsrailway.co.uk_0.json +0 -28
  182. package/rules/generated/auto_GB_elements.envato.com_0.json +0 -28
  183. package/rules/generated/auto_GB_ercol.com_0.json +0 -28
  184. package/rules/generated/auto_GB_eurail.com_0.json +0 -28
  185. package/rules/generated/auto_GB_eurochange.co.uk_0.json +0 -28
  186. package/rules/generated/auto_GB_farrow-ball.com_0.json +0 -28
  187. package/rules/generated/auto_GB_finisterre.com_0.json +0 -28
  188. package/rules/generated/auto_GB_firstfence.co.uk_i98.json +0 -28
  189. package/rules/generated/auto_GB_gog.com_0.json +0 -28
  190. package/rules/generated/auto_GB_greateranglia.co.uk_0.json +0 -28
  191. package/rules/generated/auto_GB_gshock.casio.com_0.json +0 -28
  192. package/rules/generated/auto_GB_healthcareers.nhs.uk_0.json +0 -28
  193. package/rules/generated/auto_GB_hltv.org_0.json +0 -28
  194. package/rules/generated/auto_GB_hyperdrug.co.uk_0.json +0 -28
  195. package/rules/generated/auto_GB_insulationsuperstore.co.uk_0.json +0 -28
  196. package/rules/generated/auto_GB_interrail.eu_0.json +0 -28
  197. package/rules/generated/auto_GB_irishrail.ie_0.json +0 -28
  198. package/rules/generated/auto_GB_irwinmitchell.com_0.json +0 -28
  199. package/rules/generated/auto_GB_islesofscilly-travel.co.uk_0.json +0 -28
  200. package/rules/generated/auto_GB_iwantgreatcare.org_0.json +0 -28
  201. package/rules/generated/auto_GB_jacksons-fencing.co.uk_0.json +0 -28
  202. package/rules/generated/auto_GB_jarrolds.co.uk_0.json +0 -28
  203. package/rules/generated/auto_GB_jigsaw-online.com_0.json +0 -28
  204. package/rules/generated/auto_GB_kent.ac.uk_0.json +0 -28
  205. package/rules/generated/auto_GB_kidneycareuk.org_0.json +0 -28
  206. package/rules/generated/auto_GB_lecreuset.co.uk_0.json +0 -28
  207. package/rules/generated/auto_GB_leedsbeckett.ac.uk_0.json +0 -28
  208. package/rules/generated/auto_GB_liveauctioneers.com_0.json +0 -28
  209. package/rules/generated/auto_GB_londonnorthwesternrailway.co.uk_0.json +0 -28
  210. package/rules/generated/auto_GB_love2shop.co.uk_0.json +0 -28
  211. package/rules/generated/auto_GB_ltmuseum.co.uk_0.json +0 -28
  212. package/rules/generated/auto_GB_lucyandyak.com_x3v.json +0 -28
  213. package/rules/generated/auto_GB_mandstravelmoney.com_0.json +0 -28
  214. package/rules/generated/auto_GB_medway.gov.uk_0.json +0 -28
  215. package/rules/generated/auto_GB_mg.co.uk_0.json +0 -28
  216. package/rules/generated/auto_GB_motorcyclespareparts.eu_0.json +0 -28
  217. package/rules/generated/auto_GB_musicstore.com_0.json +0 -28
  218. package/rules/generated/auto_GB_myenergi.com_0.json +0 -28
  219. package/rules/generated/auto_GB_nationalgallery.org.uk_0.json +0 -28
  220. package/rules/generated/auto_GB_ncl.ac.uk_0.json +0 -28
  221. package/rules/generated/auto_GB_newdealsonline.co.uk_0.json +0 -28
  222. package/rules/generated/auto_GB_northernrailway.co.uk_0.json +0 -28
  223. package/rules/generated/auto_GB_notcutts.co.uk_0.json +0 -28
  224. package/rules/generated/auto_GB_oaknorth.co.uk_0.json +0 -28
  225. package/rules/generated/auto_GB_overclockers.co.uk_0.json +0 -28
  226. package/rules/generated/auto_GB_pavers.co.uk_0.json +0 -28
  227. package/rules/generated/auto_GB_pharmacy2u.co.uk_0.json +0 -28
  228. package/rules/generated/auto_GB_pixelcut.ai_lfx.json +0 -28
  229. package/rules/generated/auto_GB_plymouth.ac.uk_0.json +0 -28
  230. package/rules/generated/auto_GB_poferries.com_0.json +0 -28
  231. package/rules/generated/auto_GB_puppies.co.uk_0.json +0 -28
  232. package/rules/generated/auto_GB_raf.mod.uk_0.json +0 -28
  233. package/rules/generated/auto_GB_rct.uk_0.json +0 -28
  234. package/rules/generated/auto_GB_robertsspaceindustries.com_0.json +0 -28
  235. package/rules/generated/auto_GB_rolcruise.co.uk_0.json +0 -28
  236. package/rules/generated/auto_GB_roofingsuperstore.co.uk_0.json +0 -28
  237. package/rules/generated/auto_GB_roughtrade.com_0.json +0 -28
  238. package/rules/generated/auto_GB_royalenfield.com_0.json +0 -28
  239. package/rules/generated/auto_GB_royalmint.com_0.json +0 -28
  240. package/rules/generated/auto_GB_sharkclean.co.uk_0.json +0 -28
  241. package/rules/generated/auto_GB_shu.ac.uk_0.json +0 -28
  242. package/rules/generated/auto_GB_slaters.co.uk_0.json +0 -28
  243. package/rules/generated/auto_GB_sockshop.co.uk_7pv.json +0 -28
  244. package/rules/generated/auto_GB_specializedconceptstore.co.uk_0.json +0 -28
  245. package/rules/generated/auto_GB_sram.com_0.json +0 -28
  246. package/rules/generated/auto_GB_staples.co.uk_0.json +0 -28
  247. package/rules/generated/auto_GB_steam-packet.com_0.json +0 -28
  248. package/rules/generated/auto_GB_superbikefactory.co.uk_0.json +0 -28
  249. package/rules/generated/auto_GB_teepublic.com_0.json +0 -28
  250. package/rules/generated/auto_GB_thefarmersdogpub.com_0.json +0 -28
  251. package/rules/generated/auto_GB_thegreenreaper.co.uk_0.json +0 -28
  252. package/rules/generated/auto_GB_themeforest.net_0.json +0 -28
  253. package/rules/generated/auto_GB_theros.org.uk_0.json +0 -28
  254. package/rules/generated/auto_GB_thingiverse.com_0.json +0 -28
  255. package/rules/generated/auto_GB_timeshighereducation.com_0.json +0 -28
  256. package/rules/generated/auto_GB_towbarexpress.co.uk_0.json +0 -28
  257. package/rules/generated/auto_GB_tritonshowers.co.uk_0.json +0 -28
  258. package/rules/generated/auto_GB_utilitabowl.com_0.json +0 -28
  259. package/rules/generated/auto_GB_veals.co.uk_0.json +0 -28
  260. package/rules/generated/auto_GB_visitpeakdistrict.com_0.json +0 -28
  261. package/rules/generated/auto_GB_water-garden.co.uk_0.json +0 -28
  262. package/rules/generated/auto_GB_weforum.org_0.json +0 -28
  263. package/rules/generated/auto_GB_west-somerset-railway.co.uk_0.json +0 -28
  264. package/rules/generated/auto_GB_westmidlandsrailway.co.uk_0.json +0 -28
  265. package/rules/generated/auto_GB_whatprice.co.uk_vey.json +0 -28
  266. package/rules/generated/auto_GB_worldathletics.org_0.json +0 -28
  267. package/rules/generated/auto_GB_yeovalley.co.uk_0.json +0 -28
  268. package/rules/generated/auto_GB_yubico.com_0.json +0 -28
  269. package/rules/generated/auto_GB_zap-map.com_0.json +0 -28
  270. package/rules/generated/auto_GB_zoomcorp.com_0cv.json +0 -28
  271. package/rules/generated/auto_US_longevity.technology_ui9.json +0 -28
  272. package/tests/generated/auto_GB_abbavoyage.com_0.spec.ts +0 -2
  273. package/tests/generated/auto_GB_aber.ac.uk_0.spec.ts +0 -2
  274. package/tests/generated/auto_GB_airtattoo.com_0.spec.ts +0 -2
  275. package/tests/generated/auto_GB_bangor.ac.uk_0.spec.ts +0 -2
  276. package/tests/generated/auto_GB_bluelightcard.co.uk_0.spec.ts +0 -6
  277. package/tests/generated/auto_GB_bonmarche.co.uk_0.spec.ts +0 -6
  278. package/tests/generated/auto_GB_booker.co.uk_0.spec.ts +0 -2
  279. package/tests/generated/auto_GB_bradfords.co.uk_0.spec.ts +0 -6
  280. package/tests/generated/auto_GB_brandonhirestation.com_0.spec.ts +0 -6
  281. package/tests/generated/auto_GB_c2c-online.co.uk_0.spec.ts +0 -6
  282. package/tests/generated/auto_GB_casio.com_0.spec.ts +0 -2
  283. package/tests/generated/auto_GB_chemistdirect.co.uk_0.spec.ts +0 -6
  284. package/tests/generated/auto_GB_classic-trader.com_0.spec.ts +0 -6
  285. package/tests/generated/auto_GB_cliftoncameras.co.uk_0.spec.ts +0 -6
  286. package/tests/generated/auto_GB_crownpaints.co.uk_0.spec.ts +0 -6
  287. package/tests/generated/auto_GB_design911.co.uk_0.spec.ts +0 -6
  288. package/tests/generated/auto_GB_discountdragon.co.uk_0.spec.ts +0 -6
  289. package/tests/generated/auto_GB_doorsuperstore.co.uk_0.spec.ts +0 -6
  290. package/tests/generated/auto_GB_drainagesuperstore.co.uk_0.spec.ts +0 -6
  291. package/tests/generated/auto_GB_eastmidlandsrailway.co.uk_0.spec.ts +0 -6
  292. package/tests/generated/auto_GB_elements.envato.com_0.spec.ts +0 -6
  293. package/tests/generated/auto_GB_ercol.com_0.spec.ts +0 -2
  294. package/tests/generated/auto_GB_eurail.com_0.spec.ts +0 -2
  295. package/tests/generated/auto_GB_eurochange.co.uk_0.spec.ts +0 -6
  296. package/tests/generated/auto_GB_farrow-ball.com_0.spec.ts +0 -6
  297. package/tests/generated/auto_GB_finisterre.com_0.spec.ts +0 -2
  298. package/tests/generated/auto_GB_firstfence.co.uk_i98.spec.ts +0 -6
  299. package/tests/generated/auto_GB_gog.com_0.spec.ts +0 -2
  300. package/tests/generated/auto_GB_greateranglia.co.uk_0.spec.ts +0 -6
  301. package/tests/generated/auto_GB_gshock.casio.com_0.spec.ts +0 -6
  302. package/tests/generated/auto_GB_healthcareers.nhs.uk_0.spec.ts +0 -6
  303. package/tests/generated/auto_GB_hltv.org_0.spec.ts +0 -2
  304. package/tests/generated/auto_GB_hyperdrug.co.uk_0.spec.ts +0 -2
  305. package/tests/generated/auto_GB_insulationsuperstore.co.uk_0.spec.ts +0 -6
  306. package/tests/generated/auto_GB_interrail.eu_0.spec.ts +0 -2
  307. package/tests/generated/auto_GB_irishrail.ie_0.spec.ts +0 -6
  308. package/tests/generated/auto_GB_irwinmitchell.com_0.spec.ts +0 -6
  309. package/tests/generated/auto_GB_islesofscilly-travel.co.uk_0.spec.ts +0 -6
  310. package/tests/generated/auto_GB_iwantgreatcare.org_0.spec.ts +0 -6
  311. package/tests/generated/auto_GB_jacksons-fencing.co.uk_0.spec.ts +0 -6
  312. package/tests/generated/auto_GB_jarrolds.co.uk_0.spec.ts +0 -6
  313. package/tests/generated/auto_GB_jigsaw-online.com_0.spec.ts +0 -6
  314. package/tests/generated/auto_GB_kent.ac.uk_0.spec.ts +0 -2
  315. package/tests/generated/auto_GB_kidneycareuk.org_0.spec.ts +0 -6
  316. package/tests/generated/auto_GB_lecreuset.co.uk_0.spec.ts +0 -6
  317. package/tests/generated/auto_GB_leedsbeckett.ac.uk_0.spec.ts +0 -6
  318. package/tests/generated/auto_GB_liveauctioneers.com_0.spec.ts +0 -6
  319. package/tests/generated/auto_GB_londonnorthwesternrailway.co.uk_0.spec.ts +0 -6
  320. package/tests/generated/auto_GB_love2shop.co.uk_0.spec.ts +0 -6
  321. package/tests/generated/auto_GB_ltmuseum.co.uk_0.spec.ts +0 -6
  322. package/tests/generated/auto_GB_lucyandyak.com_x3v.spec.ts +0 -2
  323. package/tests/generated/auto_GB_mandstravelmoney.com_0.spec.ts +0 -6
  324. package/tests/generated/auto_GB_medway.gov.uk_0.spec.ts +0 -2
  325. package/tests/generated/auto_GB_mg.co.uk_0.spec.ts +0 -2
  326. package/tests/generated/auto_GB_motorcyclespareparts.eu_0.spec.ts +0 -6
  327. package/tests/generated/auto_GB_musicstore.com_0.spec.ts +0 -6
  328. package/tests/generated/auto_GB_myenergi.com_0.spec.ts +0 -2
  329. package/tests/generated/auto_GB_nationalgallery.org.uk_0.spec.ts +0 -6
  330. package/tests/generated/auto_GB_ncl.ac.uk_0.spec.ts +0 -2
  331. package/tests/generated/auto_GB_newdealsonline.co.uk_0.spec.ts +0 -6
  332. package/tests/generated/auto_GB_northernrailway.co.uk_0.spec.ts +0 -6
  333. package/tests/generated/auto_GB_notcutts.co.uk_0.spec.ts +0 -6
  334. package/tests/generated/auto_GB_oaknorth.co.uk_0.spec.ts +0 -2
  335. package/tests/generated/auto_GB_overclockers.co.uk_0.spec.ts +0 -6
  336. package/tests/generated/auto_GB_pavers.co.uk_0.spec.ts +0 -2
  337. package/tests/generated/auto_GB_pharmacy2u.co.uk_0.spec.ts +0 -6
  338. package/tests/generated/auto_GB_pixelcut.ai_lfx.spec.ts +0 -2
  339. package/tests/generated/auto_GB_plymouth.ac.uk_0.spec.ts +0 -6
  340. package/tests/generated/auto_GB_poferries.com_0.spec.ts +0 -6
  341. package/tests/generated/auto_GB_puppies.co.uk_0.spec.ts +0 -2
  342. package/tests/generated/auto_GB_raf.mod.uk_0.spec.ts +0 -2
  343. package/tests/generated/auto_GB_rct.uk_0.spec.ts +0 -2
  344. package/tests/generated/auto_GB_robertsspaceindustries.com_0.spec.ts +0 -6
  345. package/tests/generated/auto_GB_roofingsuperstore.co.uk_0.spec.ts +0 -6
  346. package/tests/generated/auto_GB_roughtrade.com_0.spec.ts +0 -6
  347. package/tests/generated/auto_GB_royalenfield.com_0.spec.ts +0 -6
  348. package/tests/generated/auto_GB_royalmint.com_0.spec.ts +0 -2
  349. package/tests/generated/auto_GB_sharkclean.co.uk_0.spec.ts +0 -6
  350. package/tests/generated/auto_GB_shu.ac.uk_0.spec.ts +0 -2
  351. package/tests/generated/auto_GB_slaters.co.uk_0.spec.ts +0 -2
  352. package/tests/generated/auto_GB_sockshop.co.uk_7pv.spec.ts +0 -6
  353. package/tests/generated/auto_GB_specializedconceptstore.co.uk_0.spec.ts +0 -6
  354. package/tests/generated/auto_GB_sram.com_0.spec.ts +0 -2
  355. package/tests/generated/auto_GB_staples.co.uk_0.spec.ts +0 -2
  356. package/tests/generated/auto_GB_steam-packet.com_0.spec.ts +0 -6
  357. package/tests/generated/auto_GB_superbikefactory.co.uk_0.spec.ts +0 -6
  358. package/tests/generated/auto_GB_teepublic.com_0.spec.ts +0 -2
  359. package/tests/generated/auto_GB_thefarmersdogpub.com_0.spec.ts +0 -6
  360. package/tests/generated/auto_GB_thegreenreaper.co.uk_0.spec.ts +0 -6
  361. package/tests/generated/auto_GB_themeforest.net_0.spec.ts +0 -2
  362. package/tests/generated/auto_GB_thingiverse.com_0.spec.ts +0 -6
  363. package/tests/generated/auto_GB_timeshighereducation.com_0.spec.ts +0 -6
  364. package/tests/generated/auto_GB_towbarexpress.co.uk_0.spec.ts +0 -6
  365. package/tests/generated/auto_GB_tritonshowers.co.uk_0.spec.ts +0 -6
  366. package/tests/generated/auto_GB_utilitabowl.com_0.spec.ts +0 -6
  367. package/tests/generated/auto_GB_veals.co.uk_0.spec.ts +0 -2
  368. package/tests/generated/auto_GB_visitpeakdistrict.com_0.spec.ts +0 -6
  369. package/tests/generated/auto_GB_water-garden.co.uk_0.spec.ts +0 -6
  370. package/tests/generated/auto_GB_weforum.org_0.spec.ts +0 -2
  371. package/tests/generated/auto_GB_west-somerset-railway.co.uk_0.spec.ts +0 -6
  372. package/tests/generated/auto_GB_westmidlandsrailway.co.uk_0.spec.ts +0 -6
  373. package/tests/generated/auto_GB_whatprice.co.uk_vey.spec.ts +0 -6
  374. package/tests/generated/auto_GB_worldathletics.org_0.spec.ts +0 -6
  375. package/tests/generated/auto_GB_yeovalley.co.uk_0.spec.ts +0 -6
  376. package/tests/generated/auto_GB_zoomcorp.com_0cv.spec.ts +0 -6
@@ -684,6 +684,7 @@
684
684
  disabledCmps: [],
685
685
  enablePrehide: true,
686
686
  enableCosmeticRules: true,
687
+ enableGeneratedRules: true,
687
688
  enableHeuristicDetection: false,
688
689
  detectRetries: 20,
689
690
  isMainWorld: false,
@@ -3777,11 +3778,24 @@
3777
3778
  if (encoded.v > 1) {
3778
3779
  throw new Error("Unsupported rule format.");
3779
3780
  }
3780
- function decodeRuleStep(step) {
3781
+ return encoded.r.filter((r) => r[0] <= SUPPORTED_RULE_STEP_VERSION).map((rule) => new CompactedCMPRule(rule, encoded.s));
3782
+ }
3783
+ var CompactedCMPRule = class {
3784
+ constructor(rule, strings) {
3785
+ this.intermediate = false;
3786
+ this.optIn = [];
3787
+ this.r = rule;
3788
+ this.s = strings;
3789
+ if (this.r[10] && this.r[10].intermediate) {
3790
+ this.intermediate = this.r[10].intermediate;
3791
+ }
3792
+ }
3793
+ _decodeRuleStep(step) {
3781
3794
  const clonedStep = { ...step };
3795
+ const decodeRuleStep = this._decodeRuleStep.bind(this);
3782
3796
  for (const [longKey, shortKey] of compactedRuleSteps) {
3783
3797
  if (clonedStep[shortKey] !== void 0) {
3784
- clonedStep[longKey] = encoded.s[clonedStep[shortKey]];
3798
+ clonedStep[longKey] = this.s[clonedStep[shortKey]];
3785
3799
  delete clonedStep[shortKey];
3786
3800
  }
3787
3801
  }
@@ -3797,22 +3811,16 @@
3797
3811
  }
3798
3812
  return { ...clonedStep };
3799
3813
  }
3800
- return encoded.r.filter((r) => r[0] <= SUPPORTED_RULE_STEP_VERSION).map((rule) => {
3801
- const [
3802
- minimumRuleStepVersion,
3803
- name,
3804
- cosmetic,
3805
- urlPattern,
3806
- mainFrame,
3807
- prehideSelectors,
3808
- detectCmp,
3809
- detectPopup,
3810
- optOut,
3811
- test,
3812
- extra
3813
- ] = rule;
3814
- const optIn = [];
3814
+ get name() {
3815
+ return this.r[1];
3816
+ }
3817
+ get cosmetic() {
3818
+ return decodeNullableBoolean(this.r[2]);
3819
+ }
3820
+ get runContext() {
3815
3821
  const runContext = {};
3822
+ const urlPattern = this.r[3];
3823
+ const mainFrame = this.r[4];
3816
3824
  const runInMainFrame = decodeNullableBoolean(Math.floor(mainFrame / 10) % 10);
3817
3825
  const runInSubFrame = decodeNullableBoolean(mainFrame % 10);
3818
3826
  if (runInMainFrame !== void 0) {
@@ -3824,27 +3832,31 @@
3824
3832
  if (urlPattern !== "") {
3825
3833
  runContext.urlPattern = urlPattern;
3826
3834
  }
3827
- return {
3828
- name,
3829
- cosmetic: decodeNullableBoolean(cosmetic),
3830
- runContext,
3831
- prehideSelectors: prehideSelectors.map((i) => encoded.s[i].toString()),
3832
- detectCmp: detectCmp.map(decodeRuleStep),
3833
- detectPopup: detectPopup.map(decodeRuleStep),
3834
- optOut: optOut.map(decodeRuleStep),
3835
- optIn,
3836
- test: test?.map(decodeRuleStep),
3837
- minimumRuleStepVersion: minimumRuleStepVersion || void 0,
3838
- ...extra
3839
- };
3840
- });
3841
- }
3835
+ return runContext;
3836
+ }
3837
+ get prehideSelectors() {
3838
+ return this.r[5].map((i) => this.s[i].toString());
3839
+ }
3840
+ get detectCmp() {
3841
+ return this.r[6].map(this._decodeRuleStep.bind(this));
3842
+ }
3843
+ get detectPopup() {
3844
+ return this.r[7].map(this._decodeRuleStep.bind(this));
3845
+ }
3846
+ get optOut() {
3847
+ return this.r[8].map(this._decodeRuleStep.bind(this));
3848
+ }
3849
+ get test() {
3850
+ return this.r[9].map(this._decodeRuleStep.bind(this));
3851
+ }
3852
+ };
3842
3853
 
3843
3854
  // lib/web.ts
3844
3855
  function filterCMPs(rules, config) {
3845
3856
  return rules.filter((cmp) => {
3846
3857
  return (!config.disabledCmps || !config.disabledCmps.includes(cmp.name)) && // CMP is not disabled
3847
- (config.enableCosmeticRules || !cmp.isCosmetic);
3858
+ (config.enableCosmeticRules || !cmp.isCosmetic) && // CMP is not cosmetic or cosmetic rules are enabled
3859
+ (config.enableGeneratedRules || !cmp.name.startsWith("auto_"));
3848
3860
  });
3849
3861
  }
3850
3862
  var _config;
@@ -4427,7 +4439,7 @@
4427
4439
  _config = new WeakMap();
4428
4440
 
4429
4441
  // rules/rules.json
4430
- var autoconsent = [{ name: "aa", vendorUrl: "https://aa.com", prehideSelectors: ["adc-cookie-banner"], cosmetic: true, detectCmp: [{ exists: "adc-cookie-banner" }], detectPopup: [{ visible: "adc-cookie-banner" }], optIn: [{ hide: "adc-cookie-banner" }], optOut: [{ hide: "adc-cookie-banner" }] }, { name: "abc", vendorUrl: "https://abc.net.au", runContext: { urlPattern: "^https://([a-z0-9-]+\\.)?abc\\.net\\.au/" }, prehideSelectors: [], detectCmp: [{ exists: "[data-component=CookieBanner]" }], detectPopup: [{ visible: "[data-component=CookieBanner] [data-component=CookieBanner_AcceptAll]" }], optIn: [{ waitForThenClick: "[data-component=CookieBanner] [data-component=CookieBanner_AcceptAll]" }], optOut: [{ waitForThenClick: "[data-component=CookieBanner] [data-component=CookieBanner_AcceptABCRequired]" }], test: [{ cookieContains: "trackingconsent" }] }, { name: "abconcerts.be", vendorUrl: "https://unknown", intermediate: false, prehideSelectors: ["dialog.cookie-consent"], detectCmp: [{ exists: "dialog.cookie-consent form.cookie-consent__form" }], detectPopup: [{ visible: "dialog.cookie-consent form.cookie-consent__form" }], optIn: [{ waitForThenClick: "dialog.cookie-consent form.cookie-consent__form button[value=yes]" }], optOut: [{ if: { exists: "dialog.cookie-consent form.cookie-consent__form button[value=no]" }, then: [{ click: "dialog.cookie-consent form.cookie-consent__form button[value=no]" }], else: [{ click: "dialog.cookie-consent form.cookie-consent__form button.cookie-consent__options-toggle" }, { waitForThenClick: 'dialog.cookie-consent form.cookie-consent__form button[value="save_options"]' }] }] }, { name: "acris", prehideSelectors: ["div.acris-cookie-consent"], detectCmp: [{ exists: "[data-acris-cookie-consent]" }], detectPopup: [{ visible: ".acris-cookie-consent.is--modal" }], optIn: [{ waitForVisible: "#ccConsentAcceptAllButton", check: "any" }, { wait: 500 }, { waitForThenClick: "#ccConsentAcceptAllButton" }], optOut: [{ waitForVisible: "#ccAcceptOnlyFunctional", check: "any" }, { wait: 500 }, { waitForThenClick: "#ccAcceptOnlyFunctional" }] }, { name: "acs.org", vendorUrl: "https://www.acs.org/education/chemmatters/articles/the-flint-water-crisis.html", cosmetic: true, runContext: { urlPattern: "^https://(www\\.)?acs\\.org/" }, prehideSelectors: ["[data-testid=layout-cookiebanner]"], detectCmp: [{ exists: "[data-testid=layout-cookiebanner]" }], detectPopup: [{ visible: "[data-testid=layout-cookiebanner]" }], optIn: [{ waitForThenClick: "[data-testid=cookie-consent-button]" }], optOut: [{ hide: "[data-testid=layout-cookiebanner]" }] }, { name: "activobank.pt", runContext: { urlPattern: "^https://(www\\.)?activobank\\.pt" }, prehideSelectors: ["aside#cookies,.overlay-cookies"], detectCmp: [{ exists: "#cookies .cookies-btn" }], detectPopup: [{ visible: "#cookies #submitCookies" }], optIn: [{ waitForThenClick: "#cookies #submitCookies" }], optOut: [{ waitForThenClick: "#cookies #rejectCookies" }] }, { name: "adopt", vendorUrl: "https://goadopt.io/", prehideSelectors: ["#cookie-banner"], detectCmp: [{ exists: "#adopt-controller-button" }], detectPopup: [{ visible: "#cookie-banner" }], optIn: [{ waitForThenClick: "#adopt-accept-all-button" }], optOut: [{ waitForThenClick: "#adopt-reject-all-button" }], test: [{ eval: "EVAL_ADOPT_TEST" }] }, { name: "Adroll", prehideSelectors: ["#adroll_consent_container"], detectCmp: [{ exists: "#adroll_consent_container" }], detectPopup: [{ visible: "#adroll_consent_container" }], optIn: [{ waitForThenClick: "#adroll_consent_accept" }], optOut: [{ waitForThenClick: "#adroll_consent_reject" }], test: [{ cookieContains: "__adroll_fpc", negated: true }] }, { name: "adultfriendfinder", vendorUrl: "https://adultfriendfinder.com/www/guest/#/", runContext: { urlPattern: "^https://(www\\.)?adultfriendfinder\\.com/" }, prehideSelectors: [".fullpageCover"], detectCmp: [{ exists: ".fullpageCover a[href*='/go/page/privacy.html']" }], detectPopup: [{ visible: ".fullpageCover a[href*='/go/page/privacy.html']" }], optIn: [{ waitForThenClick: ".fullpageCover div.rounded-full:nth-child(1)" }], optOut: [{ waitForThenClick: ".fullpageCover div.rounded-full:nth-child(2)" }], test: [{ eval: "EVAL_ADULTFRIENDFINDER_TEST" }] }, { name: "affinity.serif.com", detectCmp: [{ exists: ".c-cookie-notice button[data-qa='allow-all-cookies']" }], detectPopup: [{ visible: ".c-cookie-notice" }], optIn: [{ click: 'button[data-qa="allow-all-cookies"]' }], optOut: [{ click: 'button[data-qa="reject-non-essentials"]' }], test: [{ wait: 500 }, { cookieContains: "serif_manage_cookies_viewed" }, { cookieContains: "serif_allow_analytics", negated: true }] }, { name: "alaskaair", vendorUrl: "https://www.alaskaair.com/", cosmetic: true, runContext: { urlPattern: "^https://(www\\.)?alaskaair\\.com/" }, prehideSelectors: ["#aag-cookie-consent"], detectCmp: [{ exists: "#aag-cookie-consent" }], detectPopup: [{ visible: "#aag-cookie-consent" }], optIn: [{ waitForThenClick: "#aag-cookie-consent .aag-consent-cta" }], optOut: [{ hide: "#aag-cookie-consent" }] }, { name: "aliexpress", vendorUrl: "https://aliexpress.com/", runContext: { urlPattern: "^https://.*\\.aliexpress\\.com/" }, prehideSelectors: ["#gdpr-new-container"], detectCmp: [{ exists: "#gdpr-new-container,#voyager-gdpr > div" }], detectPopup: [{ visible: "#gdpr-new-container,#voyager-gdpr > div" }], optIn: [{ waitForThenClick: "#gdpr-new-container .btn-accept,#voyager-gdpr > div > div > button:nth-child(1)" }], optOut: [{ if: { exists: "#voyager-gdpr > div" }, then: [{ waitForThenClick: "#voyager-gdpr > div > div > button:nth-child(2)" }], else: [{ waitForThenClick: "#gdpr-new-container .btn-more" }, { waitFor: "#gdpr-new-container .gdpr-dialog-switcher" }, { click: "#gdpr-new-container .switcher-on", all: true, optional: true }, { click: "#gdpr-new-container .btn-save" }] }] }, { name: "ally", vendorUrl: "https://www.ally.com/", cosmetic: true, runContext: { urlPattern: "^https://(www\\.)?ally\\.com/" }, prehideSelectors: ["div:has(> div > button[allytmln=ally-cookie-consent])"], detectCmp: [{ exists: "button[allytmln=ally-cookie-consent]" }], detectPopup: [{ visible: "button[allytmln=ally-cookie-consent]" }], optIn: [{ waitForThenClick: "button[allytmln=ally-cookie-consent]" }], optOut: [{ hide: "div:has(> div > button[allytmln=ally-cookie-consent])" }] }, { name: "amazon.com", vendorUrl: "https://track.amazon.co.uk/", runContext: { urlPattern: "\\.amazon\\." }, prehideSelectors: ["div:has(> button#accept-button):has(> button#decline-button)"], detectCmp: [{ exists: "button#accept-button,button#decline-button" }], detectPopup: [{ visible: "button#accept-button,button#decline-button" }], optIn: [{ click: "button#accept-button" }], optOut: [{ click: "button#decline-button" }] }, { name: "amazon.com", vendorUrl: "https://amazon.com/", prehideSelectors: ['span[data-action="sp-cc"][data-sp-cc*="rejectAllAction"]'], detectCmp: [{ exists: 'span[data-action="sp-cc"][data-sp-cc*="rejectAllAction"]' }], detectPopup: [{ visible: 'span[data-action="sp-cc"][data-sp-cc*="rejectAllAction"]' }], optIn: [{ waitForVisible: "#sp-cc-accept" }, { wait: 5e3 }, { click: "#sp-cc-accept" }], optOut: [{ waitForVisible: "#sp-cc-rejectall-link" }, { wait: 5e3 }, { click: "#sp-cc-rejectall-link" }] }, { name: "amex", vendorUrl: "https://www.americanexpress.com/", cosmetic: false, prehideSelectors: ["#user-consent-management-granular-banner-overlay"], detectCmp: [{ exists: "#user-consent-management-granular-banner-overlay" }], detectPopup: [{ visible: "#user-consent-management-granular-banner-overlay" }], optIn: [{ waitForThenClick: "[data-testid=granular-banner-button-accept-all]" }], optOut: [{ waitForThenClick: "[data-testid=granular-banner-button-decline-all]" }] }, { name: "anthropic", vendorUrl: "https://claude.ai/", prehideSelectors: [], detectCmp: [{ exists: "div:has(> p > a[href='https://www.anthropic.com/legal/cookies'])" }], detectPopup: [{ visible: "div:has(> p > a[href='https://www.anthropic.com/legal/cookies'])" }], optIn: [{ waitForThenClick: "div:has(> p > a[href='https://www.anthropic.com/legal/cookies']) button:nth-child(3)" }], optOut: [{ waitForThenClick: "div:has(> p > a[href='https://www.anthropic.com/legal/cookies']) button:nth-child(2)" }], test: [{ cookieContains: "anthropic-consent-preferences" }] }, { name: "aquasana.com", prehideSelectors: ["#consent-tracking"], detectCmp: [{ exists: "#consent-tracking" }], detectPopup: [{ exists: "#consent-tracking" }], optIn: [{ waitForThenClick: "#consent-tracking .affirm.btn" }], optOut: [{ if: { exists: "#consent-tracking .decline.btn" }, then: [{ click: "#consent-tracking .decline.btn" }], else: [{ hide: "#consent-tracking" }] }] }, { name: "arbeitsagentur", vendorUrl: "https://www.arbeitsagentur.de/", prehideSelectors: [".modal-open bahf-cookie-disclaimer-dpl3"], detectCmp: [{ exists: "bahf-cookie-disclaimer-dpl3" }], detectPopup: [{ exists: "bahf-cookie-disclaimer-dpl3:not([aria-hidden=true])" }], optIn: [{ waitForThenClick: ["bahf-cookie-disclaimer-dpl3", "#bahf-cookie-disclaimer-modal .ba-btn-primary"] }], optOut: [{ waitForThenClick: ["bahf-cookie-disclaimer-dpl3", "#bahf-cookie-disclaimer-modal .ba-btn-contrast"] }], test: [{ cookieContains: "cookie_consent=denied" }] }, { name: "asus", vendorUrl: "https://www.asus.com/", prehideSelectors: ["#cookie-policy-info,#cookie-policy-info-bg"], detectCmp: [{ exists: "#cookie-policy-info button" }], detectPopup: [{ visible: "#cookie-policy-info button" }], optIn: [{ waitForThenClick: "#cookie-policy-info .btn-ok" }], optOut: [{ if: { exists: "#cookie-policy-info .btn-reject" }, then: [{ click: "#cookie-policy-info .btn-reject" }], else: [{ waitForThenClick: "#cookie-policy-info .btn-setting" }, { waitForThenClick: "#cookie-policy-info .btn-ok" }] }] }, { name: "athlinks-com", runContext: { urlPattern: "^https://(www\\.)?athlinks\\.com/" }, cosmetic: true, prehideSelectors: ["#footer-container ~ div"], detectCmp: [{ exists: "#footer-container ~ div" }], detectPopup: [{ visible: "#footer-container > div" }], optIn: [{ click: "#footer-container ~ div button" }], optOut: [{ hide: "#footer-container ~ div" }] }, { name: "ausopen.com", cosmetic: true, detectCmp: [{ exists: ".gdpr-popup__message" }], detectPopup: [{ visible: ".gdpr-popup__message" }], optOut: [{ hide: ".gdpr-popup__message" }], optIn: [{ click: ".gdpr-popup__message button" }] }, { name: "automattic-cmp-optout", prehideSelectors: ['form[class*="cookie-banner"][method="post"]'], detectCmp: [{ exists: 'form[class*="cookie-banner"][method="post"]' }], detectPopup: [{ visible: 'form[class*="cookie-banner"][method="post"]' }], optIn: [{ click: 'a[class*="accept-all-button"]' }], optOut: [{ click: 'form[class*="cookie-banner"] div[class*="simple-options"] a[class*="customize-button"]' }, { waitForThenClick: "input[type=checkbox][checked]:not([disabled])", all: true }, { click: 'a[class*="accept-selection-button"]' }] }, { name: "aws.amazon.com", prehideSelectors: ["#awsccc-cb-content", "#awsccc-cs-container", "#awsccc-cs-modalOverlay", "#awsccc-cs-container-inner"], detectCmp: [{ exists: "#awsccc-cb-content" }], detectPopup: [{ visible: "#awsccc-cb-content" }], optIn: [{ click: "button[data-id=awsccc-cb-btn-accept" }], optOut: [{ click: "button[data-id=awsccc-cb-btn-customize]" }, { waitFor: "input[aria-checked]" }, { click: "input[aria-checked=true]", all: true, optional: true }, { click: "button[data-id=awsccc-cs-btn-save]" }] }, { name: "axeptio", prehideSelectors: [".axeptio_widget"], detectCmp: [{ exists: ".axeptio_widget" }], detectPopup: [{ visible: ".axeptio_widget" }], optIn: [{ waitFor: ".axeptio-widget--open" }, { click: "button#axeptio_btn_acceptAll" }], optOut: [{ waitFor: ".axeptio-widget--open" }, { click: "button#axeptio_btn_dismiss" }], test: [{ cookieContains: "axeptio_authorized_vendors=%2C%2C" }] }, { name: "b-cookie", vendorUrl: "https://unknown", cosmetic: true, prehideSelectors: [".b-cookie.is-open"], detectCmp: [{ exists: ".b-cookie.is-open" }], detectPopup: [{ visible: ".b-cookie.is-open" }], optIn: [{ waitForThenClick: ".b-cookie.is-open a" }], optOut: [{ hide: ".b-cookie.is-open" }] }, { name: "baden-wuerttemberg.de", prehideSelectors: [".cookie-alert.t-dark"], cosmetic: true, detectCmp: [{ exists: ".cookie-alert.t-dark" }], detectPopup: [{ visible: ".cookie-alert.t-dark" }], optIn: [{ click: ".cookie-alert__form input:not([disabled]):not([checked])" }, { click: ".cookie-alert__button button" }], optOut: [{ hide: ".cookie-alert.t-dark" }] }, { name: "bahn-de", vendorUrl: "https://www.bahn.de/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https://(www\\.)?bahn\\.de/" }, intermediate: false, prehideSelectors: [], detectCmp: [{ exists: ["body > div:first-child", "#consent-layer"] }], detectPopup: [{ visible: ["body > div:first-child", "#consent-layer"] }], optIn: [{ waitForThenClick: ["body > div:first-child", "#consent-layer .js-accept-all-cookies"] }], optOut: [{ waitForThenClick: ["body > div:first-child", "#consent-layer .js-accept-essential-cookies"] }], test: [{ eval: "EVAL_BAHN_TEST" }] }, { name: "bbb.org", cosmetic: false, prehideSelectors: [".cookies-message"], detectCmp: [{ exists: ".cookies-message" }], detectPopup: [{ visible: ".cookies-message [name='allow-all']" }], optIn: [{ click: ".cookies-message [name='allow-all']" }], optOut: [{ waitForVisible: ".cookies-message button.bds-button-unstyled" }, { wait: 500 }, { click: ".cookies-message button.bds-button-unstyled" }, { waitFor: ".cookies-policy-dialog[open]" }, { click: ".cookies-policy-dialog fieldset input[type=radio][value=false]:not(:checked)", all: true, optional: true }, { click: ".cookies-policy-dialog button.bds-button" }, { waitForThenClick: ".cookies-message button.bds-button:not([name])" }] }, { name: "bbc.com", runContext: { urlPattern: "^https://(www\\.)?bbc\\.com" }, prehideSelectors: ['*[aria-labelledby="consent-banner-title"]'], detectCmp: [{ exists: "#consent-banner-title" }], detectPopup: [{ visible: "#consent-banner-title" }], optIn: [{ waitForThenClick: 'button[data-testid="accept-button"]' }], optOut: [{ waitForThenClick: 'button[data-testid="reject-button"]' }], test: [{ cookieContains: "ckns_explicit=1" }] }, { name: "bigcommerce-consent-manager", vendorUrl: "https://github.com/bigcommerce/consent-manager", cosmetic: false, prehideSelectors: ["#consent-manager"], detectCmp: [{ exists: "#consent-manager" }, { eval: "EVAL_BIGCOMMERCE_CONSENT_MANAGER_DETECT" }], detectPopup: [{ visible: "#consent-manager button" }], optIn: [{ waitForThenClick: "#consent-manager button:nth-child(3)" }], optOut: [{ waitForThenClick: "#consent-manager button:nth-child(2)" }], test: [{ cookieContains: "tracking-preferences" }] }, { name: "bing.com", prehideSelectors: ["#bnp_container"], detectCmp: [{ exists: "#bnp_cookie_banner" }], detectPopup: [{ visible: "#bnp_cookie_banner" }, { visible: "#bnp_btn_accept,#bnp_btn_reject" }], optIn: [{ waitForThenClick: "#bnp_btn_accept" }], optOut: [{ wait: 500 }, { waitForThenClick: "#bnp_btn_reject" }], test: [{ cookieContains: "AD=0" }] }, { name: "blocksy", vendorUrl: "https://creativethemes.com/blocksy/docs/extensions/cookies-consent/", cosmetic: false, runContext: { main: true, frame: false }, intermediate: false, prehideSelectors: [".cookie-notification"], detectCmp: [{ exists: "#blocksy-ext-cookies-consent-styles-css" }], detectPopup: [{ visible: ".cookie-notification" }], optIn: [{ click: ".cookie-notification .ct-cookies-decline-button" }], optOut: [{ waitForThenClick: ".cookie-notification .ct-cookies-decline-button" }], test: [{ cookieContains: "blocksy_cookies_consent_accepted=no" }] }, { name: "borlabs", prehideSelectors: ["#BorlabsCookieBox"], detectCmp: [{ exists: "._brlbs-block-content,.brlbs-cmpnt-dialog" }], detectPopup: [{ visible: "._brlbs-bar-wrap,._brlbs-box-wrap,.brlbs-cmpnt-dialog" }], optIn: [{ waitForThenClick: "a[data-cookie-accept-all],.brlbs-btn-accept-all" }], optOut: [{ if: { exists: ".brlbs-btn-accept-only-essential,a[data-cookie-refuse]" }, then: [{ click: ".brlbs-btn-accept-only-essential,a[data-cookie-refuse]" }], else: [{ click: "a[data-cookie-individual]" }, { waitForVisible: ".cookie-preference" }, { click: "input[data-borlabs-cookie-checkbox]:checked", all: true, optional: true }, { click: "#CookiePrefSave" }, { wait: 500 }] }], test: [{ eval: "EVAL_BORLABS_0" }] }, { name: "britannica-kids", vendorUrl: "https://kids.britannica.com/", cosmetic: true, runContext: { urlPattern: "^https://(www\\.)?kids\\.britannica\\.com/" }, prehideSelectors: [".bk-cookie-alert-snackbar"], detectCmp: [{ exists: ".bk-cookie-alert-snackbar" }], detectPopup: [{ visible: ".bk-cookie-alert-snackbar" }], optIn: [{ waitForThenClick: ".bk-snackbar-dismiss" }], optOut: [{ hide: ".bk-cookie-alert-snackbar" }] }, { name: "bswhealth", vendorUrl: "https://www.bswhealth.com/", cosmetic: false, prehideSelectors: ["#bsw-consentCookie"], detectCmp: [{ exists: "#bsw-consentCookie" }], detectPopup: [{ visible: "#bsw-consentCookie .accept-btn" }], optIn: [{ waitForThenClick: "#bsw-consentCookie .accept-btn" }], optOut: [{ waitForThenClick: "#bsw-consentCookie .manage-cookies-btn" }, { waitForVisible: "#bsw-consentCookie .config-banner_section" }, { waitForThenClick: "#bsw-consentCookie input[type=checkbox]:checked:not(:disabled)", all: true, optional: true }, { waitForThenClick: "#bsw-consentCookie .accept-btn" }], test: [{ cookieContains: "x-bsw-consentCookie" }] }, { name: "bundesregierung.de", prehideSelectors: [".bpa-cookie-banner"], detectCmp: [{ exists: ".bpa-cookie-banner" }], detectPopup: [{ visible: ".bpa-cookie-banner .bpa-module-full-hero" }], optIn: [{ click: ".bpa-accept-all-button" }], optOut: [{ wait: 500, comment: "click is not immediately recognized" }, { waitForThenClick: ".bpa-close-button" }], test: [{ cookieContains: "cookie-allow-tracking=0" }] }, { name: "burpee.com", prehideSelectors: [".cookie-modal", "#notice-cookie-block"], detectCmp: [{ exists: "#notice-cookie-block" }], detectPopup: [{ visible: "#html-body #notice-cookie-block" }], optIn: [{ waitForThenClick: "#btn-cookie-allow" }], optOut: [{ if: { exists: "#btn-cookie-manage" }, then: [{ waitForThenClick: "#btn-cookie-manage" }, { click: "#notice-cookie-block input:checked", all: true }, { click: "#btn-cookie-save" }], else: [{ hide: "#html-body #notice-cookie-block, #notice-cookie" }] }] }, { name: "canva.com", prehideSelectors: ['div[role="dialog"] a[data-anchor-id="cookie-policy"]'], detectCmp: [{ exists: 'div[role="dialog"] a[data-anchor-id="cookie-policy"]' }], detectPopup: [{ exists: 'div[role="dialog"] a[data-anchor-id="cookie-policy"]' }], optIn: [{ click: 'div[role="dialog"] button:nth-child(1)' }], optOut: [{ if: { exists: 'div[role="dialog"] button:nth-child(3)' }, then: [{ click: 'div[role="dialog"] button:nth-child(2)' }], else: [{ click: 'div[role="dialog"] button:nth-child(2)' }, { waitFor: 'div[role="dialog"] a[data-anchor-id="cookie-policy"]' }, { waitFor: 'div[role="dialog"] button[role=switch]' }, { click: 'div[role="dialog"] button:nth-child(2):not([role])' }, { click: 'div[role="dialog"] div:last-child button:only-child' }] }], test: [{ cookieContains: "gtm_fpc_engagement_event", negated: true }] }, { name: "canyon.com", runContext: { urlPattern: "^https://www\\.canyon\\.com/" }, prehideSelectors: ["div.modal.cookiesModal.is-open"], detectCmp: [{ exists: "div.modal.cookiesModal.is-open" }], detectPopup: [{ visible: "div.modal.cookiesModal.is-open" }], optIn: [{ click: 'div.cookiesModal__buttonWrapper > button[data-closecause="close-by-submit"]' }], optOut: [{ click: 'div.cookiesModal__buttonWrapper > button[data-closecause="close-by-manage-cookies"]' }, { waitForThenClick: "button#js-manage-data-privacy-save-button" }] }, { name: "caranddriver.com", cosmetic: true, runContext: { urlPattern: "^https://(www\\.)?caranddriver.com" }, prehideSelectors: ["*[aria-label='Privacy Disclosure']"], detectCmp: [{ exists: "*[aria-label='Privacy Disclosure']" }], detectPopup: [{ visible: "*[aria-label='Privacy Disclosure']" }], optIn: [{ hide: "*[aria-label='Privacy Disclosure']" }], optOut: [{ hide: "*[aria-label='Privacy Disclosure']" }] }, { name: "cassie", vendorUrl: "https://trustcassie.com", cosmetic: false, runContext: { main: true, frame: false }, prehideSelectors: [".cassie-cookie-module"], detectCmp: [{ exists: ".cassie-pre-banner" }], detectPopup: [{ visible: "#cassie_pre_banner_text" }], optIn: [{ waitForThenClick: ".cassie-accept-all" }], optOut: [{ waitForThenClick: ".cassie-reject-all" }] }, { name: "cc-banner-springer", prehideSelectors: [".cc-banner[data-cc-banner]"], detectCmp: [{ exists: ".cc-banner[data-cc-banner]" }], detectPopup: [{ visible: ".cc-banner[data-cc-banner]" }], optIn: [{ waitForThenClick: ".cc-banner[data-cc-banner] button[data-cc-action=accept]" }], optOut: [{ if: { exists: ".cc-banner[data-cc-banner] button[data-cc-action=reject]" }, then: [{ click: ".cc-banner[data-cc-banner] button[data-cc-action=reject]" }], else: [{ waitForThenClick: ".cc-banner[data-cc-banner] button[data-cc-action=preferences]" }, { waitFor: ".cc-preferences[data-cc-preferences]" }, { click: ".cc-preferences[data-cc-preferences] input[type=radio][data-cc-action=toggle-category][value=off]", all: true, optional: true }, { if: { exists: ".cc-preferences[data-cc-preferences] button[data-cc-action=reject]" }, then: [{ click: ".cc-preferences[data-cc-preferences] button[data-cc-action=reject]" }], else: [{ click: ".cc-preferences[data-cc-preferences] button[data-cc-action=save]" }] }] }], test: [{ eval: "EVAL_CC_BANNER2_0" }] }, { name: "cc_banner", cosmetic: true, prehideSelectors: [".cc_banner-wrapper"], detectCmp: [{ exists: ".cc_banner-wrapper" }], detectPopup: [{ visible: ".cc_banner" }], optIn: [{ click: ".cc_btn_accept_all" }], optOut: [{ hide: ".cc_banner-wrapper" }] }, { name: "check24-partnerprogramm-de", prehideSelectors: ["[data-modal-content]:has([data-toggle-target^='cookie'])"], detectCmp: [{ exists: "[data-toggle-target^='cookie']" }], detectPopup: [{ visible: "[data-toggle-target^='cookie']", check: "any" }], optIn: [{ waitForThenClick: "[data-cookie-accept-all]" }], optOut: [{ waitForThenClick: "[data-cookie-dismiss-all]" }] }, { name: "ciaopeople.it", prehideSelectors: ["#cp-gdpr-choices"], detectCmp: [{ exists: "#cp-gdpr-choices" }], detectPopup: [{ visible: "#cp-gdpr-choices" }], optIn: [{ waitForThenClick: ".gdpr-btm__right > button:nth-child(2)" }], optOut: [{ waitForThenClick: ".gdpr-top-content > button" }, { waitFor: ".gdpr-top-back" }, { waitForThenClick: ".gdpr-btm__right > button:nth-child(1)" }], test: [{ visible: "#cp-gdpr-choices", check: "none" }] }, { vendorUrl: "https://www.civicuk.com/cookie-control/", name: "civic-cookie-control", prehideSelectors: ["#ccc-module,#ccc-overlay,#ccc"], detectCmp: [{ exists: "#ccc-module,#ccc-notify" }], detectPopup: [{ visible: "#ccc" }, { visible: "#ccc-module,#ccc-notify" }], optOut: [{ if: { visible: ".ccc-reject-button" }, then: [{ waitForThenClick: ".ccc-reject-button" }], 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')]"] }, { waitForVisible: "#ccc-module" }] }, { if: { visible: ".ccc-reject-button" }, then: [{ waitForThenClick: ".ccc-reject-button" }], else: [{ waitForThenClick: "#ccc-dismiss-button" }] }] }], optIn: [{ waitForThenClick: "#ccc-recommended-settings,#ccc-notify-accept,.ccc-accept-button" }] }, { name: "ckies", vendorUrl: "https://unknown", prehideSelectors: [".cc-individual-cookie-settings"], detectCmp: [{ exists: ".cc-individual-cookie-settings" }], detectPopup: [{ visible: ".cc-individual-cookie-settings" }], optIn: [{ waitForThenClick: ".cc-individual-cookie-settings #cookie-settings-all" }], optOut: [{ waitForThenClick: ".cc-individual-cookie-settings #cookie-settings-reject-all" }], test: [{ cookieContains: "ckies_cookielaw" }] }, { name: "click.io", prehideSelectors: ["#cl-consent"], detectCmp: [{ exists: "#cl-consent" }], detectPopup: [{ visible: "#cl-consent" }], optIn: [{ waitForThenClick: '#cl-consent [data-role="b_agree"]' }], optOut: [{ waitFor: '#cl-consent [data-role="b_options"]' }, { wait: 500 }, { click: '#cl-consent [data-role="b_options"]' }, { waitFor: '.cl-consent-popup.cl-consent-visible [data-role="alloff"]' }, { click: '.cl-consent-popup.cl-consent-visible [data-role="alloff"]', all: true }, { click: '[data-role="b_save"]' }], test: [{ cookieContains: "__lxG__consent__v2_daisybit=", comment: "TODO: this only checks if we interacted at all" }] }, { name: "clinch", intermediate: false, runContext: { frame: false, main: true }, prehideSelectors: [".consent-modal[role=dialog]"], detectCmp: [{ exists: ".consent-modal[role=dialog]" }], detectPopup: [{ visible: ".consent-modal[role=dialog]" }], optIn: [{ click: "#consent_agree" }], optOut: [{ if: { exists: "#consent_reject" }, then: [{ click: "#consent_reject" }], else: [{ click: "#manage_cookie_preferences" }, { click: "#cookie_consent_preferences input:checked", all: true, optional: true }, { click: "#consent_save" }] }], test: [{ cookieContains: "ctc_rejected=1" }] }, { name: "clustrmaps.com", runContext: { urlPattern: "^https://(www\\.)?clustrmaps\\.com/" }, cosmetic: true, prehideSelectors: ["#gdpr-cookie-message"], detectCmp: [{ exists: "#gdpr-cookie-message" }], detectPopup: [{ visible: "#gdpr-cookie-message" }], optIn: [{ click: "button#gdpr-cookie-accept" }], optOut: [{ hide: "#gdpr-cookie-message" }] }, { name: "coinbase", intermediate: false, runContext: { frame: true, main: true, urlPattern: "^https://(www|help)\\.coinbase\\.com" }, prehideSelectors: [], detectCmp: [{ exists: "div[class^=CookieBannerContent__Container]" }], detectPopup: [{ visible: "div[class^=CookieBannerContent__Container]" }], optIn: [{ click: "div[class^=CookieBannerContent__CTA] :nth-last-child(1)" }], optOut: [{ click: "button[class^=CookieBannerContent__Settings]" }, { click: "div[class^=CookiePreferencesModal__CategoryContainer] input:checked", all: true, optional: true }, { click: "div[class^=CookiePreferencesModal__ButtonContainer] > button" }], test: [{ eval: "EVAL_COINBASE_0" }] }, { name: "Complianz banner", prehideSelectors: ["#cmplz-cookiebanner-container"], detectCmp: [{ exists: "#cmplz-cookiebanner-container .cmplz-cookiebanner" }], detectPopup: [{ visible: "#cmplz-cookiebanner-container .cmplz-cookiebanner", check: "any" }], optIn: [{ waitForThenClick: ".cmplz-cookiebanner .cmplz-accept" }], optOut: [{ waitForThenClick: ".cmplz-cookiebanner .cmplz-deny" }], test: [{ cookieContains: "cmplz_banner-status=dismissed" }] }, { name: "Complianz categories", prehideSelectors: ['.cc-type-categories[aria-describedby="cookieconsent:desc"]'], detectCmp: [{ exists: '.cc-type-categories[aria-describedby="cookieconsent:desc"]' }], detectPopup: [{ visible: '.cc-type-categories[aria-describedby="cookieconsent:desc"]' }], optIn: [{ any: [{ click: ".cc-accept-all" }, { click: ".cc-allow-all" }, { click: ".cc-allow" }, { click: ".cc-dismiss" }] }], optOut: [{ if: { exists: '.cc-type-categories[aria-describedby="cookieconsent:desc"] .cc-dismiss' }, then: [{ click: ".cc-dismiss" }], else: [{ click: ".cc-type-categories input[type=checkbox]:not([disabled]):checked", all: true, optional: true }, { click: ".cc-save" }] }] }, { name: "Complianz notice", prehideSelectors: ['.cc-type-info[aria-describedby="cookieconsent:desc"]'], cosmetic: true, detectCmp: [{ exists: '.cc-type-info[aria-describedby="cookieconsent:desc"] .cc-compliance .cc-btn' }], detectPopup: [{ visible: '.cc-type-info[aria-describedby="cookieconsent:desc"] .cc-compliance .cc-btn' }], optIn: [{ click: ".cc-accept-all", optional: true }, { click: ".cc-allow", optional: true }, { click: ".cc-dismiss", optional: true }], optOut: [{ if: { exists: ".cc-deny" }, then: [{ click: ".cc-deny" }], else: [{ hide: '[aria-describedby="cookieconsent:desc"]' }] }] }, { name: "Complianz opt-both", prehideSelectors: ['[aria-describedby="cookieconsent:desc"] .cc-type-opt-both'], detectCmp: [{ exists: '[aria-describedby="cookieconsent:desc"] .cc-type-opt-both' }], detectPopup: [{ visible: '[aria-describedby="cookieconsent:desc"] .cc-type-opt-both' }], optIn: [{ click: ".cc-accept-all", optional: true }, { click: ".cc-allow", optional: true }, { click: ".cc-dismiss", optional: true }], optOut: [{ waitForThenClick: ".cc-deny" }] }, { name: "Complianz opt-out", prehideSelectors: ['[aria-describedby="cookieconsent:desc"].cc-type-opt-out'], detectCmp: [{ exists: '[aria-describedby="cookieconsent:desc"].cc-type-opt-out' }], detectPopup: [{ visible: '[aria-describedby="cookieconsent:desc"].cc-type-opt-out' }], optIn: [{ click: ".cc-accept-all", optional: true }, { click: ".cc-allow", optional: true }, { click: ".cc-dismiss", optional: true }], optOut: [{ if: { exists: ".cc-deny" }, then: [{ click: ".cc-deny" }], else: [{ if: { exists: ".cmp-pref-link" }, then: [{ click: ".cmp-pref-link" }, { waitForThenClick: ".cmp-body [id*=rejectAll]" }, { waitForThenClick: ".cmp-body .cmp-save-btn" }] }] }] }, { name: "Complianz optin", prehideSelectors: ['.cc-type-opt-in[aria-describedby="cookieconsent:desc"]'], detectCmp: [{ exists: '.cc-type-opt-in[aria-describedby="cookieconsent:desc"]' }], detectPopup: [{ visible: '.cc-type-opt-in[aria-describedby="cookieconsent:desc"]' }], optIn: [{ any: [{ click: ".cc-accept-all" }, { click: ".cc-allow" }, { click: ".cc-dismiss" }] }], optOut: [{ if: { visible: ".cc-deny" }, then: [{ click: ".cc-deny" }], else: [{ if: { visible: ".cc-settings" }, then: [{ waitForThenClick: ".cc-settings" }, { waitForVisible: ".cc-settings-view" }, { click: ".cc-settings-view input[type=checkbox]:not([disabled]):checked", all: true, optional: true }, { click: ".cc-settings-view .cc-btn-accept-selected" }], else: [{ click: ".cc-dismiss" }] }] }] }, { name: "cookie-consent-spice", cosmetic: false, runContext: { main: true, frame: false }, prehideSelectors: [".spicy-consent-wrapper", ".spicy-consent-bar"], detectCmp: [{ exists: ".spicy-consent-bar" }], detectPopup: [{ visible: ".spicy-consent-bar" }], optIn: [{ waitForThenClick: ".spicy-consent-bar__action-accept" }], optOut: [{ waitForThenClick: ".js-decline-all-cookies" }] }, { name: "cookie-law-info", prehideSelectors: ["#cookie-law-info-bar, #cookie-law-bg, .cli-popupbar-overlay"], detectCmp: [{ exists: "#cookie-law-info-bar" }, { eval: "EVAL_COOKIE_LAW_INFO_DETECT" }], detectPopup: [{ visible: "#cookie-law-info-bar" }], optIn: [{ click: '[data-cli_action="accept"]' }], optOut: [{ hide: "#cookie-law-info-bar, #cookie-law-bg, .cli-popupbar-overlay" }, { eval: "EVAL_COOKIE_LAW_INFO_0" }], test: [{ cookieContains: "cookielawinfo-checkbox-non-necessary=yes", negated: true }] }, { name: "cookie-manager-popup", cosmetic: false, runContext: { main: true, frame: false }, intermediate: false, detectCmp: [{ exists: "#notice-cookie-block #allow-functional-cookies, #notice-cookie-block #btn-cookie-settings" }], detectPopup: [{ visible: "#notice-cookie-block" }], optIn: [{ click: "#btn-cookie-allow" }], optOut: [{ if: { exists: "#allow-functional-cookies" }, then: [{ click: "#allow-functional-cookies" }], else: [{ waitForThenClick: "#btn-cookie-settings" }, { waitForVisible: ".modal-body" }, { click: '.modal-body input:checked, .switch[data-switch="on"]', all: true, optional: true }, { click: '[role="dialog"] .modal-footer button' }] }], prehideSelectors: ["#btn-cookie-settings"], test: [{ eval: "EVAL_COOKIE_MANAGER_POPUP_0" }] }, { name: "cookie-notice", prehideSelectors: ["#cookie-notice"], cosmetic: true, detectCmp: [{ visible: "#cookie-notice .cookie-notice-container" }], detectPopup: [{ visible: "#cookie-notice" }], optIn: [{ click: "#cn-accept-cookie" }], optOut: [{ hide: "#cookie-notice" }] }, { name: "cookie-script", vendorUrl: "https://cookie-script.com/", prehideSelectors: ["#cookiescript_injected"], detectCmp: [{ exists: "#cookiescript_injected" }], detectPopup: [{ visible: "#cookiescript_injected" }], optOut: [{ if: { exists: "#cookiescript_reject" }, then: [{ wait: 100 }, { click: "#cookiescript_reject" }], else: [{ click: "#cookiescript_manage" }, { waitForVisible: ".cookiescript_fsd_main" }, { waitForThenClick: "#cookiescript_reject" }] }], optIn: [{ click: "#cookiescript_accept" }] }, { name: "cookieacceptbar", vendorUrl: "https://unknown", cosmetic: true, prehideSelectors: ["#cookieAcceptBar.cookieAcceptBar"], detectCmp: [{ exists: "#cookieAcceptBar.cookieAcceptBar" }], detectPopup: [{ visible: "#cookieAcceptBar.cookieAcceptBar" }], optIn: [{ waitForThenClick: "#cookieAcceptBarConfirm" }], optOut: [{ hide: "#cookieAcceptBar.cookieAcceptBar" }] }, { name: "cookiealert", intermediate: false, prehideSelectors: [], runContext: { frame: true, main: true }, detectCmp: [{ exists: ".cookie-alert-extended" }], detectPopup: [{ visible: ".cookie-alert-extended-modal" }], optIn: [{ click: "button[data-controller='cookie-alert/extended/button/accept']" }, { eval: "EVAL_COOKIEALERT_0" }], optOut: [{ click: "a[data-controller='cookie-alert/extended/detail-link']" }, { click: ".cookie-alert-configuration-input:checked", all: true, optional: true }, { click: "button[data-controller='cookie-alert/extended/button/configuration']" }, { eval: "EVAL_COOKIEALERT_0" }], test: [{ eval: "EVAL_COOKIEALERT_2" }] }, { name: "cookieconsent2", vendorUrl: "https://www.github.com/orestbida/cookieconsent", comment: "supports v2.x.x of the library", prehideSelectors: ["#cc--main"], detectCmp: [{ exists: "#cc--main" }], detectPopup: [{ visible: "#cm" }, { exists: "#s-all-bn" }], optIn: [{ waitForThenClick: "#s-all-bn" }], optOut: [{ waitForThenClick: "#s-rall-bn" }], test: [{ cookieContains: "cc_cookie=" }] }, { name: "cookieconsent3", vendorUrl: "https://www.github.com/orestbida/cookieconsent", comment: "supports v3.x.x of the library", prehideSelectors: ["#cc-main"], detectCmp: [{ exists: "#cc-main" }], detectPopup: [{ visible: "#cc-main .cm-wrapper" }], optIn: [{ waitForThenClick: ".cm__btn[data-role=all]" }], optOut: [{ waitForThenClick: ".cm__btn[data-role=necessary]" }], test: [{ cookieContains: "cc_cookie=" }] }, { name: "cookiecuttr", vendorUrl: "https://github.com/cdwharton/cookieCuttr", cosmetic: false, runContext: { main: true, frame: false }, prehideSelectors: [".cc-cookies"], detectCmp: [{ exists: ".cc-cookies .cc-cookie-accept" }], detectPopup: [{ visible: ".cc-cookies .cc-cookie-accept" }], optIn: [{ waitForThenClick: ".cc-cookies .cc-cookie-accept" }], optOut: [{ if: { exists: ".cc-cookies .cc-cookie-decline" }, then: [{ click: ".cc-cookies .cc-cookie-decline" }], else: [{ hide: ".cc-cookies" }] }] }, { name: "cookiefirst.com", prehideSelectors: ["#cookiefirst-root,.cookiefirst-root,[aria-labelledby=cookie-preference-panel-title]"], detectCmp: [{ exists: "#cookiefirst-root,.cookiefirst-root" }], detectPopup: [{ visible: "#cookiefirst-root,.cookiefirst-root" }], optIn: [{ click: "button[data-cookiefirst-action=accept]" }], optOut: [{ if: { exists: "button[data-cookiefirst-action=adjust]" }, then: [{ click: "button[data-cookiefirst-action=adjust]" }, { waitForVisible: "[data-cookiefirst-widget=modal]", timeout: 1e3 }, { eval: "EVAL_COOKIEFIRST_1" }, { wait: 1e3 }, { click: "button[data-cookiefirst-action=save]" }], else: [{ click: "button[data-cookiefirst-action=reject]" }] }], test: [{ eval: "EVAL_COOKIEFIRST_0" }] }, { name: "cookiehub", vendorUrl: "https://www.cookiehub.com/", prehideSelectors: [".ch2-container"], detectCmp: [{ exists: ".ch2-dialog" }], detectPopup: [{ visible: ".ch2-dialog" }], optIn: [{ waitForThenClick: ".ch2-allow-all-btn" }], optOut: [{ if: { exists: ".ch2-open-settings-btn, .ch2-open-personal-data-btn" }, then: [{ click: ".ch2-open-settings-btn, .ch2-open-personal-data-btn" }, { waitForVisible: ".ch2-settings" }, { if: { exists: ".ch2-deny-all-btn" }, then: [{ click: ".ch2-deny-all-btn" }], else: [{ click: ".ch2-settings input[type=checkbox]:not([disabled]):checked", all: true, optional: true }, { click: ".ch2-save-settings-btn" }] }], else: [{ hide: ".ch2-container" }] }], test: [{ cookieContains: "cookiehub=" }] }, { name: "Cookie Information Banner", prehideSelectors: ["#cookie-information-template-wrapper"], detectCmp: [{ exists: "#cookie-information-template-wrapper" }], detectPopup: [{ visible: "#cookie-information-template-wrapper" }], optIn: [{ eval: "EVAL_COOKIEINFORMATION_1" }], optOut: [{ hide: "#cookie-information-template-wrapper", comment: "some templates don't hide the banner automatically" }, { eval: "EVAL_COOKIEINFORMATION_0" }], test: [{ cookieContains: "CookieInformationConsent=" }] }, { name: "cookiejs-banner", vendorUrl: "https://unknown", prehideSelectors: [".cookiejs-banner-wrapper"], detectCmp: [{ exists: ".cookiejs-banner-wrapper:not(.modal)" }], detectPopup: [{ visible: ".cookiejs-banner-wrapper button.cookiejs-button" }], optIn: [{ waitForThenClick: ".cookiejs-banner-wrapper #accept-cookies-btn" }], optOut: [{ waitForThenClick: ".cookiejs-banner-wrapper #reject-cookies-btn" }], test: [{ cookieContains: "analytics_cookies=false" }] }, { name: "cookiejs-modal", vendorUrl: "https://unknown", prehideSelectors: [".cookiejs-banner-wrapper"], detectCmp: [{ exists: ".cookiejs-banner-wrapper.modal" }], detectPopup: [{ visible: ".cookiejs-banner-wrapper .cookiejs-banner-text" }], optIn: [{ waitForThenClick: ".cookiejs-banner-wrapper .cookiejs-banner-li:nth-of-type(1) button" }], optOut: [{ waitForThenClick: ".cookiejs-banner-wrapper .cookiejs-banner-li:nth-of-type(2) button" }], test: [{ cookieContains: "cookiejs_preferences" }] }, { name: "cookieyes", prehideSelectors: [".cky-overlay,.cky-consent-container"], detectCmp: [{ exists: ".cky-consent-container" }], detectPopup: [{ visible: ".cky-consent-container" }], optIn: [{ waitForThenClick: ".cky-consent-container [data-cky-tag=accept-button]" }], optOut: [{ if: { exists: ".cky-consent-container [data-cky-tag=reject-button]" }, then: [{ waitForThenClick: ".cky-consent-container [data-cky-tag=reject-button]" }], else: [{ if: { exists: ".cky-consent-container [data-cky-tag=settings-button]" }, then: [{ click: ".cky-consent-container [data-cky-tag=settings-button]" }, { waitFor: ".cky-modal-open input[type=checkbox]" }, { click: ".cky-modal-open input[type=checkbox]:checked", all: true, optional: true }, { waitForThenClick: ".cky-modal [data-cky-tag=detail-save-button]" }], else: [{ hide: ".cky-consent-container,.cky-overlay" }] }] }], test: [{ cookieContains: "advertisement:no" }] }, { name: "corona-in-zahlen.de", prehideSelectors: [".cookiealert"], detectCmp: [{ exists: ".cookiealert" }], detectPopup: [{ visible: ".cookiealert" }], optOut: [{ click: ".configurecookies" }, { click: ".confirmcookies" }], optIn: [{ click: ".acceptcookies" }] }, { name: "crossfit-com", cosmetic: true, prehideSelectors: ['body #modal > div > div[class^="_wrapper_"]'], detectCmp: [{ exists: 'body #modal > div > div[class^="_wrapper_"]' }], detectPopup: [{ visible: 'body #modal > div > div[class^="_wrapper_"]' }], optIn: [{ click: 'button[aria-label="accept cookie policy"]' }], optOut: [{ hide: 'body #modal > div > div[class^="_wrapper_"]' }] }, { name: "csu-landtag-de", runContext: { urlPattern: "^https://(www\\.|)?csu-landtag\\.de" }, prehideSelectors: ["#cookie-disclaimer"], detectCmp: [{ exists: "#cookie-disclaimer" }], detectPopup: [{ visible: "#cookie-disclaimer" }], optIn: [{ click: "#cookieall" }], optOut: [{ click: "#cookiesel" }] }, { name: "ct-ultimate-gdpr", vendorUrl: "https://codecanyon.net/item/ultimate-gdpr-compliance-jquery-toolkit/22042885-pl", prehideSelectors: ["#ct-ultimate-gdpr-cookie-popup"], detectCmp: [{ exists: "#ct-ultimate-gdpr-cookie-popup" }], detectPopup: [{ waitForVisible: "#ct-ultimate-gdpr-cookie-popup", timeout: 3e4 }], optIn: [{ waitForThenClick: "#ct-ultimate-gdpr-cookie-accept" }], optOut: [{ if: { visible: "#ct_ultimate-gdpr-cookie-reject a" }, then: [{ click: "#ct_ultimate-gdpr-cookie-reject a" }], else: [{ if: { visible: "#ct-ultimate-gdpr-cookie-change-settings" }, then: [{ click: "#ct-ultimate-gdpr-cookie-change-settings" }, { waitForThenClick: '#ct-ultimate-gdpr-cookie-modal-slider-form input[type=radio][value="1"], #ct-ultimate-gdpr-cookie-modal-slider-form input[type=radio][value="2"]' }, { click: "#ct-ultimate-gdpr-cookie-modal-body .save" }], else: [{ hide: "#ct-ultimate-gdpr-cookie-popup" }] }] }], test: [{ wait: 500 }, { cookieContains: "ct-ultimate-gdpr-cookie=" }] }, { name: "curseforge", vendorUrl: "https://legal.overwolf.com/", cosmetic: true, prehideSelectors: ["#cookiebar"], detectCmp: [{ exists: "#cookiebar .cookiebar-content" }], detectPopup: [{ visible: "#cookiebar .cookiebar-content" }], optIn: [{ waitForThenClick: "#cookiebar #cookiebar-ok" }], optOut: [{ hide: "#cookiebar" }] }, { name: "dailymotion-us", cosmetic: true, prehideSelectors: ['div[class*="CookiePopup__desktopContainer"]:has(div[class*="CookiePopup"])'], detectCmp: [{ exists: 'div[class*="CookiePopup__desktopContainer"]' }], detectPopup: [{ visible: 'div[class*="CookiePopup__desktopContainer"]' }], optIn: [{ click: 'div[class*="CookiePopup__desktopContainer"] > button > span' }], optOut: [{ hide: 'div[class*="CookiePopup__desktopContainer"]' }] }, { name: "dailymotion.com", runContext: { urlPattern: "^https://(www\\.)?dailymotion\\.com/" }, prehideSelectors: ['div[class*="Overlay__container"]:has(div[class*="TCF2Popup"])'], detectCmp: [{ exists: 'div[class*="TCF2Popup"]' }], detectPopup: [{ visible: '[class*="TCF2Popup"] a[href^="https://www.dailymotion.com/legal/cookiemanagement"]' }], optIn: [{ waitForThenClick: 'button[class*="TCF2Popup__button"]:not([class*="TCF2Popup__personalize"])' }], optOut: [{ waitForThenClick: 'button[class*="TCF2ContinueWithoutAcceptingButton"]' }], test: [{ cookieContains: "dm-euconsent-v2" }] }, { name: "dan-com", vendorUrl: "https://unknown", runContext: { main: true, frame: false }, prehideSelectors: [], detectCmp: [{ exists: ".cookie-banner.show .cookie-banner__content-all-btn" }], detectPopup: [{ visible: ".cookie-banner.show .cookie-banner__content-all-btn" }], optIn: [{ waitForThenClick: ".cookie-banner__content-all-btn" }], optOut: [{ waitForThenClick: ".cookie-banner__content-essential-btn" }] }, { name: "deepl.com", prehideSelectors: ["*[data-testid='dl-cookieBanner']"], detectCmp: [{ exists: "[data-testid='dl-cookieBanner']" }], detectPopup: [{ visible: "[data-testid='dl-cookieBanner']" }], optOut: [{ if: { exists: "button[data-testid='cookie-banner-strict-accept-selected']" }, then: [{ click: "button[data-testid='cookie-banner-strict-accept-selected']" }], else: [{ hide: "[data-testid='dl-cookieBanner']" }] }], optIn: [{ click: "button[data-testid='cookie-banner-strict-accept-all'],button[data-testid='cookie-banner-lax-close-button']" }] }, { name: "delta.com", runContext: { urlPattern: "^https://www\\.delta\\.com/" }, cosmetic: true, prehideSelectors: ["ngc-cookie-banner"], detectCmp: [{ exists: "div.cookie-footer-container" }], detectPopup: [{ visible: "div.cookie-footer-container" }], optIn: [{ click: " button.cookie-close-icon" }], optOut: [{ hide: "div.cookie-footer-container" }] }, { name: "depop", vendorUrl: "https://www.depop.com/", cosmetic: false, runContext: { urlPattern: "^https://(www\\.)?depop\\.com/" }, prehideSelectors: ["[data-testid=cookieBanner]"], detectCmp: [{ exists: "[data-testid=cookieBanner] button" }], detectPopup: [{ visible: "[data-testid=cookieBanner] button" }], optIn: [{ waitForThenClick: "[data-testid=cookieBanner__acceptAllButton]" }], optOut: [{ waitForThenClick: "[data-testid=cookieBanner__manageCookiesButton]" }, { click: "[data-testid=cookieModal] input[type=radio][value=false]:not(:checked):not(:disabled)", all: true, optional: true }, { waitForThenClick: "[data-testid=cookieModal__acceptButton]" }], test: [{ cookieContains: "gdpr__" }] }, { name: "dji", vendorUrl: "https://www.dji.com/", cosmetic: false, runContext: { urlPattern: "^https://(\\w+\\.)+dji\\.com/" }, prehideSelectors: [".cc-window.cc-visible"], detectCmp: [{ exists: ".cc-window .cc-dialog" }], detectPopup: [{ exists: ".cc-window.cc-visible" }], optIn: [{ waitForThenClick: ".cc-window.cc-visible .cc-consent-accept" }], optOut: [{ waitForThenClick: ".cc-window.cc-visible .cc-consent-require-only" }], test: [{ cookieContains: "dji_consentmanager" }] }, { name: "dmgmedia-us", prehideSelectors: ["#mol-ads-cmp-iframe, div.mol-ads-cmp > form > div"], detectCmp: [{ exists: "div.mol-ads-cmp > form > div" }], detectPopup: [{ waitForVisible: "div.mol-ads-cmp > form > div" }], optIn: [{ waitForThenClick: "button.mol-ads-cmp--btn-primary" }], optOut: [{ waitForThenClick: "div.mol-ads-ccpa--message > u > a" }, { waitForVisible: ".mol-ads-cmp--modal-dialog" }, { waitForThenClick: "a.mol-ads-cmp-footer-privacy" }, { waitForThenClick: "button.mol-ads-cmp--btn-secondary" }] }, { name: "dmgmedia", prehideSelectors: ['[data-project="mol-fe-cmp"]'], detectCmp: [{ exists: '[data-project="mol-fe-cmp"] [class*=footer]' }], detectPopup: [{ visible: '[data-project="mol-fe-cmp"] [class*=footer]' }], optIn: [{ waitForThenClick: '[data-project="mol-fe-cmp"] button[class*=primary]' }], optOut: [{ waitForThenClick: '[data-project="mol-fe-cmp"] button[class*=basic]' }, { waitForVisible: '[data-project="mol-fe-cmp"] div[class*="tabContent"]' }, { waitForThenClick: '[data-project="mol-fe-cmp"] div[class*="toggle"][class*="enabled"]', all: true }, { waitForThenClick: ['[data-project="mol-fe-cmp"] [class*=footer]', "xpath///button[contains(., 'Save & Exit')]"] }] }, { name: "dndbeyond", vendorUrl: "https://www.dndbeyond.com/", runContext: { urlPattern: "^https://(www\\.)?dndbeyond\\.com/" }, prehideSelectors: ["[id^=cookie-consent-banner]"], detectCmp: [{ exists: "[id^=cookie-consent-banner]" }], detectPopup: [{ visible: "[id^=cookie-consent-banner]" }], optIn: [{ waitForThenClick: "#cookie-consent-granted" }], optOut: [{ waitForThenClick: "#cookie-consent-denied" }], test: [{ cookieContains: "cookie-consent=denied" }] }, { name: "dpgmedia-nl", prehideSelectors: ["#pg-root-shadow-host"], detectCmp: [{ exists: "#pg-root-shadow-host" }], detectPopup: [{ visible: ["#pg-root-shadow-host", "#pg-modal"] }], optIn: [{ waitForThenClick: ["#pg-root-shadow-host", "#pg-accept-btn"] }], optOut: [{ waitForThenClick: ["#pg-root-shadow-host", "#pg-configure-btn"] }, { waitForThenClick: ["#pg-root-shadow-host", "#pg-reject-btn"] }] }, { name: "Drupal", detectCmp: [{ exists: "#drupalorg-crosssite-gdpr" }], detectPopup: [{ visible: "#drupalorg-crosssite-gdpr" }], optOut: [{ click: ".no" }], optIn: [{ click: ".yes" }] }, { name: "WP DSGVO Tools", vendorUrl: "https://wordpress.org/plugins/shapepress-dsgvo/", prehideSelectors: [".sp-dsgvo"], cosmetic: true, detectCmp: [{ exists: ".sp-dsgvo.sp-dsgvo-popup-overlay" }], detectPopup: [{ visible: ".sp-dsgvo.sp-dsgvo-popup-overlay", check: "any" }], optIn: [{ click: ".sp-dsgvo-privacy-btn-accept-all", all: true }], optOut: [{ hide: ".sp-dsgvo.sp-dsgvo-popup-overlay" }], test: [{ cookieContains: "sp_dsgvo_cookie_settings", negated: true }] }, { name: "dunelm.com", prehideSelectors: ["div[data-testid=cookie-consent-modal-backdrop]"], detectCmp: [{ exists: "div[data-testid=cookie-consent-message-contents]" }], detectPopup: [{ visible: "div[data-testid=cookie-consent-message-contents]" }], optIn: [{ click: '[data-testid="cookie-consent-allow-all"]' }], optOut: [{ click: "button[data-testid=cookie-consent-adjust-settings]" }, { click: "button[data-testid=cookie-consent-preferences-save]" }], test: [{ cookieContains: "cc_functional=0" }, { cookieContains: "cc_targeting=0" }] }, { name: "ebay", vendorUrl: "https://ebay.com", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https://(www\\.)?ebay\\.([.a-z]+)/" }, prehideSelectors: ["#gdpr-banner"], detectCmp: [{ exists: "#gdpr-banner" }], detectPopup: [{ visible: "#gdpr-banner" }], optIn: [{ waitForThenClick: "#gdpr-banner-accept" }], optOut: [{ waitForThenClick: "#gdpr-banner-decline" }] }, { name: "ecosia", vendorUrl: "https://www.ecosia.org/", runContext: { urlPattern: "^https://www\\.ecosia\\.org/" }, prehideSelectors: [".cookie-wrapper"], detectCmp: [{ exists: ".cookie-wrapper > .cookie-notice" }], detectPopup: [{ visible: ".cookie-wrapper > .cookie-notice" }], optIn: [{ waitForThenClick: "[data-test-id=cookie-notice-accept]" }], optOut: [{ waitForThenClick: "[data-test-id=cookie-notice-reject]" }] }, { name: "ef-ccpa", vendorUrl: "https://eforms.com/", cosmetic: false, runContext: { urlPattern: "^https://(www\\.)?eforms\\.com" }, prehideSelectors: ["#ef-ccpa"], detectCmp: [{ exists: "#ef-ccpa" }], detectPopup: [{ visible: "#ef-ccpa" }], optIn: [{ waitForThenClick: "#ef-button-ccpa-agree" }], optOut: [{ waitForThenClick: "#ef-button-ccpa-decline" }] }, { name: "Ensighten ensModal", prehideSelectors: [".ensModal"], detectCmp: [{ exists: ".ensModal" }, { visible: "#ensModalWrapper[style*=block]" }], detectPopup: [{ visible: "#ensModalWrapper[style*=block]" }], optIn: [{ waitForThenClick: "#modalAcceptButton" }], optOut: [{ wait: 500 }, { visible: "#ensModalWrapper[style*=block]" }, { waitForThenClick: ".ensCheckbox:checked", all: true }, { waitForThenClick: "#ensSave" }] }, { name: "Ensighten ensNotifyBanner", prehideSelectors: ["#ensNotifyBanner"], detectCmp: [{ exists: "#ensNotifyBanner" }], detectPopup: [{ visible: "#ensNotifyBanner[style*=block]" }], optIn: [{ waitForThenClick: "#ensCloseBanner" }], optOut: [{ wait: 500 }, { visible: "#ensNotifyBanner[style*=block]" }, { waitForThenClick: "#ensRejectAll,#rejectAll,#ensRejectBanner,.rejectAll,#ensCloseBanner", timeout: 2e3 }] }, { name: "espace-personnel.agirc-arrco.fr", runContext: { urlPattern: "^https://espace-personnel\\.agirc-arrco\\.fr/" }, prehideSelectors: [".cdk-overlay-container"], detectCmp: [{ exists: ".cdk-overlay-container app-esaa-cookie-component" }], detectPopup: [{ visible: ".cdk-overlay-container app-esaa-cookie-component" }], optIn: [{ waitForThenClick: ".btn-cookie-accepter" }], optOut: [{ waitForThenClick: ".btn-cookie-refuser" }] }, { name: "etsy", prehideSelectors: ["#gdpr-single-choice-overlay", "#gdpr-privacy-settings"], detectCmp: [{ exists: "#gdpr-single-choice-overlay" }], detectPopup: [{ visible: "#gdpr-single-choice-overlay" }], optOut: [{ click: "button[data-gdpr-open-full-settings]" }, { waitForVisible: ".gdpr-overlay-body input", timeout: 3e3 }, { wait: 1e3 }, { eval: "EVAL_ETSY_0" }, { eval: "EVAL_ETSY_1" }], optIn: [{ click: "button[data-gdpr-single-choice-accept]" }] }, { name: "eu-cookie-compliance-banner", detectCmp: [{ exists: "body.eu-cookie-compliance-popup-open" }], detectPopup: [{ exists: "body.eu-cookie-compliance-popup-open" }], optIn: [{ click: ".eu-cookie-compliance-banner .agree-button, .eu-cookie-compliance-banner .accept-all" }], optOut: [{ click: ".eu-cookie-compliance-banner .decline-button, .eu-cookie-compliance-banner .accept-necessary, .eu-cookie-compliance-save-preferences-button" }], test: [{ cookieContains: "cookie-agreed=2", negated: true }] }, { name: "EU Cookie Law", prehideSelectors: [".pea_cook_wrapper,.pea_cook_more_info_popover"], cosmetic: true, detectCmp: [{ exists: ".pea_cook_wrapper" }], detectPopup: [{ wait: 500 }, { visible: ".pea_cook_wrapper" }], optIn: [{ click: "#pea_cook_btn" }], optOut: [{ hide: ".pea_cook_wrapper" }], test: [{ cookieContains: "euCookie", negated: true }] }, { name: "europa-eu", vendorUrl: "https://ec.europa.eu/", runContext: { urlPattern: "^https://[^/]*europa\\.eu/" }, prehideSelectors: ["#cookie-consent-banner"], detectCmp: [{ exists: ".cck-container" }], detectPopup: [{ visible: ".cck-container" }], optIn: [{ waitForThenClick: '.cck-actions-button[href="#accept"]' }], optOut: [{ waitForThenClick: '.cck-actions-button[href="#refuse"]', hide: ".cck-container" }] }, { name: "EZoic", prehideSelectors: ["#ez-cookie-dialog-wrapper"], detectCmp: [{ exists: "#ez-cookie-dialog-wrapper" }], detectPopup: [{ visible: "#ez-cookie-dialog-wrapper" }], optIn: [{ click: "#ez-accept-all", optional: true }, { eval: "EVAL_EZOIC_0", optional: true }], optOut: [{ wait: 500 }, { click: "#ez-manage-settings" }, { waitFor: "#ez-cookie-dialog input[type=checkbox]" }, { click: "#ez-cookie-dialog input[type=checkbox]:checked", all: true }, { click: "#ez-save-settings" }], test: [{ cookieContains: "ez-consent-tcf" }] }, { name: "facebook", runContext: { urlPattern: "^https://([a-z0-9-]+\\.)?facebook\\.com/" }, prehideSelectors: ['div[data-testid="cookie-policy-manage-dialog"]'], detectCmp: [{ exists: 'div[data-testid="cookie-policy-manage-dialog"]' }], detectPopup: [{ visible: 'div[data-testid="cookie-policy-manage-dialog"]' }], optIn: [{ waitForThenClick: 'button[data-cookiebanner="accept_button"]' }, { waitForVisible: 'div[data-testid="cookie-policy-manage-dialog"]', check: "none" }], optOut: [{ waitForThenClick: 'button[data-cookiebanner="accept_only_essential_button"]' }, { waitForVisible: 'div[data-testid="cookie-policy-manage-dialog"]', check: "none" }] }, { name: "fastcmp", vendorUrl: "https://corporate.fastcmp.com/", cosmetic: false, prehideSelectors: ["#fast-cmp-root"], detectCmp: [{ exists: "iframe#fast-cmp-iframe" }], detectPopup: [{ visible: "iframe#fast-cmp-iframe" }], optIn: [{ waitForThenClick: ["iframe#fast-cmp-iframe", ".fast-cmp-home-accept button"] }], optOut: [{ waitForThenClick: ["iframe#fast-cmp-iframe", ".fast-cmp-home-refuse button"] }], test: [{ cookieContains: "fastCMP-" }] }, { name: "fedex", vendorUrl: "https://www.fedex.com/en-us/home.html", cosmetic: false, prehideSelectors: ["fedex-gdpr"], detectCmp: [{ exists: "fedex-gdpr" }], detectPopup: [{ visible: "fedex-gdpr div" }], optIn: [{ waitForThenClick: "fedex-gdpr .fxg-gdpr__accept-all-btn" }], optOut: [{ waitForThenClick: "fedex-gdpr .fxg-gdpr__reject-all-btn" }], test: [{ cookieContains: "_svs=" }] }, { name: "fides", vendorUrl: "https://github.com/ethyca/fides", prehideSelectors: ["#fides-overlay, #fides-overlay-wrapper"], detectCmp: [{ exists: "#fides-overlay-wrapper #fides-banner" }], detectPopup: [{ visible: "#fides-overlay-wrapper #fides-banner" }, { eval: "EVAL_FIDES_DETECT_POPUP" }], optIn: [{ waitForThenClick: "#fides-banner .fides-accept-all-button" }], optOut: [{ waitForThenClick: "#fides-banner .fides-reject-all-button" }] }, { name: "financestrategists.com", vendorUrl: "https://www.financestrategists.com/", cosmetic: true, runContext: { urlPattern: "^https://(www\\.)?financestrategists\\.com/" }, prehideSelectors: ["#gdrp"], detectCmp: [{ exists: "#gdrp" }], detectPopup: [{ visible: "#gdrp" }], optIn: [{ waitForThenClick: "#gdrp-button" }], optOut: [{ hide: "#gdrp" }] }, { name: "finsweet", vendorUrl: "https://finsweet.com/components/cookie-consent", cosmetic: false, prehideSelectors: ["[fs-consent-element=banner]"], detectCmp: [{ exists: "[fs-consent-element=banner]" }], detectPopup: [{ visible: "[fs-consent-element=banner] [fs-consent-element=allow]" }], optIn: [{ wait: 500 }, { waitForThenClick: "[fs-consent-element=banner] [fs-consent-element=allow]" }], optOut: [{ wait: 500 }, { if: { exists: "[fs-consent-element=banner] [fs-consent-element=deny]" }, then: [{ click: "[fs-consent-element=banner] [fs-consent-element=deny]" }], else: [{ hide: "[fs-consent-element=banner]" }] }] }, { name: "funding-choices", prehideSelectors: [".fc-consent-root,.fc-dialog-container,.fc-dialog-overlay,.fc-dialog-content"], detectCmp: [{ exists: ".fc-consent-root" }], detectPopup: [{ exists: ".fc-dialog-container" }], optOut: [{ click: ".fc-cta-do-not-consent,.fc-cta-manage-options" }, { click: ".fc-preference-consent:checked,.fc-preference-legitimate-interest:checked", all: true, optional: true }, { click: ".fc-confirm-choices", optional: true }], optIn: [{ click: ".fc-cta-consent" }] }, { name: "gdpr-legal-cookie", vendorUrl: "https://apps.shopify.com/gdpr-legal-cookie", prehideSelectors: [".overlay_bc_banner"], detectCmp: [{ any: [{ eval: "EVAL_GDPR_LEGAL_COOKIE_DETECT_CMP" }, { exists: 'a[href="https://gdpr-legal-cookie.myshopify.com/"]' }] }], detectPopup: [{ visible: ".overlay_bc_banner .banner-body", check: "any" }], optIn: [{ waitForThenClick: ".overlay_bc_banner *[data-cookie-accept-all]" }], optOut: [{ waitForThenClick: ".overlay_bc_banner *[data-cookie-save]" }], test: [{ eval: "EVAL_GDPR_LEGAL_COOKIE_TEST" }] }, { name: "geeks-for-geeks", runContext: { urlPattern: "^https://www\\.geeksforgeeks\\.org/" }, cosmetic: true, prehideSelectors: [".cookie-consent"], detectCmp: [{ exists: ".cookie-consent" }], detectPopup: [{ visible: ".cookie-consent" }], optIn: [{ click: ".cookie-consent button.consent-btn" }], optOut: [{ hide: ".cookie-consent" }] }, { name: "geni.com", vendorUrl: "https://www.geni.com/", cosmetic: true, prehideSelectors: [".cookie-notify-anchor"], detectCmp: [{ exists: ".cookie-notify-anchor .cookie-notify" }], detectPopup: [{ visible: ".cookie-notify-anchor .cookie-notify" }], optIn: [{ waitForThenClick: ".cookie-notify-anchor .cookie-notify button" }], optOut: [{ hide: ".cookie-notify-anchor" }] }, { name: "glastonburyfestivals", vendorUrl: "https://www.glastonburyfestivals.co.uk/", cosmetic: false, runContext: { urlPattern: "^https://(\\w+\\.)?glastonburyfestivals\\.co\\.uk/" }, prehideSelectors: [".cookies-modal"], detectCmp: [{ exists: ".show-cookies-modal .cookies-modal #cookies-accept" }], detectPopup: [{ visible: ".show-cookies-modal .cookies-modal #cookies-accept" }], optIn: [{ waitForThenClick: ".show-cookies-modal .cookies-modal #cookies-accept" }], optOut: [{ waitForThenClick: ".show-cookies-modal .cookies-modal #cookies-reject" }] }, { name: "google-consent-standalone", prehideSelectors: [], detectCmp: [{ exists: 'a[href^="https://policies.google.com/technologies/cookies"' }, { exists: 'form[action^="https://consent.google."][action$="/save"]' }], detectPopup: [{ visible: 'a[href^="https://policies.google.com/technologies/cookies"' }], optIn: [{ waitForThenClick: 'form[action^="https://consent.google."][action$="/save"]:has(input[name=set_eom][value=false]) button' }], optOut: [{ waitForThenClick: 'form[action^="https://consent.google."][action$="/save"]:has(input[name=set_eom][value=true]) button' }] }, { name: "google-cookiebar", vendorUrl: "https://www.android.com/better-together/quick-share-app/", cosmetic: false, prehideSelectors: [".glue-cookie-notification-bar"], detectCmp: [{ exists: ".glue-cookie-notification-bar" }], detectPopup: [{ visible: ".glue-cookie-notification-bar" }], optIn: [{ waitForThenClick: ".glue-cookie-notification-bar__accept" }], optOut: [{ if: { exists: ".glue-cookie-notification-bar__reject" }, then: [{ click: ".glue-cookie-notification-bar__reject" }], else: [{ hide: ".glue-cookie-notification-bar" }] }], test: [] }, { name: "google.com", prehideSelectors: [".HTjtHe#xe7COe"], detectCmp: [{ exists: ".HTjtHe#xe7COe" }, { exists: '.HTjtHe#xe7COe a[href^="https://policies.google.com/technologies/cookies"]' }], detectPopup: [{ visible: ".HTjtHe#xe7COe button#W0wltc" }], optIn: [{ waitForThenClick: ".HTjtHe#xe7COe button#L2AGLb" }], optOut: [{ waitForThenClick: ".HTjtHe#xe7COe button#W0wltc" }], test: [{ cookieContains: "SOCS=CAE" }] }, { name: "gov.uk", detectCmp: [{ exists: ".govuk-cookie-banner__message" }], detectPopup: [{ exists: ".govuk-cookie-banner__message .govuk-button" }], optIn: [{ click: [".govuk-cookie-banner__message", "xpath///button[contains(., 'Accept')] | //a[contains(., 'Accept')]"] }], optOut: [{ if: { exists: [".govuk-cookie-banner__message", "xpath///button[contains(., 'Reject')] | //a[contains(., 'Reject')] | //input[contains(@value, 'Reject')]"] }, then: [{ click: [".govuk-cookie-banner__message", "xpath///button[contains(., 'Reject')] | //a[contains(., 'Reject')] | //input[contains(@value, 'Reject')]"] }] }, { if: { exists: [".govuk-cookie-banner__message", "xpath///button[contains(., 'Hide')] | //a[contains(., 'Hide')] | //input[contains(@value, 'Hide')]"] }, then: [{ click: [".govuk-cookie-banner__message", "xpath///button[contains(., 'Hide')] | //a[contains(., 'Hide')] | //input[contains(@value, 'Hide')]"] }] }] }, { name: "gravito", vendorUrl: "https://www.gravito.net/cmp/", prehideSelectors: [".gravitoCMP-background-overlay"], detectCmp: [{ exists: ".gravitoCMP-background-overlay" }], detectPopup: [{ visible: ".gravitoCMP-background-overlay" }], optIn: [{ waitForThenClick: "#modalConfirmBtn.gravitoCMP-button" }], optOut: [{ waitForThenClick: "#modalSettingBtn.gravitoCMP-button" }, { waitFor: "#allRejectBtn" }, { waitFor: ".gravitoCMP-content-section" }, { click: ".gravitoCMP-content input[type=checkbox]:checked", all: true, optional: true }, { waitForThenClick: "#allRejectBtn" }], test: [{ cookieContains: "gravitoData" }] }, { name: "groundnews", vendorUrl: "https://ground.news/", cosmetic: false, runContext: { urlPattern: "^https://(www\\.)?ground\\.news/" }, prehideSelectors: [], detectCmp: [{ exists: ".fixed [data-testid=closeCookieBanner]" }], detectPopup: [{ visible: ".fixed [data-testid=closeCookieBanner]" }], optIn: [{ waitForThenClick: ".fixed [data-testid=acceptCookies]" }], optOut: [{ 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')]"] }] }, { name: "hashicorp", vendorUrl: "https://hashicorp.com/", runContext: { urlPattern: "^https://[^.]*\\.hashicorp\\.com/" }, prehideSelectors: ["[data-testid=consent-banner]"], detectCmp: [{ exists: "[data-testid=consent-banner]" }], detectPopup: [{ visible: "[data-testid=consent-banner]" }], optIn: [{ waitForThenClick: "[data-testid=accept]" }], optOut: [{ waitForThenClick: "[data-testid=manage-preferences]" }, { waitForThenClick: "[data-testid=consent-mgr-dialog] [data-ga-button=save-preferences]" }] }, { name: "healthline-media", prehideSelectors: ["#modal-host > div.no-hash > div.window-wrapper"], detectCmp: [{ exists: "#modal-host > div.no-hash > div.window-wrapper, div[data-testid=qualtrics-container]" }], detectPopup: [{ exists: "#modal-host > div.no-hash > div.window-wrapper, div[data-testid=qualtrics-container]" }], optIn: [{ click: "#modal-host > div.no-hash > div.window-wrapper > div:last-child button" }], optOut: [{ if: { exists: '#modal-host > div.no-hash > div.window-wrapper > div:last-child a[href="/privacy-settings"]' }, then: [{ click: '#modal-host > div.no-hash > div.window-wrapper > div:last-child a[href="/privacy-settings"]' }], else: [{ waitForVisible: "div#__next" }, { click: "#__next div:nth-child(1) > button:first-child" }] }] }, { name: "hema", prehideSelectors: [".cookie-modal"], detectCmp: [{ visible: ".cookie-modal .cookie-accept-btn" }], detectPopup: [{ visible: ".cookie-modal .cookie-accept-btn" }], optIn: [{ waitForThenClick: ".cookie-modal .cookie-accept-btn" }], optOut: [{ waitForThenClick: ".cookie-modal .js-cookie-reject-btn" }], test: [{ cookieContains: "cookies_rejected=1" }] }, { name: "hetzner.com", runContext: { urlPattern: "^https://www\\.hetzner\\.com/" }, prehideSelectors: ["#CookieConsent"], detectCmp: [{ exists: "#CookieConsent" }], detectPopup: [{ visible: "#CookieConsent" }], optIn: [{ click: "#CookieConsentGiven" }], optOut: [{ click: "#CookieConsentDeclined" }] }, { name: "hl.co.uk", prehideSelectors: [".cookieModalContent", "#cookie-banner-overlay"], detectCmp: [{ exists: "#cookie-banner-overlay" }], detectPopup: [{ exists: "#cookie-banner-overlay" }], optIn: [{ click: "#acceptCookieButton" }], optOut: [{ click: "#manageCookie" }, { hide: ".cookieSettingsModal" }, { waitFor: "#AOCookieToggle" }, { click: "#AOCookieToggle[aria-pressed=true]", optional: true }, { waitFor: "#TPCookieToggle" }, { click: "#TPCookieToggle[aria-pressed=true]", optional: true }, { click: "#updateCookieButton" }] }, { name: "holidaymedia", vendorUrl: "https://holidaymedia.nl/", prehideSelectors: ["dialog[data-cookie-consent]"], detectCmp: [{ exists: "dialog[data-cookie-consent]" }], detectPopup: [{ visible: "dialog[data-cookie-consent]" }], optIn: [{ waitForThenClick: "button.cookie-consent__button--accept-all" }], optOut: [{ waitForThenClick: 'a[data-cookie-accept="functional"]', timeout: 2e3 }] }, { name: "hu-manity", vendorUrl: "https://hu-manity.co/", prehideSelectors: ["#hu.hu-wrapper"], detectCmp: [{ exists: "#hu.hu-visible" }], detectPopup: [{ visible: "#hu.hu-visible" }], optIn: [{ waitForThenClick: "[data-hu-action=cookies-notice-consent-choices-3]" }, { waitForThenClick: "#hu-cookies-save" }], optOut: [{ waitForThenClick: "#hu-cookies-save" }] }, { name: "hubspot", detectCmp: [{ exists: "#hs-eu-cookie-confirmation" }], detectPopup: [{ visible: "#hs-eu-cookie-confirmation" }], optIn: [{ click: "#hs-eu-confirmation-button" }], optOut: [{ click: "#hs-eu-decline-button" }] }, { name: "imdb", vendorUrl: "https://imdb.com/", cosmetic: false, runContext: { urlPattern: "^https://(www.)?imdb.com/" }, prehideSelectors: ["[data-testid=consent-banner]"], detectCmp: [{ exists: "[data-testid=consent-banner]" }], detectPopup: [{ visible: "[data-testid=consent-banner]" }], optIn: [{ waitForThenClick: "[data-testid=consent-banner] [data-testid=accept-button]" }], optOut: [{ waitForThenClick: "[data-testid=consent-banner] [data-testid=reject-button]" }] }, { name: "indeed.com", cosmetic: true, prehideSelectors: ["#CookiePrivacyNotice"], detectCmp: [{ exists: "#CookiePrivacyNotice" }], detectPopup: [{ visible: "#CookiePrivacyNotice" }], optIn: [{ click: "#CookiePrivacyNotice button[data-gnav-element-name=CookiePrivacyNoticeOk]" }], optOut: [{ hide: "#CookiePrivacyNotice" }] }, { name: "ing.de", runContext: { urlPattern: "^https://www\\.ing\\.de/" }, cosmetic: true, prehideSelectors: ['div[slot="backdrop"]'], detectCmp: [{ exists: '[data-tag-name="ing-cc-dialog-frame"]' }], detectPopup: [{ visible: '[data-tag-name="ing-cc-dialog-frame"]' }], optIn: [{ click: ['[data-tag-name="ing-cc-dialog-level0"]', '[data-tag-name="ing-cc-button"][class*="accept"]'] }], optOut: [{ click: ['[data-tag-name="ing-cc-dialog-level0"]', '[data-tag-name="ing-cc-button"][class*="more"]'] }] }, { name: "inmobi", prehideSelectors: [".accept-cookie"], detectCmp: [{ exists: ".accept-cookie > .accept-cookie-inner" }], detectPopup: [{ visible: ".accept-cookie > .accept-cookie-inner" }], optIn: [{ waitForThenClick: "xpath///*[contains(@class, 'accept-cookie')]//*[contains(text(), 'Accept')]" }], optOut: [{ waitForThenClick: "xpath///*[contains(@class, 'accept-cookie')]//*[contains(text(), 'Decline')]" }], test: [{ cookieContains: "cookie-pref=rejected" }] }, { name: "instagram", vendorUrl: "https://instagram.com", runContext: { urlPattern: "^https://www\\.instagram\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: `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?")]` }], detectPopup: [{ visible: `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?")]` }], optIn: [{ waitForThenClick: "xpath///button[contains(., 'Tillad alle cookies') or contains(., 'Alle Cookies erlauben') or contains(., 'Allow all cookies') or contains(., '\u0420\u0430\u0437\u0440\u0435\u0448\u0430\u0432\u0430\u043D\u0435 \u043D\u0430 \u0432\u0441\u0438\u0447\u043A\u0438 \u0431\u0438\u0441\u043A\u0432\u0438\u0442\u043A\u0438') or contains(., 'Till\xE5t alla cookies') or contains(., 'Povolit v\u0161echny soubory cookie') or contains(., 'T\xFCm \xE7erezlere izin ver') or contains(., 'Permite toate modulele cookie') or contains(., '\u039D\u03B1 \u03B5\u03C0\u03B9\u03C4\u03C1\u03AD\u03C0\u03BF\u03BD\u03C4\u03B1\u03B9 \u03CC\u03BB\u03B1 \u03C4\u03B1 cookies') or contains(., 'Tillat alle informasjonskapsler') or contains(., 'Povoli\u0165 v\u0161etky cookies') or contains(., 'Permitir todas las cookies') or contains(., 'Permitir todos os cookies') or contains(., 'Alle cookies toestaan') or contains(., 'Salli kaikki ev\xE4steet') or contains(., 'Consenti tutti i cookie') or contains(., 'Az \xF6sszes cookie enged\xE9lyez\xE9se') or contains(., 'Autoriser tous les cookies') or contains(., 'Zezw\xF3l na wszystkie pliki cookie') or contains(., '\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044C \u0432\u0441\u0435 cookie') or contains(., 'Dopusti sve kola\u010Di\u0107e')]" }], optOut: [{ waitForThenClick: "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')]" }, { wait: 2e3 }] }, { name: "ionos.de", prehideSelectors: [".privacy-consent--backdrop", ".privacy-consent--modal"], detectCmp: [{ exists: ".privacy-consent--modal" }], detectPopup: [{ visible: ".privacy-consent--modal" }], optIn: [{ click: "#selectAll" }], optOut: [{ click: ".footer-config-link" }, { click: "#confirmSelection" }] }, { name: "itopvpn.com", cosmetic: true, prehideSelectors: [".pop-cookie"], detectCmp: [{ exists: ".pop-cookie" }], detectPopup: [{ exists: ".pop-cookie" }], optIn: [{ click: "#_pcookie" }], optOut: [{ hide: ".pop-cookie" }] }, { name: "iubenda", prehideSelectors: ["#iubenda-cs-banner"], detectCmp: [{ exists: "#iubenda-cs-banner" }], detectPopup: [{ visible: ".iubenda-cs-accept-btn" }], optIn: [{ waitForThenClick: ".iubenda-cs-accept-btn" }], optOut: [{ waitForThenClick: ".iubenda-cs-customize-btn" }, { eval: "EVAL_IUBENDA_0" }, { waitForThenClick: "#iubFooterBtn" }], test: [{ eval: "EVAL_IUBENDA_1" }] }, { name: "iWink", prehideSelectors: ["body.cookies-request #cookie-bar"], detectCmp: [{ exists: "body.cookies-request #cookie-bar" }], detectPopup: [{ visible: "body.cookies-request #cookie-bar" }], optIn: [{ waitForThenClick: "body.cookies-request #cookie-bar .allow-cookies" }], optOut: [{ waitForThenClick: "body.cookies-request #cookie-bar .disallow-cookies" }], test: [{ cookieContains: "cookie_permission_granted=no" }] }, { name: "jdsports", vendorUrl: "https://www.jdsports.co.uk/", runContext: { urlPattern: "^https://(www|m)\\.jdsports\\." }, prehideSelectors: [".miniConsent,#PrivacyPolicyBanner"], detectCmp: [{ exists: ".miniConsent,#PrivacyPolicyBanner" }], detectPopup: [{ visible: ".miniConsent,#PrivacyPolicyBanner" }], optIn: [{ waitForThenClick: ".miniConsent .accept-all-cookies" }], optOut: [{ if: { exists: "#PrivacyPolicyBanner" }, then: [{ hide: "#PrivacyPolicyBanner" }], else: [{ waitForThenClick: "#cookie-settings" }, { waitForThenClick: "#reject-all-cookies" }] }] }, { name: "jetpack-eu-cookie-law", vendorUrl: "https://jetpack.com/support/extra-sidebar-widgets/cookies-consent-banner/", cosmetic: true, prehideSelectors: [".widget_eu_cookie_law_widget"], detectCmp: [{ exists: ".widget_eu_cookie_law_widget" }], detectPopup: [{ visible: ".widget_eu_cookie_law_widget" }], optIn: [{ click: "#jetpack-eu-cookie-law-form > input.accept" }], optOut: [{ hide: ".widget_eu_cookie_law_widget" }] }, { name: "johnlewis.com", prehideSelectors: ["div[class^=pecr-cookie-banner-]"], detectCmp: [{ exists: "div[class^=pecr-cookie-banner-]" }], detectPopup: [{ exists: "div[class^=pecr-cookie-banner-]" }], optOut: [{ click: "button[data-test^=manage-cookies]" }, { wait: 500 }, { click: "label[data-test^=toggle][class*=checked]:not([class*=disabled])", all: true, optional: true }, { click: "button[data-test=save-preferences]" }], optIn: [{ click: "button[data-test=allow-all]" }] }, { name: "jquery.cookieBar", vendorUrl: "https://github.com/kovarp/jquery.cookieBar", prehideSelectors: [".cookie-bar"], cosmetic: true, detectCmp: [{ exists: ".cookie-bar .cookie-bar__message,.cookie-bar .cookie-bar__buttons" }], detectPopup: [{ visible: ".cookie-bar .cookie-bar__message,.cookie-bar .cookie-bar__buttons", check: "any" }], optIn: [{ click: ".cookie-bar .cookie-bar__btn" }], optOut: [{ hide: ".cookie-bar" }], test: [{ visible: ".cookie-bar .cookie-bar__message,.cookie-bar .cookie-bar__buttons", check: "none" }, { cookieContains: "cookies-state=accepted", negated: true }] }, { name: "justwatch.com", prehideSelectors: [".consent-banner"], detectCmp: [{ exists: ".consent-banner .consent-banner__actions" }], detectPopup: [{ visible: ".consent-banner .consent-banner__actions" }], optIn: [{ click: ".consent-banner__actions button.basic-button.primary" }], optOut: [{ click: ".consent-banner__actions button.basic-button.secondary" }, { waitForThenClick: ".consent-modal__footer button.basic-button.secondary" }, { waitForThenClick: ".consent-modal ion-content > div > a:nth-child(9)" }, { click: "label.consent-switch input[type=checkbox]:checked", all: true, optional: true }, { waitForVisible: ".consent-modal__footer button.basic-button.primary" }, { click: ".consent-modal__footer button.basic-button.primary" }] }, { name: "kconsent", cosmetic: false, runContext: { main: true, frame: false }, prehideSelectors: [".kc-overlay"], detectCmp: [{ exists: "#kconsent" }], detectPopup: [{ visible: ".kc-dialog" }], optIn: [{ waitForThenClick: "#kc-acceptAndHide" }], optOut: [{ waitForThenClick: "#kc-denyAndHide" }] }, { name: "ketch", vendorUrl: "https://www.ketch.com", runContext: { frame: false, main: true }, intermediate: false, prehideSelectors: ["#lanyard_root div[role='dialog']"], detectCmp: [{ exists: "#lanyard_root div[role='dialog']" }], detectPopup: [{ visible: "#lanyard_root div[role='dialog']" }], optIn: [{ if: { exists: "#lanyard_root button[class='confirmButton']" }, then: [{ waitForThenClick: "#lanyard_root div[class*=buttons] > :nth-child(2)" }, { click: "#lanyard_root button[class='confirmButton']" }], else: [{ waitForThenClick: "#lanyard_root div[class*=buttons] > :nth-child(2)" }] }], optOut: [{ if: { exists: "#lanyard_root [aria-describedby=banner-description]" }, then: [{ waitForThenClick: "#lanyard_root div[class*=buttons] > button[class*=secondaryButton], #lanyard_root button[class*=buttons-secondary]", comment: "can be either settings or reject button" }] }, { waitFor: "#lanyard_root [aria-describedby=preference-description],#lanyard_root [aria-describedby=modal-description], #ketch-preferences", timeout: 1e3, optional: true }, { if: { exists: "#lanyard_root [aria-describedby=preference-description],#lanyard_root [aria-describedby=modal-description], #ketch-preferences" }, then: [{ waitForThenClick: "#lanyard_root button[class*=rejectButton], #lanyard_root button[class*=rejectAllButton]" }, { click: "#lanyard_root button[class*=confirmButton],#lanyard_root div[class*=actions_] > button:nth-child(1), #lanyard_root button[class*=actionButton]" }] }], test: [{ cookieContains: "_ketch_consent_v1_" }] }, { name: "kleinanzeigen-de", runContext: { urlPattern: "^https?://(www\\.)?kleinanzeigen\\.de" }, prehideSelectors: ["#gdpr-banner-container"], detectCmp: [{ any: [{ exists: "#gdpr-banner-container #gdpr-banner [data-testid=gdpr-banner-cmp-button]" }, { exists: "#ConsentManagementPage" }] }], detectPopup: [{ any: [{ visible: "#gdpr-banner-container #gdpr-banner [data-testid=gdpr-banner-cmp-button]" }, { visible: "#ConsentManagementPage" }] }], optIn: [{ if: { exists: "#gdpr-banner-container #gdpr-banner" }, then: [{ click: "#gdpr-banner-container #gdpr-banner [data-testid=gdpr-banner-accept]" }], else: [{ click: "#ConsentManagementPage .Button-primary" }] }], optOut: [{ if: { exists: "#gdpr-banner-container #gdpr-banner" }, then: [{ click: "#gdpr-banner-container #gdpr-banner [data-testid=gdpr-banner-cmp-button]" }], else: [{ click: "#ConsentManagementPage .Button-secondary" }] }] }, { name: "leafly", vendorUrl: "https://www.leafly.com/", cosmetic: true, runContext: { urlPattern: "^https://(www\\.)?leafly\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "div:has(> div > a[href*='/privacy-policy'])" }], detectPopup: [{ visible: "div:has(> div > a[href*='/privacy-policy'])" }], optIn: [{ waitForThenClick: "div:has(> div > a[href*='/privacy-policy']) button" }], optOut: [{ hide: "div:has(> div > a[href*='/privacy-policy'])" }] }, { name: "lia", vendorUrl: "https://unknown", prehideSelectors: [".lia-cookie-banner-alert"], detectCmp: [{ exists: ".lia-cookie-banner-alert" }], detectPopup: [{ exists: ".lia-cookie-banner-alert .AjaxFeedback" }, { visible: ".lia-cookie-banner-alert" }], optIn: [{ waitForThenClick: ".lia-cookie-banner-alert a.lia-cookie-banner-alert-accept" }], optOut: [{ waitForThenClick: ".lia-cookie-banner-alert a.lia-cookie-banner-alert-reject" }] }, { name: "lightbox", prehideSelectors: [".darken-layer.open,.lightbox.lightbox--cookie-consent"], detectCmp: [{ exists: "body.cookie-consent-is-active div.lightbox--cookie-consent > div.lightbox__content > div.cookie-consent[data-jsb]" }], detectPopup: [{ visible: "body.cookie-consent-is-active div.lightbox--cookie-consent > div.lightbox__content > div.cookie-consent[data-jsb]" }], optOut: [{ click: ".cookie-consent__footer > button[type='submit']:not([data-button='selectAll'])" }], optIn: [{ click: ".cookie-consent__footer > button[type='submit'][data-button='selectAll']" }] }, { name: "lineagrafica", vendorUrl: "https://addons.prestashop.com/en/legal/8734-eu-cookie-law-gdpr-banner-blocker.html", cosmetic: true, prehideSelectors: ["#lgcookieslaw_banner,#lgcookieslaw_modal,.lgcookieslaw-overlay"], detectCmp: [{ exists: "#lgcookieslaw_banner,#lgcookieslaw_modal,.lgcookieslaw-overlay" }], detectPopup: [{ exists: "#lgcookieslaw_banner,#lgcookieslaw_modal,.lgcookieslaw-overlay" }], optIn: [{ waitForThenClick: "#lgcookieslaw_accept" }], optOut: [{ hide: "#lgcookieslaw_banner,#lgcookieslaw_modal,.lgcookieslaw-overlay" }] }, { name: "linkedin.com", prehideSelectors: [".artdeco-global-alert[type=COOKIE_CONSENT]"], detectCmp: [{ exists: ".artdeco-global-alert[type=COOKIE_CONSENT]" }], detectPopup: [{ visible: ".artdeco-global-alert[type=COOKIE_CONSENT]" }], optIn: [{ waitForVisible: ".artdeco-global-alert[type=COOKIE_CONSENT] button[action-type=ACCEPT]" }, { wait: 500 }, { waitForThenClick: ".artdeco-global-alert[type=COOKIE_CONSENT] button[action-type=ACCEPT]" }], optOut: [{ waitForVisible: ".artdeco-global-alert[type=COOKIE_CONSENT] button[action-type=DENY]" }, { wait: 500 }, { waitForThenClick: ".artdeco-global-alert[type=COOKIE_CONSENT] button[action-type=DENY]" }], test: [{ waitForVisible: ".artdeco-global-alert[type=COOKIE_CONSENT]", check: "none" }] }, { name: "macaron", vendorUrl: "https://unknown", prehideSelectors: ["#macaron_cookie_box"], detectCmp: [{ exists: "#macaron_cookie_box" }], detectPopup: [{ visible: "#macaron_cookie_box .macaronbtn" }], optIn: [{ waitForThenClick: ".macaronbtn.all" }], optOut: [{ if: { exists: ".macaronbtn.refuse" }, then: [{ click: ".macaronbtn.refuse" }], else: [{ waitForThenClick: ".macaronbtn.letmechoose" }, { waitFor: ".macaronbtn.letmechoose.open" }, { waitForVisible: "#cookie_description .paragraph" }, { waitForThenClick: "#cookie_description input[type=checkbox]:checked:not(:disabled)", all: true, optional: true }, { waitForThenClick: ".macaronbtn.confirmselection" }] }], test: [{ cookieContains: "_deCookiesConsent" }] }, { name: "macpaw.com", cosmetic: true, prehideSelectors: ['div[data-banner="cookies"]'], detectCmp: [{ exists: 'div[data-banner="cookies"]' }], detectPopup: [{ exists: 'div[data-banner="cookies"]' }], optIn: [{ click: 'button[data-banner-close="cookies"]' }], optOut: [{ hide: 'div[data-banner="cookies"]' }] }, { name: "marksandspencer.com", cosmetic: true, detectCmp: [{ exists: ".navigation-cookiebbanner" }], detectPopup: [{ visible: ".navigation-cookiebbanner" }], optOut: [{ hide: ".navigation-cookiebbanner" }], optIn: [{ click: ".navigation-cookiebbanner__submit" }] }, { name: "mediamarkt.de", prehideSelectors: ["div[aria-labelledby=pwa-consent-layer-title]", "div[class^=StyledConsentLayerWrapper-]"], detectCmp: [{ exists: "div[aria-labelledby^=pwa-consent-layer-title]" }], detectPopup: [{ exists: "div[aria-labelledby^=pwa-consent-layer-title]" }], optOut: [{ click: "button[data-test^=pwa-consent-layer-deny-all]" }], optIn: [{ click: "button[data-test^=pwa-consent-layer-accept-all" }] }, { name: "Mediavine", prehideSelectors: ['[data-name="mediavine-gdpr-cmp"]'], detectCmp: [{ exists: '[data-name="mediavine-gdpr-cmp"]' }], detectPopup: [{ wait: 500 }, { visible: '[data-name="mediavine-gdpr-cmp"]' }], optIn: [{ waitForThenClick: '[data-name="mediavine-gdpr-cmp"] [format="primary"]' }], optOut: [{ waitForThenClick: '[data-name="mediavine-gdpr-cmp"] [data-view="manageSettings"]' }, { waitFor: '[data-name="mediavine-gdpr-cmp"] input[type=checkbox]' }, { eval: "EVAL_MEDIAVINE_0", optional: true }, { click: '[data-name="mediavine-gdpr-cmp"] [format="secondary"]' }] }, { name: "medium", vendorUrl: "https://medium.com", cosmetic: true, runContext: { main: true, frame: false, urlPattern: "^https://([a-z0-9-]+\\.)?medium\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: 'div:has(> div > div > div[role=alert] > a[href^="https://policy.medium.com/medium-privacy-policy-"])' }], detectPopup: [{ visible: 'div:has(> div > div > div[role=alert] > a[href^="https://policy.medium.com/medium-privacy-policy-"])' }], optIn: [{ waitForThenClick: "[data-testid=close-button]" }], optOut: [{ hide: 'div:has(> div > div > div[role=alert] > a[href^="https://policy.medium.com/medium-privacy-policy-"])' }] }, { name: "microcenter.com", vendorUrl: "https://www.microcenter.com/", cosmetic: true, runContext: { urlPattern: "^https://(www.)?microcenter.com/" }, prehideSelectors: ["#PnlPrivacyAlert"], detectCmp: [{ exists: "#privacyAlertDiv" }], detectPopup: [{ visible: "#privacyAlertDiv" }], optIn: [{ waitForThenClick: "#privacyAlertDiv button" }], optOut: [{ hide: "#PnlPrivacyAlert" }] }, { name: "microsoft.com", prehideSelectors: ["#wcpConsentBannerCtrl"], detectCmp: [{ exists: "#wcpConsentBannerCtrl" }], detectPopup: [{ exists: "#wcpConsentBannerCtrl" }], optOut: [{ eval: "EVAL_MICROSOFT_0" }], optIn: [{ eval: "EVAL_MICROSOFT_1" }], test: [{ eval: "EVAL_MICROSOFT_2" }] }, { name: "midway-usa", runContext: { urlPattern: "^https://www\\.midwayusa\\.com/" }, cosmetic: true, prehideSelectors: ["#cookie-container"], detectCmp: [{ exists: ['div[aria-label="Cookie Policy Banner"]'] }], detectPopup: [{ visible: "#cookie-container" }], optIn: [{ click: "button#cookie-btn" }], optOut: [{ hide: 'div[aria-label="Cookie Policy Banner"]' }] }, { name: "moneysavingexpert.com", detectCmp: [{ exists: "dialog[data-testid=accept-our-cookies-dialog]" }], detectPopup: [{ visible: "dialog[data-testid=accept-our-cookies-dialog]" }], optIn: [{ click: "#banner-accept" }], optOut: [{ click: "#banner-manage" }, { click: "#pc-confirm" }] }, { name: "monzo.com", prehideSelectors: [".cookie-alert, cookie-alert__content"], detectCmp: [{ exists: 'div.cookie-alert[role="dialog"]' }, { exists: 'a[href*="monzo"]' }], detectPopup: [{ visible: ".cookie-alert__content" }], optIn: [{ click: ".js-accept-cookie-policy" }], optOut: [{ click: ".js-decline-cookie-policy" }] }, { name: "Moove", prehideSelectors: ["#moove_gdpr_cookie_info_bar"], detectCmp: [{ exists: "#moove_gdpr_cookie_info_bar" }], detectPopup: [{ visible: "#moove_gdpr_cookie_info_bar:not(.moove-gdpr-info-bar-hidden)" }], optIn: [{ waitForThenClick: ".moove-gdpr-infobar-allow-all" }], optOut: [{ if: { exists: "#moove_gdpr_cookie_info_bar .change-settings-button" }, then: [{ click: "#moove_gdpr_cookie_info_bar .change-settings-button" }, { waitForVisible: "#moove_gdpr_cookie_modal" }, { eval: "EVAL_MOOVE_0" }, { click: ".moove-gdpr-modal-save-settings" }], else: [{ hide: "#moove_gdpr_cookie_info_bar" }] }], test: [{ visible: "#moove_gdpr_cookie_info_bar", check: "none" }] }, { name: "national-lottery.co.uk", detectCmp: [{ exists: ".cuk_cookie_consent" }], detectPopup: [{ visible: ".cuk_cookie_consent", check: "any" }], optOut: [{ click: ".cuk_cookie_consent_manage_pref" }, { click: ".cuk_cookie_consent_save_pref" }, { click: ".cuk_cookie_consent_close" }], optIn: [{ click: ".cuk_cookie_consent_accept_all" }] }, { name: "nba.com", runContext: { urlPattern: "^https://(www\\.)?nba.com/" }, cosmetic: true, prehideSelectors: ["#onetrust-banner-sdk"], detectCmp: [{ exists: "#onetrust-banner-sdk" }], detectPopup: [{ visible: "#onetrust-banner-sdk" }], optIn: [{ click: "#onetrust-accept-btn-handler" }], optOut: [{ hide: "#onetrust-banner-sdk" }] }, { name: "netbeat.de", runContext: { urlPattern: "^https://(www\\.)?netbeat\\.de/" }, prehideSelectors: ["div#cookieWarning"], detectCmp: [{ exists: "div#cookieWarning" }], detectPopup: [{ visible: "div#cookieWarning" }], optIn: [{ waitForThenClick: "a#btnCookiesAcceptAll" }], optOut: [{ waitForThenClick: "a#btnCookiesDenyAll" }] }, { name: "netflix.de", detectCmp: [{ exists: "#cookie-disclosure" }], detectPopup: [{ visible: ".cookie-disclosure-message", check: "any" }], optIn: [{ click: ".btn-accept" }], optOut: [{ hide: "#cookie-disclosure" }, { click: ".btn-reject" }] }, { name: "nhnieuws", vendorUrl: "https://www.nhnieuws.nl/", runContext: { urlPattern: "^https://(www\\.)?nhnieuws\\.nl/" }, prehideSelectors: ["[class*=ConsentManager]"], detectCmp: [{ exists: "[class*=ConsentManager]" }], detectPopup: [{ visible: "[class*=ConsentManager]" }], optIn: [{ waitForThenClick: "[class*=ConsentManager_continue]" }], optOut: [{ waitForThenClick: "[class*=ConsentManager_row] input[type=radio][id$=no]", all: true }, { waitForThenClick: "[class*=ConsentManager_continue]" }], test: [{ eval: "EVAL_NHNIEUWS_TEST" }] }, { name: "nhs.uk", prehideSelectors: ["#nhsuk-cookie-banner"], detectCmp: [{ exists: "#nhsuk-cookie-banner" }], detectPopup: [{ exists: "#nhsuk-cookie-banner" }], optOut: [{ click: "#nhsuk-cookie-banner__link_accept" }], optIn: [{ click: "#nhsuk-cookie-banner__link_accept_analytics" }] }, { name: "nike", vendorUrl: "https://nike.com", runContext: { urlPattern: "^https://(www\\.)?nike\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "[data-testid=cookie-dialog-root]" }], detectPopup: [{ visible: "[data-testid=cookie-dialog-root]" }], optIn: [{ waitForThenClick: "[data-testid=dialog-accept-button]" }], optOut: [{ waitForThenClick: "input[type=radio][id$=-declineLabel]", all: true }, { waitForThenClick: "[data-testid=confirm-choice-button]" }] }, { name: "nos.nl", cosmetic: true, runContext: { urlPattern: "^https://nos\\.nl/" }, prehideSelectors: ["#ccm_notification_host"], detectCmp: [{ exists: "#ccm_notification_host" }], detectPopup: [{ visible: ["#ccm_notification_host", "#ccm_notification"] }], optIn: [{ waitForThenClick: ["#ccm_notification_host", "#ccm_close"] }], optOut: [{ hide: "#ccm_notification_host" }] }, { name: "notice-cookie", prehideSelectors: [".button--notice"], cosmetic: true, detectCmp: [{ exists: ".notice--cookie" }], detectPopup: [{ visible: ".notice--cookie" }], optIn: [{ click: ".button--notice" }], optOut: [{ hide: ".notice--cookie" }] }, { name: "nrk.no", cosmetic: true, prehideSelectors: [".nrk-masthead__info-banner--cookie"], detectCmp: [{ exists: ".nrk-masthead__info-banner--cookie" }], detectPopup: [{ exists: ".nrk-masthead__info-banner--cookie" }], optIn: [{ click: "div.nrk-masthead__info-banner--cookie button > span:has(+ svg.nrk-close)" }], optOut: [{ hide: ".nrk-masthead__info-banner--cookie" }] }, { name: "nutritionix.com", vendorUrl: "https://www.nutritionix.com/", cosmetic: false, runContext: { urlPattern: "^https://(www\\.)?nutritionix\\.com/" }, prehideSelectors: ["gdpr-banner"], detectCmp: [{ exists: "gdpr-banner" }], detectPopup: [{ visible: "gdpr-banner" }], optIn: [{ waitForThenClick: ["gdpr-banner", "xpath///button[contains(., 'Accept')]"] }], optOut: [{ waitForThenClick: ["gdpr-banner", "xpath///button[contains(., 'Refuse')]"] }] }, { name: "obi.de", prehideSelectors: [".disc-cp--active"], detectCmp: [{ exists: ".disc-cp-modal__modal" }], detectPopup: [{ visible: ".disc-cp-modal__modal" }], optIn: [{ click: ".js-disc-cp-accept-all" }], optOut: [{ click: ".js-disc-cp-deny-all" }] }, { name: "ok", vendorUrl: "https://ok.ru/", cosmetic: false, runContext: { urlPattern: "^https://ok\\.ru/" }, prehideSelectors: [".cookies-agreement-notification,.modal-new:has([data-module=SetupCookies])"], detectCmp: [{ exists: ".cookies-agreement-notification" }], detectPopup: [{ visible: ".cookies-agreement-notification" }], optIn: [{ waitForThenClick: ".cookies-agreement-notification .cb_accept" }], optOut: [{ waitFor: ".cookies-agreement-notification .cb_setup" }, { wait: 1e3 }, { click: ".cookies-agreement-notification .cb_setup" }, { waitForVisible: "[data-module=SetupCookies]" }, { wait: 500 }, { click: "[data-module=SetupCookies] input[type=checkbox]:checked:not(:disabled)", all: true, optional: true }, { waitForThenClick: "[name=button_save_choice]" }, { waitForVisible: "[data-module=SetupCookies]", check: "none" }] }, { name: "om", vendorUrl: "https://olli-machts.de/en/extension/cookie-manager", prehideSelectors: [".tx-om-cookie-consent"], detectCmp: [{ exists: ".tx-om-cookie-consent .active[data-omcookie-panel]" }], detectPopup: [{ exists: ".tx-om-cookie-consent .active[data-omcookie-panel]" }], optIn: [{ waitForThenClick: "[data-omcookie-panel-save=all]" }], optOut: [{ if: { exists: "[data-omcookie-panel-save=min]" }, then: [{ waitForThenClick: "[data-omcookie-panel-save=min]" }], else: [{ click: "input[data-omcookie-panel-grp]:checked:not(:disabled)", all: true, optional: true }, { waitForThenClick: "[data-omcookie-panel-save=save]" }] }] }, { name: "onlyFans.com", runContext: { urlPattern: "^https://onlyfans\\.com/" }, prehideSelectors: ["div.b-cookies-informer"], detectCmp: [{ exists: "div.b-cookies-informer" }], detectPopup: [{ exists: "div.b-cookies-informer" }], optIn: [{ click: "div.b-cookies-informer__nav > button:nth-child(2)" }], optOut: [{ click: "div.b-cookies-informer__nav > button:nth-child(1)" }, { if: { exists: "div.b-cookies-informer__switchers" }, then: [{ click: "div.b-cookies-informer__switchers input:not([disabled])", all: true }, { click: "div.b-cookies-informer__nav > button" }] }] }, { name: "openai", vendorUrl: "https://platform.openai.com/", cosmetic: false, runContext: { urlPattern: "^https://([a-z0-9-]+\\.)?openai\\.com/" }, prehideSelectors: ["[aria-labelledby=cookieConsentTitle]"], detectCmp: [{ exists: "[aria-labelledby=cookieConsentTitle]" }], detectPopup: [{ visible: "[aria-labelledby=cookieConsentTitle]" }], optIn: [{ waitForThenClick: "xpath///button[contains(., 'Accept all')]" }], optOut: [{ waitForThenClick: "xpath///button[contains(., 'Reject non-essential')]" }], test: [{ wait: 500 }, { cookieContains: "consent=rejected" }] }, { name: "openli", vendorUrl: "https://openli.com", prehideSelectors: [".legalmonster-cleanslate"], detectCmp: [{ exists: ".legalmonster-cleanslate" }], detectPopup: [{ visible: ".legalmonster-cleanslate #lm-cookie-wall-container", check: "any" }], optIn: [{ waitForThenClick: "#lm-accept-all" }], optOut: [{ waitForThenClick: "#lm-accept-necessary" }] }, { name: "opera.com", vendorUrl: "https://opera.com", cosmetic: false, runContext: { urlPattern: "^https?://(www\\.|)?opera\\.com/" }, prehideSelectors: ["#cookie-consent"], detectCmp: [{ exists: "#cookie-consent .cookie-all__btn" }], detectPopup: [{ visible: "#cookie-consent .cookie-all__btn" }], optIn: [{ waitForThenClick: "#cookie-consent .cookie-all__btn" }], optOut: [{ waitForThenClick: "#cookie-consent .cookie-consent__switch:not(.always_on)", all: true }, { waitForThenClick: "#cookie-consent .cookie-selection__btn" }], test: [{ cookieContains: "cookie_consent_essential=true" }, { cookieContains: "cookie_consent_marketing=true", negated: true }] }, { name: "osano", vendorUrl: "https://developers.osano.com/cmp/", prehideSelectors: [".osano-cm-window,.osano-cm-dialog"], detectCmp: [{ exists: ".osano-cm-window" }], detectPopup: [{ eval: "EVAL_OSANO_DETECT" }, { visible: ".osano-cm-dialog:not(.osano-cm-dialog--hidden)" }], optIn: [{ waitForThenClick: ".osano-cm-accept-all,.osano-cm-accept", optional: true }], optOut: [{ if: { exists: ".osano-cm-denyAll,.osano-cm-deny" }, then: [{ click: ".osano-cm-denyAll,.osano-cm-deny" }], else: [{ hide: ".osano-cm-window,.osano-cm-dialog" }] }] }, { name: "otto.de", prehideSelectors: [".cookieBanner--visibility"], detectCmp: [{ exists: ".cookieBanner--visibility" }], detectPopup: [{ visible: ".cookieBanner__wrapper" }], optIn: [{ click: ".js_cookieBannerPermissionButton" }], optOut: [{ click: ".js_cookieBannerProhibitionButton" }] }, { name: "ouraring", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https://ouraring\\.com" }, prehideSelectors: [], detectCmp: [{ exists: '[data-cy="consent-manager-banner"]' }], detectPopup: [{ visible: '[data-cy="consent-manager-banner"]' }], optIn: [{ waitForThenClick: '[data-cy="manage_cookies"]' }, { waitForThenClick: '[data-cy="consent-manager-preferences-allow-all"]' }], optOut: [{ waitForThenClick: '[data-cy="manage_cookies"]' }, { waitForThenClick: '[data-cy="consent-manager-preferences-deny-all"]' }] }, { name: "ourworldindata", vendorUrl: "https://ourworldindata.org/", runContext: { urlPattern: "^https://ourworldindata\\.org/" }, prehideSelectors: [".cookie-manager"], detectCmp: [{ exists: ".cookie-manager" }], detectPopup: [{ visible: ".cookie-manager .cookie-notice.open" }], optIn: [{ waitForThenClick: ".cookie-notice [data-test=accept]" }], optOut: [{ waitForThenClick: ".cookie-notice [data-test=reject]" }] }, { name: "overleaf", vendorUrl: "https://unknown", prehideSelectors: [".cookie-banner:has([data-ol-cookie-banner-set-consent])"], detectCmp: [{ exists: "[data-ol-cookie-banner-set-consent]" }], detectPopup: [{ visible: "[data-ol-cookie-banner-set-consent]" }], optIn: [{ waitForThenClick: "[data-ol-cookie-banner-set-consent=all]" }], optOut: [{ waitForThenClick: "[data-ol-cookie-banner-set-consent=essential]" }], test: [{ cookieContains: "oa" }] }, { name: "pabcogypsum", vendorUrl: "https://unknown", prehideSelectors: [".js-cookie-notice:has(#cookie_settings-form)"], detectCmp: [{ exists: ".js-cookie-notice #cookie_settings-form" }], detectPopup: [{ visible: ".js-cookie-notice #cookie_settings-form" }], optIn: [{ waitForThenClick: ".js-cookie-notice button[value=allow]" }], optOut: [{ waitForThenClick: ".js-cookie-notice button[value=disable]" }] }, { name: "pandectes", vendorUrl: "https://pandectes.io/", prehideSelectors: ["#pandectes-banner"], detectCmp: [{ exists: "#pandectes-banner" }], detectPopup: [{ visible: "#pandectes-banner" }], optIn: [{ waitForThenClick: "#pandectes-banner .cc-allow" }], optOut: [{ if: { visible: "#pandectes-banner .cc-deny" }, then: [{ click: "#pandectes-banner .cc-deny" }], else: [{ click: "#pandectes-banner .cc-settings" }, { waitForThenClick: ".pd-cp-ui-rejectAll" }, { click: ".pd-cp-ui-save" }] }], test: [{ wait: 500 }, { eval: "EVAL_PANDECTES_TEST" }] }, { name: "paychex", vendorUrl: "https://www.paychex.com/", cosmetic: true, runContext: { urlPattern: "^https://(www\\.)?paychex\\.com/" }, prehideSelectors: ["footer .ccpabanner"], detectCmp: [{ exists: "footer .ccpabanner" }], detectPopup: [{ visible: "footer .ccpabanner" }], optIn: [{ waitForThenClick: "footer .ccpabanner button" }], optOut: [{ hide: "footer .ccpabanner" }] }, { name: "paypal-us", prehideSelectors: ["#ccpaCookieContent_wrapper, article.ppvx_modal--overpanel"], detectCmp: [{ exists: "#ccpaCookieBanner, .privacy-sheet-content" }], detectPopup: [{ visible: "#ccpaCookieBanner, .privacy-sheet-content" }], optIn: [{ click: "#acceptAllButton" }], optOut: [{ if: { exists: "#bannerDeclineButton" }, then: [{ click: "#bannerDeclineButton" }], else: [{ if: { exists: "a#manageCookiesLink" }, then: [{ click: "a#manageCookiesLink" }], else: [{ waitForVisible: ".privacy-sheet-content #formContent" }, { click: "#formContent .cookiepref-11m2iee-checkbox_base input:checked", all: true, optional: true }, { click: ".cookieAction.saveCookie,.confirmCookie #submitCookiesBtn" }] }] }] }, { name: "paypal.com", prehideSelectors: ["#gdprCookieBanner"], detectCmp: [{ exists: "#gdprCookieBanner" }], detectPopup: [{ visible: "#gdprCookieContent_wrapper" }], optIn: [{ click: "#acceptAllButton" }], optOut: [{ wait: 200 }, { click: ".gdprCookieBanner_decline-button" }], test: [{ wait: 500 }, { cookieContains: "cookie_prefs" }] }, { name: "pinetools.com", cosmetic: true, prehideSelectors: ["#aviso_cookies"], detectCmp: [{ exists: "#aviso_cookies" }], detectPopup: [{ exists: ".lang_en #aviso_cookies" }], optIn: [{ click: "#aviso_cookies .a_boton_cerrar" }], optOut: [{ hide: "#aviso_cookies" }] }, { name: "pinterest-business", vendorUrl: "https://business.pinterest.com/", runContext: { urlPattern: "^https://.*\\.pinterest\\.com/" }, prehideSelectors: [".BusinessCookieConsent"], detectCmp: [{ exists: ".BusinessCookieConsent" }], detectPopup: [{ visible: ".BusinessCookieConsent [data-id=cookie-consent-banner-buttons]" }], optIn: [{ waitForThenClick: "[data-id=cookie-consent-banner-buttons] > div:nth-child(1) button" }], optOut: [{ waitForThenClick: "[data-id=cookie-consent-banner-buttons] > div:nth-child(2) button" }] }, { name: "plos", vendorUrl: "https://plos.org/", cosmetic: false, runContext: { urlPattern: "^https://(www\\.)?plos\\.org/" }, prehideSelectors: ["#cookie-consent"], detectCmp: [{ exists: "#cookie-consent button" }], detectPopup: [{ visible: "#cookie-consent button" }], optIn: [{ waitForThenClick: ["#cookie-consent", "xpath///button[contains(., 'Accept')"] }], optOut: [{ click: "#cookie-consent input[type=checkbox]:checked:not(:disabled)", all: true, optional: true }, { waitForThenClick: ["#cookie-consent", "xpath///button[contains(., 'Save Selected')]"] }], test: [{ cookieContains: "plosCookieConsentStatus=false" }] }, { name: "pmc", cosmetic: true, prehideSelectors: ["#pmc-pp-tou--notice"], detectCmp: [{ exists: "#pmc-pp-tou--notice" }], detectPopup: [{ visible: "#pmc-pp-tou--notice" }], optIn: [{ click: "span.pmc-pp-tou--notice-close-btn" }], optOut: [{ hide: "#pmc-pp-tou--notice" }] }, { name: "pornhat", vendorUrl: "https://unknown", cosmetic: true, prehideSelectors: [".cookiesBanner"], detectCmp: [{ visible: ".cookiesBanner .wrapper-cookies" }], detectPopup: [{ visible: ".cookiesBanner .wrapper-cookies" }], optIn: [{ waitForThenClick: ".cookiesBanner .wrapper-cookies button" }], optOut: [{ hide: ".cookiesBanner" }] }, { name: "pornhub.com", runContext: { urlPattern: "^https://(www\\.)?pornhub\\.com/" }, cosmetic: false, prehideSelectors: ["#cookieBanner #cookieBannerContent"], detectCmp: [{ exists: "#cookieBanner #cookieBannerContent" }], detectPopup: [{ visible: "#cookieBanner #cookieBannerContent" }], optIn: [{ waitForThenClick: "#cookieBanner [data-label=accept_all]" }], optOut: [{ waitForThenClick: "#cookieBanner [data-label=accept_essential]" }] }, { name: "pornpics.com", cosmetic: true, prehideSelectors: ["#cookie-contract"], detectCmp: [{ exists: "#cookie-contract" }], detectPopup: [{ visible: "#cookie-contract" }], optIn: [{ click: "#cookie-contract .icon-cross" }], optOut: [{ hide: "#cookie-contract" }] }, { name: "postnl", vendorUrl: "https://postnl.nl", cosmetic: false, runContext: { urlPattern: "^https://([^.]+\\.)?postnl\\.nl/" }, prehideSelectors: ["pnl-cookie-wall-widget"], detectCmp: [{ exists: "pnl-cookie-wall-widget" }], detectPopup: [{ visible: "pnl-cookie-wall-widget" }], optIn: [{ waitForThenClick: ["pnl-cookie-wall-widget", "button.pci-button--primary"] }], optOut: [{ waitForThenClick: ["pnl-cookie-wall-widget", "button.pci-button--secondary"] }], test: [{ cookieContains: "CookiePermissionInfo" }] }, { name: "povr", vendorUrl: "https://povr.com/", cosmetic: false, runContext: { urlPattern: "^https://povr\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: ".alert .accept-cookies,form.js-cookies" }], detectPopup: [{ visible: ".alert .accept-cookies,form.js-cookies" }], optIn: [{ waitForThenClick: ".alert .accept-cookies,form.js-cookies button[type=submit]" }], optOut: [{ hide: ".alert:has(.accept-cookies)" }, { if: { exists: "form.js-cookies button" }, then: [{ waitFor: "form.js-cookies input[type=checkbox]" }, { click: "form.js-cookies input[type=checkbox]:checked:not(:disabled)", all: true, optional: true }, { waitForThenClick: "form.js-cookies button[type=submit]" }, { eval: "EVAL_POVR_GOBACK" }], else: [{ waitForThenClick: ".alert:has(.accept-cookies) a[href='/account/cookies']" }] }] }, { name: "pride.com", vendorUrl: "https://unknown", cosmetic: true, prehideSelectors: [".gdpr-wrapper"], detectCmp: [{ exists: ".gdpr-wrapper .gdpr-cookie-wrapper" }], detectPopup: [{ visible: ".gdpr-wrapper .gdpr-cookie-wrapper" }], optIn: [{ waitForThenClick: ".gdpr-wrapper button.gdpr-cookie-accept" }], optOut: [{ hide: ".gdpr-wrapper" }] }, { name: "PrimeBox CookieBar", prehideSelectors: ["#cookie-bar"], detectCmp: [{ exists: "#cookie-bar .cb-enable,#cookie-bar .cb-disable,#cookie-bar .cb-policy" }], detectPopup: [{ visible: "#cookie-bar .cb-enable,#cookie-bar .cb-disable,#cookie-bar .cb-policy", check: "any" }], optIn: [{ waitForThenClick: "#cookie-bar .cb-enable" }], optOut: [{ click: "#cookie-bar .cb-disable", optional: true }, { hide: "#cookie-bar" }], test: [{ cookieContains: "cb-enabled=accepted", negated: true }] }, { name: "privacymanager.io", prehideSelectors: ["#gdpr-consent-tool-wrapper", 'iframe[src^="https://cmp-consent-tool.privacymanager.io"]'], runContext: { urlPattern: "^https://cmp-consent-tool\\.privacymanager\\.io/", main: false, frame: true }, detectCmp: [{ exists: "button#save" }], detectPopup: [{ visible: "button#save" }], optIn: [{ click: "button#save" }], optOut: [{ if: { exists: "#denyAll" }, then: [{ click: "#denyAll" }, { waitForThenClick: ".okButton" }], else: [{ waitForThenClick: "#manageSettings" }, { waitFor: ".purposes-overview-list" }, { waitFor: "button#saveAndExit" }, { click: "span[role=checkbox][aria-checked=true]", all: true, optional: true }, { click: "button#saveAndExit" }] }] }, { name: "privado", vendorUrl: "https://www.privado.ai/cookie-consent", cosmetic: false, runContext: { main: true, frame: false }, prehideSelectors: ["#cookie-consent-banner"], detectCmp: [{ exists: "#cookie-consent-banner #accept-button" }], detectPopup: [{ visible: "#cookie-consent-banner #accept-button" }], optIn: [{ waitForThenClick: "#cookie-consent-banner #accept-button" }], optOut: [{ if: { exists: "#cookie-consent-banner #deny-button" }, then: [{ waitForThenClick: "#cookie-consent-banner #deny-button" }], else: [{ waitForThenClick: "#cookie-consent-banner #manage-settings-button" }, { waitForVisible: "#manage-cookies #save-button" }, { waitForThenClick: "#manage-cookies #save-button" }] }] }, { name: "productz.com", vendorUrl: "https://productz.com/", runContext: { urlPattern: "^https://productz\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: ".c-modal.is-active" }], detectPopup: [{ visible: ".c-modal.is-active" }], optIn: [{ waitForThenClick: ".c-modal.is-active .is-accept" }], optOut: [{ waitForThenClick: ".c-modal.is-active .is-dismiss" }] }, { name: "pubtech", prehideSelectors: ["#pubtech-cmp"], detectCmp: [{ exists: "#pubtech-cmp" }], detectPopup: [{ visible: "#pubtech-cmp #pt-actions" }], optIn: [{ if: { exists: "#pt-accept-all" }, then: [{ click: "#pubtech-cmp #pt-actions #pt-accept-all" }], else: [{ click: "#pubtech-cmp #pt-actions button:nth-of-type(2)" }] }], optOut: [{ click: "#pubtech-cmp #pt-close" }], test: [{ eval: "EVAL_PUBTECH_0" }] }, { name: "quantcast", prehideSelectors: ["#qc-cmp2-main,#qc-cmp2-container"], detectCmp: [{ exists: "#qc-cmp2-container" }], detectPopup: [{ visible: "#qc-cmp2-ui" }], optOut: [{ waitFor: '.qc-cmp2-summary-buttons > button[mode="secondary"]', timeout: 2e3 }, { if: { exists: '.qc-cmp2-summary-buttons > button[mode="secondary"]:nth-of-type(2)' }, then: [{ click: '.qc-cmp2-summary-buttons > button[mode="secondary"]:nth-of-type(2)' }], else: [{ click: '.qc-cmp2-summary-buttons > button[mode="secondary"]:nth-of-type(1)' }, { waitForVisible: "#qc-cmp2-ui .qc-cmp2-consent-info" }, { click: '.qc-cmp2-toggle-switch > button[aria-checked="true"]', all: true, optional: true }, { 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: { exists: ".qc-cmp2-buttons-desktop > button[mode=primary]" }, then: [{ click: ".qc-cmp2-buttons-desktop > button[mode=primary]" }], 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 }] }] }], optIn: [{ click: '.qc-cmp2-summary-buttons > button[mode="primary"]' }] }, { name: "ratemyprofessors", vendorUrl: "https://www.ratemyprofessors.com/", cosmetic: true, runContext: { urlPattern: "^https://(www\\.)?ratemyprofessors\\.com/" }, prehideSelectors: ["[class*=CCPAModal]"], detectCmp: [{ exists: "[class*=CCPAModal]" }], detectPopup: [{ visible: "[class*=CCPAModal]" }], optIn: [{ waitForThenClick: "div[class*=FullPageModal]:has(> div > div[class*=FullPageModal] > div[class*=CCPAModal]) button" }], optOut: [{ hide: "div[class*=FullPageModal]:has(> div > div[class*=FullPageModal] > div[class*=CCPAModal])" }] }, { name: "readly", runContext: { urlPattern: "^https://([a-z0-9-]+\\.)?readly\\.com/" }, prehideSelectors: [".DialogHandlerContainer.visible:has(.cookie-dialog)"], detectCmp: [{ exists: ".DialogHandlerContainer.visible:has(.cookie-dialog)" }], detectPopup: [{ visible: ".DialogHandlerContainer.visible:has(.cookie-dialog)" }], optIn: [{ waitForThenClick: "span.cookie-option-large+div+div>button.gui-button" }], optOut: [{ waitForThenClick: "span.cookie-option-large>div>span.link-no-decoration.gui-text" }, { if: { exists: ".cookie-dialog form .CookieConsentOption input[type='checkbox']:not([name='permanent']):checked" }, then: [{ waitForThenClick: ".cookie-dialog form .CookieConsentOption input[type='checkbox']:not([name='permanent']):checked", all: true }], else: [] }, { waitForThenClick: ".cookie-dialog button[type='submit']" }] }, { name: "reddit.com", runContext: { urlPattern: "^https://www\\.reddit\\.com/" }, prehideSelectors: ["[bundlename=reddit_cookie_banner]"], detectCmp: [{ exists: "reddit-cookie-banner" }], detectPopup: [{ visible: "reddit-cookie-banner" }], optIn: [{ waitForThenClick: ["reddit-cookie-banner", "#accept-all-cookies-button > button"] }], optOut: [{ waitForThenClick: ["reddit-cookie-banner", "#reject-nonessential-cookies-button > button"] }], test: [{ cookieContains: "eu_cookie={%22opted%22:true%2C%22nonessential%22:false}" }] }, { name: "remarkable.com", vendorUrl: "https://www.remarkable.com/", cosmetic: false, runContext: { urlPattern: "^https://(www\\.)?remarkable\\.com/" }, prehideSelectors: [".overlay-cookies"], detectCmp: [{ exists: ".overlay-cookies,#cookieBar-button" }], detectPopup: [{ visible: ".overlay-cookies,#cookieBar-button" }], optIn: [{ waitForThenClick: ".overlay-cookies .ark-button--primary-neutral,#cookieBar-button" }], optOut: [{ if: { exists: "#cookieBar-button" }, then: [{ hide: "div:has(> button#cookieBar-button)" }], else: [{ waitForThenClick: ".overlay-cookies .ark-button--tertiary-neutral" }, { waitFor: ".overlay-cookies #cookie-group-control-necessary" }, { waitForThenClick: ".overlay-cookies .ark-button--secondary" }] }], test: [{ eval: "EVAL_REMARKABLE_TEST" }] }, { name: "ring", vendorUrl: "https://ring.com", prehideSelectors: [], detectCmp: [{ exists: ".consent-banner .consent-banner-copy" }], detectPopup: [{ visible: ".consent-banner .consent-banner-copy" }], optIn: [{ waitForThenClick: ".consent-banner .consent--accept" }], optOut: [{ waitForThenClick: ".consent-banner .consent--manage" }, { waitForVisible: ".consent-modal .consent-bucket" }, { click: ".consent-modal input[type=checkbox]:checked", all: true, optional: true }, { waitForThenClick: ".consent-modal .consent-save" }] }, { name: "roblox", vendorUrl: "https://roblox.com", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https://(www\\.)?roblox\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: ".cookie-banner-wrapper" }], detectPopup: [{ visible: ".cookie-banner-wrapper .cookie-banner" }], optIn: [{ waitForThenClick: ".cookie-banner-wrapper button.btn-cta-lg" }], optOut: [{ waitForThenClick: ".cookie-banner-wrapper button.btn-secondary-lg" }], test: [{ cookieContains: "RBXcb" }] }, { name: "rog-forum.asus.com", runContext: { urlPattern: "^https://rog-forum\\.asus\\.com/" }, prehideSelectors: ["#cookie-policy-info"], detectCmp: [{ exists: "#cookie-policy-info" }], detectPopup: [{ visible: "#cookie-policy-info" }], optIn: [{ click: 'div.cookie-btn-box > div[aria-label="Accept"]' }], optOut: [{ click: 'div.cookie-btn-box > div[aria-label="Reject"]' }, { waitForThenClick: '.cookie-policy-lightbox-bottom > div[aria-label="Save Settings"]' }] }, { name: "roofingmegastore.co.uk", runContext: { urlPattern: "^https://(www\\.)?roofingmegastore\\.co\\.uk" }, prehideSelectors: ["#m-cookienotice"], detectCmp: [{ exists: "#m-cookienotice" }], detectPopup: [{ visible: "#m-cookienotice" }], optIn: [{ click: "#accept-cookies" }], optOut: [{ click: "#manage-cookies" }, { waitForThenClick: "#accept-selected" }] }, { name: "rt", vendorUrl: "https://www.rt.com/", cosmetic: true, runContext: { urlPattern: "^https://(www\\.)?rt\\.com/" }, prehideSelectors: [".cookies-banner-shown"], detectCmp: [{ exists: ".cookies-banner-shown" }], detectPopup: [{ visible: ".cookies-banner-shown" }], optIn: [{ waitForThenClick: ".cookies-banner-shown .js-cookies-button" }], optOut: [{ hide: ".cookies-banner-shown" }] }, { name: "ryanair", vendorUrl: "https://www.ryanair.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https://(www\\.)?ryanair\\.com/" }, prehideSelectors: ["#cookie-popup-with-overlay"], detectCmp: [{ exists: "#cookie-popup-with-overlay" }], detectPopup: [{ visible: "#cookie-popup-with-overlay" }], optIn: [{ waitForThenClick: "#cookie-popup-with-overlay [data-ref='cookie.accept-all']" }], optOut: [{ waitForThenClick: "#cookie-popup-with-overlay [data-ref='cookie.no-thanks']" }], test: [{ cookieContains: "RY_COOKIE_CONSENT" }] }, { name: "samsung.com", runContext: { urlPattern: "^https://www\\.samsung\\.com/" }, cosmetic: true, prehideSelectors: ["div.cookie-bar"], detectCmp: [{ exists: "div.cookie-bar" }], detectPopup: [{ visible: "div.cookie-bar" }], optIn: [{ click: "div.cookie-bar__manage > a" }], optOut: [{ hide: "div.cookie-bar" }] }, { name: "sandhills", vendorUrl: "https://unknown", cosmetic: true, prehideSelectors: [".cookies-consent"], detectCmp: [{ exists: ".cookies-consent .cookies-inner" }], detectPopup: [{ visible: ".cookies-consent .cookies-inner" }], optIn: [{ waitForThenClick: ".cookies-consent .cookies-inner button.close" }], optOut: [{ hide: ".cookies-consent" }] }, { name: "sas", vendorUrl: "https://www.flysas.com/", prehideSelectors: ["s4s-privacy-module"], detectCmp: [{ exists: "s4s-privacy-module" }], detectPopup: [{ visible: "s4s-privacy-module" }], optIn: [{ waitForThenClick: "s4s-privacy-module button.accept" }], optOut: [{ waitForThenClick: "s4s-privacy-module button.decline" }], test: [{ cookieContains: "_cookieanalytics" }] }, { name: "setapp.com", vendorUrl: "https://setapp.com/", cosmetic: true, runContext: { urlPattern: "^https://setapp\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: ".cookie-banner.js-cookie-banner" }], detectPopup: [{ visible: ".cookie-banner.js-cookie-banner" }], optIn: [{ waitForThenClick: ".cookie-banner.js-cookie-banner button" }], optOut: [{ hide: ".cookie-banner.js-cookie-banner" }] }, { name: "shopify", vendorUrl: "https://shopify.dev/docs/api/customer-privacy", cosmetic: false, prehideSelectors: ["#shopify-pc__banner"], detectCmp: [{ exists: "#shopify-pc__banner" }], detectPopup: [{ visible: "#shopify-pc__banner" }], optIn: [{ waitForThenClick: "#shopify-pc__banner__btn-accept" }], optOut: [{ waitForThenClick: "#shopify-pc__banner__btn-decline" }], test: [{ eval: "EVAL_SHOPIFY_TEST" }] }, { name: "sibbo", prehideSelectors: ["sibbo-cmp-layout"], detectCmp: [{ exists: "sibbo-cmp-layout" }], detectPopup: [{ visible: "#rejectAllMain" }], optIn: [{ click: "#acceptAllMain" }], optOut: [{ click: "#rejectAllMain" }] }, { name: "similarweb.com", cosmetic: true, prehideSelectors: [".app-cookies-notification"], detectCmp: [{ exists: ".app-cookies-notification" }], detectPopup: [{ exists: ".app-layout .app-cookies-notification" }], optIn: [{ click: "button.app-cookies-notification__dismiss" }], optOut: [{ hide: ".app-layout .app-cookies-notification" }] }, { name: "Sirdata", cosmetic: false, prehideSelectors: ["#sd-cmp"], detectCmp: [{ exists: "#sd-cmp" }], detectPopup: [{ visible: "#sd-cmp" }], optIn: [{ waitForThenClick: "#sd-cmp .sd-cmp-3cRQ2" }], optOut: [{ waitForThenClick: ["#sd-cmp", "xpath///span[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')]"] }] }, { name: "skyscanner", vendorUrl: "https://skyscanner.com", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https://(www\\.)?skyscanner[\\.a-z]+/" }, prehideSelectors: [".cookie-banner-wrapper"], detectCmp: [{ exists: "#cookieBannerContent" }], detectPopup: [{ visible: "#cookieBannerContent" }], optIn: [{ waitForThenClick: "[data-tracking-element-id=cookie_banner_accept_all]" }], optOut: [{ waitForThenClick: "[data-tracking-element-id=cookie_banner_essential_only]" }, { waitForVisible: "#cookieBannerContent", check: "none" }], test: [{ eval: "EVAL_SKYSCANNER_TEST" }] }, { name: "snigel", detectCmp: [{ exists: ".snigel-cmp-framework" }], detectPopup: [{ visible: ".snigel-cmp-framework" }], optOut: [{ click: "#sn-b-custom" }, { click: "#sn-b-save" }], test: [{ cookieContains: "snconsent" }], optIn: [{ click: ".snigel-cmp-framework #accept-choices" }] }, { name: "squiz", vendorUrl: "https://www.squiz.net/webinars/cdp", cosmetic: false, runContext: { main: true, frame: false }, prehideSelectors: ["#cookie-consent-banner"], detectCmp: [{ exists: "#cookie-consent-banner #accept-cdp-cookie" }], detectPopup: [{ visible: "#cookie-consent-banner #accept-cdp-cookie" }], optIn: [{ waitForThenClick: "#accept-cdp-cookie" }], optOut: [{ waitForThenClick: "#reject-cdp-cookie" }], test: [{ wait: 500 }, { cookieContains: "squiz.cdp.consent" }] }, { name: "steampowered.com", detectCmp: [{ exists: ".cookiepreferences_popup" }, { visible: ".cookiepreferences_popup" }], detectPopup: [{ visible: ".cookiepreferences_popup" }], optOut: [{ click: "#rejectAllButton" }], optIn: [{ click: "#acceptAllButton" }], test: [{ wait: 1e3 }, { eval: "EVAL_STEAMPOWERED_0" }] }, { name: "strato.de", prehideSelectors: [".consent__wrapper"], runContext: { urlPattern: "^https://www\\.strato\\.de/" }, detectCmp: [{ exists: ".consent" }], detectPopup: [{ visible: ".consent" }], optIn: [{ click: "button.consentAgree" }], optOut: [{ click: "button.consentSettings" }, { waitForThenClick: "button#consentSubmit" }] }, { name: "stripchat.com", vendorUrl: "https://unknown", cosmetic: false, prehideSelectors: [".cookies-reminder"], detectCmp: [{ exists: ".cookies-reminder .cookies-reminder__content" }], detectPopup: [{ visible: ".cookies-reminder .cookies-reminder__content" }], optIn: [{ waitForThenClick: ".cookies-reminder .cookies-reminder__accept-all-button" }], optOut: [{ waitForThenClick: ".cookies-reminder .cookies-reminder__manage-button" }, { waitForThenClick: "dialog[open] .cookies-select-modal .cookies-select-modal__buttons .ds-btn-apply-2-ds" }], test: [{ wait: 500 }, { cookieContains: " c=%7B%22essential" }] }, { name: "summitracing", vendorUrl: "https://unknown", cosmetic: true, runContext: { main: true, frame: false }, prehideSelectors: ["#CookieConsentBannerPlaceholder"], detectCmp: [{ exists: "#CookieConsentBannerPlaceholder .cookies-banner-container" }], detectPopup: [{ visible: "#CookieConsentBannerPlaceholder .cookies-banner-container" }], optIn: [{ waitForThenClick: "#CookieConsentBannerPlaceholder .cookies-banner-container .cookies-button" }], optOut: [{ hide: "#CookieConsentBannerPlaceholder" }] }, { name: "svt.se", vendorUrl: "https://www.svt.se/", runContext: { urlPattern: "^https://www\\.svt\\.se/" }, prehideSelectors: ["[class*=CookieConsent__root___]"], detectCmp: [{ exists: "[class*=CookieConsent__root___]" }], detectPopup: [{ visible: "[class*=CookieConsent__modal___]" }], optIn: [{ waitForThenClick: "[class*=CookieConsent__modal___] > div > button[class*=primary]" }], optOut: [{ waitForThenClick: "[class*=CookieConsent__modal___] > div > button[class*=secondary]:nth-child(2)" }], test: [{ cookieContains: 'cookie-consent-1={"optedIn":true,"functionality":false,"statistics":false}' }] }, { name: "synology", vendorUrl: "https://synology.com", cosmetic: false, prehideSelectors: [".syno_cookie_element"], detectCmp: [{ exists: ".syno_cookie_element" }], detectPopup: [{ visible: ".syno_cookie_element" }], optIn: [{ waitForThenClick: ".syno_cookie_element .btn_accept" }], optOut: [{ waitForThenClick: ".syno_cookie_element .btn_option" }, { waitForVisible: ".syno_cookie_element .scb_dialog_body" }, { click: ".syno_cookie_element.scb_dialog input[type=checkbox]:checked:not(:disabled):not([readonly])", all: true, optional: true }, { waitForThenClick: ".syno_cookie_element.scb_dialog .scb_btn_save" }], test: [{ cookieContains: "syno_confirm_v5_answer" }, { cookieContains: '"targeting":false' }] }, { name: "takealot.com", cosmetic: true, prehideSelectors: ['div[class^="cookies-banner-module_"]'], detectCmp: [{ exists: 'div[class^="cookies-banner-module_cookie-banner_"]' }], detectPopup: [{ exists: 'div[class^="cookies-banner-module_cookie-banner_"]' }], optIn: [{ click: 'button[class*="cookies-banner-module_dismiss-button_"]' }], optOut: [{ hide: 'div[class^="cookies-banner-module_"]' }, { if: { exists: 'div[class^="cookies-banner-module_small-cookie-banner_"]' }, then: [{ eval: "EVAL_TAKEALOT_0" }], else: [] }] }, { name: "tarteaucitron.js", prehideSelectors: ["#tarteaucitronRoot"], detectCmp: [{ exists: "#tarteaucitronRoot" }], detectPopup: [{ visible: "#tarteaucitronRoot #tarteaucitronAlertBig", check: "any" }], optIn: [{ eval: "EVAL_TARTEAUCITRON_1" }], optOut: [{ eval: "EVAL_TARTEAUCITRON_0" }], test: [{ eval: "EVAL_TARTEAUCITRON_2", comment: "sometimes there are required categories, so we check that at least something is false" }] }, { name: "taunton", vendorUrl: "https://www.taunton.com/", prehideSelectors: ["#taunton-user-consent__overlay"], detectCmp: [{ exists: "#taunton-user-consent__overlay" }], detectPopup: [{ exists: "#taunton-user-consent__overlay:not([aria-hidden=true])" }], optIn: [{ click: "#taunton-user-consent__toolbar input[type=checkbox]:not(:checked)" }, { click: "#taunton-user-consent__toolbar button[type=submit]" }], optOut: [{ click: "#taunton-user-consent__toolbar input[type=checkbox]:checked", optional: true, all: true }, { click: "#taunton-user-consent__toolbar button[type=submit]" }], test: [{ cookieContains: "taunton_user_consent_submitted=true" }] }, { name: "tccCmpAlert", vendorUrl: "https://unknown", prehideSelectors: ["#tccCmpAlert"], detectCmp: [{ exists: "#tccCmpAlert" }], detectPopup: [{ visible: "#tccCmpAlert" }], optIn: [{ waitForThenClick: "xpath///span[contains(.,'Accetta tutto')]" }], optOut: [{ waitForThenClick: "xpath///span[contains(.,'Accetta solo cookie necessari')]" }] }, { name: "Tealium", prehideSelectors: ["#__tealiumGDPRecModal,#__tealiumGDPRcpPrefs,#__tealiumImplicitmodal,#consent-layer"], detectCmp: [{ exists: "#__tealiumGDPRecModal *,#__tealiumGDPRcpPrefs *,#__tealiumImplicitmodal *" }, { eval: "EVAL_TEALIUM_0" }], detectPopup: [{ visible: "#__tealiumGDPRecModal *,#__tealiumGDPRcpPrefs *,#__tealiumImplicitmodal *", check: "any" }], optOut: [{ eval: "EVAL_TEALIUM_1" }, { eval: "EVAL_TEALIUM_DONOTSELL" }, { hide: "#__tealiumGDPRecModal,#__tealiumGDPRcpPrefs,#__tealiumImplicitmodal" }, { waitForThenClick: "#cm-acceptNone,.js-accept-essential-cookies,#continueWithoutAccepting,#no_consent", timeout: 1e3, optional: true }], optIn: [{ hide: "#__tealiumGDPRecModal,#__tealiumGDPRcpPrefs" }, { eval: "EVAL_TEALIUM_2" }], test: [{ eval: "EVAL_TEALIUM_3" }, { eval: "EVAL_TEALIUM_DONOTSELL_CHECK" }, { visible: "#__tealiumGDPRecModal,#__tealiumGDPRcpPrefs", check: "none" }] }, { name: "temu", vendorUrl: "https://temu.com", runContext: { urlPattern: "^https://([a-z0-9-]+\\.)?temu\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: 'div > div > div > div > span[href*="/cookie-and-similar-technologies-policy.html"]' }], detectPopup: [{ visible: 'div > div > div > div > span[href*="/cookie-and-similar-technologies-policy.html"]' }], optIn: [{ waitForThenClick: 'div > div > div:has(> div > span[href*="/cookie-and-similar-technologies-policy.html"]) > [role=button]:nth-child(3)' }], optOut: [{ if: { exists: "xpath///span[contains(., 'Alle afwijzen') or contains(., 'Reject all') or contains(., 'T\xFCm\xFCn\xFC reddet') or contains(., 'Odrzu\u0107 wszystko')]" }, then: [{ waitForThenClick: "xpath///span[contains(., 'Alle afwijzen') or contains(., 'Reject all') or contains(., 'T\xFCm\xFCn\xFC reddet') or contains(., 'Odrzu\u0107 wszystko')]" }], else: [{ waitForThenClick: 'div > div > div:has(> div > span[href*="/cookie-and-similar-technologies-policy.html"]) > [role=button]:nth-child(2)' }] }] }, { name: "Termly", prehideSelectors: ["#termly-code-snippet-support"], detectCmp: [{ exists: "#termly-code-snippet-support" }], detectPopup: [{ visible: "#termly-code-snippet-support div" }], optIn: [{ waitForThenClick: '[data-tid="banner-accept"]' }], optOut: [{ if: { exists: '[data-tid="banner-decline"]' }, then: [{ click: '[data-tid="banner-decline"]' }], else: [{ waitForThenClick: '.t-preference-button,[data-testid="preferences-link"]' }, { waitFor: ".t-declineAllButton", timeout: 700 }, { if: { exists: ".t-declineAllButton" }, then: [{ click: ".t-declineAllButton" }], else: [{ waitForThenClick: ".t-preference-modal input[type=checkbox][checked]:not([disabled])", all: true }, { waitForThenClick: ".t-saveButton" }] }] }] }, { name: "termsfeed", vendorUrl: "https://termsfeed.com", comment: "v4.x.x", prehideSelectors: [".termsfeed-com---nb"], detectCmp: [{ exists: ".termsfeed-com---nb" }], detectPopup: [{ visible: ".termsfeed-com---nb" }], optIn: [{ waitForThenClick: ".cc-nb-okagree" }], optOut: [{ if: { exists: ".cc-nb-reject" }, then: [{ waitForThenClick: ".cc-nb-reject" }], else: [{ waitForThenClick: ".cc-nb-changep" }, { waitFor: 'input[cookie_consent_toggler="true"]' }, { click: 'input[cookie_consent_toggler="true"]:checked', all: true, optional: true }, { click: ".cc-cp-foot-save" }] }] }, { name: "termsfeed3", vendorUrl: "https://termsfeed.com", comment: "v3.x.x", prehideSelectors: [".cc_dialog.cc_css_reboot,.cc_overlay_lock"], detectCmp: [{ exists: ".cc_dialog.cc_css_reboot" }], detectPopup: [{ visible: ".cc_dialog.cc_css_reboot" }], optIn: [{ waitForThenClick: ".cc_dialog.cc_css_reboot .cc_b_ok" }], optOut: [{ if: { exists: ".cc_dialog.cc_css_reboot .cc_b_cp" }, then: [{ click: ".cc_dialog.cc_css_reboot .cc_b_cp" }, { waitForVisible: ".cookie-consent-preferences-dialog .cc_cp_f_save button" }, { waitForThenClick: ".cookie-consent-preferences-dialog .cc_cp_f_save button" }], else: [{ hide: ".cc_dialog.cc_css_reboot,.cc_overlay_lock" }] }] }, { name: "tesco", vendorUrl: "https://www.tesco.com", cosmetic: false, runContext: { urlPattern: "^https://(www\\.)?tesco\\.com/" }, prehideSelectors: ["[class*=CookieBanner__Sizer]"], detectCmp: [{ exists: "[aria-label=consent-banner]" }], detectPopup: [{ visible: "[aria-label=consent-banner]" }], optIn: [{ wait: 1e3 }, { waitForThenClick: "xpath///button[contains(., 'Accept all')]" }], optOut: [{ wait: 1e3 }, { waitForThenClick: "xpath///button[contains(., 'Reject all')]" }] }, { name: "tesla", vendorUrl: "https://tesla.com/", runContext: { main: true, frame: false, urlPattern: "^https://(www\\.)?tesla\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "#cookie_banner" }], detectPopup: [{ visible: "#cookie_banner" }], optIn: [{ waitForThenClick: "#tsla-accept-cookie" }], optOut: [{ waitForThenClick: "#tsla-reject-cookie" }], test: [{ cookieContains: "tsla-cookie-consent=rejected" }] }, { name: "Test page cosmetic CMP", cosmetic: true, prehideSelectors: ["#privacy-test-page-cmp-test-prehide"], detectCmp: [{ exists: "#privacy-test-page-cmp-test-banner" }], detectPopup: [{ visible: "#privacy-test-page-cmp-test-banner" }], optIn: [{ waitFor: "#accept-all" }, { click: "#accept-all" }], optOut: [{ hide: "#privacy-test-page-cmp-test-banner" }], test: [{ wait: 500 }, { eval: "EVAL_TESTCMP_COSMETIC_0" }] }, { name: "Test page CMP", prehideSelectors: ["#reject-all"], detectCmp: [{ exists: "#privacy-test-page-cmp-test" }], detectPopup: [{ visible: "#privacy-test-page-cmp-test" }], optIn: [{ waitFor: "#accept-all" }, { click: "#accept-all" }], optOut: [{ waitFor: "#reject-all" }, { eval: "EVAL_TESTCMP_STEP" }, { click: "#reject-all" }], test: [{ eval: "EVAL_TESTCMP_0" }] }, { name: "thalia.de", prehideSelectors: [".consent-banner-box"], detectCmp: [{ exists: "consent-banner[component=consent-banner]" }], detectPopup: [{ visible: ".consent-banner-box" }], optIn: [{ click: ".button-zustimmen" }], optOut: [{ click: "button[data-consent=disagree]" }] }, { name: "thefreedictionary.com", prehideSelectors: ["#cmpBanner"], detectCmp: [{ exists: "#cmpBanner" }], detectPopup: [{ visible: "#cmpBanner" }], optIn: [{ eval: "EVAL_THEFREEDICTIONARY_1" }], optOut: [{ eval: "EVAL_THEFREEDICTIONARY_0" }] }, { name: "theverge", runContext: { frame: false, main: true, urlPattern: "^https://(www)?\\.theverge\\.com" }, intermediate: false, prehideSelectors: [".duet--cta--cookie-banner"], detectCmp: [{ exists: ".duet--cta--cookie-banner" }], detectPopup: [{ visible: ".duet--cta--cookie-banner" }], optIn: [{ click: ".duet--cta--cookie-banner button.tracking-12", all: false }], optOut: [{ click: ".duet--cta--cookie-banner button.tracking-12 > span" }], test: [{ cookieContains: "_duet_gdpr_acknowledged=1" }] }, { name: "tinyurl", vendorUrl: "https://tinyurl.com/", cosmetic: true, runContext: { urlPattern: "^https://tinyurl\\.com/" }, prehideSelectors: ["[data-test-id=cookies_section]"], detectCmp: [{ exists: "[data-test-id=cookies_section]" }], detectPopup: [{ visible: "[data-test-id=cookies_section]" }], optIn: [{ waitForThenClick: "[data-test-id=cookies_section_got_it_btn]" }], optOut: [{ hide: "[data-test-id=cookies_section]" }] }, { name: "toyota", vendorUrl: "https://www.toyota.com/", cosmetic: false, runContext: { main: true, frame: false }, prehideSelectors: ["#cookie-banner.visible"], detectCmp: [{ exists: "#cookie-banner.visible .cookie-banner__container .cookie-banner__accept" }], detectPopup: [{ visible: "#cookie-banner.visible .cookie-banner__container .cookie-banner__accept" }], optIn: [{ waitForThenClick: "#cookie-banner.visible .cookie-banner__container .cookie-banner__accept" }], optOut: [{ waitForThenClick: "#cookie-banner.visible .cookie-banner__container .cookie-banner__reject" }], test: [{ cookieContains: "TOYOTANATIONAL_ENSIGHTEN_PRIVACY_TargetingCookies" }] }, { name: "tplink", vendorUrl: "https://www.tp-link.com", cosmetic: false, prehideSelectors: [".tp-dialog.cookie-dialog"], detectCmp: [{ exists: ".tp-dialog.cookie-dialog" }], detectPopup: [{ visible: ".tp-dialog.cookie-dialog button" }], optIn: [{ waitForThenClick: ".tp-dialog-box .tp-cookie-accept-all" }], optOut: [{ click: ".tp-dialog-box .checkbox.clickable:not(.checked)", all: true, optional: true }, { waitForThenClick: ".tp-dialog-box .tp-cookie-save" }], test: [{ cookieContains: "tp_privacy_base" }] }, { name: "tractor-supply", runContext: { urlPattern: "^https://www\\.tractorsupply\\.com/" }, cosmetic: true, prehideSelectors: [".tsc-cookie-banner"], detectCmp: [{ exists: ".tsc-cookie-banner" }], detectPopup: [{ visible: ".tsc-cookie-banner" }], optIn: [{ click: "#cookie-banner-cancel" }], optOut: [{ hide: ".tsc-cookie-banner" }] }, { name: "trader-joes-com", cosmetic: true, prehideSelectors: ['div.aem-page > div[class^="CookiesAlert_cookiesAlert__"]'], detectCmp: [{ exists: 'div.aem-page > div[class^="CookiesAlert_cookiesAlert__"]' }], detectPopup: [{ visible: 'div.aem-page > div[class^="CookiesAlert_cookiesAlert__"]' }], optIn: [{ click: 'div[class^="CookiesAlert_cookiesAlert__container__"] button' }], optOut: [{ hide: 'div.aem-page > div[class^="CookiesAlert_cookiesAlert__"]' }] }, { name: "transcend", vendorUrl: "https://unknown", cosmetic: true, prehideSelectors: ["#transcend-consent-manager"], detectCmp: [{ exists: "#transcend-consent-manager" }], detectPopup: [{ visible: "#transcend-consent-manager" }], optIn: [{ waitForThenClick: ["#transcend-consent-manager", "#consentManagerMainDialog .inner-container button"] }], optOut: [{ hide: "#transcend-consent-manager" }] }, { name: "transip-nl", runContext: { urlPattern: "^https://www\\.transip\\.nl/" }, prehideSelectors: ["#consent-modal"], detectCmp: [{ any: [{ exists: "#consent-modal" }, { exists: "#privacy-settings-content" }] }], detectPopup: [{ any: [{ visible: "#consent-modal" }, { visible: "#privacy-settings-content" }] }], optIn: [{ click: 'button[type="submit"]' }], optOut: [{ if: { exists: "#privacy-settings-content" }, then: [{ click: 'button[type="submit"]' }], else: [{ click: "div.one-modal__action-footer-column--secondary > a" }] }] }, { name: "tropicfeel-com", prehideSelectors: ["#shopify-section-cookies-controller"], detectCmp: [{ exists: "#shopify-section-cookies-controller" }], detectPopup: [{ visible: "#shopify-section-cookies-controller #cookies-controller-main-pane", check: "any" }], optIn: [{ waitForThenClick: "#cookies-controller-main-pane form[data-form-allow-all] button" }], optOut: [{ click: "#cookies-controller-main-pane a[data-tab-target=manage-cookies]" }, { waitFor: "#manage-cookies-pane.active" }, { click: "#manage-cookies-pane.active input[type=checkbox][checked]:not([disabled])", all: true }, { click: "#manage-cookies-pane.active button[type=submit]" }], test: [] }, { name: "true-car", runContext: { urlPattern: "^https://www\\.truecar\\.com/" }, cosmetic: true, prehideSelectors: ['div[aria-labelledby="cookie-banner-heading"]'], detectCmp: [{ exists: 'div[aria-labelledby="cookie-banner-heading"]' }], detectPopup: [{ visible: 'div[aria-labelledby="cookie-banner-heading"]' }], optIn: [{ click: 'div[aria-labelledby="cookie-banner-heading"] > button[aria-label="Close"]' }], optOut: [{ hide: 'div[aria-labelledby="cookie-banner-heading"]' }] }, { name: "truecar", vendorUrl: "https://www.truecar.com/", cosmetic: true, runContext: { urlPattern: "^https://(www\\.)?truecar\\.com/" }, prehideSelectors: [".fixed.bottom-0:has([data-test=cookieBannerButton])"], detectCmp: [{ exists: ".fixed.bottom-0 [data-test=cookieBannerButton]" }], detectPopup: [{ visible: ".fixed.bottom-0 [data-test=cookieBannerButton]" }], optIn: [{ waitForThenClick: "[data-test=cookieBannerButton]" }], optOut: [{ hide: ".fixed.bottom-0:has([data-test=cookieBannerButton])" }] }, { name: "truthsocial", vendorUrl: "https://truthsocial.com/", cosmetic: true, runContext: { urlPattern: "^https://(www\\.)?truthsocial\\.com/" }, prehideSelectors: ["[data-testid=banner]:has(a[href='https://help.truthsocial.com/legal/privacy-policy/'])"], detectCmp: [{ exists: "[data-testid=banner] a[href='https://help.truthsocial.com/legal/privacy-policy/']" }], detectPopup: [{ visible: "[data-testid=banner] a[href='https://help.truthsocial.com/legal/privacy-policy/']" }], optIn: [{ waitForThenClick: ["[data-testid=banner]", "xpath///button[contains(., 'Accept')]"] }], optOut: [{ hide: "[data-testid=banner]:has(a[href='https://help.truthsocial.com/legal/privacy-policy/'])" }] }, { name: "truyo", prehideSelectors: ["#truyo-consent-module"], detectCmp: [{ exists: "#truyo-cookieBarContent" }], detectPopup: [{ visible: "#truyo-consent-module" }], optIn: [{ click: "button#acceptAllCookieButton" }], optOut: [{ click: "button#declineAllCookieButton" }] }, { name: "twcc", vendorUrl: "https://unknown", cosmetic: false, runContext: { main: true, frame: false }, prehideSelectors: ["#twcc__mechanism"], detectCmp: [{ exists: "#twcc__mechanism .twcc__notice" }], detectPopup: [{ visible: "#twcc__mechanism .twcc__notice" }], optIn: [{ waitForThenClick: "#twcc__accept-button" }], optOut: [{ waitForThenClick: "#twcc__decline-button" }], test: [{ cookieContains: "twCookieConsent=" }] }, { name: "twitch-mobile", vendorUrl: "https://m.twitch.tv/", cosmetic: true, runContext: { urlPattern: "^https?://m\\.twitch\\.tv" }, prehideSelectors: [], detectCmp: [{ exists: '.ReactModal__Overlay [href="https://www.twitch.tv/p/cookie-policy"]' }], detectPopup: [{ visible: '.ReactModal__Overlay [href="https://www.twitch.tv/p/cookie-policy"]' }], optIn: [{ waitForThenClick: '.ReactModal__Overlay:has([href="https://www.twitch.tv/p/cookie-policy"]) button' }], optOut: [{ hide: '.ReactModal__Overlay:has([href="https://www.twitch.tv/p/cookie-policy"])' }] }, { name: "twitch.tv", runContext: { urlPattern: "^https?://(www\\.)?twitch\\.tv" }, prehideSelectors: ["div:has(> .consent-banner .consent-banner__content--gdpr-v2),.ReactModalPortal:has([data-a-target=consent-modal-save])"], detectCmp: [{ exists: ".consent-banner .consent-banner__content--gdpr-v2" }], detectPopup: [{ visible: ".consent-banner .consent-banner__content--gdpr-v2" }], optIn: [{ click: 'button[data-a-target="consent-banner-accept"]' }], optOut: [{ hide: "div:has(> .consent-banner .consent-banner__content--gdpr-v2)" }, { click: 'button[data-a-target="consent-banner-manage-preferences"]' }, { waitFor: "input[type=checkbox][data-a-target=tw-checkbox]" }, { click: "input[type=checkbox][data-a-target=tw-checkbox][checked]:not([disabled])", all: true, optional: true }, { waitForThenClick: "[data-a-target=consent-modal-save]" }, { waitForVisible: ".ReactModalPortal:has([data-a-target=consent-modal-save])", check: "none" }] }, { name: "twitter", runContext: { urlPattern: "^https://([a-z0-9-]+\\.)?(twitter|x)\\.com/" }, prehideSelectors: ['[data-testid="BottomBar"]'], detectCmp: [{ exists: '[data-testid="BottomBar"] div' }], detectPopup: [{ visible: '[data-testid="BottomBar"] div' }], optIn: [{ waitForThenClick: '[data-testid="BottomBar"] > div:has(>div:first-child>div:last-child>button[role=button]>span) > div:last-child > button[role=button]:first-child' }], optOut: [{ waitForThenClick: '[data-testid="BottomBar"] > div:has(>div:first-child>div:last-child>button[role=button]>span) > div:last-child > button[role=button]:last-child' }] }, { name: "u12-data-protection-notice", vendorUrl: "https://unknown", prehideSelectors: [".u12-data-protection-notice"], detectCmp: [{ exists: ".u12-data-protection-notice" }], detectPopup: [{ visible: ".u12-data-protection-notice button" }], optIn: [{ waitForThenClick: ".u12-data-protection-notice button.js-accept" }], optOut: [{ waitForThenClick: ".u12-data-protection-notice button.js-decline" }] }, { name: "ubuntu.com", prehideSelectors: ["dialog.cookie-policy"], detectCmp: [{ any: [{ exists: "dialog.cookie-policy header" }, { exists: 'xpath///*[@id="modal"]/div/header' }] }], detectPopup: [{ any: [{ visible: "dialog header" }, { visible: 'xpath///*[@id="modal"]/div/header' }] }], optIn: [{ any: [{ waitForThenClick: "#cookie-policy-button-accept" }, { waitForThenClick: 'xpath///*[@id="cookie-policy-button-accept"]' }] }], optOut: [{ any: [{ waitForThenClick: "button.js-manage" }, { waitForThenClick: 'xpath///*[@id="cookie-policy-content"]/p[4]/button[2]' }] }, { waitForThenClick: "dialog.cookie-policy .p-switch__input:checked", optional: true, all: true, timeout: 500 }, { any: [{ waitForThenClick: "dialog.cookie-policy .js-save-preferences" }, { waitForThenClick: 'xpath///*[@id="modal"]/div/button' }] }], test: [{ cookieContains: "_cookies_accepted=essential" }] }, { name: "UK Cookie Consent", prehideSelectors: ["#catapult-cookie-bar"], cosmetic: true, detectCmp: [{ exists: "#catapult-cookie-bar" }], detectPopup: [{ exists: ".has-cookie-bar #catapult-cookie-bar" }], optIn: [{ click: "#catapultCookie" }], optOut: [{ hide: "#catapult-cookie-bar" }], test: [{ cookieContains: "catAccCookies", negated: true }] }, { name: "unicourt", vendorUrl: "https://unicourt.com/", cosmetic: true, runContext: { urlPattern: "^https://(www\\.)?unicourt\\.com/" }, prehideSelectors: [".cookie-notification"], detectCmp: [{ exists: ".cookie-notification" }], detectPopup: [{ visible: ".cookie-notification" }], optIn: [{ waitForThenClick: ".cookie-notification button" }], optOut: [{ hide: ".cookie-notification" }] }, { name: "urbanarmorgear-com", cosmetic: true, prehideSelectors: ['div[class^="Layout__CookieBannerContainer-"]'], detectCmp: [{ exists: 'div[class^="Layout__CookieBannerContainer-"]' }], detectPopup: [{ visible: 'div[class^="Layout__CookieBannerContainer-"]' }], optIn: [{ click: 'button[class^="CookieBanner__AcceptButton"]' }], optOut: [{ hide: 'div[class^="Layout__CookieBannerContainer-"]' }] }, { name: "usercentrics-api", detectCmp: [{ exists: "#usercentrics-root,#usercentrics-cmp-ui" }], detectPopup: [{ eval: "EVAL_USERCENTRICS_API_0" }, { if: { exists: "#usercentrics-cmp-ui" }, then: [{ waitForVisible: "#usercentrics-cmp-ui", timeout: 2e3 }], else: [{ exists: ["#usercentrics-root", "[data-testid=uc-container]"] }, { waitForVisible: "#usercentrics-root", timeout: 2e3 }] }], optIn: [{ eval: "EVAL_USERCENTRICS_API_3" }, { eval: "EVAL_USERCENTRICS_API_1" }, { eval: "EVAL_USERCENTRICS_API_5" }], optOut: [{ eval: "EVAL_USERCENTRICS_API_1" }, { eval: "EVAL_USERCENTRICS_API_2" }], test: [{ eval: "EVAL_USERCENTRICS_API_6" }] }, { name: "usercentrics-button", detectCmp: [{ exists: "#usercentrics-button" }], detectPopup: [{ visible: "#usercentrics-button #uc-btn-accept-banner" }], optIn: [{ click: "#usercentrics-button #uc-btn-accept-banner" }], optOut: [{ click: "#usercentrics-button #uc-btn-deny-banner" }], test: [{ eval: "EVAL_USERCENTRICS_BUTTON_0" }] }, { name: "uswitch.com", runContext: { main: true, frame: false, urlPattern: "^https://(www\\.)?uswitch\\.com/" }, prehideSelectors: [".ucb"], detectCmp: [{ exists: ".ucb-banner" }], detectPopup: [{ visible: ".ucb-banner" }], optIn: [{ waitForThenClick: ".ucb-banner .ucb-btn-accept" }], optOut: [{ waitForThenClick: ".ucb-banner .ucb-btn-save" }] }, { name: "vodafone.de", runContext: { urlPattern: "^https://www\\.vodafone\\.de/" }, prehideSelectors: [".dip-consent,.dip-consent-container"], detectCmp: [{ exists: ".dip-consent-container" }], detectPopup: [{ visible: ".dip-consent-content" }], optOut: [{ click: '.dip-consent-btn[tabindex="2"]' }], optIn: [{ click: '.dip-consent-btn[tabindex="1"]' }] }, { name: "waitrose.com", prehideSelectors: ["div[aria-labelledby=CookieAlertModalHeading]", "section[data-test=initial-waitrose-cookie-consent-banner]", "section[data-test=cookie-consent-modal]"], detectCmp: [{ exists: "section[data-test=initial-waitrose-cookie-consent-banner]" }], detectPopup: [{ visible: "section[data-test=initial-waitrose-cookie-consent-banner]" }], optIn: [{ click: "button[data-test=accept-all]" }], optOut: [{ click: "button[data-test=manage-cookies]" }, { wait: 200 }, { eval: "EVAL_WAITROSE_0" }, { click: "button[data-test=submit]" }], test: [{ cookieContains: "wtr_cookies_advertising=0" }, { cookieContains: "wtr_cookies_analytics=0" }] }, { name: "web.de", vendorUrl: "https://web.de", runContext: { main: false, frame: true, urlPattern: "^https://(.*\\.)?web\\.de/" }, prehideSelectors: [], detectCmp: [{ exists: "#save-all-pur" }, { exists: "#reminder" }], detectPopup: [{ visible: "#reminder" }], optIn: [{ waitForThenClick: "#save-all-pur" }], optOut: [{ waitForThenClick: "#reminder" }] }, { name: "webflow", vendorUrl: "https://finsweet.com/cookie-consent", prehideSelectors: [".fs-cc-components,[fs-cc=banner]"], detectCmp: [{ exists: ".fs-cc-components,[fs-cc=banner]" }], detectPopup: [{ visible: ".fs-cc-components,[fs-cc=banner]" }, { visible: ".fs-cc-components,[fs-cc=banner] [fs-cc=allow]" }], optIn: [{ waitForThenClick: "[fs-cc=banner] [fs-cc=allow]" }], optOut: [{ if: { exists: "[fs-cc=banner] [fs-cc=deny]" }, then: [{ wait: 500 }, { waitForThenClick: "[fs-cc=banner] [fs-cc=deny]" }], else: [{ hide: "[fs-cc=banner]" }] }], test: [{ cookieContains: "fs-cc" }] }, { name: "whitepages.com", runContext: { urlPattern: "^https://www\\.whitepages\\.com/" }, cosmetic: true, prehideSelectors: [".cookie-wrapper, .cookie-overlay"], detectCmp: [{ exists: ".cookie-wrapper" }], detectPopup: [{ visible: ".cookie-overlay" }], optIn: [{ click: 'button[aria-label="Got it"]' }], optOut: [{ hide: ".cookie-wrapper" }] }, { name: "wiki.gg", vendorUrl: "https://wiki.gg", cosmetic: true, prehideSelectors: [".mw-cookiewarning-container"], detectCmp: [{ exists: ".mw-cookiewarning-container" }], detectPopup: [{ visible: ".mw-cookiewarning-container" }], optIn: [{ waitForThenClick: ".mw-cookiewarning-container button[name=disablecookiewarning]" }], optOut: [{ hide: ".mw-cookiewarning-container" }] }, { name: "wikiwand", vendorUrl: "https://www.wikiwand.com/", cosmetic: true, runContext: { urlPattern: "^https://(www\\.)?wikiwand\\.com/" }, prehideSelectors: ["[class^=cookie_wrapper]"], detectCmp: [{ exists: "[class^=cookie_wrapper]" }], detectPopup: [{ visible: "[class^=cookie_wrapper]" }], optIn: [{ waitForThenClick: "[class^=cookie_wrapper] button" }], optOut: [{ hide: "[class^=cookie_wrapper]" }] }, { name: "wix", vendorUrl: "https://www.wix.com/", cosmetic: false, prehideSelectors: [], detectCmp: [{ exists: "[data-comp-type=cookie-banner-root-wix],[data-hook=ccsu-banner-wrapper]" }], detectPopup: [{ visible: "[data-comp-type=cookie-banner-root-wix],[data-hook=ccsu-banner-wrapper]" }], optIn: [{ if: { exists: "[data-hook=ccsu-banner-accept]" }, then: [{ click: "[data-hook=ccsu-banner-accept]" }], else: [{ click: "[data-hook=ccsu-banner-decline]" }] }], optOut: [{ if: { exists: "[data-hook=ccsu-banner-decline-all]" }, then: [{ click: "[data-hook=ccsu-banner-decline-all]" }], else: [{ hide: "[data-hook=ccsu-banner-wrapper]" }] }] }, { name: "wolframalpha", vendorUrl: "https://www.wolframalpha.com", prehideSelectors: [], cosmetic: true, runContext: { urlPattern: "^https://www\\.wolframalpha\\.com/" }, detectCmp: [{ exists: "section._a_yb" }], detectPopup: [{ visible: "section._a_yb" }], optIn: [{ waitForThenClick: "section._a_yb button" }], optOut: [{ hide: "section._a_yb" }] }, { name: "womenshealthmag-us", vendorUrl: "https://womenshealthmag.com", cosmetic: true, runContext: { main: true, frame: false, urlPattern: "^https://(www\\.)?womenshealthmag\\.com/" }, prehideSelectors: ['[status=open]:has([aria-label="Privacy Disclosure"])'], detectCmp: [{ exists: '[status=open]:has([aria-label="Privacy Disclosure"])' }], detectPopup: [{ visible: '[status=open]:has([aria-label="Privacy Disclosure"])' }], optIn: [{ waitForThenClick: '[status=open]:has([aria-label="Privacy Disclosure"]) button' }], optOut: [{ hide: '[status=open]:has([aria-label="Privacy Disclosure"])' }] }, { name: "woo-commerce-com", prehideSelectors: [".wccom-comp-privacy-banner .wccom-privacy-banner"], detectCmp: [{ exists: ".wccom-comp-privacy-banner .wccom-privacy-banner" }], detectPopup: [{ exists: ".wccom-comp-privacy-banner .wccom-privacy-banner" }], optIn: [{ click: ".wccom-privacy-banner__content-buttons button.is-primary" }], optOut: [{ click: ".wccom-privacy-banner__content-buttons button.is-secondary" }, { waitForThenClick: "input[type=checkbox][checked]:not([disabled])", all: true }, { click: "div.wccom-modal__footer > button" }] }, { name: "WP Cookie Notice for GDPR", vendorUrl: "https://wordpress.org/plugins/gdpr-cookie-consent/", prehideSelectors: ["#gdpr-cookie-consent-bar"], detectCmp: [{ exists: "#gdpr-cookie-consent-bar" }], detectPopup: [{ visible: "#gdpr-cookie-consent-bar" }], optIn: [{ waitForThenClick: "#gdpr-cookie-consent-bar #cookie_action_accept" }], optOut: [{ waitForThenClick: "#gdpr-cookie-consent-bar #cookie_action_reject" }], test: [{ cookieContains: "wpl_viewed_cookie=no" }] }, { name: "wpcc", cosmetic: true, prehideSelectors: [".wpcc-container"], detectCmp: [{ exists: ".wpcc-container" }], detectPopup: [{ exists: ".wpcc-container .wpcc-message" }], optIn: [{ click: ".wpcc-compliance .wpcc-btn" }], optOut: [{ hide: ".wpcc-container" }] }, { name: "xe.com", vendorUrl: "https://www.xe.com/", runContext: { urlPattern: "^https://www\\.xe\\.com/" }, prehideSelectors: ["[class*=ConsentBanner]"], detectCmp: [{ exists: "[class*=ConsentBanner]" }], detectPopup: [{ visible: "[class*=ConsentBanner]" }], optIn: [{ waitForThenClick: "[class*=ConsentBanner] .egnScw" }], optOut: [{ wait: 1e3 }, { waitForThenClick: "[class*=ConsentBanner] .frDWEu" }, { waitForThenClick: "[class*=ConsentBanner] .hXIpFU" }], test: [{ cookieContains: "xeConsentState={%22performance%22:false%2C%22marketing%22:false%2C%22compliance%22:false}" }] }, { name: "xgroovy", vendorUrl: "https://unknown", cosmetic: true, prehideSelectors: [".cookie_warn"], detectCmp: [{ exists: ".cookie_warn .cookie_warn_inner" }], detectPopup: [{ visible: ".cookie_warn .cookie_warn_inner" }], optIn: [{ waitForThenClick: ".cookie_warn .cookie_warn_inner button.ok" }], optOut: [{ hide: ".cookie_warn" }] }, { name: "xhamster-eu", runContext: { urlPattern: "^https://(\\w+\\.)?xhamster\\d?\\.com" }, prehideSelectors: ["[class*=modal]"], detectCmp: [{ exists: "[class*=modal] a[href*='/cookie-policy']" }], detectPopup: [{ visible: "[class*=modal] a[href*='/cookie-policy']" }], optIn: [{ waitForThenClick: "[class*=modal]:has(a[href*='/cookie-policy']) button:nth-child(3)" }], optOut: [{ waitForThenClick: "[class*=modal]:has(a[href*='/cookie-policy']) button:nth-child(2)" }] }, { name: "xhamster-us", runContext: { urlPattern: "^https://(\\w+\\.)?xhamster\\d?\\.com" }, cosmetic: true, prehideSelectors: ["[class*=cookiesAnnounce]"], detectCmp: [{ exists: "[class*=cookiesAnnounce]" }], detectPopup: [{ visible: "[class*=cookiesAnnounce] [class*=announceText]" }], optIn: [{ click: "[class*=cookiesAnnounce] button[class*=closeButton]" }], optOut: [{ hide: "[class*=cookiesAnnounce]" }] }, { name: "xing.com", detectCmp: [{ exists: "div[class^=cookie-consent-CookieConsent]" }], detectPopup: [{ exists: "div[class^=cookie-consent-CookieConsent]" }], optIn: [{ click: "#consent-accept-button" }], optOut: [{ click: "#consent-settings-button" }, { click: ".consent-banner-button-accept-overlay" }], test: [{ cookieContains: "userConsent=%7B%22marketing%22%3Afalse" }] }, { name: "xnxx-com", cosmetic: true, prehideSelectors: ["#cookies-use-alert"], detectCmp: [{ exists: "#cookies-use-alert" }], detectPopup: [{ visible: "#cookies-use-alert" }], optIn: [{ click: "#cookies-use-alert .close" }], optOut: [{ hide: "#cookies-use-alert" }] }, { name: "xvideos", vendorUrl: "https://xvideos.com", runContext: { urlPattern: "^https://[^/]*xvideos\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: ".disclaimer-opened #disclaimer-cookies" }], detectPopup: [{ visible: ".disclaimer-opened #disclaimer-cookies" }], optIn: [{ waitForThenClick: "#disclaimer-accept_cookies" }], optOut: [{ waitForThenClick: "#disclaimer-reject_cookies" }] }, { name: "Yahoo", runContext: { urlPattern: "^https://consent\\.yahoo\\.com/v2/" }, prehideSelectors: ["#reject-all"], detectCmp: [{ exists: "#consent-page" }], detectPopup: [{ visible: "#consent-page" }], optIn: [{ waitForThenClick: "#consent-page button[value=agree]" }], optOut: [{ waitForThenClick: "#consent-page button[value=reject]" }] }, { name: "youporn.com", cosmetic: true, prehideSelectors: [".euCookieModal, #js_euCookieModal"], detectCmp: [{ exists: ".euCookieModal" }], detectPopup: [{ exists: ".euCookieModal, #js_euCookieModal" }], optIn: [{ click: 'button[name="user_acceptCookie"]' }], optOut: [{ hide: ".euCookieModal" }] }, { name: "youtube-desktop", prehideSelectors: ["tp-yt-iron-overlay-backdrop.opened", "ytd-consent-bump-v2-lightbox"], detectCmp: [{ exists: "ytd-consent-bump-v2-lightbox tp-yt-paper-dialog" }, { exists: 'ytd-consent-bump-v2-lightbox tp-yt-paper-dialog a[href^="https://consent.youtube.com/"]' }], detectPopup: [{ visible: "ytd-consent-bump-v2-lightbox tp-yt-paper-dialog" }], optIn: [{ waitForThenClick: "ytd-consent-bump-v2-lightbox .eom-buttons .eom-button-row:first-child ytd-button-renderer:last-child #button,ytd-consent-bump-v2-lightbox .eom-buttons .eom-button-row:first-child ytd-button-renderer:last-child button" }, { wait: 500 }], optOut: [{ waitForThenClick: "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" }, { wait: 500 }], test: [{ wait: 500 }, { cookieContains: "SOCS=CAE" }] }, { name: "youtube-mobile", prehideSelectors: [".consent-bump-v2-lightbox"], detectCmp: [{ exists: "ytm-consent-bump-v2-renderer" }], detectPopup: [{ visible: "ytm-consent-bump-v2-renderer" }], optIn: [{ waitForThenClick: "ytm-consent-bump-v2-renderer .privacy-terms + .one-col-dialog-buttons c3-material-button:first-child button, ytm-consent-bump-v2-renderer .privacy-terms + .one-col-dialog-buttons ytm-button-renderer:first-child button" }, { wait: 500 }], optOut: [{ waitForThenClick: "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" }, { wait: 500 }], test: [{ wait: 500 }, { cookieContains: "SOCS=CAE" }] }, { name: "zdf", prehideSelectors: ["#zdf-cmp-banner-sdk"], detectCmp: [{ exists: "#zdf-cmp-banner-sdk" }], detectPopup: [{ visible: "#zdf-cmp-main.zdf-cmp-show" }], optIn: [{ waitForThenClick: "#zdf-cmp-main #zdf-cmp-accept-btn" }], optOut: [{ waitForThenClick: "#zdf-cmp-main #zdf-cmp-deny-btn" }], test: [] }, { name: "zentralruf-de", runContext: { urlPattern: "^https://(www\\.)?zentralruf\\.de" }, prehideSelectors: ["#cookie_modal_wrapper"], detectCmp: [{ exists: "#cookie_modal_wrapper" }], detectPopup: [{ visible: "#cookie_modal_wrapper" }], optIn: [{ waitForThenClick: "#cookie_modal_wrapper #cookie_modal_button_consent_all" }], optOut: [{ waitForThenClick: "#cookie_modal_wrapper #cookie_modal_button_choose" }] }, { name: "zinio", vendorUrl: "https://www.zinio.com/", cosmetic: false, runContext: { urlPattern: "^https://(www\\.)?zinio\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "#consent-init" }], detectPopup: [{ visible: "#consent-init" }], optIn: [{ waitForThenClick: "#consent-init #consent-accept-all" }], optOut: [{ waitForThenClick: "#consent-init #consent-configure" }, { waitForThenClick: "#consent-update #consent-configuration-save" }], test: [{ cookieContains: "zinio-cookie-consent" }] }, { name: "auto_AU_24h-lemans.com_2ab", vendorUrl: "https://www.24h-lemans.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?24h-lemans\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])", comment: "Continue without agreeing \u2192" }] }, { name: "auto_AU_airbnb.co.uk_meg", vendorUrl: "https://www.airbnb.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?airbnb\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#react-application > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > section:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#react-application > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > section:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#react-application > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > section:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:not([id])", comment: "Only necessary" }] }, { name: "auto_AU_amayama.com_kw8", vendorUrl: "https://www.amayama.com/en", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?amayama\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > noindex:not([id]) > div#gdpr-alert > div:nth-child(2):not([id]) > button:nth-child(1)#close-gdpr-reject" }], detectPopup: [{ visible: "body:not([id]) > noindex:not([id]) > div#gdpr-alert > div:nth-child(2):not([id]) > button:nth-child(1)#close-gdpr-reject" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > noindex:not([id]) > div#gdpr-alert > div:nth-child(2):not([id]) > button:nth-child(1)#close-gdpr-reject", comment: "Reject" }] }, { name: "auto_AU_ancestry.co.uk_zw1", vendorUrl: "https://www.ancestry.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?ancestry\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#BannerRegion > div#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" }], detectPopup: [{ visible: "body:not([id]) > div#BannerRegion > div#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" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#BannerRegion > div#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", comment: "Reject all" }] }, { name: "auto_AU_arubanetworking.hpe.com_232", vendorUrl: "https://arubanetworking.hpe.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?arubanetworking\\.hpe\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#hpealertcomp_container > div#hpealertcomp > div:nth-child(2):not([id]) > div:not([id]) > a:nth-child(3):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#hpealertcomp_container > div#hpealertcomp > div:nth-child(2):not([id]) > div:not([id]) > a:nth-child(3):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#hpealertcomp_container > div#hpealertcomp > div:nth-child(2):not([id]) > div:not([id]) > a:nth-child(3):not([id])", comment: "Decline optional cookies" }] }, { name: "auto_AU_bet365.com.au_njh", vendorUrl: "https://www.bet365.com.au/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?bet365\\.com\\.au/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Essential Only" }] }, { name: "auto_AU_cam4.com_cyv", vendorUrl: "https://www.cam4.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?cam4\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#root > div:not([id]) > div:nth-child(7):not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#root > div:not([id]) > div:nth-child(7):not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#root > div:not([id]) > div:nth-child(7):not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", comment: "Reject All" }] }, { name: "auto_AU_castrol.com_xe1", vendorUrl: "https://www.castrol.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?castrol\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:nth-child(2):not([id])", comment: "Reject all" }] }, { name: "auto_AU_coverworld.com.au_884", vendorUrl: "https://www.coverworld.com.au/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?coverworld\\.com\\.au/" }, prehideSelectors: [], detectCmp: [{ exists: "body#html-body > div:not([id]) > aside:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div#modal-content-11 > div#pr-cookie-notice > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#btn-cookie-decline" }], detectPopup: [{ visible: "body#html-body > div:not([id]) > aside:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div#modal-content-11 > div#pr-cookie-notice > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#btn-cookie-decline" }], optIn: [], optOut: [{ waitForThenClick: "body#html-body > div:not([id]) > aside:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div#modal-content-11 > div#pr-cookie-notice > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#btn-cookie-decline", comment: "Decline" }] }, { name: "auto_AU_dahuasecurity.com_j0i", vendorUrl: "https://www.dahuasecurity.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?dahuasecurity\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#__nuxt > div:nth-child(2):not([id]) > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#__nuxt > div:nth-child(2):not([id]) > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#__nuxt > div:nth-child(2):not([id]) > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Reject" }] }, { name: "auto_AU_discover.utas.edu.au_k2n", vendorUrl: "https://discover.utas.edu.au/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?discover\\.utas\\.edu\\.au/" }, prehideSelectors: [], detectCmp: [{ exists: "body#portalTarget > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body#portalTarget > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body#portalTarget > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "Reject" }] }, { name: "auto_AU_experts.griffith.edu.au_oi0", vendorUrl: "https://experts.griffith.edu.au/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?experts\\.griffith\\.edu\\.au/" }, prehideSelectors: [], detectCmp: [{ exists: "body#portalTarget > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body#portalTarget > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body#portalTarget > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "Reject" }] }, { name: "auto_AU_flinders.edu.au_7en", vendorUrl: "https://www.flinders.edu.au/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?flinders\\.edu\\.au/" }, prehideSelectors: [], detectCmp: [{ exists: "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" }], detectPopup: [{ visible: "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" }], optIn: [], optOut: [{ waitForThenClick: "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", comment: "Reject all non-essential cookies and continue" }] }, { name: "auto_AU_foliosociety.com_j08", vendorUrl: "https://www.foliosociety.com/uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?foliosociety\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > div#cdk-overlay-1 > modal-bottom-container:nth-child(2)#modal-1 > cookie-bar-modal:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > div#cdk-overlay-1 > modal-bottom-container:nth-child(2)#modal-1 > cookie-bar-modal:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > div#cdk-overlay-1 > modal-bottom-container:nth-child(2)#modal-1 > cookie-bar-modal:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "REJECT ALL COOKIES" }] }, { name: "auto_AU_fruugoaustralia.com_ifq", vendorUrl: "https://www.fruugoaustralia.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?fruugoaustralia\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > dialog:not([id]) > article:not([id]) > footer:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > dialog:not([id]) > article:not([id]) > footer:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > dialog:not([id]) > article:not([id]) > footer:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Decline all" }] }, { name: "auto_AU_help.dropbox.com_rwd", vendorUrl: "https://help.dropbox.com/", cosmetic: false, runContext: { main: false, frame: true, urlPattern: "^https?://(www\\.)?dropbox\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#root > span:not([id]) > 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" }], detectPopup: [{ visible: "body:not([id]) > div#root > span:not([id]) > 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" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#root > span:not([id]) > 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", comment: "Decline" }] }, { name: "auto_AU_hpe.com_1md", vendorUrl: "https://www.hpe.com/us/en/home.html", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?hpe\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#hpealertcomp_container > div#hpealertcomp > div:nth-child(2):not([id]) > div:not([id]) > a:nth-child(3):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#hpealertcomp_container > div#hpealertcomp > div:nth-child(2):not([id]) > div:not([id]) > a:nth-child(3):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#hpealertcomp_container > div#hpealertcomp > div:nth-child(2):not([id]) > div:not([id]) > a:nth-child(3):not([id])", comment: "Decline optional cookies" }] }, { name: "auto_AU_hpm.com.au_hbc", vendorUrl: "https://www.hpm.com.au/en", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?hpm\\.com\\.au/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#ppms_cm_consent_popup_41c35535-a0f0-40c6-8b4f-81749e4c584f > 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-a6a62119-1ec7-4283-a44a-97861a542f46 > button:nth-child(2)#ppms_cm_reject-all" }], detectPopup: [{ visible: "body:not([id]) > div#ppms_cm_consent_popup_41c35535-a0f0-40c6-8b4f-81749e4c584f > 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-a6a62119-1ec7-4283-a44a-97861a542f46 > button:nth-child(2)#ppms_cm_reject-all" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#ppms_cm_consent_popup_41c35535-a0f0-40c6-8b4f-81749e4c584f > 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-a6a62119-1ec7-4283-a44a-97861a542f46 > button:nth-child(2)#ppms_cm_reject-all", comment: "Decline all" }] }, { name: "auto_AU_iopscience.iop.org_hsw", vendorUrl: "https://iopscience.iop.org/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?iopscience\\.iop\\.org/" }, prehideSelectors: [], detectCmp: [{ exists: "body: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]) > div:nth-child(3):not([id]) > div:nth-child(1)#ckyIABSectionCookie > div:nth-child(4):not([id]) > div:nth-child(1)#ckyDetailCategorynecessary > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body: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]) > div:nth-child(3):not([id]) > div:nth-child(1)#ckyIABSectionCookie > div:nth-child(4):not([id]) > div:nth-child(1)#ckyDetailCategorynecessary > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body: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]) > div:nth-child(3):not([id]) > div:nth-child(1)#ckyIABSectionCookie > div:nth-child(4):not([id]) > div:nth-child(1)#ckyDetailCategorynecessary > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:nth-child(1):not([id])", comment: "Necessary" }] }, { name: "auto_AU_jlcpcb.com_3h9", vendorUrl: "https://jlcpcb.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?jlcpcb\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#__nuxt > div#__layout > div:not([id]) > div:nth-child(5):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#__nuxt > div#__layout > div:not([id]) > div:nth-child(5):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#__nuxt > div#__layout > div:not([id]) > div:nth-child(5):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", comment: "Accept only essential cookies" }] }, { name: "auto_AU_karenmillen.com_4fo", vendorUrl: "https://www.karenmillen.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?karenmillen\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body#homepage > div#onetrust-consent-sdk > div:nth-child(2)#onetrust-banner-sdk > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2)#onetrust-button-group-parent > div#onetrust-button-group > button:nth-child(2)#onetrust-reject-all-handler" }], detectPopup: [{ visible: "body#homepage > div#onetrust-consent-sdk > div:nth-child(2)#onetrust-banner-sdk > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2)#onetrust-button-group-parent > div#onetrust-button-group > button:nth-child(2)#onetrust-reject-all-handler" }], optIn: [], optOut: [{ waitForThenClick: "body#homepage > div#onetrust-consent-sdk > div:nth-child(2)#onetrust-banner-sdk > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2)#onetrust-button-group-parent > div#onetrust-button-group > button:nth-child(2)#onetrust-reject-all-handler", comment: "ESSENTIAL ONLY" }] }, { name: "auto_AU_liebherr.com_b9q", vendorUrl: "https://www.liebherr.com/en-au/group/start-page-4862106", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?liebherr\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cmpStart > div#cmpStartx > div:nth-child(2)#cmpStartModal > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > button:nth-child(1)#uc-btn-deny-banner" }], detectPopup: [{ visible: "body:not([id]) > div#cmpStart > div#cmpStartx > div:nth-child(2)#cmpStartModal > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > button:nth-child(1)#uc-btn-deny-banner" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cmpStart > div#cmpStartx > div:nth-child(2)#cmpStartModal > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > button:nth-child(1)#uc-btn-deny-banner", comment: "DECLINE" }] }, { name: "auto_AU_makerworld.com_4l4", vendorUrl: "https://makerworld.com/en", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?makerworld\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "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" }], detectPopup: [{ visible: "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" }], optIn: [], optOut: [{ waitForThenClick: "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", comment: "Necessary only" }] }, { name: "auto_AU_metronomeonline.com_mco", vendorUrl: "https://www.metronomeonline.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?metronomeonline\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#termly-code-snippet-support > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#termly-code-snippet-support > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#termly-code-snippet-support > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Decline" }] }, { name: "auto_AU_msf.org.au_j95", vendorUrl: "https://msf.org.au/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?msf\\.org\\.au/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#sliding-popup > div:not([id]) > div:not([id]) > div:nth-child(2)#popup-buttons > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#sliding-popup > div:not([id]) > div:not([id]) > div:nth-child(2)#popup-buttons > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#sliding-popup > div:not([id]) > div:not([id]) > div:nth-child(2)#popup-buttons > button:nth-child(1):not([id])", comment: "Reject all" }] }, { name: "auto_AU_naturitas.com.au_7m0", vendorUrl: "https://www.naturitas.com.au/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?naturitas\\.com\\.au/" }, prehideSelectors: [], detectCmp: [{ exists: "body#html-body > div:not([id]) > aside:nth-child(1):not([id]) > div:nth-child(2):not([id]) > footer:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body#html-body > div:not([id]) > aside:nth-child(1):not([id]) > div:nth-child(2):not([id]) > footer:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body#html-body > div:not([id]) > aside:nth-child(1):not([id]) > div:nth-child(2):not([id]) > footer:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "Reject all" }] }, { name: "auto_AU_orpheum.com.au_kdl", vendorUrl: "https://www.orpheum.com.au/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?orpheum\\.com\\.au/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#__next > div:nth-child(7):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1)#rcc-decline-button" }], detectPopup: [{ visible: "body:not([id]) > div#__next > div:nth-child(7):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1)#rcc-decline-button" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#__next > div:nth-child(7):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1)#rcc-decline-button", comment: "Decline all" }] }, { name: "auto_AU_peugeot.com.au_ja7", vendorUrl: "https://www.peugeot.com.au/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?peugeot\\.com\\.au/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#_psaihm_main_div > div:nth-child(5)#_psaihm_1_top > a#_psaihm_continue_without_accepting" }], detectPopup: [{ visible: "body:not([id]) > div#_psaihm_main_div > div:nth-child(5)#_psaihm_1_top > a#_psaihm_continue_without_accepting" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#_psaihm_main_div > div:nth-child(5)#_psaihm_1_top > a#_psaihm_continue_without_accepting", comment: "CONTINUE WITHOUT ACCEPTING\xA0\u2192" }] }, { name: "auto_AU_portstephens.nsw.gov.au_62v", vendorUrl: "https://www.portstephens.nsw.gov.au/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?portstephens\\.nsw\\.gov\\.au/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Decline" }] }, { name: "auto_AU_profiles.uts.edu.au_ouv", vendorUrl: "https://profiles.uts.edu.au/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?profiles\\.uts\\.edu\\.au/" }, prehideSelectors: [], detectCmp: [{ exists: "body#portalTarget > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body#portalTarget > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body#portalTarget > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "Reject" }] }, { name: "auto_AU_shure.com_28b", vendorUrl: "https://www.shure.com/en-ASIA", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?shure\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline", comment: "Reject all" }] }, { name: "auto_AU_students.flinders.edu.au_eh4", vendorUrl: "https://students.flinders.edu.au/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?students\\.flinders\\.edu\\.au/" }, prehideSelectors: [], detectCmp: [{ exists: "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" }], detectPopup: [{ visible: "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" }], optIn: [], optOut: [{ waitForThenClick: "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", comment: "Reject all non-essential cookies and continue" }] }, { name: "auto_AU_taronga.org.au_f6n", vendorUrl: "https://taronga.org.au/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?taronga\\.org\\.au/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookiescript_injected_wrapper > div#cookiescript_injected > div:nth-child(3)#cookiescript_bottompart > div#cookiescript_cookietablewrap > div:nth-child(3)#cookiescript_tabscontent > div:nth-child(1)#cookiescript_declarationwrap > div:nth-child(1)#cookiescript_categories > div:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#cookiescript_injected_wrapper > div#cookiescript_injected > div:nth-child(3)#cookiescript_bottompart > div#cookiescript_cookietablewrap > div:nth-child(3)#cookiescript_tabscontent > div:nth-child(1)#cookiescript_declarationwrap > div:nth-child(1)#cookiescript_categories > div:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookiescript_injected_wrapper > div#cookiescript_injected > div:nth-child(3)#cookiescript_bottompart > div#cookiescript_cookietablewrap > div:nth-child(3)#cookiescript_tabscontent > div:nth-child(1)#cookiescript_declarationwrap > div:nth-child(1)#cookiescript_categories > div:nth-child(1):not([id])", comment: "Strictly necessary" }] }, { name: "auto_AU_u-buy.com.au_rg0", vendorUrl: "https://www.u-buy.com.au/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?u-buy\\.com\\.au/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#notice-cookie-block > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#notice-cookie-block > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#notice-cookie-block > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:not([id])", comment: "Reject" }] }, { name: "auto_AU_unity.com_gvp", vendorUrl: "https://unity.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?unity\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#onetrust-consent-sdk > div:nth-child(2)#onetrust-banner-sdk > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2)#onetrust-button-group-parent > div#onetrust-button-group > button:nth-child(2)#onetrust-reject-all-handler" }], detectPopup: [{ visible: "body:not([id]) > div#onetrust-consent-sdk > div:nth-child(2)#onetrust-banner-sdk > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2)#onetrust-button-group-parent > div#onetrust-button-group > button:nth-child(2)#onetrust-reject-all-handler" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#onetrust-consent-sdk > div:nth-child(2)#onetrust-banner-sdk > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2)#onetrust-button-group-parent > div#onetrust-button-group > button:nth-child(2)#onetrust-reject-all-handler", comment: "Reject All" }] }, { name: "auto_AU_urallawoolroom.com.au_3ng", vendorUrl: "https://www.urallawoolroom.com.au/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?urallawoolroom\\.com\\.au/" }, prehideSelectors: [], detectCmp: [{ exists: "body#collection-59d726c7f6576e961db44d2c > div:not([id]) > section:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body#collection-59d726c7f6576e961db44d2c > div:not([id]) > section:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body#collection-59d726c7f6576e961db44d2c > div:not([id]) > section:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Decline" }] }, { name: "auto_AU_visa.com.au_j3q", vendorUrl: "https://www.visa.com.au/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?visa\\.com\\.au/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CookieReportsPanel > div:nth-child(2)#CookieReportsBanner > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#CookieReportsPanel > div:nth-child(2)#CookieReportsBanner > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CookieReportsPanel > div:nth-child(2)#CookieReportsBanner > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])", comment: "Reject all" }] }, { name: "auto_AU_vosan.co_d7y", vendorUrl: "https://www.vosan.co/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?vosan\\.co/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > 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])" }], detectPopup: [{ visible: "body:not([id]) > 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])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > 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])", comment: "Only essentials" }] }, { name: "auto_CA_407etr.com_wrd", vendorUrl: "https://www.407etr.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?407etr\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > main:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > main:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > main:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > button:nth-child(2):not([id])", comment: "Decline" }] }, { name: "auto_CA_airbnb.ca_d52", vendorUrl: "https://www.airbnb.ca/?locale=en&_set_bev_on_new_domain=1750349954_EAZjM3OTdhMWQyMD", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?airbnb\\.ca/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#react-application > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > section:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#react-application > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > section:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#react-application > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > section:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:not([id])", comment: "Only necessary" }] }, { name: "auto_CA_algonquincollege.com_p4e", vendorUrl: "https://www.algonquincollege.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?algonquincollege\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body#home-2017 > div#accn-cookie-consent-wrapper > div#accn-cookie-consent > div:nth-child(2):not([id]) > div:nth-child(1)#btn_cookie_essential" }], detectPopup: [{ visible: "body#home-2017 > div#accn-cookie-consent-wrapper > div#accn-cookie-consent > div:nth-child(2):not([id]) > div:nth-child(1)#btn_cookie_essential" }], optIn: [], optOut: [{ waitForThenClick: "body#home-2017 > div#accn-cookie-consent-wrapper > div#accn-cookie-consent > div:nth-child(2):not([id]) > div:nth-child(1)#btn_cookie_essential", comment: "Essential " }] }, { name: "auto_CA_algonquincollege.com_x9c", vendorUrl: "https://www.algonquincollege.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?algonquincollege\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body#home-2017 > div#accn-cookie-consent-wrapper > div#accn-cookie-consent > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(3):not([id]) > button:not([id])" }], detectPopup: [{ visible: "body#home-2017 > div#accn-cookie-consent-wrapper > div#accn-cookie-consent > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(3):not([id]) > button:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body#home-2017 > div#accn-cookie-consent-wrapper > div#accn-cookie-consent > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(3):not([id]) > button:not([id])", comment: "Essential Only" }] }, { name: "auto_CA_arte.tv_7nv", vendorUrl: "https://www.arte.tv/en/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?arte\\.tv/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > button:nth-child(2):not([id])", comment: "Refuse" }] }, { name: "auto_CA_asus.com_dm1", vendorUrl: "https://www.asus.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?asus\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookie-policy-info > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#cookie-policy-info > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookie-policy-info > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Reject all" }] }, { name: "auto_CA_belairdirect.com_wic", vendorUrl: "https://www.belairdirect.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?belairdirect\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body#bod > 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" }], detectPopup: [{ visible: "body#bod > 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" }], optIn: [], optOut: [{ waitForThenClick: "body#bod > 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", comment: "Only essential cookies" }] }, { name: "auto_CA_boatdealers.ca_wpl", vendorUrl: "https://www.boatdealers.ca/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?boatdealers\\.ca/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookieConsentBanner > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(2)#acceptEssentials" }], detectPopup: [{ visible: "body:not([id]) > div#cookieConsentBanner > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(2)#acceptEssentials" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookieConsentBanner > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(2)#acceptEssentials", comment: "ESSENTIAL ONLY" }] }, { name: "auto_CA_cmpa-acpm.ca_nja", vendorUrl: "https://www.cmpa-acpm.ca/en/home", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?cmpa-acpm\\.ca/" }, prehideSelectors: [], detectCmp: [{ exists: "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" }], detectPopup: [{ visible: "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" }], optIn: [], optOut: [{ waitForThenClick: "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", comment: "Use necessary cookies only" }] }, { name: "auto_CA_coasthotels.com_f8m", vendorUrl: "https://www.coasthotels.com/", cosmetic: false, runContext: { main: false, frame: true, urlPattern: "^https?://(www\\.)?coasthotels\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "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])" }], detectPopup: [{ visible: "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])" }], optIn: [], optOut: [{ waitForThenClick: "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])", comment: "Decline" }] }, { name: "auto_CA_denniskirk.com_ezr", vendorUrl: "https://www.denniskirk.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?denniskirk\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#dk-cookie-message > div:not([id]) > button:nth-child(3):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#dk-cookie-message > div:not([id]) > button:nth-child(3):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#dk-cookie-message > div:not([id]) > button:nth-child(3):not([id])", comment: "Necessary cookies only" }] }, { name: "auto_CA_homehardware.ca_4ih", vendorUrl: "https://www.homehardware.ca/en/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?homehardware\\.ca/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > dialog:not([id]) > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > dialog:not([id]) > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > dialog:not([id]) > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", comment: "Reject Non-Essential" }] }, { name: "auto_CA_lawyer.com_glx", vendorUrl: "http://www.lawyer.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?lawyer\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookieConsent > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#cookieConsent > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookieConsent > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Necessary Only" }] }, { name: "auto_CA_milestonesrestaurants.com_j2k", vendorUrl: "https://milestonesrestaurants.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?milestonesrestaurants\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(6):not([id]) > div:nth-child(1):not([id]) > a:nth-child(3):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(6):not([id]) > div:nth-child(1):not([id]) > a:nth-child(3):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(6):not([id]) > div:nth-child(1):not([id]) > a:nth-child(3):not([id])", comment: "Reject" }] }, { name: "auto_CA_nike.com_aer", vendorUrl: "https://www.nike.com/ca/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?nike\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#modal-root > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > section:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#modal-root > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > section:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#modal-root > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > section:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(2):not([id])", comment: "Decline All" }] }, { name: "auto_CA_redirection.ubisoft.com_18d", vendorUrl: "https://redirection.ubisoft.com/site/entrance?entrance=www.ubisoft.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?redirection\\.ubisoft\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#privacy_modal > div:nth-child(2)#privacy__modal__only > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(1)#privacy__modal__close" }], detectPopup: [{ visible: "body:not([id]) > div#privacy_modal > div:nth-child(2)#privacy__modal__only > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(1)#privacy__modal__close" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#privacy_modal > div:nth-child(2)#privacy__modal__only > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(1)#privacy__modal__close", comment: "I REFUSE COOKIES" }] }, { name: "auto_CA_reshade.me_zsk", vendorUrl: "https://reshade.me/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?reshade\\.me/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#redim-cookiehint-modal > div#redim-cookiehint > div:nth-child(3):not([id]) > a:nth-child(2)#cookiehintsubmitno" }], detectPopup: [{ visible: "body:not([id]) > div#redim-cookiehint-modal > div#redim-cookiehint > div:nth-child(3):not([id]) > a:nth-child(2)#cookiehintsubmitno" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#redim-cookiehint-modal > div#redim-cookiehint > div:nth-child(3):not([id]) > a:nth-child(2)#cookiehintsubmitno", comment: "Decline" }] }, { name: "auto_CA_skipthedishes.com_1sg", vendorUrl: "https://www.skipthedishes.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?skipthedishes\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "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])" }], detectPopup: [{ visible: "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])" }], optIn: [], optOut: [{ waitForThenClick: "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])", comment: "Reject all" }] }, { name: "auto_CA_trekbikes.com_w0n", vendorUrl: "https://www.trekbikes.com/ca/en_CA/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?trekbikes\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline", comment: "Use necessary cookies only" }] }, { name: "auto_CA_troybilt.ca_2mo", vendorUrl: "https://www.troybilt.ca/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?troybilt\\.ca/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#onetrust-consent-sdk > div:nth-child(2)#onetrust-banner-sdk > div:not([id]) > div:not([id]) > div:nth-child(2)#onetrust-button-group-parent > div#onetrust-button-group > div:nth-child(2):not([id]) > button:nth-child(1)#onetrust-reject-all-handler" }], detectPopup: [{ visible: "body:not([id]) > div#onetrust-consent-sdk > div:nth-child(2)#onetrust-banner-sdk > div:not([id]) > div:not([id]) > div:nth-child(2)#onetrust-button-group-parent > div#onetrust-button-group > div:nth-child(2):not([id]) > button:nth-child(1)#onetrust-reject-all-handler" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#onetrust-consent-sdk > div:nth-child(2)#onetrust-banner-sdk > div:not([id]) > div:not([id]) > div:nth-child(2)#onetrust-button-group-parent > div#onetrust-button-group > div:nth-child(2):not([id]) > button:nth-child(1)#onetrust-reject-all-handler", comment: "Reject All" }] }, { name: "auto_CA_wealthsimple.com_kgz", vendorUrl: "https://www.wealthsimple.com/en-ca/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?wealthsimple\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", comment: "Allow necessary" }] }, { name: "auto_GB_192.com_0", vendorUrl: "https://www.192.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?192\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(1)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(1)", text: "Necessary Only" }] }, { name: "auto_GB_3djake.uk_0", vendorUrl: "https://www.3djake.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?3djake\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body#top > div:not([id]) > form:nth-child(1):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body#top > div:not([id]) > form:nth-child(1):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body#top > div:not([id]) > form:nth-child(1):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "Essential cookies only" }] }, { name: "auto_GB_abbavoyage.com_0", vendorUrl: "https://abbavoyage.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?abbavoyage\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline", comment: "Deny" }] }, { name: "auto_GB_abebooks.co.uk_0", vendorUrl: "https://www.abebooks.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?abebooks\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#wrapper > header:nth-child(1)#abe-top > div:nth-child(1)#abe-gdpr-banner > div:not([id]) > div#gdpr-banner-component > div:not([id]) > div:not([id]) > button:nth-child(4)#gdpr-banner-component-decline-btn" }], detectPopup: [{ visible: "body:not([id]) > div#wrapper > header:nth-child(1)#abe-top > div:nth-child(1)#abe-gdpr-banner > div:not([id]) > div#gdpr-banner-component > div:not([id]) > div:not([id]) > button:nth-child(4)#gdpr-banner-component-decline-btn" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#wrapper > header:nth-child(1)#abe-top > div:nth-child(1)#abe-gdpr-banner > div:not([id]) > div#gdpr-banner-component > div:not([id]) > div:not([id]) > button:nth-child(4)#gdpr-banner-component-decline-btn", comment: "Decline" }] }, { name: "auto_GB_aber.ac.uk_0", vendorUrl: "https://www.aber.ac.uk/en/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?aber\\.ac\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline", comment: "Use necessary cookies only" }] }, { name: "auto_GB_accessable.co.uk_0", vendorUrl: "https://www.accessable.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?accessable\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#aa-cookie > div#cookieBannerBox > div:not([id]) > div:nth-child(4):not([id]) > div:not([id]) > button:nth-child(2)#aa-cookie-reject-btn" }], detectPopup: [{ visible: "body:not([id]) > div#aa-cookie > div#cookieBannerBox > div:not([id]) > div:nth-child(4):not([id]) > div:not([id]) > button:nth-child(2)#aa-cookie-reject-btn" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#aa-cookie > div#cookieBannerBox > div:not([id]) > div:nth-child(4):not([id]) > div:not([id]) > button:nth-child(2)#aa-cookie-reject-btn", comment: "Reject all" }] }, { name: "auto_GB_accounts.o2.co.uk_0", vendorUrl: "https://accounts.o2.co.uk/auth?sendTo=https%3A%2F%2Faccounts.o2.co.uk%2F%3Fcheckproduct%3Dtrue&failureUrl=https%3A%2F%2Faccounts.o2.co.uk%2F&auth_requirement_id=3e621702-f4bf-4ce1-9aae-6cffeb444706", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?accounts\\.o2\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookiePrompt > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#privacy_pref_optout" }], detectPopup: [{ visible: "body:not([id]) > div#cookiePrompt > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#privacy_pref_optout" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookiePrompt > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#privacy_pref_optout", comment: "Accept essential cookies only" }] }, { name: "auto_GB_accounts.snapchat.com_0", vendorUrl: "https://accounts.snapchat.com/accounts/v2/login", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?accounts\\.snapchat\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(1)#account-identifier-root > div:not([id]) > div:nth-child(4):not([id]) > div:not([id]) > section:nth-child(3):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(1)#account-identifier-root > div:not([id]) > div:nth-child(4):not([id]) > div:not([id]) > section:nth-child(3):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(1)#account-identifier-root > div:not([id]) > div:nth-child(4):not([id]) > div:not([id]) > section:nth-child(3):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id])", comment: "Essential Only" }] }, { name: "auto_GB_adisc.org_0", vendorUrl: "https://www.adisc.org/forum/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?adisc\\.org/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > ul:not([id]) > li:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id]) > span:not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > ul:not([id]) > li:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id]) > span:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > ul:not([id]) > li:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id]) > span:not([id])", comment: "Reject optional cookies" }] }, { name: "auto_GB_adultwork.com_l1i", vendorUrl: "https://www.adultwork.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?adultwork\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookie_fade > div#cookie_light > div:not([id]) > form:not([id]) > div:nth-child(1)#g-cookie-buttons > div:nth-child(1):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#cookie_fade > div#cookie_light > div:not([id]) > form:not([id]) > div:nth-child(1)#g-cookie-buttons > div:nth-child(1):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookie_fade > div#cookie_light > div:not([id]) > form:not([id]) > div:nth-child(1)#g-cookie-buttons > div:nth-child(1):not([id]) > button:nth-child(2):not([id])", comment: "Reject All" }] }, { name: "auto_GB_adventurebikerider.com_0", vendorUrl: "https://www.adventurebikerider.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?adventurebikerider\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#gnar-consent-popup-outer > div:not([id]) > div#gnar-consent-popup > div:nth-child(5):not([id]) > button:nth-child(1)#deny-cookies" }], detectPopup: [{ visible: "body:not([id]) > div#gnar-consent-popup-outer > div:not([id]) > div#gnar-consent-popup > div:nth-child(5):not([id]) > button:nth-child(1)#deny-cookies" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#gnar-consent-popup-outer > div:not([id]) > div#gnar-consent-popup > div:nth-child(5):not([id]) > button:nth-child(1)#deny-cookies", comment: "Reject non-essential" }] }, { name: "auto_GB_aircanada.com_0", vendorUrl: "https://www.aircanada.com/home/uk/en/aco/flights", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?aircanada\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div:nth-child(2) > div > div:nth-child(1) > div > div:nth-child(2) > div > button:nth-child(2)" }], detectPopup: [{ visible: "body > div > div:nth-child(2) > div > div:nth-child(1) > div > div:nth-child(2) > div > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div:nth-child(2) > div > div:nth-child(1) > div > div:nth-child(2) > div > button:nth-child(2)", text: "Reject All Cookies" }] }, { name: "auto_GB_airtattoo.com_0", vendorUrl: "https://www.airtattoo.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?airtattoo\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline", comment: "Deny" }] }, { name: "auto_GB_alfaromeo.co.uk_0", vendorUrl: "https://www.alfaromeo.co.uk/", cosmetic: false, runContext: { main: false, frame: true, urlPattern: "^https?://(www\\.)?cookielaw\\.emea\\.fcagroup\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > 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" }], detectPopup: [{ visible: "body:not([id]) > 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" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > 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", comment: "REJECT ALL" }] }, { name: "auto_GB_ancestry.co.uk_0", vendorUrl: "https://www.ancestry.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?ancestry\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "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" }], detectPopup: [{ visible: "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" }], optIn: [], optOut: [{ waitForThenClick: "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", comment: "Reject all" }] }, { name: "auto_GB_ancestry.com_0", vendorUrl: "https://www.ancestry.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?ancestry\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#BannerRegion > div#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" }], detectPopup: [{ visible: "body:not([id]) > div#BannerRegion > div#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" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#BannerRegion > div#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", comment: "Reject all" }] }, { name: "auto_GB_anglingdirect.co.uk_1hl", vendorUrl: "https://www.anglingdirect.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?anglingdirect\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body#html-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])" }], detectPopup: [{ visible: "body#html-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])" }], optIn: [], optOut: [{ waitForThenClick: "body#html-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])", comment: "Reject All" }] }, { name: "auto_GB_arbtalk.co.uk_0", vendorUrl: "https://arbtalk.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?arbtalk\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#elGuestTerms > div:not([id]) > div:nth-child(2):not([id]) > form:not([id]) > button:nth-child(3):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#elGuestTerms > div:not([id]) > div:nth-child(2):not([id]) > form:not([id]) > button:nth-child(3):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#elGuestTerms > div:not([id]) > div:nth-child(2):not([id]) > form:not([id]) > button:nth-child(3):not([id])", comment: "\xA0Reject Cookies" }] }, { name: "auto_GB_arte.tv_0", vendorUrl: "https://www.arte.tv/en/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?arte\\.tv/" }, prehideSelectors: [], detectCmp: [{ exists: "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" }], detectPopup: [{ visible: "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" }], optIn: [], optOut: [{ waitForThenClick: "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", comment: "Refuse" }] }, { name: "auto_GB_asda.jobs_y0y", vendorUrl: "https://www.asda.jobs/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?asda\\.jobs/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookie-notice-container > div:nth-child(1)#cookie-notice > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#cookies-reject-all" }], detectPopup: [{ visible: "body:not([id]) > div#cookie-notice-container > div:nth-child(1)#cookie-notice > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#cookies-reject-all" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookie-notice-container > div:nth-child(1)#cookie-notice > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#cookies-reject-all", comment: "Reject all" }] }, { name: "auto_GB_ashwoodnurseries.com_0", vendorUrl: "https://www.ashwoodnurseries.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?ashwoodnurseries\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookiebar > div:nth-child(2):not([id]) > a:nth-child(2)#decline-cookies" }], detectPopup: [{ visible: "body:not([id]) > div#cookiebar > div:nth-child(2):not([id]) > a:nth-child(2)#decline-cookies" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookiebar > div:nth-child(2):not([id]) > a:nth-child(2)#decline-cookies", comment: "Decline" }] }, { name: "auto_GB_atlasformen.co.uk_0", vendorUrl: "https://www.atlasformen.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?atlasformen\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > dialog:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > dialog:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > dialog:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", comment: "Continue without accepting" }] }, { name: "auto_GB_atombank.co.uk_0", vendorUrl: "https://www.atombank.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?atombank\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > astro-island > div > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > astro-island > div > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > astro-island > div > div:nth-child(2) > button:nth-child(2)", text: "Reject" }] }, { name: "auto_GB_atseuromaster.co.uk_0", vendorUrl: "https://www.atseuromaster.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?atseuromaster\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])", comment: "Continue without agreeing \u2192" }] }, { name: "auto_GB_attheraces.com_0", vendorUrl: "https://www.attheraces.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?attheraces\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > 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:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > 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:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > 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:nth-child(2):not([id])", comment: "Essential Only" }] }, { name: "auto_GB_audacityteam.org_0", vendorUrl: "https://www.audacityteam.org/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?audacityteam\\.org/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > astro-island:not([id]) > div#consent-popup > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > a:nth-child(1)#reject" }], detectPopup: [{ visible: "body:not([id]) > astro-island:not([id]) > div#consent-popup > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > a:nth-child(1)#reject" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > astro-island:not([id]) > div#consent-popup > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > a:nth-child(1)#reject", comment: "Reject" }] }, { name: "auto_GB_audioemotion.co.uk_0", vendorUrl: "https://www.audioemotion.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?audioemotion\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > 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])" }], detectPopup: [{ visible: "body:not([id]) > 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])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > 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])", comment: "Reject All" }] }, { name: "auto_GB_autodesk.com_0", vendorUrl: "https://www.autodesk.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?autodesk\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body#dhig > div#adsk-gdpr-footer-wrapper > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body#dhig > div#adsk-gdpr-footer-wrapper > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body#dhig > div#adsk-gdpr-footer-wrapper > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", comment: "Decline" }] }, { name: "auto_GB_autodoc.co.uk_0", vendorUrl: "https://www.autodoc.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?autodoc\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > button:nth-child(1):not([id])", comment: "Reject all cookies" }] }, { name: "auto_GB_autopartspro.co.uk_0", vendorUrl: "https://www.autopartspro.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?autopartspro\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div:nth-child(2) > div > div:nth-child(1) > div:nth-child(1) > span" }], detectPopup: [{ visible: "body > div > div:nth-child(2) > div > div:nth-child(1) > div:nth-child(1) > span" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div:nth-child(2) > div > div:nth-child(1) > div:nth-child(1) > span", text: "Reject all cookies" }] }, { name: "auto_GB_backmarket.co.uk_0", vendorUrl: "https://www.backmarket.co.uk/en-gb", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?backmarket\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#__nuxt > div:nth-child(3):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])" }], detectPopup: [{ visible: "body:not([id]) > div#__nuxt > div:nth-child(3):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])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#__nuxt > div:nth-child(3):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])", comment: "Reject all" }] }, { name: "auto_GB_bananafingers.co.uk_0", vendorUrl: "https://bananafingers.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?bananafingers\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > aside > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > button:nth-child(3)" }], detectPopup: [{ visible: "body > aside > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > button:nth-child(3)" }], optIn: [], optOut: [{ waitForThenClick: "body > aside > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > button:nth-child(3)", text: "Decline Cookies" }] }, { name: "auto_GB_bandlab.com_0", vendorUrl: "https://www.bandlab.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?bandlab\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > privacy-banner:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id]) > span:not([id])" }], detectPopup: [{ visible: "body:not([id]) > privacy-banner:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id]) > span:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > privacy-banner:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id]) > span:not([id])", comment: "Reject All" }] }, { name: "auto_GB_bangbros.com_0", vendorUrl: "https://bangbros.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?bangbros\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div:nth-child(3) > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div > div:nth-child(3) > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div:nth-child(3) > div:nth-child(2) > button:nth-child(2)", text: "ACCEPT ONLY ESSENTIAL COOKIES" }] }, { name: "auto_GB_bangor.ac.uk_0", vendorUrl: "https://www.bangor.ac.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?bangor\\.ac\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline", comment: "Decline" }] }, { name: "auto_GB_bannatyne.co.uk_0", vendorUrl: "https://www.bannatyne.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?bannatyne\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline", comment: "Deny" }] }, { name: "auto_GB_bats.org.uk_0", vendorUrl: "https://www.bats.org.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?bats\\.org\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Deny all" }] }, { name: "auto_GB_bbc.co.uk_0", vendorUrl: "https://www.bbc.co.uk/news", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?bbc\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#root > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > header#header-content > section:nth-child(1):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#root > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > header#header-content > section:nth-child(1):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#root > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > header#header-content > section:nth-child(1):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Reject additional cookies" }] }, { name: "auto_GB_bbqworld.co.uk_0", vendorUrl: "https://www.bbqworld.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?bbqworld\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)", text: "Deny" }] }, { name: "auto_GB_bcfc.com_0", vendorUrl: "https://www.bcfc.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?bcfc\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(1) > div > div > div:nth-child(2) > div:nth-child(2) > div > div > div:nth-child(3) > div > div:nth-child(2) > div:nth-child(3) > div > div:nth-child(2) > div > div > div > div > div > div:nth-child(2) > div:nth-child(9) > div > div > div > div > div > div > div > div > div > div:nth-child(1) > div:nth-child(2) > button:nth-child(3)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(1) > div > div > div:nth-child(2) > div:nth-child(2) > div > div > div:nth-child(3) > div > div:nth-child(2) > div:nth-child(3) > div > div:nth-child(2) > div > div > div > div > div > div:nth-child(2) > div:nth-child(9) > div > div > div > div > div > div > div > div > div > div:nth-child(1) > div:nth-child(2) > button:nth-child(3)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(1) > div > div > div:nth-child(2) > div:nth-child(2) > div > div > div:nth-child(3) > div > div:nth-child(2) > div:nth-child(3) > div > div:nth-child(2) > div > div > div > div > div > div:nth-child(2) > div:nth-child(9) > div > div > div > div > div > div > div > div > div > div:nth-child(1) > div:nth-child(2) > button:nth-child(3)", text: "Reject Cookies" }] }, { name: "auto_GB_bcfc.com_1", vendorUrl: "https://www.bcfc.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?bcfc\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(1) > div > div > div:nth-child(2) > div:nth-child(2) > div > div > div:nth-child(3) > div > div:nth-child(2) > div:nth-child(3) > div > div:nth-child(2) > div > div > div > div > div > div:nth-child(2) > div:nth-child(9) > div > div > div > div > div > div > div > div > div > div:nth-child(1) > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(1) > div > div > div:nth-child(2) > div:nth-child(2) > div > div > div:nth-child(3) > div > div:nth-child(2) > div:nth-child(3) > div > div:nth-child(2) > div > div > div > div > div > div:nth-child(2) > div:nth-child(9) > div > div > div > div > div > div > div > div > div > div:nth-child(1) > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(1) > div > div > div:nth-child(2) > div:nth-child(2) > div > div > div:nth-child(3) > div > div:nth-child(2) > div:nth-child(3) > div > div:nth-child(2) > div > div > div > div > div > div:nth-child(2) > div:nth-child(9) > div > div > div > div > div > div > div > div > div > div:nth-child(1) > div:nth-child(2) > button:nth-child(2)", text: "Accept Essential Cookies Only" }] }, { name: "auto_GB_bedandbreakfast.eu_0", vendorUrl: "https://www.bedandbreakfast.eu/en", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?bedandbreakfast\\.eu/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline", comment: "Deny" }] }, { name: "auto_GB_beersofeurope.co.uk_tt2", vendorUrl: "https://www.beersofeurope.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?beersofeurope\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#bs-cookie-settings > div#bs-cookie-wrapper > div:nth-child(1)#bs-cookie-bar > div:not([id]) > div#c-inr > div:nth-child(2)#c-bns > button:nth-child(2)#c-s-bn" }], detectPopup: [{ visible: "body:not([id]) > div#bs-cookie-settings > div#bs-cookie-wrapper > div:nth-child(1)#bs-cookie-bar > div:not([id]) > div#c-inr > div:nth-child(2)#c-bns > button:nth-child(2)#c-s-bn" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#bs-cookie-settings > div#bs-cookie-wrapper > div:nth-child(1)#bs-cookie-bar > div:not([id]) > div#c-inr > div:nth-child(2)#c-bns > button:nth-child(2)#c-s-bn", comment: "Reject all" }] }, { name: "auto_GB_benefitsandwork.co.uk_0", vendorUrl: "https://www.benefitsandwork.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?benefitsandwork\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body#baw > div#redim-cookiehint-modal > div#redim-cookiehint > div:nth-child(3):not([id]) > a:nth-child(2)#cookiehintsubmitno" }], detectPopup: [{ visible: "body#baw > div#redim-cookiehint-modal > div#redim-cookiehint > div:nth-child(3):not([id]) > a:nth-child(2)#cookiehintsubmitno" }], optIn: [], optOut: [{ waitForThenClick: "body#baw > div#redim-cookiehint-modal > div#redim-cookiehint > div:nth-child(3):not([id]) > a:nth-child(2)#cookiehintsubmitno", comment: "Decline" }] }, { name: "auto_GB_benq.eu_0", vendorUrl: "https://www.benq.eu/en-uk/index.html", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?benq\\.eu/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div:nth-child(92) > div > div > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > button:nth-child(1)" }], detectPopup: [{ visible: "body > div > div:nth-child(92) > div > div > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > button:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div:nth-child(92) > div > div > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > button:nth-child(1)", text: "Only Required Cookies" }] }, { name: "auto_GB_bensnaturalhealth.co.uk_0", vendorUrl: "https://www.bensnaturalhealth.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?bensnaturalhealth\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "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])" }], detectPopup: [{ visible: "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])" }], optIn: [], optOut: [{ waitForThenClick: "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])", comment: "Reject all" }] }, { name: "auto_GB_bestwestern.co.uk_0", vendorUrl: "https://www.bestwestern.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?bestwestern\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline", comment: "Deny" }] }, { name: "auto_GB_beta.northumberland.gov.uk_0", vendorUrl: "https://beta.northumberland.gov.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?beta\\.northumberland\\.gov\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#silktide-wrapper > div:nth-child(4)#silktide-banner > div:not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#silktide-wrapper > div:nth-child(4)#silktide-banner > div:not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#silktide-wrapper > div:nth-child(4)#silktide-banner > div:not([id]) > button:nth-child(2):not([id])", comment: "Reject non-essential" }] }, { name: "auto_GB_betterhelp.com_0", vendorUrl: "https://www.betterhelp.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?betterhelp\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body#main > div#body-container > div:nth-child(41)#cookie-settings-modal-container > div#modal-cookie-settings > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > div:nth-child(4):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body#main > div#body-container > div:nth-child(41)#cookie-settings-modal-container > div#modal-cookie-settings > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > div:nth-child(4):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body#main > div#body-container > div:nth-child(41)#cookie-settings-modal-container > div#modal-cookie-settings > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > div:nth-child(4):not([id]) > button:nth-child(1):not([id])", comment: "Reject All" }] }, { name: "auto_GB_betway.com_8oz", vendorUrl: "https://betway.com/en-gb/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?betway\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#__next > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#__next > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#__next > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:not([id])", comment: "Reject all" }] }, { name: "auto_GB_biblio.co.uk_0", vendorUrl: "https://biblio.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?biblio\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body#homepage > div#eu-cookie-disclaimer > div:not([id]) > form#new-cookie-form > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#required-only-btn" }], detectPopup: [{ visible: "body#homepage > div#eu-cookie-disclaimer > div:not([id]) > form#new-cookie-form > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#required-only-btn" }], optIn: [], optOut: [{ waitForThenClick: "body#homepage > div#eu-cookie-disclaimer > div:not([id]) > form#new-cookie-form > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#required-only-btn", comment: "REQUIRED COOKIES ONLY" }] }, { name: "auto_GB_bike24.com_0", vendorUrl: "https://www.bike24.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?bike24\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "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])" }], detectPopup: [{ visible: "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])" }], optIn: [], optOut: [{ waitForThenClick: "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])", comment: "DECLINE OPTIONAL COOKIES" }] }, { name: "auto_GB_bills-website.co.uk_0", vendorUrl: "https://bills-website.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?bills-website\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(1)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(1)", text: "Deny" }] }, { name: "auto_GB_birminghamairport.co.uk_0", vendorUrl: "https://www.birminghamairport.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?birminghamairport\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline", comment: "Accept necessary cookies" }] }, { name: "auto_GB_blockchain.com_0", vendorUrl: "https://www.blockchain.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?blockchain\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline", comment: "Deny" }] }, { name: "auto_GB_bluelightcard.co.uk_0", vendorUrl: "https://www.bluelightcard.co.uk/en", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?bluelightcard\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline", comment: "Deny" }] }, { name: "auto_GB_boilerjuice.com_0", vendorUrl: "https://www.boilerjuice.com/uk", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?boilerjuice\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline", comment: "Use necessary cookies only" }] }, { name: "auto_GB_bonmarche.co.uk_0", vendorUrl: "https://www.bonmarche.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?bonmarche\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline", comment: "Deny" }] }, { name: "auto_GB_booker.co.uk_0", vendorUrl: "https://www.booker.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?booker\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body#external-page > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body#external-page > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body#external-page > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline", comment: "Reject all cookies" }] }, { name: "auto_GB_bookmygarage.com_0", vendorUrl: "https://bookmygarage.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?bookmygarage\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:not([id])", comment: "Deny All" }] }, { name: "auto_GB_bookretreats.com_0", vendorUrl: "https://bookretreats.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?bookretreats\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(5):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(5):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(5):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "Necessary Only" }] }, { name: "auto_GB_bp.com_0", vendorUrl: "https://www.bp.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?bp\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:nth-child(2):not([id])", comment: "Reject all" }] }, { name: "auto_GB_bracknell-forest.gov.uk_0", vendorUrl: "https://www.bracknell-forest.gov.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?bracknell-forest\\.gov\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CookieReportsPanel > div:nth-child(2)#CookieReportsBanner > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > a:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#CookieReportsPanel > div:nth-child(2)#CookieReportsBanner > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > a:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CookieReportsPanel > div:nth-child(2)#CookieReportsBanner > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > a:nth-child(1):not([id])", comment: "Accept necessary cookies only" }] }, { name: "auto_GB_bradfords.co.uk_0", vendorUrl: "https://www.bradfords.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?bradfords\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body#html-body > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body#html-body > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body#html-body > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline", comment: "Deny" }] }, { name: "auto_GB_branches.halifax.co.uk_0", vendorUrl: "https://branches.halifax.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?branches\\.halifax\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > footer:nth-child(8) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div > footer:nth-child(8) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > footer:nth-child(8) > button:nth-child(2)", text: "Reject all" }] }, { name: "auto_GB_brandonhirestation.com_0", vendorUrl: "https://brandonhirestation.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?brandonhirestation\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline", comment: "Decline" }] }, { name: "auto_GB_brazzers.com_0", vendorUrl: "https://www.brazzers.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?brazzers\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#root > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#root > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#root > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "ACCEPT ONLY ESSENTIAL COOKIES" }] }, { name: "auto_GB_bricksandlogic.co.uk_o5o", vendorUrl: "https://www.bricksandlogic.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?bricksandlogic\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookie-banner-container > div:nth-child(1):not([id]) > div:nth-child(1):not([id]) > div:not([id]) > a:not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#cookie-banner-container > div:nth-child(1):not([id]) > div:nth-child(1):not([id]) > div:not([id]) > a:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookie-banner-container > div:nth-child(1):not([id]) > div:nth-child(1):not([id]) > div:not([id]) > a:not([id])", comment: "essential cookies" }] }, { name: "auto_GB_bricksandlogic.co.uk_uwr", vendorUrl: "https://www.bricksandlogic.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?bricksandlogic\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookie-banner-container > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#cookie-banner-container > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookie-banner-container > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", comment: "Essential Only" }] }, { name: "auto_GB_brightonandhovealbion.com_0", vendorUrl: "https://www.brightonandhovealbion.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?brightonandhovealbion\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(1) > div:nth-child(2) > div > div:nth-child(2) > div > div:nth-child(2) > div:nth-child(2) > div > div > div:nth-child(3) > div > div:nth-child(2) > div > div > div:nth-child(2) > div > div > div > div:nth-child(2) > div:nth-child(11) > div > div > div > div > div > div > div > div > div > div:nth-child(1) > div:nth-child(2) > button:nth-child(3)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(1) > div:nth-child(2) > div > div:nth-child(2) > div > div:nth-child(2) > div:nth-child(2) > div > div > div:nth-child(3) > div > div:nth-child(2) > div > div > div:nth-child(2) > div > div > div > div:nth-child(2) > div:nth-child(11) > div > div > div > div > div > div > div > div > div > div:nth-child(1) > div:nth-child(2) > button:nth-child(3)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(1) > div:nth-child(2) > div > div:nth-child(2) > div > div:nth-child(2) > div:nth-child(2) > div > div > div:nth-child(3) > div > div:nth-child(2) > div > div > div:nth-child(2) > div > div > div > div:nth-child(2) > div:nth-child(11) > div > div > div > div > div > div > div > div > div > div:nth-child(1) > div:nth-child(2) > button:nth-child(3)", text: "Reject Cookies" }] }, { name: "auto_GB_brightonandhovealbion.com_1", vendorUrl: "https://www.brightonandhovealbion.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?brightonandhovealbion\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(1) > div:nth-child(2) > div > div:nth-child(2) > div > div:nth-child(2) > div:nth-child(2) > div > div > div:nth-child(3) > div > div:nth-child(2) > div > div > div:nth-child(2) > div > div > div > div:nth-child(2) > div:nth-child(11) > div > div > div > div > div > div > div > div > div > div:nth-child(1) > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(1) > div:nth-child(2) > div > div:nth-child(2) > div > div:nth-child(2) > div:nth-child(2) > div > div > div:nth-child(3) > div > div:nth-child(2) > div > div > div:nth-child(2) > div > div > div > div:nth-child(2) > div:nth-child(11) > div > div > div > div > div > div > div > div > div > div:nth-child(1) > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(1) > div:nth-child(2) > div > div:nth-child(2) > div > div:nth-child(2) > div:nth-child(2) > div > div > div:nth-child(3) > div > div:nth-child(2) > div > div > div:nth-child(2) > div > div > div > div:nth-child(2) > div:nth-child(11) > div > div > div > div > div > div > div > div > div > div:nth-child(1) > div:nth-child(2) > button:nth-child(2)", text: "Accept Essential Cookies Only" }] }, { name: "auto_GB_bristan.com_0", vendorUrl: "https://www.bristan.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?bristan\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div#cookie-form > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:nth-child(5)#btn-necessary-cookie" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div#cookie-form > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:nth-child(5)#btn-necessary-cookie" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div#cookie-form > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:nth-child(5)#btn-necessary-cookie", comment: "Necessary Cookies" }] }, { name: "auto_GB_britainsfinest.co.uk_0", vendorUrl: "https://www.britainsfinest.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?britainsfinest\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CookieMessage > div#CookieBox > div:nth-child(4):not([id]) > button:nth-child(2)#DenyButton" }], detectPopup: [{ visible: "body:not([id]) > div#CookieMessage > div#CookieBox > div:nth-child(4):not([id]) > button:nth-child(2)#DenyButton" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CookieMessage > div#CookieBox > div:nth-child(4):not([id]) > button:nth-child(2)#DenyButton", comment: "ESSENTIAL ONLY" }] }, { name: "auto_GB_britishironworkcentre.co.uk_fhq", vendorUrl: "https://www.britishironworkcentre.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?britishironworkcentre\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "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(1):not([id])" }], detectPopup: [{ visible: "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(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "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(1):not([id])", comment: "Reject All" }] }, { name: "auto_GB_britishsuperbike.com_0", vendorUrl: "https://www.britishsuperbike.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?britishsuperbike\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookies-eu-banner > button:nth-child(2)#cookies-eu-reject" }], detectPopup: [{ visible: "body:not([id]) > div#cookies-eu-banner > button:nth-child(2)#cookies-eu-reject" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookies-eu-banner > button:nth-child(2)#cookies-eu-reject", comment: "Reject" }] }, { name: "auto_GB_broadbandchoices.co.uk_0", vendorUrl: "https://www.broadbandchoices.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?broadbandchoices\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "Reject all" }] }, { name: "auto_GB_brooktaverner.co.uk_0", vendorUrl: "https://www.brooktaverner.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?brooktaverner\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div > div > div > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div > div > div > div > div > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div > div > div > div:nth-child(2) > button:nth-child(2)", text: "Decline" }] }, { name: "auto_GB_brunel.ac.uk_0", vendorUrl: "https://www.brunel.ac.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?brunel\\.ac\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)", text: "Use necessary cookies only" }] }, { name: "auto_GB_buckinghamshire.gov.uk_0", vendorUrl: "https://www.buckinghamshire.gov.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?buckinghamshire\\.gov\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#silktide-wrapper > div:nth-child(3)#silktide-banner > div:nth-child(4):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#silktide-wrapper > div:nth-child(3)#silktide-banner > div:nth-child(4):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#silktide-wrapper > div:nth-child(3)#silktide-banner > div:nth-child(4):not([id]) > button:nth-child(2):not([id])", comment: "Reject additional cookies" }] }, { name: "auto_GB_business.bankofscotland.co.uk_0", vendorUrl: "https://business.bankofscotland.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?business\\.bankofscotland\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#lbganalyticsCookies > footer:nth-child(8):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#lbganalyticsCookies > footer:nth-child(8):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#lbganalyticsCookies > footer:nth-child(8):not([id]) > button:nth-child(2):not([id])", comment: "Reject all" }] }, { name: "auto_GB_businessclass.com_0", vendorUrl: "https://www.businessclass.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?businessclass\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "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])" }], detectPopup: [{ visible: "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])" }], optIn: [], optOut: [{ waitForThenClick: "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])", comment: "REJECT ALL" }] }, { name: "auto_GB_buycarparts.co.uk_0", vendorUrl: "https://www.buycarparts.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?buycarparts\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div:nth-child(2) > div > div:nth-child(1) > div:nth-child(1) > span" }], detectPopup: [{ visible: "body > div > div:nth-child(2) > div > div:nth-child(1) > div:nth-child(1) > span" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div:nth-child(2) > div > div:nth-child(1) > div:nth-child(1) > span", text: "Reject all cookies" }] }, { name: "auto_GB_buyspares.co.uk_ia7", vendorUrl: "https://www.buyspares.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?buyspares\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(12):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(6):not([id]) > a:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(12):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(6):not([id]) > a:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(12):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(6):not([id]) > a:nth-child(2):not([id])", comment: "Reject Non-Essential Cookies" }] }, { name: "auto_GB_c2c-online.co.uk_0", vendorUrl: "https://www.c2c-online.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?c2c-online\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline", comment: "Deny" }] }, { name: "auto_GB_cam4.com_0", vendorUrl: "https://www.cam4.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?cam4\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#root > div:not([id]) > div:nth-child(6):not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#root > div:not([id]) > div:nth-child(6):not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#root > div:not([id]) > div:nth-child(6):not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", comment: "Reject All" }] }, { name: "auto_GB_cameraworld.co.uk_0", vendorUrl: "https://www.cameraworld.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?cameraworld\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body#html-body > div:not([id]) > aside:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:nth-child(2)#modal-content-14 > div#pr-cookie-notice > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#btn-cookie-decline" }], detectPopup: [{ visible: "body#html-body > div:not([id]) > aside:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:nth-child(2)#modal-content-14 > div#pr-cookie-notice > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#btn-cookie-decline" }], optIn: [], optOut: [{ waitForThenClick: "body#html-body > div:not([id]) > aside:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:nth-child(2)#modal-content-14 > div#pr-cookie-notice > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#btn-cookie-decline", comment: "Decline" }] }, { name: "auto_GB_canalworld.net_0", vendorUrl: "https://www.canalworld.net/forums/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?canalworld\\.net/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#elGuestTerms > div:not([id]) > div:nth-child(2):not([id]) > form:not([id]) > button:nth-child(3):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#elGuestTerms > div:not([id]) > div:nth-child(2):not([id]) > form:not([id]) > button:nth-child(3):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#elGuestTerms > div:not([id]) > div:nth-child(2):not([id]) > form:not([id]) > button:nth-child(3):not([id])", comment: "\xA0Reject Cookies" }] }, { name: "auto_GB_canon-europe.com_kjw", vendorUrl: "https://www.canon-europe.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?canon-europe\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#_evidon_banner > button:nth-child(3)#_evidon-decline-button" }], detectPopup: [{ visible: "body:not([id]) > div#_evidon_banner > button:nth-child(3)#_evidon-decline-button" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#_evidon_banner > button:nth-child(3)#_evidon-decline-button", comment: "DECLINE" }] }, { name: "auto_GB_capcut.com_0", vendorUrl: "https://www.capcut.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?capcut\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#root > div:nth-child(3):not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#root > div:nth-child(3):not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#root > div:nth-child(3):not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id])", comment: "Decline all" }] }, { name: "auto_GB_capitalone.co.uk_0", vendorUrl: "https://www.capitalone.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?capitalone\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#__next > div:nth-child(1):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#__next > div:nth-child(1):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#__next > div:nth-child(1):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Reject all" }] }, { name: "auto_GB_carbatterymarket.co.uk_0", vendorUrl: "https://carbatterymarket.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?carbatterymarket\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > 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])" }], detectPopup: [{ visible: "body:not([id]) > 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])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > 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])", comment: "DECLINE" }] }, { name: "auto_GB_careers.royalmailgroup.com_0", vendorUrl: "https://careers.royalmailgroup.com/gb/en", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?careers\\.royalmailgroup\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)", text: "Deny" }] }, { name: "auto_GB_carersuk.org_0", vendorUrl: "https://www.carersuk.org/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?carersuk\\.org/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#freeprivacypolicy-com---nb > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#freeprivacypolicy-com---nb > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#freeprivacypolicy-com---nb > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "I decline" }] }, { name: "auto_GB_carfromjapan.com_0", vendorUrl: "https://carfromjapan.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?carfromjapan\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body: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(4):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body: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(4):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body: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(4):not([id]) > button:nth-child(1):not([id])", comment: "Reject all" }] }, { name: "auto_GB_cartridgeworld.co.uk_0", vendorUrl: "https://www.cartridgeworld.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?cartridgeworld\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#consent-manager > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#consent-manager > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#consent-manager > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Reject all" }] }, { name: "auto_GB_casio.com_0", vendorUrl: "https://www.casio.com/uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?casio\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body#page-2becd1eb81 > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body#page-2becd1eb81 > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body#page-2becd1eb81 > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline", comment: "Deny" }] }, { name: "auto_GB_catawiki.com_0", vendorUrl: "https://www.catawiki.com/en/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?catawiki\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "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])" }], detectPopup: [{ visible: "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])" }], optIn: [], optOut: [{ waitForThenClick: "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])", comment: "Continue without accepting" }] }, { name: "auto_GB_change.org_0", vendorUrl: "https://www.change.org/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?change\\.org/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#rootApp > div:nth-child(3):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#rootApp > div:nth-child(3):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#rootApp > div:nth-child(3):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:nth-child(2):not([id])", comment: "Reject non-essential cookies" }] }, { name: "auto_GB_charlesclinkard.co.uk_0", vendorUrl: "https://www.charlesclinkard.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?charlesclinkard\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > 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" }], detectPopup: [{ visible: "body:not([id]) > 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" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > 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", comment: "Reject All Cookies" }] }, { name: "auto_GB_chat.deepseek.com_0", vendorUrl: "https://chat.deepseek.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?chat\\.deepseek\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(2) > div:nth-child(3)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(2) > div:nth-child(3)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(2) > div:nth-child(3)", text: "Necessary cookies only" }] }, { name: "auto_GB_chatsworth.org_0", vendorUrl: "https://www.chatsworth.org/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?chatsworth\\.org/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookiebanner > div:nth-child(2):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(1):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#cookiebanner > div:nth-child(2):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(1):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookiebanner > div:nth-child(2):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(1):not([id]) > button:nth-child(2):not([id])", comment: "Use only necessary cookies " }] }, { name: "auto_GB_cheapflights.co.uk_0", vendorUrl: "https://www.cheapflights.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?cheapflights\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body: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]) > div:not([id]) > div:nth-child(1):not([id]) > button:nth-child(3):not([id]) > div:not([id]) > div:not([id])" }], detectPopup: [{ visible: "body: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]) > div:not([id]) > div:nth-child(1):not([id]) > button:nth-child(3):not([id]) > div:not([id]) > div:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body: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]) > div:not([id]) > div:nth-child(1):not([id]) > button:nth-child(3):not([id]) > div:not([id]) > div:not([id])", comment: "Reject all" }] }, { name: "auto_GB_chemistdirect.co.uk_0", vendorUrl: "https://www.chemistdirect.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?chemistdirect\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline", comment: "Use necessary cookies only" }] }, { name: "auto_GB_chichester.gov.uk_0", vendorUrl: "https://www.chichester.gov.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?chichester\\.gov\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div:nth-child(1) > div > div:nth-child(3) > form > button:nth-child(2)" }], detectPopup: [{ visible: "body > div > div:nth-child(1) > div > div:nth-child(3) > form > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div:nth-child(1) > div > div:nth-child(3) > form > button:nth-child(2)", text: "Reject additional cookies" }] }, { name: "auto_GB_chilternseeds.co.uk_0", vendorUrl: "https://www.chilternseeds.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?chilternseeds\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > 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])" }], detectPopup: [{ visible: "body:not([id]) > 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])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > 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])", comment: "Essential cookies only" }] }, { name: "auto_GB_chrono24.co.uk_0", vendorUrl: "https://www.chrono24.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?chrono24\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "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])" }], detectPopup: [{ visible: "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])" }], optIn: [], optOut: [{ waitForThenClick: "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])", comment: "Only necessary cookies" }] }, { name: "auto_GB_chrono24.com_0", vendorUrl: "https://www.chrono24.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?chrono24\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "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])" }], detectPopup: [{ visible: "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])" }], optIn: [], optOut: [{ waitForThenClick: "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])", comment: "Only necessary cookies" }] }, { name: "auto_GB_churchinwales.org.uk_0", vendorUrl: "https://www.churchinwales.org.uk/en/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?churchinwales\\.org\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(3) > div > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(3) > div > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(3) > div > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)", text: "Decline" }] }, { name: "auto_GB_citizenwatch.co.uk_0", vendorUrl: "https://www.citizenwatch.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?citizenwatch\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body#html-body > div#gdprCookieBar > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body#html-body > div#gdprCookieBar > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body#html-body > div#gdprCookieBar > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Reject additional cookies" }] }, { name: "auto_GB_citroen.co.uk_0", vendorUrl: "https://www.citroen.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?citroen\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#_psaihm_main_div > div:nth-child(5)#_psaihm_text_div > div:nth-child(3)#_psaihm_cta_container > a:nth-child(3)#_psaihm_refuse_all" }], detectPopup: [{ visible: "body:not([id]) > div#_psaihm_main_div > div:nth-child(5)#_psaihm_text_div > div:nth-child(3)#_psaihm_cta_container > a:nth-child(3)#_psaihm_refuse_all" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#_psaihm_main_div > div:nth-child(5)#_psaihm_text_div > div:nth-child(3)#_psaihm_cta_container > a:nth-child(3)#_psaihm_refuse_all", comment: "REFUSE ALL" }] }, { name: "auto_GB_citylink.co.uk_0", vendorUrl: "https://www.citylink.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?citylink\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline", comment: "Deny" }] }, { name: "auto_GB_classic-trader.com_0", vendorUrl: "https://www.classic-trader.com/uk/cars", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?classic-trader\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline", comment: "Use necessary cookies only" }] }, { name: "auto_GB_cliftoncameras.co.uk_0", vendorUrl: "https://www.cliftoncameras.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?cliftoncameras\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline", comment: "Deny" }] }, { name: "auto_GB_club.autodoc.co.uk_0", vendorUrl: "https://club.autodoc.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?club\\.autodoc\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#__nuxt > div#__layout > div#app > div:nth-child(7):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#__nuxt > div#__layout > div#app > div:nth-child(7):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#__nuxt > div#__layout > div#app > div:nth-child(7):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(1):not([id])", comment: "REJECT ALL COOKIES" }] }, { name: "auto_GB_coinbase.com_0", vendorUrl: "https://www.coinbase.com/en-gb", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?coinbase\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#root > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(3):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#root > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(3):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#root > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(3):not([id])", comment: "Reject all" }] }, { name: "auto_GB_college.police.uk_0", vendorUrl: "https://www.college.police.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?college\\.police\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > main:not([id]) > div:nth-child(2)#main-content > div:not([id]) > div:nth-child(1):not([id]) > div#block-cookiesui > div:not([id]) > div#cookiesjsr > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > main:not([id]) > div:nth-child(2)#main-content > div:not([id]) > div:nth-child(1):not([id]) > div#block-cookiesui > div:not([id]) > div#cookiesjsr > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > main:not([id]) > div:nth-child(2)#main-content > div:not([id]) > div:nth-child(1):not([id]) > div#block-cookiesui > div:not([id]) > div#cookiesjsr > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Decline non-essential" }] }, { name: "auto_GB_commission.europa.eu_o3q", vendorUrl: "https://commission.europa.eu/index_en", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?commission\\.europa\\.eu/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cck_here > div#cookie-consent-banner > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#cck_here > div#cookie-consent-banner > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cck_here > div#cookie-consent-banner > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])", comment: "Accept only essential cookies" }] }, { name: "auto_GB_community.virginmedia.com_0", vendorUrl: "https://community.virginmedia.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?community\\.virginmedia\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div > div > div > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div > div:nth-child(2) > button:nth-child(2)", text: "Accept essential cookies only" }] }, { name: "auto_GB_compareholidaymoney.com_0", vendorUrl: "https://www.compareholidaymoney.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?compareholidaymoney\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#consent-cookie-banner > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(1):not([id]) > button:not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#consent-cookie-banner > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(1):not([id]) > button:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#consent-cookie-banner > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(1):not([id]) > button:not([id])", comment: "Decline" }] }, { name: "auto_GB_condorferries.co.uk_r1r", vendorUrl: "https://www.condorferries.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?condorferries\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body#top > div#cookiescript_injected_wrapper > div#cookiescript_injected > div:nth-child(6)#cookiescript_cookietablewrap > div:nth-child(3)#cookiescript_tabscontent > div:nth-child(1)#cookiescript_declarationwrap > div:nth-child(1)#cookiescript_categories > div:nth-child(1):not([id])" }], detectPopup: [{ visible: "body#top > div#cookiescript_injected_wrapper > div#cookiescript_injected > div:nth-child(6)#cookiescript_cookietablewrap > div:nth-child(3)#cookiescript_tabscontent > div:nth-child(1)#cookiescript_declarationwrap > div:nth-child(1)#cookiescript_categories > div:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body#top > div#cookiescript_injected_wrapper > div#cookiescript_injected > div:nth-child(6)#cookiescript_cookietablewrap > div:nth-child(3)#cookiescript_tabscontent > div:nth-child(1)#cookiescript_declarationwrap > div:nth-child(1)#cookiescript_categories > div:nth-child(1):not([id])", comment: "Strictly necessary" }] }, { name: "auto_GB_confused.com_0", vendorUrl: "https://www.confused.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?confused\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > section:nth-child(11):not([id]) > div:not([id]) > button:nth-child(4)#button-essential-only" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > section:nth-child(11):not([id]) > div:not([id]) > button:nth-child(4)#button-essential-only" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > section:nth-child(11):not([id]) > div:not([id]) > button:nth-child(4)#button-essential-only", comment: "Essential only" }] }, { name: "auto_GB_conjugator.reverso.net_0", vendorUrl: "https://conjugator.reverso.net/conjugation-english.html", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?conjugator\\.reverso\\.net/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])", comment: "Continue without agreeing \u2192" }] }, { name: "auto_GB_context.reverso.net_0", vendorUrl: "https://context.reverso.net/translation/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?context\\.reverso\\.net/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])", comment: "Continue without agreeing \u2192" }] }, { name: "auto_GB_cookpad.com_0", vendorUrl: "https://cookpad.com/uk", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?cookpad\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])", comment: "Refuse non-essential cookies" }] }, { name: "auto_GB_core.ac.uk_0", vendorUrl: "https://core.ac.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?core\\.ac\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#__next > div:nth-child(5)#cookies-popup > div:nth-child(2):not([id]) > button:nth-child(1)#essential_cookies_allowed" }], detectPopup: [{ visible: "body:not([id]) > div#__next > div:nth-child(5)#cookies-popup > div:nth-child(2):not([id]) > button:nth-child(1)#essential_cookies_allowed" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#__next > div:nth-child(5)#cookies-popup > div:nth-child(2):not([id]) > button:nth-child(1)#essential_cookies_allowed", comment: "ESSENTIAL COOKIES ONLY" }] }, { name: "auto_GB_costco.co.uk_0", vendorUrl: "https://www.costco.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?costco\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > main:not([id]) > sip-header:nth-child(1):not([id]) > header:nth-child(4):not([id]) > div:nth-child(6):not([id]) > sip-sip-gdpr-options-component:not([id]) > div#gdprMessage > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(3):not([id])" }], detectPopup: [{ visible: "body:not([id]) > main:not([id]) > sip-header:nth-child(1):not([id]) > header:nth-child(4):not([id]) > div:nth-child(6):not([id]) > sip-sip-gdpr-options-component:not([id]) > div#gdprMessage > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(3):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > main:not([id]) > sip-header:nth-child(1):not([id]) > header:nth-child(4):not([id]) > div:nth-child(6):not([id]) > sip-sip-gdpr-options-component:not([id]) > div#gdprMessage > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(3):not([id])", comment: "Reject All" }] }, { name: "auto_GB_cotswoldcameras.co.uk_0", vendorUrl: "https://www.cotswoldcameras.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?cotswoldcameras\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#footer > div:nth-child(5):not([id]) > div:nth-child(3)#CookieConsentBanner > form:not([id]) > div:nth-child(1)#CookieConsentBannerContent > span:nth-child(3)#CookieConsent-Buttons > span:nth-child(2)#CookieConsent-HollowButtons" }], detectPopup: [{ visible: "body:not([id]) > div#footer > div:nth-child(5):not([id]) > div:nth-child(3)#CookieConsentBanner > form:not([id]) > div:nth-child(1)#CookieConsentBannerContent > span:nth-child(3)#CookieConsent-Buttons > span:nth-child(2)#CookieConsent-HollowButtons" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#footer > div:nth-child(5):not([id]) > div:nth-child(3)#CookieConsentBanner > form:not([id]) > div:nth-child(1)#CookieConsentBannerContent > span:nth-child(3)#CookieConsent-Buttons > span:nth-child(2)#CookieConsent-HollowButtons", comment: "Reject All" }] }, { name: "auto_GB_cottonpatch.co.uk_0", vendorUrl: "https://www.cottonpatch.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?cottonpatch\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookie-bar > div:not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#cookie-bar > div:not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookie-bar > div:not([id]) > button:nth-child(2):not([id])", comment: "ACCEPT ESSENTIAL COOKIES ONLY" }] }, { name: "auto_GB_counciltax.info_0", vendorUrl: "https://www.counciltax.info/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?counciltax\\.info/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#freeprivacypolicy-com---nb > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#freeprivacypolicy-com---nb > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#freeprivacypolicy-com---nb > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "I decline" }] }, { name: "auto_GB_coventrybuildingsociety.co.uk_0", vendorUrl: "https://www.coventrybuildingsociety.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?coventrybuildingsociety\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#content > div:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > button:nth-child(3):not([id]) > div:not([id]) > a:not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#content > div:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > button:nth-child(3):not([id]) > div:not([id]) > a:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#content > div:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > button:nth-child(3):not([id]) > div:not([id]) > a:not([id])", comment: "Reject optional cookies" }] }, { name: "auto_GB_cpfc.co.uk_0", vendorUrl: "https://www.cpfc.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?cpfc\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "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])" }], detectPopup: [{ visible: "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])" }], optIn: [], optOut: [{ waitForThenClick: "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])", comment: "REJECT" }] }, { name: "auto_GB_create.roblox.com_m71", vendorUrl: "https://create.roblox.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?create\\.roblox\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", comment: "Decline All" }] }, { name: "auto_GB_creditkarma.co.uk_0", vendorUrl: "https://www.creditkarma.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?creditkarma\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > main#app-root > div:nth-child(1)#app-parent > div#app-app > div:nth-child(1):not([id]) > div:nth-child(6):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(4):not([id]) > div:not([id]) > button:not([id])" }], detectPopup: [{ visible: "body:not([id]) > main#app-root > div:nth-child(1)#app-parent > div#app-app > div:nth-child(1):not([id]) > div:nth-child(6):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(4):not([id]) > div:not([id]) > button:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > main#app-root > div:nth-child(1)#app-parent > div#app-app > div:nth-child(1):not([id]) > div:nth-child(6):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(4):not([id]) > div:not([id]) > button:not([id])", comment: "Reject non-essential cookies" }] }, { name: "auto_GB_crowndecoratingcentres.co.uk_0", vendorUrl: "https://www.crowndecoratingcentres.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?crowndecoratingcentres\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)", text: "Use necessary cookies only" }] }, { name: "auto_GB_crownpaints.co.uk_0", vendorUrl: "https://crownpaints.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?crownpaints\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline", comment: "USE NECESSARY COOKIES ONLY" }] }, { name: "auto_GB_cryptonews.com_0", vendorUrl: "https://cryptonews.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?cryptonews\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Reject Cookies" }] }, { name: "auto_GB_currys.ie_0", vendorUrl: "https://www.currys.ie/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?currys\\.ie/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#onetrust-consent-sdk > div:nth-child(2)#onetrust-banner-sdk > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2)#onetrust-button-group-parent > div#onetrust-button-group > div:nth-child(2):not([id]) > button#onetrust-reject-all-handler" }], detectPopup: [{ visible: "body:not([id]) > div#onetrust-consent-sdk > div:nth-child(2)#onetrust-banner-sdk > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2)#onetrust-button-group-parent > div#onetrust-button-group > div:nth-child(2):not([id]) > button#onetrust-reject-all-handler" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#onetrust-consent-sdk > div:nth-child(2)#onetrust-banner-sdk > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2)#onetrust-button-group-parent > div#onetrust-button-group > div:nth-child(2):not([id]) > button#onetrust-reject-all-handler", comment: "Allow required cookies only" }] }, { name: "auto_GB_curvissa.co.uk_ndd", vendorUrl: "https://www.curvissa.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?curvissa\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "Required Cookies Only" }] }, { name: "auto_GB_daikin.co.uk_0", vendorUrl: "https://www.daikin.co.uk/en_gb/residential.html", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?daikin\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(1) > div > div > div > section > div:nth-child(4) > div:nth-child(3) > button > span" }], detectPopup: [{ visible: "body > div > div > div:nth-child(1) > div > div > div > section > div:nth-child(4) > div:nth-child(3) > button > span" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(1) > div > div > div > section > div:nth-child(4) > div:nth-child(3) > button > span", text: "Reject all" }] }, { name: "auto_GB_dashboard.stripe.com_0", vendorUrl: "https://dashboard.stripe.com/login", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?dashboard\\.stripe\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(1):not([id]) > button:not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(1):not([id]) > button:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(1):not([id]) > button:not([id])", comment: "Reject all" }] }, { name: "auto_GB_de.pornhub.org_0", vendorUrl: "https://de.pornhub.org/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?de\\.pornhub\\.org/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookieBanner > div#cookieBannerWrapper > button:nth-child(3):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#cookieBanner > div#cookieBannerWrapper > button:nth-child(3):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookieBanner > div#cookieBannerWrapper > button:nth-child(3):not([id])", comment: "Accept Only Essential Cookies" }] }, { name: "auto_GB_deepl.com_0", vendorUrl: "https://www.deepl.com/en/translator", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?deepl\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div:nth-child(1) > div:nth-child(3) > div > div:nth-child(3) > button:nth-child(1)" }], detectPopup: [{ visible: "body > div > div:nth-child(1) > div:nth-child(3) > div > div:nth-child(3) > button:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div:nth-child(1) > div:nth-child(3) > div > div:nth-child(3) > button:nth-child(1)", text: "Reject" }] }, { name: "auto_GB_deezer.com_0", vendorUrl: "https://www.deezer.com/us/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?deezer\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "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" }], detectPopup: [{ visible: "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" }], optIn: [], optOut: [{ waitForThenClick: "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", comment: "Refuse" }] }, { name: "auto_GB_degruyterbrill.com_0", vendorUrl: "https://www.degruyterbrill.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?degruyterbrill\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(2) > button:nth-child(2)", text: "Reject non-essential cookies" }] }, { name: "auto_GB_design911.co.uk_0", vendorUrl: "https://www.design911.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?design911\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body#home > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body#home > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body#home > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline", comment: "DENY" }] }, { name: "auto_GB_dietdoctor.com_1", vendorUrl: "https://www.dietdoctor.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?dietdoctor\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookiescript_injected > div:nth-child(2)#cookiescript_toppart > div:nth-child(2)#cookiescript_rightpart > div#cookiescript_buttons > div:nth-child(3)#cookiescript_reject" }], detectPopup: [{ visible: "body:not([id]) > div#cookiescript_injected > div:nth-child(2)#cookiescript_toppart > div:nth-child(2)#cookiescript_rightpart > div#cookiescript_buttons > div:nth-child(3)#cookiescript_reject" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookiescript_injected > div:nth-child(2)#cookiescript_toppart > div:nth-child(2)#cookiescript_rightpart > div#cookiescript_buttons > div:nth-child(3)#cookiescript_reject", comment: "ONLY NECESSARY" }] }, { name: "auto_GB_discountdragon.co.uk_0", vendorUrl: "https://discountdragon.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?discountdragon\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline", comment: "Deny" }] }, { name: "auto_GB_disneylandparis.com_njk", vendorUrl: "https://www.disneylandparis.com/en-gb", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?disneylandparis\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "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" }], detectPopup: [{ visible: "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" }], optIn: [], optOut: [{ waitForThenClick: "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", comment: "Reject All" }] }, { name: "auto_GB_dobbies.com_0", vendorUrl: "https://www.dobbies.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?dobbies\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#renderPage > header:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div#cookieBanner > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#renderPage > header:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div#cookieBanner > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#renderPage > header:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div#cookieBanner > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "Reject all cookies" }] }, { name: "auto_GB_docs.gradle.org_0", vendorUrl: "https://docs.gradle.org/current/userguide/userguide.html", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?docs\\.gradle\\.org/" }, prehideSelectors: [], detectCmp: [{ exists: "body#what_is_gradle > div:not([id]) > main:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:nth-child(2)#analytics-consent-div > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1)#reject" }], detectPopup: [{ visible: "body#what_is_gradle > div:not([id]) > main:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:nth-child(2)#analytics-consent-div > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1)#reject" }], optIn: [], optOut: [{ waitForThenClick: "body#what_is_gradle > div:not([id]) > main:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:nth-child(2)#analytics-consent-div > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1)#reject", comment: "Reject" }] }, { name: "auto_GB_docs.snowflake.com_0", vendorUrl: "https://docs.snowflake.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?docs\\.snowflake\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#__next > div:nth-child(3):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#__next > div:nth-child(3):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#__next > div:nth-child(3):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Decline" }] }, { name: "auto_GB_docs.streamlit.io_0", vendorUrl: "https://docs.streamlit.io/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?docs\\.streamlit\\.io/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > main > div:nth-child(2) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div > main > div:nth-child(2) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > main > div:nth-child(2) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(2)", text: "Reject all" }] }, { name: "auto_GB_dofe.org_0", vendorUrl: "https://www.dofe.org/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?dofe\\.org/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(5):not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(5):not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(5):not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "REJECT ALL" }] }, { name: "auto_GB_doorsuperstore.co.uk_0", vendorUrl: "https://www.doorsuperstore.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?doorsuperstore\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline", comment: "Necessary only" }] }, { name: "auto_GB_dpd.com_0", vendorUrl: "https://www.dpd.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?dpd\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > 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" }], detectPopup: [{ visible: "body:not([id]) > 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" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > 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", comment: "Refuse all" }] }, { name: "auto_GB_drainagesuperstore.co.uk_0", vendorUrl: "https://www.drainagesuperstore.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?drainagesuperstore\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline", comment: "Necessary only" }] }, { name: "auto_GB_drapertools.com_0", vendorUrl: "https://www.drapertools.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?drapertools\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#consent-manager > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#consent-manager > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#consent-manager > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Reject all" }] }, { name: "auto_GB_drfrost.org_0", vendorUrl: "https://www.drfrost.org/index.php", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?drfrost\\.org/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(6):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(6):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(6):not([id]) > button:nth-child(2):not([id])", comment: "Reject optional cookies" }] }, { name: "auto_GB_dropbox.com_0", vendorUrl: "https://www.dropbox.com/", cosmetic: false, runContext: { main: false, frame: true, urlPattern: "^https?://(www\\.)?dropbox\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "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" }], detectPopup: [{ visible: "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" }], optIn: [], optOut: [{ waitForThenClick: "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", comment: "Decline" }] }, { name: "auto_GB_dunsterhouse.co.uk_0", vendorUrl: "https://dunsterhouse.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?dunsterhouse\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > a:nth-child(2)#cookie-reject-button" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > a:nth-child(2)#cookie-reject-button" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > a:nth-child(2)#cookie-reject-button", comment: "Reject non-essential" }] }, { name: "auto_GB_durhamcathedral.co.uk_0", vendorUrl: "https://www.durhamcathedral.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?durhamcathedral\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(2) > div:nth-child(1) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(2) > div:nth-child(1) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(2) > div:nth-child(1) > button:nth-child(2)", text: "Deny all" }] }, { name: "auto_GB_dxdelivery.com_0", vendorUrl: "https://www.dxdelivery.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?dxdelivery\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > aside:nth-child(1):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])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > aside:nth-child(1):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])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > aside:nth-child(1):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])", comment: "DECLINE" }] }, { name: "auto_GB_eastmidlandsrailway.co.uk_0", vendorUrl: "https://www.eastmidlandsrailway.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?eastmidlandsrailway\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline", comment: "Use necessary cookies only" }] }, { name: "auto_GB_eastriding.gov.uk_0", vendorUrl: "https://www.eastriding.gov.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?eastriding\\.gov\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#g-page-surround > section:nth-child(13)#g-cookies > div:not([id]) > div:nth-child(2):not([id]) > div#cookie-tabs > div#tabs-3280-particle > div#tabs-3280 > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(1):not([id]) > div#er-cookie-placeholder-settings > div:not([id]) > a:nth-child(5):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#g-page-surround > section:nth-child(13)#g-cookies > div:not([id]) > div:nth-child(2):not([id]) > div#cookie-tabs > div#tabs-3280-particle > div#tabs-3280 > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(1):not([id]) > div#er-cookie-placeholder-settings > div:not([id]) > a:nth-child(5):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#g-page-surround > section:nth-child(13)#g-cookies > div:not([id]) > div:nth-child(2):not([id]) > div#cookie-tabs > div#tabs-3280-particle > div#tabs-3280 > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(1):not([id]) > div#er-cookie-placeholder-settings > div:not([id]) > a:nth-child(5):not([id])", comment: " Reject all cookies" }] }, { name: "auto_GB_ecosia.org_0", vendorUrl: "https://www.ecosia.org/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?ecosia\\.org/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#didomi-host > div:not([id]) > div:not([id]) > div#didomi-notice > div:not([id]) > div:nth-child(2)#buttons > button:nth-child(2)#didomi-notice-disagree-button" }], detectPopup: [{ visible: "body:not([id]) > div#didomi-host > div:not([id]) > div:not([id]) > div#didomi-notice > div:not([id]) > div:nth-child(2)#buttons > button:nth-child(2)#didomi-notice-disagree-button" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#didomi-host > div:not([id]) > div:not([id]) > div#didomi-notice > div:not([id]) > div:nth-child(2)#buttons > button:nth-child(2)#didomi-notice-disagree-button", comment: "Reject non-essential" }] }, { name: "auto_GB_eduqas.co.uk_0", vendorUrl: "https://www.eduqas.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?eduqas\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > header:not([id]) > div:not([id]) > nav:nth-child(2)#navbar > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#decline-cookies" }], detectPopup: [{ visible: "body:not([id]) > header:not([id]) > div:not([id]) > nav:nth-child(2)#navbar > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#decline-cookies" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > header:not([id]) > div:not([id]) > nav:nth-child(2)#navbar > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#decline-cookies", comment: "Decline" }] }, { name: "auto_GB_electrical.theiet.org_0", vendorUrl: "https://electrical.theiet.org/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?electrical\\.theiet\\.org/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#ivcb-overlay > div#ivcb-banner > div:nth-child(1)#ivcb-welcome > p:nth-child(4):not([id]) > a:nth-child(3):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#ivcb-overlay > div#ivcb-banner > div:nth-child(1)#ivcb-welcome > p:nth-child(4):not([id]) > a:nth-child(3):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#ivcb-overlay > div#ivcb-banner > div:nth-child(1)#ivcb-welcome > p:nth-child(4):not([id]) > a:nth-child(3):not([id])", comment: "Allow Essential" }] }, { name: "auto_GB_elements.envato.com_0", vendorUrl: "https://elements.envato.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?elements\\.envato\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline", comment: "Reject all" }] }, { name: "auto_GB_ema.europa.eu_3wt", vendorUrl: "https://www.ema.europa.eu/en/homepage", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?ema\\.europa\\.eu/" }, prehideSelectors: [], detectCmp: [{ exists: "body#oe-back-to-top > div#cck_here > div:nth-child(1)#cookie-consent-banner > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])" }], detectPopup: [{ visible: "body#oe-back-to-top > div#cck_here > div:nth-child(1)#cookie-consent-banner > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body#oe-back-to-top > div#cck_here > div:nth-child(1)#cookie-consent-banner > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])", comment: "Accept only essential cookies" }] }, { name: "auto_GB_ema.europa.eu_9u1", vendorUrl: "https://www.ema.europa.eu/en/homepage", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?ema\\.europa\\.eu/" }, prehideSelectors: [], detectCmp: [{ exists: "body#oe-back-to-top > div#cck_here > div:nth-child(2)#cookie-consent-banner > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])" }], detectPopup: [{ visible: "body#oe-back-to-top > div#cck_here > div:nth-child(2)#cookie-consent-banner > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body#oe-back-to-top > div#cck_here > div:nth-child(2)#cookie-consent-banner > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])", comment: "Accept only essential cookies" }] }, { name: "auto_GB_emberinns.co.uk_0", vendorUrl: "https://www.emberinns.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?emberinns\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div > div > div > div > div:nth-child(1) > div:nth-child(4) > a:nth-child(2)" }], detectPopup: [{ visible: "body > div > div > div > div > div > div > div:nth-child(1) > div:nth-child(4) > a:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div > div > div > div > div:nth-child(1) > div:nth-child(4) > a:nth-child(2)", text: "REJECT COOKIES" }] }, { name: "auto_GB_en.community.sonos.com_0", vendorUrl: "https://en.community.sonos.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?en\\.community\\.sonos\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "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])" }], detectPopup: [{ visible: "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])" }], optIn: [], optOut: [{ waitForThenClick: "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])", comment: "Deny all" }] }, { name: "auto_GB_en.powys.gov.uk_0", vendorUrl: "https://en.powys.gov.uk/?ccp=true", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?en\\.powys\\.gov\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > header:not([id]) > div:nth-child(2)#cookie-consent-prompt > div:not([id]) > div:nth-child(2):not([id]) > form:nth-child(2)#cookie-consent-form > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > header:not([id]) > div:nth-child(2)#cookie-consent-prompt > div:not([id]) > div:nth-child(2):not([id]) > form:nth-child(2)#cookie-consent-form > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > header:not([id]) > div:nth-child(2)#cookie-consent-prompt > div:not([id]) > div:nth-child(2):not([id]) > form:nth-child(2)#cookie-consent-form > button:nth-child(2):not([id])", comment: "Reject all" }] }, { name: "auto_GB_engadget.com_0", vendorUrl: "https://www.engadget.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?engadget\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(3)#buttons > button:nth-child(2)#didomi-notice-disagree-button" }], detectPopup: [{ visible: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(3)#buttons > button:nth-child(2)#didomi-notice-disagree-button" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(3)#buttons > button:nth-child(2)#didomi-notice-disagree-button", comment: "Reject all" }] }, { name: "auto_GB_englandgolf.org_0", vendorUrl: "https://www.englandgolf.org/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?englandgolf\\.org/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > form:nth-child(1) > div:nth-child(43) > div:nth-child(2) > div > div > button:nth-child(5)" }], detectPopup: [{ visible: "body > div > form:nth-child(1) > div:nth-child(43) > div:nth-child(2) > div > div > button:nth-child(5)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > form:nth-child(1) > div:nth-child(43) > div:nth-child(2) > div > div > button:nth-child(5)", text: "Accept strictly necessary cookies" }] }, { name: "auto_GB_engx.theiet.org_0", vendorUrl: "https://engx.theiet.org/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?engx\\.theiet\\.org/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#ivcb-overlay > div#ivcb-banner > div:nth-child(1)#ivcb-welcome > p:nth-child(4):not([id]) > a:nth-child(3):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#ivcb-overlay > div#ivcb-banner > div:nth-child(1)#ivcb-welcome > p:nth-child(4):not([id]) > a:nth-child(3):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#ivcb-overlay > div#ivcb-banner > div:nth-child(1)#ivcb-welcome > p:nth-child(4):not([id]) > a:nth-child(3):not([id])", comment: "Allow Essential" }] }, { name: "auto_GB_ercol.com_0", vendorUrl: "https://www.ercol.com/en-gb", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?ercol\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline", comment: "Reject all" }] }, { name: "auto_GB_es.pornhub.com_0", vendorUrl: "https://es.pornhub.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?es\\.pornhub\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookieBanner > div#cookieBannerWrapper > button:nth-child(3):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#cookieBanner > div#cookieBannerWrapper > button:nth-child(3):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookieBanner > div#cookieBannerWrapper > button:nth-child(3):not([id])", comment: "Accept Only Essential Cookies" }] }, { name: "auto_GB_espares.co.uk_9cm", vendorUrl: "https://www.espares.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?espares\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(6):not([id]) > a:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(6):not([id]) > a:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(6):not([id]) > a:nth-child(2):not([id])", comment: "Reject Non-Essential Cookies" }] }, { name: "auto_GB_eur-lex.europa.eu_l7d", vendorUrl: "https://eur-lex.europa.eu/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?eur-lex\\.europa\\.eu/" }, prehideSelectors: [], detectCmp: [{ exists: "body#splash > div#cookie-consent-banner > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])" }], detectPopup: [{ visible: "body#splash > div#cookie-consent-banner > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body#splash > div#cookie-consent-banner > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])", comment: "Accept only essential cookies" }] }, { name: "auto_GB_eurail.com_0", vendorUrl: "https://www.eurail.com/en", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?eurail\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body#home-page-b71f1fad76 > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body#home-page-b71f1fad76 > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body#home-page-b71f1fad76 > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline", comment: "Use necessary cookies only" }] }, { name: "auto_GB_eurochange.co.uk_0", vendorUrl: "https://www.eurochange.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?eurochange\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline", comment: "Use necessary cookies only" }] }, { name: "auto_GB_euronews.com_0", vendorUrl: "https://www.euronews.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?euronews\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])", comment: "Continue without agreeing \u2192" }] }, { name: "auto_GB_europarl.europa.eu_0", vendorUrl: "https://www.europarl.europa.eu/portal/en", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?europarl\\.europa\\.eu/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > section#cookie-policy > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > section#cookie-policy > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > section#cookie-policy > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", comment: "I refuse analytics cookies" }] }, { name: "auto_GB_europcar.co.uk_0", vendorUrl: "https://www.europcar.co.uk/en-gb", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?europcar\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])", comment: "Continue without agreeing \u2192" }] }, { name: "auto_GB_european-union.europa.eu_kb6", vendorUrl: "https://european-union.europa.eu/index_en", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?european-union\\.europa\\.eu/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cck_here > div#cookie-consent-banner > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#cck_here > div#cookie-consent-banner > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cck_here > div#cookie-consent-banner > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])", comment: "Accept only essential cookies" }] }, { name: "auto_GB_everysaving.co.uk_38t", vendorUrl: "https://www.everysaving.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?everysaving\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "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" }], detectPopup: [{ visible: "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" }], optIn: [], optOut: [{ waitForThenClick: "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", comment: "Only necessary" }] }, { name: "auto_GB_ewm.co.uk_0", vendorUrl: "https://www.ewm.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?ewm\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)", text: "DENY" }] }, { name: "auto_GB_excel.london_0", vendorUrl: "https://www.excel.london/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?excel\\.london/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(1):not([id])", comment: "Reject all optional" }] }, { name: "auto_GB_fanatics.co.uk_0", vendorUrl: "https://www.fanatics.co.uk/en/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?fanatics\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(9):not([id]) > div:nth-child(1)#global-footer > div:nth-child(6):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(9):not([id]) > div:nth-child(1)#global-footer > div:nth-child(6):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(9):not([id]) > div:nth-child(1)#global-footer > div:nth-child(6):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", comment: "Reject" }] }, { name: "auto_GB_faphouse.com_0", vendorUrl: "https://faphouse.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?faphouse\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "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])" }], detectPopup: [{ visible: "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])" }], optIn: [], optOut: [{ waitForThenClick: "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])", comment: "Reject cookies" }] }, { name: "auto_GB_fapjerks.com_0", vendorUrl: "https://fapjerks.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?fapjerks\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > a:nth-child(2)#disclaimer" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > a:nth-child(2)#disclaimer" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > a:nth-child(2)#disclaimer", comment: "I Reject" }] }, { name: "auto_GB_fareham.gov.uk_0", vendorUrl: "https://www.fareham.gov.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?fareham\\.gov\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div:nth-child(2) > p:nth-child(4) > a:nth-child(2)" }], detectPopup: [{ visible: "body > div > div:nth-child(2) > p:nth-child(4) > a:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div:nth-child(2) > p:nth-child(4) > a:nth-child(2)", text: "I Do Not Accept" }] }, { name: "auto_GB_farfetch.com_0", vendorUrl: "https://www.farfetch.com/uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?farfetch\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#root > section:nth-child(7):not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#root > section:nth-child(7):not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#root > section:nth-child(7):not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id])", comment: "Necessary Only" }] }, { name: "auto_GB_farmfoods.co.uk_0", vendorUrl: "https://www.farmfoods.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?farmfoods\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookie_banner > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > p:nth-child(2):not([id]) > button:nth-child(2)#cookie_deny" }], detectPopup: [{ visible: "body:not([id]) > div#cookie_banner > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > p:nth-child(2):not([id]) > button:nth-child(2)#cookie_deny" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookie_banner > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > p:nth-child(2):not([id]) > button:nth-child(2)#cookie_deny", comment: "Reject" }] }, { name: "auto_GB_farrow-ball.com_0", vendorUrl: "https://www.farrow-ball.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?farrow-ball\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body#html-body > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body#html-body > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body#html-body > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline", comment: "Deny" }] }, { name: "auto_GB_fawkes-cycles.co.uk_0", vendorUrl: "https://fawkes-cycles.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?fawkes-cycles\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > 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" }], detectPopup: [{ visible: "body:not([id]) > 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" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > 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", comment: "REJECT ALL COOKIES" }] }, { name: "auto_GB_fca.org.uk_9p9", vendorUrl: "https://www.fca.org.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?fca\\.org\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#sliding-popup > div#cookiepopup > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#sliding-popup > div#cookiepopup > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#sliding-popup > div#cookiepopup > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "Reject additional cookies" }] }, { name: "auto_GB_fiat.co.uk_0", vendorUrl: "https://www.fiat.co.uk/", cosmetic: false, runContext: { main: false, frame: true, urlPattern: "^https?://(www\\.)?cookielaw\\.emea\\.fcagroup\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > 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" }], detectPopup: [{ visible: "body:not([id]) > 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" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > 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", comment: "REJECT ALL" }] }, { name: "auto_GB_fife.gov.uk_0", vendorUrl: "https://www.fife.gov.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?fife\\.gov\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#lhsc-overlay > div:not([id]) > div:nth-child(5):not([id]) > button:nth-child(2)#fc-reject-settings" }], detectPopup: [{ visible: "body:not([id]) > div#lhsc-overlay > div:not([id]) > div:nth-child(5):not([id]) > button:nth-child(2)#fc-reject-settings" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#lhsc-overlay > div:not([id]) > div:nth-child(5):not([id]) > button:nth-child(2)#fc-reject-settings", comment: "I do not accept cookies" }] }, { name: "auto_GB_finisterre.com_0", vendorUrl: "https://finisterre.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?finisterre\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline", comment: "Deny" }] }, { name: "auto_GB_firstclasswatches.co.uk_0", vendorUrl: "https://www.firstclasswatches.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?firstclasswatches\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cky-consent > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(3)#cky-btn-reject" }], detectPopup: [{ visible: "body:not([id]) > div#cky-consent > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(3)#cky-btn-reject" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cky-consent > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(3)#cky-btn-reject", comment: "Reject all" }] }, { name: "auto_GB_firstfence.co.uk_i98", vendorUrl: "https://firstfence.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?firstfence\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body#mainBody > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(3):not([id]) > div:nth-child(1)#ckyDetailCategorynecessary > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body#mainBody > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(3):not([id]) > div:nth-child(1)#ckyDetailCategorynecessary > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body#mainBody > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(3):not([id]) > div:nth-child(1)#ckyDetailCategorynecessary > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:nth-child(1):not([id])", comment: "Necessary" }] }, { name: "auto_GB_fishpal.com_0", vendorUrl: "https://www.fishpal.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?fishpal\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CookieMessage > div#CookieBox > div:nth-child(4):not([id]) > button:nth-child(2)#DenyButton" }], detectPopup: [{ visible: "body:not([id]) > div#CookieMessage > div#CookieBox > div:nth-child(4):not([id]) > button:nth-child(2)#DenyButton" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CookieMessage > div#CookieBox > div:nth-child(4):not([id]) > button:nth-child(2)#DenyButton", comment: "ESSENTIAL ONLY" }] }, { name: "auto_GB_fixpart.co.uk_0", vendorUrl: "https://fixpart.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?fixpart\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > p:nth-child(2):not([id]) > a:nth-child(3):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > p:nth-child(2):not([id]) > a:nth-child(3):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > p:nth-child(2):not([id]) > a:nth-child(3):not([id])", comment: "essential cookies" }] }, { name: "auto_GB_flooringhut.co.uk_0", vendorUrl: "https://www.flooringhut.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?flooringhut\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div:nth-child(9) > div > div:nth-child(3) > a:nth-child(2)" }], detectPopup: [{ visible: "body > div > div:nth-child(9) > div > div:nth-child(3) > a:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div:nth-child(9) > div > div:nth-child(3) > a:nth-child(2)", text: "Decline" }] }, { name: "auto_GB_ford.co.uk_0", vendorUrl: "https://www.ford.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?ford\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body#g3 > div#accelerator-page > div:nth-child(1):not([id]) > div:nth-child(1):not([id]) > div:not([id]) > p:nth-child(3):not([id]) > a:nth-child(2):not([id])" }], detectPopup: [{ visible: "body#g3 > div#accelerator-page > div:nth-child(1):not([id]) > div:nth-child(1):not([id]) > div:not([id]) > p:nth-child(3):not([id]) > a:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body#g3 > div#accelerator-page > div:nth-child(1):not([id]) > div:nth-child(1):not([id]) > div:not([id]) > p:nth-child(3):not([id]) > a:nth-child(2):not([id])", comment: "Decline Cookies" }] }, { name: "auto_GB_fordmoney.co.uk_0", vendorUrl: "https://www.fordmoney.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?fordmoney\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body#basicPage-cda5c3adc0 > div#accelerator-page > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > p:nth-child(4):not([id]) > a:nth-child(2):not([id])" }], detectPopup: [{ visible: "body#basicPage-cda5c3adc0 > div#accelerator-page > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > p:nth-child(4):not([id]) > a:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body#basicPage-cda5c3adc0 > div#accelerator-page > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > p:nth-child(4):not([id]) > a:nth-child(2):not([id])", comment: "Decline cookies" }] }, { name: "auto_GB_forum.affinity.serif.com_0", vendorUrl: "https://forum.affinity.serif.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?forum\\.affinity\\.serif\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#elGuestTerms > div:not([id]) > div:nth-child(2):not([id]) > form:not([id]) > button:nth-child(3):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#elGuestTerms > div:not([id]) > div:nth-child(2):not([id]) > form:not([id]) > button:nth-child(3):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#elGuestTerms > div:not([id]) > div:nth-child(2):not([id]) > form:not([id]) > button:nth-child(3):not([id])", comment: "\xA0Reject Cookies" }] }, { name: "auto_GB_forum.figma.com_0", vendorUrl: "https://forum.figma.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?forum\\.figma\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div:nth-child(4) > div > div > div:nth-child(1) > div:nth-child(3) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div > div:nth-child(4) > div > div > div:nth-child(1) > div:nth-child(3) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div:nth-child(4) > div > div > div:nth-child(1) > div:nth-child(3) > button:nth-child(2)", text: "Deny all" }] }, { name: "auto_GB_forum.ovoenergy.com_0", vendorUrl: "https://forum.ovoenergy.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?forum\\.ovoenergy\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "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])" }], detectPopup: [{ visible: "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])" }], optIn: [], optOut: [{ waitForThenClick: "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])", comment: "Deny all" }] }, { name: "auto_GB_forum.proxmox.com_0", vendorUrl: "https://forum.proxmox.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?forum\\.proxmox\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > ul:not([id]) > li:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id]) > span:not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > ul:not([id]) > li:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id]) > span:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > ul:not([id]) > li:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id]) > span:not([id])", comment: "Reject optional cookies" }] }, { name: "auto_GB_forum.prusa3d.com_0", vendorUrl: "https://forum.prusa3d.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?forum\\.prusa3d\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "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])" }], detectPopup: [{ visible: "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])" }], optIn: [], optOut: [{ waitForThenClick: "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])", comment: "Reject All" }] }, { name: "auto_GB_forums.malwarebytes.com_0", vendorUrl: "https://forums.malwarebytes.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?forums\\.malwarebytes\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#elGuestTerms > div:not([id]) > div:nth-child(2):not([id]) > form:not([id]) > button:nth-child(3):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#elGuestTerms > div:not([id]) > div:nth-child(2):not([id]) > form:not([id]) > button:nth-child(3):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#elGuestTerms > div:not([id]) > div:nth-child(2):not([id]) > form:not([id]) > button:nth-child(3):not([id])", comment: "\xA0Reject Cookies" }] }, { name: "auto_GB_forums.mbclub.co.uk_0", vendorUrl: "https://forums.mbclub.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?forums\\.mbclub\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > ul:not([id]) > li:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id]) > span:not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > ul:not([id]) > li:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id]) > span:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > ul:not([id]) > li:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id]) > span:not([id])", comment: "Reject optional cookies" }] }, { name: "auto_GB_foundryvtt.com_0", vendorUrl: "https://foundryvtt.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?foundryvtt\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > main#main-content > div:nth-child(1)#banner-messages > form:nth-child(2)#analytics-prompt > footer:nth-child(5):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > main#main-content > div:nth-child(1)#banner-messages > form:nth-child(2)#analytics-prompt > footer:nth-child(5):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > main#main-content > div:nth-child(1)#banner-messages > form:nth-child(2)#analytics-prompt > footer:nth-child(5):not([id]) > button:nth-child(2):not([id])", comment: " REQUIRED ONLY" }] }, { name: "auto_GB_fr.pornhub.com_0", vendorUrl: "https://fr.pornhub.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?fr\\.pornhub\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookieBanner > div#cookieBannerWrapper > button:nth-child(3):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#cookieBanner > div#cookieBannerWrapper > button:nth-child(3):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookieBanner > div#cookieBannerWrapper > button:nth-child(3):not([id])", comment: "Accept Only Essential Cookies" }] }, { name: "auto_GB_france24.com_0", vendorUrl: "https://www.france24.com/en/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?france24\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(3)#buttons > button:nth-child(2)#didomi-notice-disagree-button" }], detectPopup: [{ visible: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(3)#buttons > button:nth-child(2)#didomi-notice-disagree-button" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(3)#buttons > button:nth-child(2)#didomi-notice-disagree-button", comment: "Deny" }] }, { name: "auto_GB_fredolsencruises.com_0", vendorUrl: "https://www.fredolsencruises.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?fredolsencruises\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookie-consent > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#cookie-consent > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookie-consent > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "REJECT" }] }, { name: "auto_GB_freemans.com_0", vendorUrl: "https://www.freemans.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?freemans\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "Reject all" }] }, { name: "auto_GB_frenchestateagents.com_0", vendorUrl: "https://www.frenchestateagents.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?frenchestateagents\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#freeprivacypolicy-com---nb > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#freeprivacypolicy-com---nb > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#freeprivacypolicy-com---nb > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "I decline" }] }, { name: "auto_GB_garden4less.co.uk_0", vendorUrl: "https://www.garden4less.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?garden4less\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#consent-box > p:not([id]) > span:not([id]) > button:nth-child(2)#decline-cookies" }], detectPopup: [{ visible: "body:not([id]) > div#consent-box > p:not([id]) > span:not([id]) > button:nth-child(2)#decline-cookies" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#consent-box > p:not([id]) > span:not([id]) > button:nth-child(2)#decline-cookies", comment: "DECLINE" }] }, { name: "auto_GB_gardenbuildingsdirect.co.uk_zq0", vendorUrl: "https://www.gardenbuildingsdirect.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?gardenbuildingsdirect\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookiescript_injected_wrapper > div#cookiescript_injected > div:nth-child(3)#cookiescript_bottompart > div#cookiescript_cookietablewrap > div:nth-child(2)#cookiescript_tabscontent > div:nth-child(1)#cookiescript_declarationwrap > div:nth-child(1)#cookiescript_categories > div:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#cookiescript_injected_wrapper > div#cookiescript_injected > div:nth-child(3)#cookiescript_bottompart > div#cookiescript_cookietablewrap > div:nth-child(2)#cookiescript_tabscontent > div:nth-child(1)#cookiescript_declarationwrap > div:nth-child(1)#cookiescript_categories > div:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookiescript_injected_wrapper > div#cookiescript_injected > div:nth-child(3)#cookiescript_bottompart > div#cookiescript_cookietablewrap > div:nth-child(2)#cookiescript_tabscontent > div:nth-child(1)#cookiescript_declarationwrap > div:nth-child(1)#cookiescript_categories > div:nth-child(1):not([id])", comment: "Strictly necessary" }] }, { name: "auto_GB_gateshead.gov.uk_0", vendorUrl: "https://www.gateshead.gov.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?gateshead\\.gov\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(1)#cookie-consent-prompt > div:not([id]) > div:nth-child(3):not([id]) > form#cookie-consent-form > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(1)#cookie-consent-prompt > div:not([id]) > div:nth-child(3):not([id]) > form#cookie-consent-form > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(1)#cookie-consent-prompt > div:not([id]) > div:nth-child(3):not([id]) > form#cookie-consent-form > button:nth-child(2):not([id])", comment: "Reject additional cookies" }] }, { name: "auto_GB_gcu.ac.uk_0", vendorUrl: "https://www.gcu.ac.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?gcu\\.ac\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)", text: "Use necessary cookies only" }] }, { name: "auto_GB_gear4music.com_0", vendorUrl: "https://www.gear4music.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?gear4music\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookieConsentWidgetDiv > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1)#banner-cookie-consent-reject-all" }], detectPopup: [{ visible: "body:not([id]) > div#cookieConsentWidgetDiv > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1)#banner-cookie-consent-reject-all" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookieConsentWidgetDiv > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1)#banner-cookie-consent-reject-all", comment: "REJECT ALL" }] }, { name: "auto_GB_genome.ch.bbc.co.uk_0", vendorUrl: "https://genome.ch.bbc.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?genome\\.ch\\.bbc\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookiePrompt > div:not([id]) > div:not([id]) > div:nth-child(2)#bbccookies > section#bbccookies-prompt > div:nth-child(2):not([id]) > button:nth-child(2)#bbccookies-reject-button" }], detectPopup: [{ visible: "body:not([id]) > div#cookiePrompt > div:not([id]) > div:not([id]) > div:nth-child(2)#bbccookies > section#bbccookies-prompt > div:nth-child(2):not([id]) > button:nth-child(2)#bbccookies-reject-button" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookiePrompt > div:not([id]) > div:not([id]) > div:nth-child(2)#bbccookies > section#bbccookies-prompt > div:nth-child(2):not([id]) > button:nth-child(2)#bbccookies-reject-button", comment: "Reject additional cookies" }] }, { name: "auto_GB_getchip.uk_0", vendorUrl: "https://www.getchip.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?getchip\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(1)#cookie-banner > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(1)#btn-reject-all" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(1)#cookie-banner > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(1)#btn-reject-all" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(1)#cookie-banner > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(1)#btn-reject-all", comment: "Reject all" }] }, { name: "auto_GB_giant-bicycles.com_0", vendorUrl: "https://www.giant-bicycles.com/global", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?giant-bicycles\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "Refuse all cookies" }] }, { name: "auto_GB_giffgaff.com_0", vendorUrl: "https://www.giffgaff.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?giffgaff\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookie-banner > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > a:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#cookie-banner > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > a:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookie-banner > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > a:nth-child(2):not([id])", comment: "Deny all" }] }, { name: "auto_GB_gmc-uk.org_0", vendorUrl: "https://www.gmc-uk.org/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?gmc-uk\\.org/" }, prehideSelectors: [], detectCmp: [{ exists: "body#mainGMC > div:not([id]) > div:nth-child(1)#cookieBanner > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#cookieBannerRejectAllButton" }], detectPopup: [{ visible: "body#mainGMC > div:not([id]) > div:nth-child(1)#cookieBanner > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#cookieBannerRejectAllButton" }], optIn: [], optOut: [{ waitForThenClick: "body#mainGMC > div:not([id]) > div:nth-child(1)#cookieBanner > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#cookieBannerRejectAllButton", comment: "Reject cookies" }] }, { name: "auto_GB_gog.com_0", vendorUrl: "https://www.gog.com/en/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?gog\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline", comment: "Reject all" }] }, { name: "auto_GB_gold-traders.co.uk_0", vendorUrl: "https://www.gold-traders.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?gold-traders\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#page-wrap > div:nth-child(7)#cookie-notice > div:not([id]) > div:not([id]) > div:nth-child(3)#decline-cookies > button#cookie-decline-button" }], detectPopup: [{ visible: "body:not([id]) > div#page-wrap > div:nth-child(7)#cookie-notice > div:not([id]) > div:not([id]) > div:nth-child(3)#decline-cookies > button#cookie-decline-button" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#page-wrap > div:nth-child(7)#cookie-notice > div:not([id]) > div:not([id]) > div:nth-child(3)#decline-cookies > button#cookie-decline-button", comment: "DISABLE NON-ESSENTIAL COOKIES" }] }, { name: "auto_GB_goodenergy.co.uk_0", vendorUrl: "https://www.goodenergy.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?goodenergy\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#site-cookies-notice > div:not([id]) > form:nth-child(3)#cookies-1 > ul:nth-child(2):not([id]) > li:nth-child(3):not([id]) > button:not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#site-cookies-notice > div:not([id]) > form:nth-child(3)#cookies-1 > ul:nth-child(2):not([id]) > li:nth-child(3):not([id]) > button:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#site-cookies-notice > div:not([id]) > form:nth-child(3)#cookies-1 > ul:nth-child(2):not([id]) > li:nth-child(3):not([id]) > button:not([id])", comment: "Reject all\nextra cookies" }] }, { name: "auto_GB_grattan.co.uk_0", vendorUrl: "https://www.grattan.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?grattan\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "Reject all" }] }, { name: "auto_GB_greateranglia.co.uk_0", vendorUrl: "https://www.greateranglia.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?greateranglia\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline", comment: "Use necessary cookies only" }] }, { name: "auto_GB_groupon.co.uk_0", vendorUrl: "https://www.groupon.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?groupon\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body#ls-body > div#onetrust-consent-sdk > div:nth-child(2)#onetrust-banner-sdk > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2)#onetrust-button-group-parent > div#onetrust-button-group > button:nth-child(2)#onetrust-reject-all-handler" }], detectPopup: [{ visible: "body#ls-body > div#onetrust-consent-sdk > div:nth-child(2)#onetrust-banner-sdk > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2)#onetrust-button-group-parent > div#onetrust-button-group > button:nth-child(2)#onetrust-reject-all-handler" }], optIn: [], optOut: [{ waitForThenClick: "body#ls-body > div#onetrust-consent-sdk > div:nth-child(2)#onetrust-banner-sdk > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2)#onetrust-button-group-parent > div#onetrust-button-group > button:nth-child(2)#onetrust-reject-all-handler", comment: "Reject All" }] }, { name: "auto_GB_gshock.casio.com_0", vendorUrl: "https://gshock.casio.com/uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?gshock\\.casio\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body#base-page-1441146288 > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body#base-page-1441146288 > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body#base-page-1441146288 > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline", comment: "Deny" }] }, { name: "auto_GB_guide.michelin.com_0", vendorUrl: "https://guide.michelin.com/en", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?guide\\.michelin\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])", comment: "Continue without agreeing \u2192" }] }, { name: "auto_GB_guildford.gov.uk_0", vendorUrl: "https://www.guildford.gov.uk/?ccp=true", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?guildford\\.gov\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(2) > form:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(2) > form:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(2) > form:nth-child(2) > button:nth-child(2)", text: "Reject additional cookies" }] }, { name: "auto_GB_handbook.fca.org.uk_0", vendorUrl: "https://www.handbook.fca.org.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?handbook\\.fca\\.org\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > 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" }], detectPopup: [{ visible: "body:not([id]) > 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" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > 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", comment: "Reject additional cookies" }] }, { name: "auto_GB_haringey.gov.uk_0", vendorUrl: "https://www.haringey.gov.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?haringey\\.gov\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(1)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(1)", text: "Deny" }] }, { name: "auto_GB_harvester.co.uk_0", vendorUrl: "https://www.harvester.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?harvester\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div#CookieManager > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(4):not([id]) > a:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div#CookieManager > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(4):not([id]) > a:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div#CookieManager > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(4):not([id]) > a:nth-child(2):not([id])", comment: "REJECT COOKIES" }] }, { name: "auto_GB_healf.com_0", vendorUrl: "https://healf.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?healf\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(3) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(3) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(3) > button:nth-child(2)", text: "Deny all" }] }, { name: "auto_GB_healthcareers.nhs.uk_0", vendorUrl: "https://www.healthcareers.nhs.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?healthcareers\\.nhs\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline", comment: "Use necessary cookies only" }] }, { name: "auto_GB_heinnie.com_0", vendorUrl: "https://heinnie.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?heinnie\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#consent-manager > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#consent-manager > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#consent-manager > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Reject all" }] }, { name: "auto_GB_helmetcity.co.uk_0", vendorUrl: "https://www.helmetcity.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?helmetcity\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body#html-body > div:not([id]) > div:nth-child(7)#gdprCookieBar > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body#html-body > div:not([id]) > div:nth-child(7)#gdprCookieBar > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body#html-body > div:not([id]) > div:nth-child(7)#gdprCookieBar > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Decline" }] }, { name: "auto_GB_help.dropbox.com_0", vendorUrl: "https://help.dropbox.com/", cosmetic: false, runContext: { main: false, frame: true, urlPattern: "^https?://(www\\.)?dropbox\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "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" }], detectPopup: [{ visible: "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" }], optIn: [], optOut: [{ waitForThenClick: "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", comment: "Decline" }] }, { name: "auto_GB_help.revolut.com_0", vendorUrl: "https://help.revolut.com/help/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?help\\.revolut\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > button:nth-child(5):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > button:nth-child(5):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > button:nth-child(5):not([id])", comment: "Reject non-essential cookies" }] }, { name: "auto_GB_help.solidworks.com_0", vendorUrl: "https://help.solidworks.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?help\\.solidworks\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(1) > div > h2:nth-child(1) > button" }], detectPopup: [{ visible: "body > div > div > div:nth-child(1) > div > h2:nth-child(1) > button" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(1) > div > h2:nth-child(1) > button", text: "Continue with only necessary cookies" }] }, { name: "auto_GB_hero-wars.com_0", vendorUrl: "https://www.hero-wars.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?hero-wars\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div > div:nth-child(2) > ul > li:nth-child(2) > button > span" }], detectPopup: [{ visible: "body > div > div > div > div:nth-child(2) > ul > li:nth-child(2) > button > span" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div > div:nth-child(2) > ul > li:nth-child(2) > button > span", text: "Accept essential only" }] }, { name: "auto_GB_hetzner.com_ar5", vendorUrl: "https://www.hetzner.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?hetzner\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > header#header > div:nth-child(1)#InitModal > 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)#DeclineCookies" }], detectPopup: [{ visible: "body:not([id]) > header#header > div:nth-child(1)#InitModal > 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)#DeclineCookies" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > header#header > div:nth-child(1)#InitModal > 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)#DeclineCookies", comment: "Allow necessary cookies" }] }, { name: "auto_GB_hikvision.com_0", vendorUrl: "https://www.hikvision.com/uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?hikvision\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > section:nth-child(1):not([id]) > article:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > section:nth-child(1):not([id]) > article:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > section:nth-child(1):not([id]) > article:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])", comment: "Reject All" }] }, { name: "auto_GB_historicenvironment.scot_0", vendorUrl: "https://www.historicenvironment.scot/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?historicenvironment\\.scot/" }, prehideSelectors: [], detectCmp: [{ exists: "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" }], detectPopup: [{ visible: "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" }], optIn: [], optOut: [{ waitForThenClick: "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", comment: "Reject all and close" }] }, { name: "auto_GB_hltv.org_0", vendorUrl: "https://www.hltv.org/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?hltv\\.org/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline", comment: "Use necessary cookies only" }] }, { name: "auto_GB_hmd.com_0", vendorUrl: "https://www.hmd.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?hmd\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cmp-modal > div:not([id]) > div#gravitoCMP-modal-layer1 > div:nth-child(4):not([id]) > div:nth-child(4):not([id]) > button:nth-child(1)#modalRejectAllFirstLayerBtn" }], detectPopup: [{ visible: "body:not([id]) > div#cmp-modal > div:not([id]) > div#gravitoCMP-modal-layer1 > div:nth-child(4):not([id]) > div:nth-child(4):not([id]) > button:nth-child(1)#modalRejectAllFirstLayerBtn" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cmp-modal > div:not([id]) > div#gravitoCMP-modal-layer1 > div:nth-child(4):not([id]) > div:nth-child(4):not([id]) > button:nth-child(1)#modalRejectAllFirstLayerBtn", comment: "Reject all" }] }, { name: "auto_GB_homeserve.co.uk_0", vendorUrl: "https://www.homeserve.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?homeserve\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookiebanner > div > div:nth-child(3)#button-test > ul:not([id]) > li:nth-child(3):not([id]) > a#c-essential-btn" }], detectPopup: [{ visible: "body:not([id]) > div#cookiebanner > div > div:nth-child(3)#button-test > ul:not([id]) > li:nth-child(3):not([id]) > a#c-essential-btn" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookiebanner > div > div:nth-child(3)#button-test > ul:not([id]) > li:nth-child(3):not([id]) > a#c-essential-btn", comment: "Use only necessary cookies" }] }, { name: "auto_GB_honor.com_0", vendorUrl: "https://www.honor.com/uk/?host=honor.com", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?honor\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(12):not([id]) > div:nth-child(4)#cookie_notices > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(12):not([id]) > div:nth-child(4)#cookie_notices > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(12):not([id]) > div:nth-child(4)#cookie_notices > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])", comment: "Reject all cookies" }] }, { name: "auto_GB_hostinger.com_0", vendorUrl: "https://www.hostinger.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?hostinger\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#__nuxt > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id]) > span:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#__nuxt > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id]) > span:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#__nuxt > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id]) > span:nth-child(2):not([id])", comment: "Reject all" }] }, { name: "auto_GB_hotukdeals.com_0", vendorUrl: "https://www.hotukdeals.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?hotukdeals\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > main#main > div:nth-child(5):not([id]) > div:nth-child(4)#pageContent > div:nth-child(4):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > section:nth-child(2):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]) > div:nth-child(3):not([id]) > div:not([id]) > button:nth-child(3):not([id])" }], detectPopup: [{ visible: "body:not([id]) > main#main > div:nth-child(5):not([id]) > div:nth-child(4)#pageContent > div:nth-child(4):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > section:nth-child(2):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]) > div:nth-child(3):not([id]) > div:not([id]) > button:nth-child(3):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > main#main > div:nth-child(5):not([id]) > div:nth-child(4)#pageContent > div:nth-child(4):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > section:nth-child(2):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]) > div:nth-child(3):not([id]) > div:not([id]) > button:nth-child(3):not([id])", comment: "Continue without accepting" }] }, { name: "auto_GB_hrw.org_0", vendorUrl: "https://www.hrw.org/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?hrw\\.org/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#hrw-cookie-dialog > div:nth-child(3)#hrw-cookie-dialog__buttons > button:nth-child(2)#hrw-cookie-dialog__decline" }], detectPopup: [{ visible: "body:not([id]) > div#hrw-cookie-dialog > div:nth-child(3)#hrw-cookie-dialog__buttons > button:nth-child(2)#hrw-cookie-dialog__decline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#hrw-cookie-dialog > div:nth-child(3)#hrw-cookie-dialog__buttons > button:nth-child(2)#hrw-cookie-dialog__decline", comment: "Decline" }] }, { name: "auto_GB_hyperdrug.co.uk_0", vendorUrl: "https://hyperdrug.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?hyperdrug\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline", comment: "Deny" }] }, { name: "auto_GB_hypixel.net_0", vendorUrl: "https://hypixel.net/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?hypixel\\.net/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > ul:not([id]) > li:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id]) > span:not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > ul:not([id]) > li:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id]) > span:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > ul:not([id]) > li:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id]) > span:not([id])", comment: "Reject optional cookies" }] }, { name: "auto_GB_ij.manual.canon_0", vendorUrl: "https://ij.manual.canon/ij/webmanual/WebPortal/PTL/ptl-top.html?lng=en", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?ij\\.manual\\.canon/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#infocookie_modal > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#cookie-button2" }], detectPopup: [{ visible: "body:not([id]) > div#infocookie_modal > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#cookie-button2" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#infocookie_modal > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#cookie-button2", comment: "Reject" }] }, { name: "auto_GB_immobiliare.it_0", vendorUrl: "https://www.immobiliare.it/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?immobiliare\\.it/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#didomi-host > div:not([id]) > div:not([id]) > div#didomi-notice > div:not([id]) > span:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#didomi-host > div:not([id]) > div:not([id]) > div#didomi-notice > div:not([id]) > span:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#didomi-host > div:not([id]) > div:not([id]) > div#didomi-notice > div:not([id]) > span:nth-child(1):not([id])", comment: "Continue without agreeing \u2192" }] }, { name: "auto_GB_imperial.nhs.uk_0", vendorUrl: "https://www.imperial.nhs.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?imperial\\.nhs\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)", text: "REJECT COOKIES" }] }, { name: "auto_GB_insulationsuperstore.co.uk_0", vendorUrl: "https://www.insulationsuperstore.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?insulationsuperstore\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline", comment: "Necessary only" }] }, { name: "auto_GB_interrail.eu_0", vendorUrl: "https://www.interrail.eu/en", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?interrail\\.eu/" }, prehideSelectors: [], detectCmp: [{ exists: "body#home-page-6eedb0f0cb > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body#home-page-6eedb0f0cb > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body#home-page-6eedb0f0cb > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline", comment: "Use necessary cookies only" }] }, { name: "auto_GB_investing.thisismoney.co.uk_0", vendorUrl: "https://investing.thisismoney.co.uk/companies/A", cosmetic: false, runContext: { main: false, frame: true, urlPattern: "^https?://(www\\.)?thisismoney\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body#moneyinvesting > div#top > div#content > div:nth-child(4):not([id]) > a:nth-child(11):not([id])" }], detectPopup: [{ visible: "body#moneyinvesting > div#top > div#content > div:nth-child(4):not([id]) > a:nth-child(11):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body#moneyinvesting > div#top > div#content > div:nth-child(4):not([id]) > a:nth-child(11):not([id])", comment: "Do not sell or share my personal information" }] }, { name: "auto_GB_ionos.co.uk_c0a", vendorUrl: "https://www.ionos.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?ionos\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > 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" }], detectPopup: [{ visible: "body:not([id]) > 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" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > 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", comment: "Reject" }] }, { name: "auto_GB_ionos.co.uk_fz1", vendorUrl: "https://www.ionos.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?ionos\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > p:not([id]) > p:nth-child(1):not([id]) > button:nth-child(4)#confirmSelection" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > p:not([id]) > p:nth-child(1):not([id]) > button:nth-child(4)#confirmSelection" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > p:not([id]) > p:nth-child(1):not([id]) > button:nth-child(4)#confirmSelection", comment: "Reject" }] }, { name: "auto_GB_irishrail.ie_0", vendorUrl: "https://www.irishrail.ie/en-ie/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?irishrail\\.ie/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline", comment: "Reject All" }] }, { name: "auto_GB_irwinmitchell.com_0", vendorUrl: "https://www.irwinmitchell.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?irwinmitchell\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline", comment: "Reject All" }] }, { name: "auto_GB_islesofscilly-travel.co.uk_0", vendorUrl: "https://www.islesofscilly-travel.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?islesofscilly-travel\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline", comment: "Deny" }] }, { name: "auto_GB_it.pornhub.com_0", vendorUrl: "https://it.pornhub.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?it\\.pornhub\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookieBanner > div#cookieBannerWrapper > button:nth-child(3):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#cookieBanner > div#cookieBannerWrapper > button:nth-child(3):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookieBanner > div#cookieBannerWrapper > button:nth-child(3):not([id])", comment: "Accept Only Essential Cookies" }] }, { name: "auto_GB_iwantgreatcare.org_0", vendorUrl: "https://www.iwantgreatcare.org/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?iwantgreatcare\\.org/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline", comment: "Deny" }] }, { name: "auto_GB_iweb-sharedealing.co.uk_0", vendorUrl: "https://www.iweb-sharedealing.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?iweb-sharedealing\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#lbganalyticsCookies > footer:nth-child(8):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#lbganalyticsCookies > footer:nth-child(8):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#lbganalyticsCookies > footer:nth-child(8):not([id]) > button:nth-child(2):not([id])", comment: "Reject all" }] }, { name: "auto_GB_jacksons-fencing.co.uk_0", vendorUrl: "https://www.jacksons-fencing.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?jacksons-fencing\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline", comment: "Deny" }] }, { name: "auto_GB_jarrolds.co.uk_0", vendorUrl: "https://www.jarrolds.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?jarrolds\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline", comment: "USE NECESSARY COOKIES ONLY" }] }, { name: "auto_GB_jct600.co.uk_0", vendorUrl: "https://www.jct600.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?jct600\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(1)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(1)", text: "Deny" }] }, { name: "auto_GB_jigsaw-online.com_0", vendorUrl: "https://www.jigsaw-online.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?jigsaw-online\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body#jigsaw-luxury-british-womenswear-amp-accessories > div#CybotCookiebotDialog > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > a:nth-child(1)#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll" }], detectPopup: [{ visible: "body#jigsaw-luxury-british-womenswear-amp-accessories > div#CybotCookiebotDialog > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > a:nth-child(1)#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll" }], optIn: [], optOut: [{ waitForThenClick: "body#jigsaw-luxury-british-womenswear-amp-accessories > div#CybotCookiebotDialog > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > a:nth-child(1)#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll", comment: "REJECT ALL" }] }, { name: "auto_GB_jlpjobs.com_0", vendorUrl: "https://www.jlpjobs.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?jlpjobs\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > span:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > span:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > span:nth-child(2):not([id])", comment: "Reject All" }] }, { name: "auto_GB_jw.org_0", vendorUrl: "https://www.jw.org/en/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?jw\\.org/" }, prehideSelectors: [], detectCmp: [{ exists: "body#mid1011200 > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body#mid1011200 > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body#mid1011200 > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "Decline" }] }, { name: "auto_GB_kaleidoscope.co.uk_0", vendorUrl: "https://www.kaleidoscope.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?kaleidoscope\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "Reject all" }] }, { name: "auto_GB_kayak.co.uk_0", vendorUrl: "https://www.kayak.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?kayak\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body: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]) > div:not([id]) > div:nth-child(1):not([id]) > button:nth-child(3):not([id]) > div:not([id]) > div:not([id])" }], detectPopup: [{ visible: "body: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]) > div:not([id]) > div:nth-child(1):not([id]) > button:nth-child(3):not([id]) > div:not([id]) > div:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body: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]) > div:not([id]) > div:nth-child(1):not([id]) > button:nth-child(3):not([id]) > div:not([id]) > div:not([id])", comment: "Reject all" }] }, { name: "auto_GB_kent.ac.uk_0", vendorUrl: "https://www.kent.ac.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?kent\\.ac\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline", comment: "Deny" }] }, { name: "auto_GB_kent.gov.uk_0", vendorUrl: "https://www.kent.gov.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?kent\\.gov\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div: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(2):not([id]) > span:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div: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(2):not([id]) > span:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div: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(2):not([id]) > span:nth-child(2):not([id])", comment: "Reject cookies" }] }, { name: "auto_GB_key.aero_0", vendorUrl: "https://www.key.aero/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?key\\.aero/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(1)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(1)", text: "Deny" }] }, { name: "auto_GB_kiaoval.com_0", vendorUrl: "https://www.kiaoval.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?kiaoval\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > span:nth-child(2) > div > div:nth-child(2) > a:nth-child(1)" }], detectPopup: [{ visible: "body > div > span:nth-child(2) > div > div:nth-child(2) > a:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > span:nth-child(2) > div > div:nth-child(2) > a:nth-child(1)", text: "REJECT" }] }, { name: "auto_GB_kick.com_0", vendorUrl: "https://kick.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?kick\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "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])" }], detectPopup: [{ visible: "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])" }], optIn: [], optOut: [{ waitForThenClick: "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])", comment: "Reject" }] }, { name: "auto_GB_kidneycareuk.org_0", vendorUrl: "https://kidneycareuk.org/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?kidneycareuk\\.org/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline", comment: "Deny" }] }, { name: "auto_GB_kinopoisk.ru_0", vendorUrl: "https://www.kinopoisk.ru/showcaptcha?cc=1&form-fb-hint=8.20&mt=7042431B451C368AE24A0DDC8A597C86E6193B9F66AC996B625B1F43158632F9CCA2135BB7B347696C076D6859DE3C71F38862A52B1AA27C9A5F3C4300BFFE3289AB058A3B187E9C9BEA50EB23E48C20B952B2EA06BD4ED21E2C804D82F6A0E0F7542642938331A931941A7E8B9BB96E40CE77E8DED7D2AF2C4A881746B9B5088A0FB0973EBC31CA30EE250E778E990989BC8BFAC680F67CD2456A61C3EF1650E96D2EF31810C7A2D49C2795F1847909AE82F166D81E08BE9746F6BC2E5F9A8B8935C440ECD29460AA8D9B7495CA06FA82B2193379E27A36C37F353A&retpath=aHR0cHM6Ly93d3cua2lub3BvaXNrLnJ1Lz8%2C_e8cf39c16909ae09f7cda366691c0372&t=2/1747053250/63ab0c9aac30a8ede1e7332a89e4bd62&u=6562294569592051912&s=f41a45a2ee3b0ec83092021f1483036f", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?kinopoisk\\.ru/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)" }], detectPopup: [{ visible: "body > div > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)", text: "Allow essential cookies" }] }, { name: "auto_GB_kinsta.com_0", vendorUrl: "https://kinsta.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?kinsta\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div#cookies-bar > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div#cookies-bar > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div#cookies-bar > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "Decline non-essential" }] }, { name: "auto_GB_kirklees.gov.uk_0", vendorUrl: "https://www.kirklees.gov.uk/beta/default.aspx", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?kirklees\\.gov\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body#hgcBody > div#cookies-banner > a:nth-child(6)#btnCookieBannerNo" }], detectPopup: [{ visible: "body#hgcBody > div#cookies-banner > a:nth-child(6)#btnCookieBannerNo" }], optIn: [], optOut: [{ waitForThenClick: "body#hgcBody > div#cookies-banner > a:nth-child(6)#btnCookieBannerNo", comment: " I do not accept cookies" }] }, { name: "auto_GB_kirkusreviews.com_0", vendorUrl: "https://www.kirkusreviews.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?kirkusreviews\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body#home-page > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body#home-page > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body#home-page > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "Decline" }] }, { name: "auto_GB_klm.co.uk_0", vendorUrl: "https://www.klm.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?klm\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#bw-cookie-banner > div:not([id]) > div#bw-cookie-banner-container > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#bw-cookie-banner > div:not([id]) > div#bw-cookie-banner-container > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#bw-cookie-banner > div:not([id]) > div#bw-cookie-banner-container > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id])", comment: "Reject" }] }, { name: "auto_GB_knightfrank.co.uk_yl4", vendorUrl: "https://www.knightfrank.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?knightfrank\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > 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" }], detectPopup: [{ visible: "body:not([id]) > 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" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > 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", comment: "Decline All" }] }, { name: "auto_GB_kobo.com_0", vendorUrl: "https://www.kobo.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?kobo\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > button:nth-child(2)", text: "Decline" }] }, { name: "auto_GB_lancaster.ac.uk_0", vendorUrl: "https://www.lancaster.ac.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?lancaster\\.ac\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > dialog#biccy-banner > div#biccy-prompt > div:nth-child(2):not([id]) > button:nth-child(2)#biccy-reject-button" }], detectPopup: [{ visible: "body:not([id]) > dialog#biccy-banner > div#biccy-prompt > div:nth-child(2):not([id]) > button:nth-child(2)#biccy-reject-button" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > dialog#biccy-banner > div#biccy-prompt > div:nth-child(2):not([id]) > button:nth-child(2)#biccy-reject-button", comment: "Reject optional cookies" }] }, { name: "auto_GB_lecreuset.co.uk_0", vendorUrl: "https://www.lecreuset.co.uk/en_GB/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?lecreuset\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CookieBanner > div#CookieBannerNotice > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > ul:not([id]) > li:nth-child(1):not([id]) > button#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CookieBanner > div#CookieBannerNotice > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > ul:not([id]) > li:nth-child(1):not([id]) > button#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CookieBanner > div#CookieBannerNotice > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > ul:not([id]) > li:nth-child(1):not([id]) > button#CybotCookiebotDialogBodyButtonDecline", comment: "ACCEPT NECESSARY COOKIES ONLY" }] }, { name: "auto_GB_leedsbeckett.ac.uk_0", vendorUrl: "https://www.leedsbeckett.ac.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?leedsbeckett\\.ac\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline", comment: "Reject All" }] }, { name: "auto_GB_lionshome.co.uk_0", vendorUrl: "https://www.lionshome.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?lionshome\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookie_banner_container > div:not([id]) > div:not([id]) > div:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#cookie_banner_container > div:not([id]) > div:not([id]) > div:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookie_banner_container > div:not([id]) > div:not([id]) > div:nth-child(2):not([id])", comment: "Accept Only necessary cookies" }] }, { name: "auto_GB_litrg.org.uk_0", vendorUrl: "https://www.litrg.org.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?litrg\\.org\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(1)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(1)", text: "Deny" }] }, { name: "auto_GB_liveauctioneers.com_0", vendorUrl: "https://www.liveauctioneers.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?liveauctioneers\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline", comment: "Deny" }] }, { name: "auto_GB_livejasmin.com_gdn", vendorUrl: "https://www.livejasmin.com/en/girls", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?livejasmin\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body#index\\.index > div#consent_modal > div:nth-child(2):not([id]) > button:nth-child(4)#reject-all-cookies-btn" }], detectPopup: [{ visible: "body#index\\.index > div#consent_modal > div:nth-child(2):not([id]) > button:nth-child(4)#reject-all-cookies-btn" }], optIn: [], optOut: [{ waitForThenClick: "body#index\\.index > div#consent_modal > div:nth-child(2):not([id]) > button:nth-child(4)#reject-all-cookies-btn", comment: "Reject All" }] }, { name: "auto_GB_lloydsbankinggroup.com_0", vendorUrl: "https://www.lloydsbankinggroup.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?lloydsbankinggroup\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#lbganalyticsCookies > footer:nth-child(8):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#lbganalyticsCookies > footer:nth-child(8):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#lbganalyticsCookies > footer:nth-child(8):not([id]) > button:nth-child(2):not([id])", comment: "Reject all" }] }, { name: "auto_GB_lloydspharmacy.com_0", vendorUrl: "https://lloydspharmacy.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?lloydspharmacy\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body#lloydspharmacy-online-pharmacy-prescriptions-amp-health > div:not([id]) > div:not([id]) > div:nth-child(1)#ch2-dialog > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body#lloydspharmacy-online-pharmacy-prescriptions-amp-health > div:not([id]) > div:not([id]) > div:nth-child(1)#ch2-dialog > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body#lloydspharmacy-online-pharmacy-prescriptions-amp-health > div:not([id]) > div:not([id]) > div:nth-child(1)#ch2-dialog > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Reject unrequired cookies" }] }, { name: "auto_GB_lnk.bio_0", vendorUrl: "https://lnk.bio/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?lnk\\.bio/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(3) > div:nth-child(2) > button" }], detectPopup: [{ visible: "body > div > div > div:nth-child(3) > div:nth-child(2) > button" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(3) > div:nth-child(2) > button", text: "Reject non-necessary" }] }, { name: "auto_GB_londonmuseum.org.uk_0", vendorUrl: "https://www.londonmuseum.org.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?londonmuseum\\.org\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)", text: "Reject all" }] }, { name: "auto_GB_londonnorthwesternrailway.co.uk_0", vendorUrl: "https://www.londonnorthwesternrailway.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?londonnorthwesternrailway\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline", comment: "Use necessary cookies only" }] }, { name: "auto_GB_love2shop.co.uk_0", vendorUrl: "https://www.love2shop.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?love2shop\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline", comment: "Reject all" }] }, { name: "auto_GB_loveholidays.com_0", vendorUrl: "https://www.loveholidays.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?loveholidays\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div#lv-c-b > div:nth-child(4):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div#lv-c-b > div:nth-child(4):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div#lv-c-b > div:nth-child(4):not([id]) > button:nth-child(2):not([id])", comment: "Reject non-essential" }] }, { name: "auto_GB_loyalfans.com_0", vendorUrl: "https://www.loyalfans.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?loyalfans\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > app-root:not([id]) > app-cookie-consent:nth-child(1):not([id]) > div:not([id]) > section:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > app-root:not([id]) > app-cookie-consent:nth-child(1):not([id]) > div:not([id]) > section:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > app-root:not([id]) > app-cookie-consent:nth-child(1):not([id]) > div:not([id]) > section:nth-child(2):not([id]) > button:nth-child(1):not([id])", comment: "ONLY NECESSARY COOKIES" }] }, { name: "auto_GB_lpsg.com_0", vendorUrl: "https://www.lpsg.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?lpsg\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > ul:not([id]) > li:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > a:nth-child(2):not([id]) > span:not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > ul:not([id]) > li:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > a:nth-child(2):not([id]) > span:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > ul:not([id]) > li:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > a:nth-child(2):not([id]) > span:not([id])", comment: "Reject optional cookies" }] }, { name: "auto_GB_lse.co.uk_0", vendorUrl: "https://www.lse.co.uk/", cosmetic: false, runContext: { main: false, frame: true, urlPattern: "^https?://(www\\.)?lse\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > section > form > article:nth-child(3) > nav:nth-child(3) > span:nth-child(1) > button" }], detectPopup: [{ visible: "body > section > form > article:nth-child(3) > nav:nth-child(3) > span:nth-child(1) > button" }], optIn: [], optOut: [{ waitForThenClick: "body > section > form > article:nth-child(3) > nav:nth-child(3) > span:nth-child(1) > button", text: "Decline" }] }, { name: "auto_GB_ltmuseum.co.uk_0", vendorUrl: "https://www.ltmuseum.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?ltmuseum\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cb-cookieoverlay > div:nth-child(1)#cb-cookiebanner > div:nth-child(2)#cb-buttons-0 > a:nth-child(3)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#cb-cookieoverlay > div:nth-child(1)#cb-cookiebanner > div:nth-child(2)#cb-buttons-0 > a:nth-child(3)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cb-cookieoverlay > div:nth-child(1)#cb-cookiebanner > div:nth-child(2)#cb-buttons-0 > a:nth-child(3)#CybotCookiebotDialogBodyButtonDecline", comment: "Accept only essential cookies" }] }, { name: "auto_GB_lucyandyak.com_x3v", vendorUrl: "https://lucyandyak.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?lucyandyak\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body#landy > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(3):not([id]) > div:nth-child(1)#ckyDetailCategorynecessary > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body#landy > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(3):not([id]) > div:nth-child(1)#ckyDetailCategorynecessary > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body#landy > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(3):not([id]) > div:nth-child(1)#ckyDetailCategorynecessary > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:nth-child(1):not([id])", comment: "Necessary" }] }, { name: "auto_GB_lush.com_0", vendorUrl: "https://www.lush.com/uk/en", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?lush\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > 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])" }], detectPopup: [{ visible: "body:not([id]) > 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])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > 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])", comment: "Reject non-essential" }] }, { name: "auto_GB_lustery.com_0", vendorUrl: "https://lustery.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?lustery\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Decline" }] }, { name: "auto_GB_m.yandex.com_0", vendorUrl: "http://m.yandex.com/showcaptcha?cc=1&form-fb-hint=2.46&mt=F7C0FAE631266AFB96520DBCB75DF828A77F7FCCCD68CAA18D00CBBA52071C2A20E3DFBA014C09519BFA7F889E27A24B26A997D45C44909B329D1477E475729C691F4B27CD899CED7CCD59F1AD6FCA8091F16B8F6E3D1F090855F132DB803617B122A7CC32AC5EC0944EC3E8BDDF6C78FD89BAE782334CBF9F6427401D1715C6DD8CDDAAAC50550F55F1BFE993AF29659972EE1319B625AB3FC5C35E05E283C4120727245A336F15107F2A284199B30558A30F80CA62138F56A266F0AB69A2EF4E6DE65025B781C03150C2EDE646A430730D133F323C75CCEEFFF7AD&retpath=aHR0cDovL20ueWFuZGV4LmNvbS8__e2cccf39d1ecba0d9a70ef5363ccd5c6&t=2/1747054244/701dd9a870e8d68a9ced0a07ef5e590d&u=6562361253256153619&s=9303a881d3ea3770ed3bc85e517761f3", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?m\\.yandex\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)" }], detectPopup: [{ visible: "body > div > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)", text: "Allow essential cookies" }] }, { name: "auto_GB_mandstravelmoney.com_0", vendorUrl: "https://mandstravelmoney.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?mandstravelmoney\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline", comment: "Use necessary cookies only" }] }, { name: "auto_GB_manomano.co.uk_0", vendorUrl: "https://www.manomano.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?manomano\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])", comment: "Continue without agreeing \u2192" }] }, { name: "auto_GB_manutd.com_0", vendorUrl: "https://www.manutd.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?manutd\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body#siteCorePage > div#root > div:nth-child(4):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#reject-btn" }], detectPopup: [{ visible: "body#siteCorePage > div#root > div:nth-child(4):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#reject-btn" }], optIn: [], optOut: [{ waitForThenClick: "body#siteCorePage > div#root > div:nth-child(4):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#reject-btn", comment: "REJECT ALL" }] }, { name: "auto_GB_medway.gov.uk_0", vendorUrl: "https://www.medway.gov.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?medway\\.gov\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline", comment: "Use necessary cookies only" }] }, { name: "auto_GB_menkind.co.uk_0", vendorUrl: "https://www.menkind.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?menkind\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#consent-manager > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#consent-manager > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#consent-manager > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Reject all Cookies" }] }, { name: "auto_GB_mercuryholidays.co.uk_0", vendorUrl: "https://www.mercuryholidays.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?mercuryholidays\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#__next > div:nth-child(6):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#__next > div:nth-child(6):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#__next > div:nth-child(6):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:not([id])", comment: "Reject" }] }, { name: "auto_GB_methodist.org.uk_0", vendorUrl: "https://www.methodist.org.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?methodist\\.org\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#privacy-choices > div:not([id]) > div:nth-child(3):not([id]) > div#privacy-choices-banner > div:nth-child(2)#privacy-choices-prompt > div:nth-child(2)#privacy-choices-prompt-buttons > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#privacy-choices > div:not([id]) > div:nth-child(3):not([id]) > div#privacy-choices-banner > div:nth-child(2)#privacy-choices-prompt > div:nth-child(2)#privacy-choices-prompt-buttons > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#privacy-choices > div:not([id]) > div:nth-child(3):not([id]) > div#privacy-choices-banner > div:nth-child(2)#privacy-choices-prompt > div:nth-child(2)#privacy-choices-prompt-buttons > button:nth-child(2):not([id])", comment: "Decline" }] }, { name: "auto_GB_mg.co.uk_0", vendorUrl: "https://www.mg.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?mg\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline", comment: "Reject All" }] }, { name: "auto_GB_milkandmore.co.uk_0", vendorUrl: "https://www.milkandmore.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?milkandmore\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookies_notice > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1)#cookies_notice_reject" }], detectPopup: [{ visible: "body:not([id]) > div#cookies_notice > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1)#cookies_notice_reject" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookies_notice > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1)#cookies_notice_reject", comment: "Reject all" }] }, { name: "auto_GB_millerandcarter.co.uk_0", vendorUrl: "https://www.millerandcarter.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?millerandcarter\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div#CookieManager > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(4):not([id]) > a:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div#CookieManager > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(4):not([id]) > a:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div#CookieManager > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(4):not([id]) > a:nth-child(2):not([id])", comment: "REJECT COOKIES" }] }, { name: "auto_GB_minerva.com_0", vendorUrl: "https://www.minerva.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?minerva\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)", text: "Deny" }] }, { name: "auto_GB_momondo.co.uk_0", vendorUrl: "https://www.momondo.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?momondo\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body: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]) > div:not([id]) > div:nth-child(1):not([id]) > button:nth-child(3):not([id]) > div:not([id]) > div:not([id])" }], detectPopup: [{ visible: "body: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]) > div:not([id]) > div:nth-child(1):not([id]) > button:nth-child(3):not([id]) > div:not([id]) > div:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body: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]) > div:not([id]) > div:nth-child(1):not([id]) > button:nth-child(3):not([id]) > div:not([id]) > div:not([id])", comment: "Reject all" }] }, { name: "auto_GB_moneysupermarket.com_0", vendorUrl: "https://www.moneysupermarket.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?moneysupermarket\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > dialog:nth-child(2):not([id]) > div:nth-child(4):not([id]) > button:nth-child(2)#banner-reject > span:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > dialog:nth-child(2):not([id]) > div:nth-child(4):not([id]) > button:nth-child(2)#banner-reject > span:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > dialog:nth-child(2):not([id]) > div:nth-child(4):not([id]) > button:nth-child(2)#banner-reject > span:nth-child(1):not([id])", comment: "Reject all" }] }, { name: "auto_GB_monzo.com_0", vendorUrl: "https://monzo.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?monzo\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div:nth-child(5) > div > div > div > div:nth-child(3) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div > div:nth-child(5) > div > div > div > div:nth-child(3) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div:nth-child(5) > div > div > div > div:nth-child(3) > button:nth-child(2)", text: "Reject all" }] }, { name: "auto_GB_morphyrichards.co.uk_0", vendorUrl: "https://www.morphyrichards.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?morphyrichards\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(2) > button:nth-child(2)", text: "Deny" }] }, { name: "auto_GB_morrisons.jobs_6bw", vendorUrl: "https://www.morrisons.jobs/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?morrisons\\.jobs/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookie-notice-container > div:nth-child(1)#cookie-notice > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#cookies-reject-all" }], detectPopup: [{ visible: "body:not([id]) > div#cookie-notice-container > div:nth-child(1)#cookie-notice > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#cookies-reject-all" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookie-notice-container > div:nth-child(1)#cookie-notice > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#cookies-reject-all", comment: "Reject all" }] }, { name: "auto_GB_moss-europe.co.uk_0", vendorUrl: "https://www.moss-europe.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?moss-europe\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)", text: "DENY" }] }, { name: "auto_GB_motor-doctor.co.uk_0", vendorUrl: "https://www.motor-doctor.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?motor-doctor\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div:nth-child(3) > div > div:nth-child(1) > div:nth-child(1) > span" }], detectPopup: [{ visible: "body > div > div:nth-child(3) > div > div:nth-child(1) > div:nth-child(1) > span" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div:nth-child(3) > div > div:nth-child(1) > div:nth-child(1) > span", text: "Reject all cookies" }] }, { name: "auto_GB_motorcyclespareparts.eu_0", vendorUrl: "https://www.motorcyclespareparts.eu/en", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?motorcyclespareparts\\.eu/" }, prehideSelectors: [], detectCmp: [{ exists: "body#brand-page > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body#brand-page > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body#brand-page > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline", comment: "Deny" }] }, { name: "auto_GB_msccruises.co.uk_0", vendorUrl: "https://www.msccruises.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?msccruises\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body#outerContainer > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2)#buttons > button:nth-child(2)#didomi-notice-disagree-button" }], detectPopup: [{ visible: "body#outerContainer > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2)#buttons > button:nth-child(2)#didomi-notice-disagree-button" }], optIn: [], optOut: [{ waitForThenClick: "body#outerContainer > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2)#buttons > button:nth-child(2)#didomi-notice-disagree-button", comment: "Reject all" }] }, { name: "auto_GB_musiciansunion.org.uk_0", vendorUrl: "https://musiciansunion.org.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?musiciansunion\\.org\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > form#form > div:nth-child(15)#site-container > div:nth-child(1)#cookie-consent > div:not([id]) > span:nth-child(2):not([id]) > button:nth-child(2)#essential-cookies" }], detectPopup: [{ visible: "body:not([id]) > form#form > div:nth-child(15)#site-container > div:nth-child(1)#cookie-consent > div:not([id]) > span:nth-child(2):not([id]) > button:nth-child(2)#essential-cookies" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > form#form > div:nth-child(15)#site-container > div:nth-child(1)#cookie-consent > div:not([id]) > span:nth-child(2):not([id]) > button:nth-child(2)#essential-cookies", comment: "Reject analytics cookies" }] }, { name: "auto_GB_musicnotes.com_0", vendorUrl: "https://www.musicnotes.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?musicnotes\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookie-consent > div:nth-child(3):not([id]) > button:nth-child(1)#reject-cookies" }], detectPopup: [{ visible: "body:not([id]) > div#cookie-consent > div:nth-child(3):not([id]) > button:nth-child(1)#reject-cookies" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookie-consent > div:nth-child(3):not([id]) > button:nth-child(1)#reject-cookies", comment: "Reject" }] }, { name: "auto_GB_musicstore.com_0", vendorUrl: "https://www.musicstore.com/en_OE/EUR", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?musicstore\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline", comment: "Deny" }] }, { name: "auto_GB_myenergi.com_0", vendorUrl: "https://www.myenergi.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?myenergi\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body#body > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body#body > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body#body > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline", comment: "Deny" }] }, { name: "auto_GB_mypharmacy.co.uk_0", vendorUrl: "https://www.mypharmacy.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?mypharmacy\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > button:nth-child(3)" }], detectPopup: [{ visible: "body > div > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > button:nth-child(3)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > button:nth-child(3)", text: "DENY ALL" }] }, { name: "auto_GB_mytrainpal.com_0", vendorUrl: "http://www.mytrainpal.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?mytrainpal\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(3) > div > div > div:nth-child(3) > button:nth-child(1)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(3) > div > div > div:nth-child(3) > button:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(3) > div > div > div:nth-child(3) > button:nth-child(1)", text: "Decline" }] }, { name: "auto_GB_n-somerset.gov.uk_0", vendorUrl: "https://n-somerset.gov.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?n-somerset\\.gov\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:nth-child(3)#block-cookiesui > div#cookiesjsr > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:nth-child(3)#block-cookiesui > div#cookiesjsr > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:nth-child(3)#block-cookiesui > div#cookiesjsr > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Deny All" }] }, { name: "auto_GB_nakedwines.co.uk_0", vendorUrl: "https://www.nakedwines.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?nakedwines\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > nkd-cookie-banner:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > span:not([id]) > button:not([id])" }], detectPopup: [{ visible: "body:not([id]) > nkd-cookie-banner:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > span:not([id]) > button:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > nkd-cookie-banner:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > span:not([id]) > button:not([id])", comment: "Reject" }] }, { name: "auto_GB_nationalgallery.org.uk_0", vendorUrl: "https://www.nationalgallery.org.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?nationalgallery\\.org\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline", comment: "Reject all cookies" }] }, { name: "auto_GB_nationalschoolsregatta.co.uk_0", vendorUrl: "https://www.nationalschoolsregatta.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?nationalschoolsregatta\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Decline All" }] }, { name: "auto_GB_nationaltrust.org.uk_0", vendorUrl: "https://www.nationaltrust.org.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?nationaltrust\\.org\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div#cookieOptions > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > a:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div#cookieOptions > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > a:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div#cookieOptions > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > a:nth-child(2):not([id])", comment: "Reject additional cookies" }] }, { name: "auto_GB_ncl.ac.uk_0", vendorUrl: "https://www.ncl.ac.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?ncl\\.ac\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body#htmlbody > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body#htmlbody > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body#htmlbody > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline", comment: "Use necessary cookies only" }] }, { name: "auto_GB_ncsc.gov.uk_0", vendorUrl: "https://www.ncsc.gov.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?ncsc\\.gov\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#root > div:nth-child(1):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id]) > div:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#root > div:nth-child(1):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id]) > div:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#root > div:nth-child(1):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id]) > div:nth-child(1):not([id])", comment: "Reject optional cookies" }] }, { name: "auto_GB_nealsyardremedies.com_0", vendorUrl: "https://www.nealsyardremedies.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?nealsyardremedies\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)", text: "Deny" }] }, { name: "auto_GB_netmums.com_0", vendorUrl: "https://www.netmums.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?netmums\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])", comment: "Continue without agreeing \u2192" }] }, { name: "auto_GB_newdealsonline.co.uk_0", vendorUrl: "https://www.newdealsonline.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?newdealsonline\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline", comment: "Deny" }] }, { name: "auto_GB_news.bet365.com_0", vendorUrl: "https://news.bet365.com/en-gb", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?news\\.bet365\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Essential Only" }] }, { name: "auto_GB_nextcloud.com_0", vendorUrl: "https://nextcloud.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?nextcloud\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookie_banner > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2)#save_settings" }], detectPopup: [{ visible: "body:not([id]) > div#cookie_banner > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2)#save_settings" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookie_banner > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2)#save_settings", comment: "Reject all" }] }, { name: "auto_GB_nfuonline.com_0", vendorUrl: "https://www.nfuonline.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?nfuonline\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div:nth-child(1) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div > div:nth-child(1) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div:nth-child(1) > button:nth-child(2)", text: "Accept Essential" }] }, { name: "auto_GB_nigella.com_0", vendorUrl: "https://www.nigella.com/", cosmetic: false, runContext: { main: false, frame: true, urlPattern: "^https?://(www\\.)?nigella\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > section > form > article:nth-child(3) > nav:nth-child(3) > span:nth-child(1) > button" }], detectPopup: [{ visible: "body > section > form > article:nth-child(3) > nav:nth-child(3) > span:nth-child(1) > button" }], optIn: [], optOut: [{ waitForThenClick: "body > section > form > article:nth-child(3) > nav:nth-child(3) > span:nth-child(1) > button", text: "Decline" }] }, { name: "auto_GB_ninjakitchen.co.uk_0", vendorUrl: "https://ninjakitchen.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?ninjakitchen\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(1)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(1)", text: "Reject all" }] }, { name: "auto_GB_nl.pornhub.com_0", vendorUrl: "https://nl.pornhub.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?nl\\.pornhub\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookieBanner > div#cookieBannerWrapper > button:nth-child(3):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#cookieBanner > div#cookieBannerWrapper > button:nth-child(3):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookieBanner > div#cookieBannerWrapper > button:nth-child(3):not([id])", comment: "Accept Only Essential Cookies" }] }, { name: "auto_GB_nordvpn.com_0", vendorUrl: "https://nordvpn.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?nordvpn\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#consent-widget-container > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#widget-button-reject" }], detectPopup: [{ visible: "body:not([id]) > div#consent-widget-container > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#widget-button-reject" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#consent-widget-container > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#widget-button-reject", comment: "Reject" }] }, { name: "auto_GB_norfolktulips.co.uk_0", vendorUrl: "https://www.norfolktulips.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?norfolktulips\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(1) > div:nth-child(2) > button:nth-child(1)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(1) > div:nth-child(2) > button:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(1) > div:nth-child(2) > button:nth-child(1)", text: "Decline" }] }, { name: "auto_GB_northernrailway.co.uk_0", vendorUrl: "https://www.northernrailway.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?northernrailway\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline", comment: "Use necessary cookies only" }] }, { name: "auto_GB_northnorthants.gov.uk_0", vendorUrl: "https://www.northnorthants.gov.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?northnorthants\\.gov\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#__next > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#__next > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#__next > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "Reject all cookies" }] }, { name: "auto_GB_notcutts.co.uk_0", vendorUrl: "https://www.notcutts.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?notcutts\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body#html-body > div#CybotCookiebotDialog > div:nth-child(3):not([id]) > a:nth-child(1)#CybotCookiebotDialogBodyLevelButtonUseNecessaryOnly" }], detectPopup: [{ visible: "body#html-body > div#CybotCookiebotDialog > div:nth-child(3):not([id]) > a:nth-child(1)#CybotCookiebotDialogBodyLevelButtonUseNecessaryOnly" }], optIn: [], optOut: [{ waitForThenClick: "body#html-body > div#CybotCookiebotDialog > div:nth-child(3):not([id]) > a:nth-child(1)#CybotCookiebotDialogBodyLevelButtonUseNecessaryOnly", comment: "Use necessary\xA0cookies\xA0only" }] }, { name: "auto_GB_novaloca.com_0", vendorUrl: "https://www.novaloca.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?novaloca\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Decline" }] }, { name: "auto_GB_nutaku.net_0", vendorUrl: "https://www.nutaku.net/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?nutaku\\.net/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#page > section:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#page > section:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#page > section:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Accept Only Essential Cookies" }] }, { name: "auto_GB_o2.co.uk_0", vendorUrl: "https://www.o2.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?o2\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookiePrompt > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#privacy_pref_optout" }], detectPopup: [{ visible: "body:not([id]) > div#cookiePrompt > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#privacy_pref_optout" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookiePrompt > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#privacy_pref_optout", comment: "Accept essential cookies only" }] }, { name: "auto_GB_oakley.com_1", vendorUrl: "https://www.oakley.com/en-gb", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?oakley\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#__tealiumGDPRecModal > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#consent_prompt_submitNo" }], detectPopup: [{ visible: "body:not([id]) > div#__tealiumGDPRecModal > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#consent_prompt_submitNo" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#__tealiumGDPRecModal > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#consent_prompt_submitNo", comment: "REFUSE" }] }, { name: "auto_GB_oaknorth.co.uk_0", vendorUrl: "https://oaknorth.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?oaknorth\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline", comment: "Deny" }] }, { name: "auto_GB_on1.com_0", vendorUrl: "https://www.on1.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?on1\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#on1-cookie-banner > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > p:not([id]) > a:nth-child(3):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#on1-cookie-banner > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > p:not([id]) > a:nth-child(3):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#on1-cookie-banner > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > p:not([id]) > a:nth-child(3):not([id])", comment: "Decline" }] }, { name: "auto_GB_onetraveller.co.uk_0", vendorUrl: "https://www.onetraveller.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?onetraveller\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#app > div:nth-child(1)#container > div:nth-child(1):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])" }], detectPopup: [{ visible: "body:not([id]) > div#app > div:nth-child(1)#container > div:nth-child(1):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])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#app > div:nth-child(1)#container > div:nth-child(1):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])", comment: "Decline Cookies" }] }, { name: "auto_GB_online.yandex.com_0", vendorUrl: "http://online.yandex.com/showcaptcha?cc=1&form-fb-hint=2.46&mt=9C1A8EF03CC125070498241D1837B2C83F250FCD96CBBEFF941B00EBF338C95596B66CB14D5D249927EAC88FF1D1E95ED201DDB5F1C5CDBE93A941410CDC9F3FB0C0367D165CA08B1810B728D1D1007193EC1862A3DDCA86D6D57914DE246E8E1761B4DB1175307DEEBF09492520A47FE823BCF5DDC1EA4EAC307E0430421BD13C663941D2B88D91C0C9D9DA219B70A64875C7354DF2D812B6EF08A575F6BC9CB85E0C7E68B5222A54AD6F270C10D79EC1D597E401A1F72CDA96260BD9F1FBBAAB9E6CBC4678BA437618AFF3315A07F02819EC72BE086BA5829F63CA&retpath=aHR0cDovL29ubGluZS55YW5kZXguY29tLz8%2C_748357013737f589ff7f4d6d2d1b454f&t=2/1747051610/fbf82f906f396d334d969e518efe9ca6&u=6562184460993743420&s=0ab95f2a6a84f0f2517baf814ab16a0e", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?online\\.yandex\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)" }], detectPopup: [{ visible: "body > div > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)", text: "Allow essential cookies" }] }, { name: "auto_GB_onlinedoctor.lloydspharmacy.com_0", vendorUrl: "https://onlinedoctor.lloydspharmacy.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?onlinedoctor\\.lloydspharmacy\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1)#ch2-dialog > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1)#ch2-dialog > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1)#ch2-dialog > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Reject unrequired cookies" }] }, { name: "auto_GB_onlinemortgageadvisor.co.uk_0", vendorUrl: "https://www.onlinemortgageadvisor.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?onlinemortgageadvisor\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div > div > div > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div > div > div > div > div > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div > div > div > div:nth-child(2) > button:nth-child(2)", text: "Decline" }] }, { name: "auto_GB_openai.com_0", vendorUrl: "https://openai.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?openai\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div:nth-child(2) > button:nth-child(2)", text: "Reject non-essential" }] }, { name: "auto_GB_openairtheatre.com_0", vendorUrl: "https://openairtheatre.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?openairtheatre\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > aside:not([id]) > div:not([id]) > div:not([id]) > form:nth-child(3):not([id]) > button:not([id])" }], detectPopup: [{ visible: "body:not([id]) > aside:not([id]) > div:not([id]) > div:not([id]) > form:nth-child(3):not([id]) > button:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > aside:not([id]) > div:not([id]) > div:not([id]) > form:nth-child(3):not([id]) > button:not([id])", comment: "Decline cookies" }] }, { name: "auto_GB_opodo.co.uk_0", vendorUrl: "https://www.opodo.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?opodo\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body#viewport > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])" }], detectPopup: [{ visible: "body#viewport > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body#viewport > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])", comment: "Continue without agreeing \u2192" }] }, { name: "auto_GB_opticiansdirect.co.uk_0", vendorUrl: "https://www.opticiansdirect.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?opticiansdirect\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > button:nth-child(3)" }], detectPopup: [{ visible: "body > div > button:nth-child(3)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > button:nth-child(3)", text: "I Decline" }] }, { name: "auto_GB_orkney.com_0", vendorUrl: "https://www.orkney.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?orkney\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#nb-cookie-consent-modal > div#nb-cookie-consent-modal-dialog > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(2)#nb-cookie-consent-button-left" }], detectPopup: [{ visible: "body:not([id]) > div#nb-cookie-consent-modal > div#nb-cookie-consent-modal-dialog > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(2)#nb-cookie-consent-button-left" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#nb-cookie-consent-modal > div#nb-cookie-consent-modal-dialog > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(2)#nb-cookie-consent-button-left", comment: "USE ESSENTIAL ONLY" }] }, { name: "auto_GB_outdooraction.co.uk_0", vendorUrl: "https://www.outdooraction.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?outdooraction\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > 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" }], detectPopup: [{ visible: "body:not([id]) > 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" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > 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", comment: "REJECT ALL COOKIES" }] }, { name: "auto_GB_outdooractive.com_0", vendorUrl: "https://www.outdooractive.com/en/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?outdooractive\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > 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])" }], detectPopup: [{ visible: "body:not([id]) > 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])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > 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])", comment: "Necessary cookies only" }] }, { name: "auto_GB_overclockers.co.uk_0", vendorUrl: "https://www.overclockers.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?overclockers\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline", comment: "Accept Essential Only" }] }, { name: "auto_GB_painshill.co.uk_0", vendorUrl: "https://www.painshill.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?painshill\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > span > div > div:nth-child(2) > a:nth-child(1)" }], detectPopup: [{ visible: "body > div > span > div > div:nth-child(2) > a:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > span > div > div:nth-child(2) > a:nth-child(1)", text: "Decline Optional Cookies" }] }, { name: "auto_GB_paramountplants.co.uk_0", vendorUrl: "https://www.paramountplants.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?paramountplants\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#consentPopup > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(3)#consent-reject" }], detectPopup: [{ visible: "body:not([id]) > div#consentPopup > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(3)#consent-reject" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#consentPopup > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(3)#consent-reject", comment: "REJECT ALL" }] }, { name: "auto_GB_parcelmonkey.co.uk_0", vendorUrl: "https://www.parcelmonkey.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?parcelmonkey\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > section > div > div > div > div:nth-child(2) > a:nth-child(1)" }], detectPopup: [{ visible: "body > section > div > div > div > div:nth-child(2) > a:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > section > div > div > div > div:nth-child(2) > a:nth-child(1)", text: "Required only" }] }, { name: "auto_GB_parliamentlive.tv_r3v", vendorUrl: "https://parliamentlive.tv/Commons", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?parliamentlive\\.tv/" }, prehideSelectors: [], detectCmp: [{ exists: "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" }], detectPopup: [{ visible: "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" }], optIn: [], optOut: [{ waitForThenClick: "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", comment: "Reject" }] }, { name: "auto_GB_partmaster.co.uk_528", vendorUrl: "https://www.partmaster.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?partmaster\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(11):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(6):not([id]) > a:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(11):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(6):not([id]) > a:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(11):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(6):not([id]) > a:nth-child(2):not([id])", comment: "Reject Non-Essential Cookies" }] }, { name: "auto_GB_partscentre.co.uk_0", vendorUrl: "https://www.partscentre.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?partscentre\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > aside:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div > div > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div > aside:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div > div > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > aside:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div > div > div:nth-child(2) > button:nth-child(2)", text: "Decline" }] }, { name: "auto_GB_pavers.co.uk_0", vendorUrl: "https://www.pavers.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?pavers\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline", comment: "Use necessary cookies only" }] }, { name: "auto_GB_petertyson.co.uk_0", vendorUrl: "https://petertyson.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?petertyson\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body#html-body > div#gdprCookieBar > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:nth-child(3):not([id])" }], detectPopup: [{ visible: "body#html-body > div#gdprCookieBar > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:nth-child(3):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body#html-body > div#gdprCookieBar > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:nth-child(3):not([id])", comment: "Decline" }] }, { name: "auto_GB_peugeot.co.uk_0", vendorUrl: "https://www.peugeot.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?peugeot\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#_psaihm_main_div > div:nth-child(5)#_psaihm_text_div > div:nth-child(3)#_psaihm_cta_container > a:nth-child(3)#_psaihm_refuse_all" }], detectPopup: [{ visible: "body:not([id]) > div#_psaihm_main_div > div:nth-child(5)#_psaihm_text_div > div:nth-child(3)#_psaihm_cta_container > a:nth-child(3)#_psaihm_refuse_all" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#_psaihm_main_div > div:nth-child(5)#_psaihm_text_div > div:nth-child(3)#_psaihm_cta_container > a:nth-child(3)#_psaihm_refuse_all", comment: "REFUSE ALL" }] }, { name: "auto_GB_pharmacy2u.co.uk_0", vendorUrl: "https://www.pharmacy2u.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?pharmacy2u\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline", comment: "Use necessary cookies only" }] }, { name: "auto_GB_phin.org.uk_5ot", vendorUrl: "https://www.phin.org.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?phin\\.org\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#sapper > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(5):not([id]) > div:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#sapper > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(5):not([id]) > div:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#sapper > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(5):not([id]) > div:nth-child(2):not([id])", comment: "Reject analytics cookies" }] }, { name: "auto_GB_phonely.co.uk_0", vendorUrl: "https://www.phonely.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?phonely\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookie-banner > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#adopt-reject-all-button" }], detectPopup: [{ visible: "body:not([id]) > div#cookie-banner > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#adopt-reject-all-button" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookie-banner > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#adopt-reject-all-button", comment: "Reject" }] }, { name: "auto_GB_pinsentmasons.com_0", vendorUrl: "https://www.pinsentmasons.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?pinsentmasons\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(6):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(6):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(6):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "Reject all" }] }, { name: "auto_GB_pixelcut.ai_lfx", vendorUrl: "https://www.pixelcut.ai/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?pixelcut\\.ai/" }, prehideSelectors: [], detectCmp: [{ exists: "body: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]) > div:nth-child(3):not([id]) > div:nth-child(1)#ckyDetailCategorynecessary > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body: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]) > div:nth-child(3):not([id]) > div:nth-child(1)#ckyDetailCategorynecessary > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body: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]) > div:nth-child(3):not([id]) > div:nth-child(1)#ckyDetailCategorynecessary > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:nth-child(1):not([id])", comment: "Necessary" }] }, { name: "auto_GB_pl.pornhub.com_0", vendorUrl: "https://pl.pornhub.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?pl\\.pornhub\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookieBanner > div#cookieBannerWrapper > button:nth-child(3):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#cookieBanner > div#cookieBannerWrapper > button:nth-child(3):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookieBanner > div#cookieBannerWrapper > button:nth-child(3):not([id])", comment: "Accept Only Essential Cookies" }] }, { name: "auto_GB_planningportal.co.uk_0", vendorUrl: "https://www.planningportal.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?planningportal\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div#tqc-modal-9 > footer:nth-child(3):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div#tqc-modal-9 > footer:nth-child(3):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div#tqc-modal-9 > footer:nth-child(3):not([id]) > button:nth-child(1):not([id])", comment: "Reject all" }] }, { name: "auto_GB_play.runescape.com_0", vendorUrl: "https://play.runescape.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?play\\.runescape\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(1)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(1)", text: "Use necessary cookies only" }] }, { name: "auto_GB_plex.tv_0", vendorUrl: "https://www.plex.tv/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?plex\\.tv/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > a:not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > a:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > a:not([id])", comment: "I Reject" }] }, { name: "auto_GB_plymouth.ac.uk_0", vendorUrl: "https://www.plymouth.ac.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?plymouth\\.ac\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline", comment: "Deny" }] }, { name: "auto_GB_poferries.com_0", vendorUrl: "https://www.poferries.com/en", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?poferries\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline", comment: "Deny" }] }, { name: "auto_GB_poki.com_lwh", vendorUrl: "https://poki.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?poki\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#app-root > div:nth-child(6)#notification-stack > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(5):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#app-root > div:nth-child(6)#notification-stack > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(5):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#app-root > div:nth-child(6)#notification-stack > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(5):not([id]) > button:nth-child(2):not([id])", comment: "Reject all optional Cookies" }] }, { name: "auto_GB_pond-planet.co.uk_0", vendorUrl: "https://www.pond-planet.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?pond-planet\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div:nth-child(2) > div > div:nth-child(2) > div:nth-child(2)" }], detectPopup: [{ visible: "body > div > div:nth-child(2) > div > div:nth-child(2) > div:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div:nth-child(2) > div > div:nth-child(2) > div:nth-child(2)", text: "REJECT ALL COOKIES" }] }, { name: "auto_GB_pondkeeper.co.uk_0", vendorUrl: "https://www.pondkeeper.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?pondkeeper\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#page-wrap > div:nth-child(7)#cookie-notice > div:not([id]) > div:not([id]) > div:nth-child(3)#decline-cookies > button#cookie-decline-button" }], detectPopup: [{ visible: "body:not([id]) > div#page-wrap > div:nth-child(7)#cookie-notice > div:not([id]) > div:not([id]) > div:nth-child(3)#decline-cookies > button#cookie-decline-button" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#page-wrap > div:nth-child(7)#cookie-notice > div:not([id]) > div:not([id]) > div:nth-child(3)#decline-cookies > button#cookie-decline-button", comment: "DISABLE NON-ESSENTIAL COOKIES" }] }, { name: "auto_GB_porscheclubgb.com_0", vendorUrl: "https://www.porscheclubgb.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?porscheclubgb\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body#Home > div#cky-consent > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#cky-btn-reject" }], detectPopup: [{ visible: "body#Home > div#cky-consent > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#cky-btn-reject" }], optIn: [], optOut: [{ waitForThenClick: "body#Home > div#cky-consent > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#cky-btn-reject", comment: "Reject All" }] }, { name: "auto_GB_powerland.co.uk_0", vendorUrl: "https://www.powerland.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?powerland\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(2) > div:nth-child(2) > button:nth-child(1)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(2) > div:nth-child(2) > button:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(2) > div:nth-child(2) > button:nth-child(1)", text: "Decline" }] }, { name: "auto_GB_premierinn.com_93p", vendorUrl: "https://www.premierinn.com/gb/en/home.html", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?premierinn\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > pi-cookie-policy-modal:not([id]) > pi-modal#manageCookieModal > modal-dialog:nth-child(2):not([id]) > modal-body:nth-child(2):not([id]) > div:not([id]) > pi-modal-cookie-intro:nth-child(1):not([id]) > div:nth-child(4):not([id]) > button:nth-child(2)#necessary-only-cookies-button" }], detectPopup: [{ visible: "body:not([id]) > pi-cookie-policy-modal:not([id]) > pi-modal#manageCookieModal > modal-dialog:nth-child(2):not([id]) > modal-body:nth-child(2):not([id]) > div:not([id]) > pi-modal-cookie-intro:nth-child(1):not([id]) > div:nth-child(4):not([id]) > button:nth-child(2)#necessary-only-cookies-button" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > pi-cookie-policy-modal:not([id]) > pi-modal#manageCookieModal > modal-dialog:nth-child(2):not([id]) > modal-body:nth-child(2):not([id]) > div:not([id]) > pi-modal-cookie-intro:nth-child(1):not([id]) > div:nth-child(4):not([id]) > button:nth-child(2)#necessary-only-cookies-button", comment: "Necessary only" }] }, { name: "auto_GB_products.aspose.app_0", vendorUrl: "https://products.aspose.app/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?products\\.aspose\\.app/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#gdpr-consent-banner > div:nth-child(2):not([id]) > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#denyAll" }], detectPopup: [{ visible: "body:not([id]) > div#gdpr-consent-banner > div:nth-child(2):not([id]) > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#denyAll" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#gdpr-consent-banner > div:nth-child(2):not([id]) > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#denyAll", comment: "DENY" }] }, { name: "auto_GB_publichealthscotland.scot_nvx", vendorUrl: "https://publichealthscotland.scot/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?publichealthscotland\\.scot/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookieModal > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > p:not([id]) > a#reject-all-cookies-modal" }], detectPopup: [{ visible: "body:not([id]) > div#cookieModal > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > p:not([id]) > a#reject-all-cookies-modal" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookieModal > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > p:not([id]) > a#reject-all-cookies-modal", comment: "Reject all" }] }, { name: "auto_GB_puppies.co.uk_0", vendorUrl: "https://www.puppies.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?puppies\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline", comment: "Deny" }] }, { name: "auto_GB_qatarairways.com_0", vendorUrl: "https://www.qatarairways.com/en-gb/homepage.html", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?qatarairways\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(6):not([id]) > div:not([id]) > div:nth-child(18)#cookiebarNew > div:not([id]) > div:not([id]) > div:not([id]) > div#cookie-container > div#cookie-id > div:nth-child(2):not([id]) > div:not([id]) > a:nth-child(2)#rejectAll" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(6):not([id]) > div:not([id]) > div:nth-child(18)#cookiebarNew > div:not([id]) > div:not([id]) > div:not([id]) > div#cookie-container > div#cookie-id > div:nth-child(2):not([id]) > div:not([id]) > a:nth-child(2)#rejectAll" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(6):not([id]) > div:not([id]) > div:nth-child(18)#cookiebarNew > div:not([id]) > div:not([id]) > div:not([id]) > div#cookie-container > div#cookie-id > div:nth-child(2):not([id]) > div:not([id]) > a:nth-child(2)#rejectAll", comment: "Reject all" }] }, { name: "auto_GB_quilter.com_0", vendorUrl: "https://www.quilter.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?quilter\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#modal-region-select > div#modal-overlay-region-select > div:not([id]) > div:nth-child(2):not([id]) > div#regions-roles > footer:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#modal-region-select > div#modal-overlay-region-select > div:not([id]) > div:nth-child(2):not([id]) > div#regions-roles > footer:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#modal-region-select > div#modal-overlay-region-select > div:not([id]) > div:nth-child(2):not([id]) > div#regions-roles > footer:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "Reject all cookies" }] }, { name: "auto_GB_qvcuk.com_0", vendorUrl: "https://www.qvcuk.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?qvcuk\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div#qPrivacyBanner > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div#qPrivacyBanner > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div#qPrivacyBanner > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > button:nth-child(2):not([id])", comment: "Reject All Cookies" }] }, { name: "auto_GB_raf.mod.uk_0", vendorUrl: "https://www.raf.mod.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?raf\\.mod\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body#homepage > div#cookiebanner > div:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > a:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body#homepage > div#cookiebanner > div:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > a:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body#homepage > div#cookiebanner > div:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > a:nth-child(1)#CybotCookiebotDialogBodyButtonDecline", comment: "Necessary cookies only" }] }, { name: "auto_GB_rapidonline.com_0", vendorUrl: "https://www.rapidonline.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?rapidonline\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(1)#cookieConsent > div:nth-child(3):not([id]) > button:nth-child(2)#st-cookie-accept-essential" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(1)#cookieConsent > div:nth-child(3):not([id]) > button:nth-child(2)#st-cookie-accept-essential" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(1)#cookieConsent > div:nth-child(3):not([id]) > button:nth-child(2)#st-cookie-accept-essential", comment: "Reject non-essential" }] }, { name: "auto_GB_rcdow.org.uk_0", vendorUrl: "https://rcdow.org.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?rcdow\\.org\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body#page-root > div#cookie-consent > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body#page-root > div#cookie-consent > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body#page-root > div#cookie-consent > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Necessary Cookies Only" }] }, { name: "auto_GB_rcgp.org.uk_vw7", vendorUrl: "https://www.rcgp.org.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?rcgp\\.org\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookie > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#cookie-rejected" }], detectPopup: [{ visible: "body:not([id]) > div#cookie > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#cookie-rejected" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookie > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#cookie-rejected", comment: "Reject" }] }, { name: "auto_GB_rcp.ac.uk_lga", vendorUrl: "https://www.rcp.ac.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?rcp\\.ac\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1)#consentDecline" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1)#consentDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1)#consentDecline", comment: "decline" }] }, { name: "auto_GB_rct.uk_0", vendorUrl: "https://www.rct.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?rct\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline", comment: "DENY" }] }, { name: "auto_GB_reading.gov.uk_0", vendorUrl: "https://www.reading.gov.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?reading\\.gov\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > 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])" }], detectPopup: [{ visible: "body:not([id]) > 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])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > 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])", comment: "Reject analytics cookies" }] }, { name: "auto_GB_realitykings.com_0", vendorUrl: "https://www.realitykings.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?realitykings\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div:nth-child(3) > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div > div:nth-child(3) > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div:nth-child(3) > div:nth-child(2) > button:nth-child(2)", text: "ACCEPT ONLY ESSENTIAL COOKIES" }] }, { name: "auto_GB_redgifs.com_0", vendorUrl: "https://www.redgifs.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?redgifs\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#root > div:not([id]) > div:nth-child(4):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#root > div:not([id]) > div:nth-child(4):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#root > div:not([id]) > div:nth-child(4):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Decline" }] }, { name: "auto_GB_redtube.com_0", vendorUrl: "https://www.redtube.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?redtube\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookie_consent_wrapper > div:not([id]) > div:nth-child(4):not([id]) > button:nth-child(2)#consent_accept_essential" }], detectPopup: [{ visible: "body:not([id]) > div#cookie_consent_wrapper > div:not([id]) > div:nth-child(4):not([id]) > button:nth-child(2)#consent_accept_essential" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookie_consent_wrapper > div:not([id]) > div:nth-child(4):not([id]) > button:nth-child(2)#consent_accept_essential", comment: "Accept only essential cookies" }] }, { name: "auto_GB_redtube.net_0", vendorUrl: "https://www.redtube.net/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?redtube\\.net/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookie_consent_wrapper > div:not([id]) > div:nth-child(4):not([id]) > button:nth-child(2)#consent_accept_essential" }], detectPopup: [{ visible: "body:not([id]) > div#cookie_consent_wrapper > div:not([id]) > div:nth-child(4):not([id]) > button:nth-child(2)#consent_accept_essential" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookie_consent_wrapper > div:not([id]) > div:nth-child(4):not([id]) > button:nth-child(2)#consent_accept_essential", comment: "Accept only essential cookies" }] }, { name: "auto_GB_remove.bg_0", vendorUrl: "https://www.remove.bg/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?remove\\.bg/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#app > div:nth-child(6):not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div#wrapper > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#app > div:nth-child(6):not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div#wrapper > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#app > div:nth-child(6):not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div#wrapper > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Reject all" }] }, { name: "auto_GB_reolink.com_tw6", vendorUrl: "https://reolink.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?reolink\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > span:nth-child(1):not([id]) > a:not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > span:nth-child(1):not([id]) > a:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > span:nth-child(1):not([id]) > a:not([id])", comment: "Reject All" }] }, { name: "auto_GB_researchgate.net_0", vendorUrl: "https://www.researchgate.net/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?researchgate\\.net/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#didomi-host > div:not([id]) > div:not([id]) > div#didomi-notice > div:not([id]) > div:nth-child(2)#buttons > button:nth-child(2)#didomi-notice-disagree-button" }], detectPopup: [{ visible: "body:not([id]) > div#didomi-host > div:not([id]) > div:not([id]) > div#didomi-notice > div:not([id]) > div:nth-child(2)#buttons > button:nth-child(2)#didomi-notice-disagree-button" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#didomi-host > div:not([id]) > div:not([id]) > div#didomi-notice > div:not([id]) > div:nth-child(2)#buttons > button:nth-child(2)#didomi-notice-disagree-button", comment: "Reject" }] }, { name: "auto_GB_restless.co.uk_0", vendorUrl: "https://restless.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?restless\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:nth-child(2):not([id])", comment: "Reject All" }] }, { name: "auto_GB_resume.io_0", vendorUrl: "https://resume.io/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?resume\\.io/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(3) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(3) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(3) > button:nth-child(2)", text: "Essential only" }] }, { name: "auto_GB_resume.io_1", vendorUrl: "https://resume.io/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?resume\\.io/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(2) > a:nth-child(1)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(2) > a:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(2) > a:nth-child(1)", text: "reject" }] }, { name: "auto_GB_rettie.co.uk_0", vendorUrl: "https://www.rettie.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?rettie\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookie-consent-modal > div#cookie-consent-modal-dialog > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(2)#cookie-consent-button-left" }], detectPopup: [{ visible: "body:not([id]) > div#cookie-consent-modal > div#cookie-consent-modal-dialog > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(2)#cookie-consent-button-left" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookie-consent-modal > div#cookie-consent-modal-dialog > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(2)#cookie-consent-button-left", comment: "REJECT ALL" }] }, { name: "auto_GB_reverso.net_0", vendorUrl: "https://www.reverso.net/text-translation", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?reverso\\.net/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])", comment: "Continue without agreeing \u2192" }] }, { name: "auto_GB_revolut.com_0", vendorUrl: "https://www.revolut.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?revolut\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > button:nth-child(5):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > button:nth-child(5):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > button:nth-child(5):not([id])", comment: "Reject non-essential cookies" }] }, { name: "auto_GB_rexel.co.uk_0", vendorUrl: "https://www.rexel.co.uk/uki/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?rexel\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#mmenu-wrap-target > div:nth-child(18)#gdprCookieConsentManagedSummary > 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:not([id]) > div:not([id]) > button:nth-child(3)#declineAllConsentSummary" }], detectPopup: [{ visible: "body:not([id]) > div#mmenu-wrap-target > div:nth-child(18)#gdprCookieConsentManagedSummary > 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:not([id]) > div:not([id]) > button:nth-child(3)#declineAllConsentSummary" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#mmenu-wrap-target > div:nth-child(18)#gdprCookieConsentManagedSummary > 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:not([id]) > div:not([id]) > button:nth-child(3)#declineAllConsentSummary", comment: "Decline all" }] }, { name: "auto_GB_riverside.fm_0", vendorUrl: "https://riverside.fm/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?riverside\\.fm/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1)#ch2-dialog > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1)#ch2-dialog > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1)#ch2-dialog > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Deny all" }] }, { name: "auto_GB_robertsspaceindustries.com_0", vendorUrl: "https://robertsspaceindustries.com/en/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?robertsspaceindustries\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body#alexandria-content > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body#alexandria-content > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body#alexandria-content > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline", comment: "Use necessary cookies only" }] }, { name: "auto_GB_rolandgarros.com_0", vendorUrl: "https://www.rolandgarros.com/en-us/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?rolandgarros\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > 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" }], detectPopup: [{ visible: "body:not([id]) > 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" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > 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", comment: "REFUSE ALL" }] }, { name: "auto_GB_rolcruise.co.uk_0", vendorUrl: "https://www.rolcruise.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?rolcruise\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline", comment: "Use necessary cookies only" }] }, { name: "auto_GB_rolls-royce.com_0", vendorUrl: "https://www.rolls-royce.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?rolls-royce\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div:nth-child(1) > div > div > div > div > div > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div > div:nth-child(1) > div > div > div > div > div > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div:nth-child(1) > div > div > div > div > div > div:nth-child(2) > button:nth-child(2)", text: "DECLINE COOKIES" }] }, { name: "auto_GB_ronniescotts.co.uk_0", vendorUrl: "https://www.ronniescotts.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?ronniescotts\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Deny all" }] }, { name: "auto_GB_roofingsuperstore.co.uk_0", vendorUrl: "https://www.roofingsuperstore.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?roofingsuperstore\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline", comment: "Necessary only" }] }, { name: "auto_GB_roughtrade.com_0", vendorUrl: "https://www.roughtrade.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?roughtrade\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline", comment: "Decline" }] }, { name: "auto_GB_royalenfield.com_0", vendorUrl: "https://www.royalenfield.com/uk/en/home/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?royalenfield\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline", comment: "Deny" }] }, { name: "auto_GB_royalholloway.ac.uk_0", vendorUrl: "https://www.royalholloway.ac.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?royalholloway\\.ac\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#badge-container > div#seers-cmp-cookie-data-hol > div:nth-child(2)#SeersCMPBannerMainBar > div:nth-child(2):not([id]) > a:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#badge-container > div#seers-cmp-cookie-data-hol > div:nth-child(2)#SeersCMPBannerMainBar > div:nth-child(2):not([id]) > a:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#badge-container > div#seers-cmp-cookie-data-hol > div:nth-child(2)#SeersCMPBannerMainBar > div:nth-child(2):not([id]) > a:nth-child(2):not([id])", comment: "Disable all" }] }, { name: "auto_GB_royalmail.com_0", vendorUrl: "https://www.royalmail.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?royalmail\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#__tealiumGDPRecModal > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:nth-child(2)#consent_prompt_decline" }], detectPopup: [{ visible: "body:not([id]) > div#__tealiumGDPRecModal > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:nth-child(2)#consent_prompt_decline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#__tealiumGDPRecModal > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:nth-child(2)#consent_prompt_decline", comment: "Reject all" }] }, { name: "auto_GB_royalmint.com_0", vendorUrl: "https://www.royalmint.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?royalmint\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body#pageTop > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body#pageTop > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body#pageTop > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline", comment: "Reject" }] }, { name: "auto_GB_rt.pornhub.com_0", vendorUrl: "https://rt.pornhub.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?rt\\.pornhub\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookieBanner > div#cookieBannerWrapper > button:nth-child(3):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#cookieBanner > div#cookieBannerWrapper > button:nth-child(3):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookieBanner > div#cookieBannerWrapper > button:nth-child(3):not([id])", comment: "Accept Only Essential Cookies" }] }, { name: "auto_GB_rumble.com_0", vendorUrl: "https://rumble.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?rumble\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#js-client-storage-consent__popup > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1)#js-client-storage-consent__reject" }], detectPopup: [{ visible: "body:not([id]) > div#js-client-storage-consent__popup > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1)#js-client-storage-consent__reject" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#js-client-storage-consent__popup > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1)#js-client-storage-consent__reject", comment: "Reject All" }] }, { name: "auto_GB_safelincs.co.uk_0", vendorUrl: "https://www.safelincs.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?safelincs\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div:nth-child(8) > div > div:nth-child(6) > a:nth-child(1)" }], detectPopup: [{ visible: "body > div > div:nth-child(8) > div > div:nth-child(6) > a:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div:nth-child(8) > div > div:nth-child(6) > a:nth-child(1)", text: "Reject all" }] }, { name: "auto_GB_saily.com_0", vendorUrl: "https://saily.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?saily\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#consent-widget-container > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#widget-button-reject" }], detectPopup: [{ visible: "body:not([id]) > div#consent-widget-container > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#widget-button-reject" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#consent-widget-container > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#widget-button-reject", comment: "Reject" }] }, { name: "auto_GB_salomon.com_b7d", vendorUrl: "https://www.salomon.com/en-gb", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?salomon\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#udp-footer > section:nth-child(4):not([id]) > div:nth-child(1)#push-information > div:nth-child(1):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])" }], detectPopup: [{ visible: "body:not([id]) > div#udp-footer > section:nth-child(4):not([id]) > div:nth-child(1)#push-information > div:nth-child(1):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])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#udp-footer > section:nth-child(4):not([id]) > div:nth-child(1)#push-information > div:nth-child(1):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])", comment: "Use only necessary cookies" }] }, { name: "auto_GB_samconveyancing.co.uk_0", vendorUrl: "https://www.samconveyancing.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?samconveyancing\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookie-compliance > div:nth-child(1):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#cookie-compliance > div:nth-child(1):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookie-compliance > div:nth-child(1):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:not([id])", comment: "Reject All" }] }, { name: "auto_GB_sanctuary-bathrooms.co.uk_0", vendorUrl: "https://www.sanctuary-bathrooms.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?sanctuary-bathrooms\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])", comment: "Reject" }] }, { name: "auto_GB_savoo.co.uk_0", vendorUrl: "https://www.savoo.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?savoo\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookie-consent > div:not([id]) > a:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#cookie-consent > div:not([id]) > a:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookie-consent > div:not([id]) > a:nth-child(1):not([id])", comment: "Continue without accepting" }] }, { name: "auto_GB_scotcourts.gov.uk_0", vendorUrl: "https://www.scotcourts.gov.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?scotcourts\\.gov\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Use essential cookies only" }] }, { name: "auto_GB_scotlandspeople.gov.uk_0", vendorUrl: "https://www.scotlandspeople.gov.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?scotlandspeople\\.gov\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(2)#page-wrapper > div#page > header:nth-child(1)#header > nav:nth-child(1)#navbar-top > div:not([id]) > div:nth-child(2)#block-sp2024-cookiesui > div:not([id]) > div#cookiesjsr > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(2)#page-wrapper > div#page > header:nth-child(1)#header > nav:nth-child(1)#navbar-top > div:not([id]) > div:nth-child(2)#block-sp2024-cookiesui > div:not([id]) > div#cookiesjsr > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(2)#page-wrapper > div#page > header:nth-child(1)#header > nav:nth-child(1)#navbar-top > div:not([id]) > div:nth-child(2)#block-sp2024-cookiesui > div:not([id]) > div#cookiesjsr > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Use essential cookies only" }] }, { name: "auto_GB_scottishwidows.co.uk_0", vendorUrl: "https://www.scottishwidows.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?scottishwidows\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#lbganalyticsCookies > footer:nth-child(8):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#lbganalyticsCookies > footer:nth-child(8):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#lbganalyticsCookies > footer:nth-child(8):not([id]) > button:nth-child(2):not([id])", comment: "Reject all" }] }, { name: "auto_GB_scottsdalegolf.co.uk_0", vendorUrl: "https://www.scottsdalegolf.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?scottsdalegolf\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#app > div:nth-child(13):not([id]) > button:nth-child(4):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#app > div:nth-child(13):not([id]) > button:nth-child(4):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#app > div:nth-child(13):not([id]) > button:nth-child(4):not([id])", comment: "DECLINE" }] }, { name: "auto_GB_secure.cbonline.co.uk_0", vendorUrl: "https://secure.cbonline.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?secure\\.cbonline\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > 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" }], detectPopup: [{ visible: "body:not([id]) > 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" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > 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", comment: "Reject optional cookies" }] }, { name: "auto_GB_secure.ybonline.co.uk_0", vendorUrl: "https://secure.ybonline.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?secure\\.ybonline\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div:nth-child(2) > div:nth-child(1) > div:nth-child(5) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div > div:nth-child(2) > div:nth-child(1) > div:nth-child(5) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div:nth-child(2) > div:nth-child(1) > div:nth-child(5) > button:nth-child(2)", text: "Reject optional cookies" }] }, { name: "auto_GB_seetickets.com_0", vendorUrl: "https://www.seetickets.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?seetickets\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > footer:not([id]) > div:nth-child(2)#seeGdprCookieConsent > div:not([id]) > p:nth-child(2):not([id]) > a:nth-child(2)#seeGdprReject" }], detectPopup: [{ visible: "body:not([id]) > footer:not([id]) > div:nth-child(2)#seeGdprCookieConsent > div:not([id]) > p:nth-child(2):not([id]) > a:nth-child(2)#seeGdprReject" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > footer:not([id]) > div:nth-child(2)#seeGdprCookieConsent > div:not([id]) > p:nth-child(2):not([id]) > a:nth-child(2)#seeGdprReject", comment: "Reject" }] }, { name: "auto_GB_sellercentral.amazon.co.uk_0", vendorUrl: "https://sellercentral.amazon.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?sellercentral\\.amazon\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > 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])" }], detectPopup: [{ visible: "body:not([id]) > 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])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > 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])", comment: "Continue without accepting" }] }, { name: "auto_GB_semrush.com_0", vendorUrl: "https://www.semrush.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?semrush\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > div#ch2-dialog > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > div#ch2-dialog > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > div#ch2-dialog > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Deny all" }] }, { name: "auto_GB_send.dpd.co.uk_0", vendorUrl: "https://send.dpd.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?send\\.dpd\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > 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" }], detectPopup: [{ visible: "body:not([id]) > 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" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > 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", comment: "Refuse all" }] }, { name: "auto_GB_sharkclean.co.uk_0", vendorUrl: "https://sharkclean.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?sharkclean\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline", comment: "Reject all" }] }, { name: "auto_GB_sheetmusicplus.com_0", vendorUrl: "https://www.sheetmusicplus.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?sheetmusicplus\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > 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(4):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > 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(4):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > 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(4):not([id]) > button:nth-child(2):not([id])", comment: "REJECT" }] }, { name: "auto_GB_shemalestardb.com_0", vendorUrl: "https://shemalestardb.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?shemalestardb\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div#glowCookies-banner > div:nth-child(3):not([id]) > button:nth-child(2)#rejectCookies" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div#glowCookies-banner > div:nth-child(3):not([id]) > button:nth-child(2)#rejectCookies" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div#glowCookies-banner > div:nth-child(3):not([id]) > button:nth-child(2)#rejectCookies", comment: "Reject" }] }, { name: "auto_GB_shop.nationaltrust.org.uk_0", vendorUrl: "https://shop.nationaltrust.org.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?shop\\.nationaltrust\\.org\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body#html-body > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div#cookieOptions > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > a:nth-child(2):not([id])" }], detectPopup: [{ visible: "body#html-body > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div#cookieOptions > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > a:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body#html-body > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div#cookieOptions > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > a:nth-child(2):not([id])", comment: "Reject additional cookies" }] }, { name: "auto_GB_shopify.com_0", vendorUrl: "https://www.shopify.com/uk", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?shopify\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "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])" }], detectPopup: [{ visible: "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])" }], optIn: [], optOut: [{ waitForThenClick: "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])", comment: "Reject all" }] }, { name: "auto_GB_showcasecinemas.co.uk_0", vendorUrl: "https://www.showcasecinemas.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?showcasecinemas\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(3)#buttons > button:nth-child(2)#didomi-notice-disagree-button" }], detectPopup: [{ visible: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(3)#buttons > button:nth-child(2)#didomi-notice-disagree-button" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(3)#buttons > button:nth-child(2)#didomi-notice-disagree-button", comment: "Refuse non-essential cookies and close" }] }, { name: "auto_GB_shu.ac.uk_0", vendorUrl: "https://www.shu.ac.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?shu\\.ac\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline", comment: "Deny" }] }, { name: "auto_GB_signin.ebay.co.uk_0", vendorUrl: "https://signin.ebay.co.uk/ws/eBayISAPI.dll?SignIn&ru=https%3A%2F%2Fmy.ebay.co.uk%2F&sgfl=sm&smuid=5dd614ba443b42679a133019ab896beb", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?signin\\.ebay\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(6)#widgets-placeholder > div:nth-child(1):not([id]) > section:nth-child(2)#gdpr-banner > div:nth-child(2):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2)#gdpr-banner-decline" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(6)#widgets-placeholder > div:nth-child(1):not([id]) > section:nth-child(2)#gdpr-banner > div:nth-child(2):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2)#gdpr-banner-decline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(6)#widgets-placeholder > div:nth-child(1):not([id]) > section:nth-child(2)#gdpr-banner > div:nth-child(2):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2)#gdpr-banner-decline", comment: "Decline all" }] }, { name: "auto_GB_size.co.uk_2nx", vendorUrl: "https://www.size.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?size\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(3):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(3):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(3):not([id])", comment: "Reject All Cookies" }] }, { name: "auto_GB_skinport.com_0", vendorUrl: "https://skinport.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?skinport\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div:nth-child(3) > div > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div > div:nth-child(3) > div > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div:nth-child(3) > div > div:nth-child(2) > button:nth-child(2)", text: "REFUSE NON-ESSENTIAL COOKIES" }] }, { name: "auto_GB_slaters.co.uk_0", vendorUrl: "https://www.slaters.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?slaters\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body#html-body > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body#html-body > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body#html-body > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline", comment: "Reject All" }] }, { name: "auto_GB_smarkets.com_0", vendorUrl: "https://smarkets.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?smarkets\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div:nth-child(3) > div:nth-child(2) > div > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div > div:nth-child(3) > div:nth-child(2) > div > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div:nth-child(3) > div:nth-child(2) > div > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)", text: "REJECT" }] }, { name: "auto_GB_societe.com_0", vendorUrl: "https://www.societe.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?societe\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])", comment: "Continue without agreeing \u2192" }] }, { name: "auto_GB_sockshop.co.uk_7pv", vendorUrl: "https://www.sockshop.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?sockshop\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body: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]) > div:nth-child(3):not([id]) > div:nth-child(1)#ckyDetailCategorynecessary > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body: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]) > div:nth-child(3):not([id]) > div:nth-child(1)#ckyDetailCategorynecessary > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body: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]) > div:nth-child(3):not([id]) > div:nth-child(1)#ckyDetailCategorynecessary > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:nth-child(1):not([id])", comment: "Necessary" }] }, { name: "auto_GB_sohohouse.com_0", vendorUrl: "https://www.sohohouse.com/en-us/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?sohohouse\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div > div > div > div:nth-child(5) > div > div:nth-child(2) > button:nth-child(1)" }], detectPopup: [{ visible: "body > div > div > div > div > div > div:nth-child(5) > div > div:nth-child(2) > button:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div > div > div > div:nth-child(5) > div > div:nth-child(2) > button:nth-child(1)", text: "Reject" }] }, { name: "auto_GB_southeastwater.co.uk_0", vendorUrl: "https://www.southeastwater.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?southeastwater\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#___gatsby > div:nth-child(1)#gatsby-focus-wrapper > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#rcc-decline-button" }], detectPopup: [{ visible: "body:not([id]) > div#___gatsby > div:nth-child(1)#gatsby-focus-wrapper > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#rcc-decline-button" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#___gatsby > div:nth-child(1)#gatsby-focus-wrapper > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#rcc-decline-button", comment: "Refuse Cookies" }] }, { name: "auto_GB_southhams.gov.uk_0", vendorUrl: "https://www.southhams.gov.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?southhams\\.gov\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > footer:nth-child(6) > div:nth-child(1) > div > div > div:nth-child(3) > div > div > div > div:nth-child(2) > div > div > div > div:nth-child(2) > button:nth-child(1)" }], detectPopup: [{ visible: "body > div > footer:nth-child(6) > div:nth-child(1) > div > div > div:nth-child(3) > div > div > div > div:nth-child(2) > div > div > div > div:nth-child(2) > button:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > footer:nth-child(6) > div:nth-child(1) > div > div > div:nth-child(3) > div > div > div > div:nth-child(2) > div > div > div > div:nth-child(2) > button:nth-child(1)", text: "DENY ALL" }] }, { name: "auto_GB_southnorfolkandbroadland.gov.uk_0", vendorUrl: "https://www.southnorfolkandbroadland.gov.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?southnorfolkandbroadland\\.gov\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)", text: "Use essential cookies only" }] }, { name: "auto_GB_sparepartstore24.co.uk_0", vendorUrl: "https://www.sparepartstore24.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?sparepartstore24\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(1):not([id]) > span:not([id]) > button:not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(1):not([id]) > span:not([id]) > button:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(1):not([id]) > span:not([id]) > button:not([id])", comment: "Reject all cookies" }] }, { name: "auto_GB_specializedconceptstore.co.uk_0", vendorUrl: "https://www.specializedconceptstore.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?specializedconceptstore\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline", comment: "Deny" }] }, { name: "auto_GB_speedyservices.com_0", vendorUrl: "https://www.speedyservices.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?speedyservices\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookieoverlay > div:nth-child(1)#cookiebanner > div:nth-child(2)#cookiebuttoncontainer > a:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#cookieoverlay > div:nth-child(1)#cookiebanner > div:nth-child(2)#cookiebuttoncontainer > a:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookieoverlay > div:nth-child(1)#cookiebanner > div:nth-child(2)#cookiebuttoncontainer > a:nth-child(2):not([id])", comment: "Reject all cookies" }] }, { name: "auto_GB_sportpursuit.com_0", vendorUrl: "https://www.sportpursuit.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?sportpursuit\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#app > div:nth-child(1):not([id]) > div#cookie-consent-banner > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#app > div:nth-child(1):not([id]) > div#cookie-consent-banner > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#app > div:nth-child(1):not([id]) > div#cookie-consent-banner > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", comment: "REJECT ALL" }] }, { name: "auto_GB_sqlservercentral.com_0", vendorUrl: "https://www.sqlservercentral.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?sqlservercentral\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > ul:nth-child(3):not([id]) > li:nth-child(2):not([id]) > button:not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > ul:nth-child(3):not([id]) > li:nth-child(2):not([id]) > button:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > ul:nth-child(3):not([id]) > li:nth-child(2):not([id]) > button:not([id])", comment: "Reject additional cookies" }] }, { name: "auto_GB_sram.com_0", vendorUrl: "https://www.sram.com/en/sram", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?sram\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body#wcagContrast > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body#wcagContrast > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body#wcagContrast > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline", comment: "Use necessary cookies only" }] }, { name: "auto_GB_sso.passport.yandex.ru_0", vendorUrl: "https://sso.passport.yandex.ru/showcaptcha?cc=1&form-fb-hint=2.188&mt=4C5C10F0FBF8AADA5C63DB655AA32FED1303F0487ECF06DD60DEC9C0E06AE04242591C1DFC8038026684D8C03E2BCBE4F525B56D34D2F28A0E2CEC36CD08B36CABA2580C0E97D80125DB4CF2BBFD0E67812E254FD775BD633469F43E71B710DE0325638933E4570C29C602E65E70CF19439B46CC731F052A05949979D69BD7CBC2D248F364498112AD854FB54B1FE32F4B778DE25F72BB6E3FF60BA27897EDC6DA0E4E3F6C4940C46B79D49E9C93BABE0CE4918A3BBF0F2B03454C92B117E46E66A3859F1308EA6EB2C4C3C21F9B203B4C5A6998E633D1258986EE1CE5&retpath=aHR0cHM6Ly9zc28ucGFzc3BvcnQueWFuZGV4LnJ1L3B1c2g_cmV0cGF0aD1odHRwcyUzQSUyRiUyRnd3dy5raW5vcG9pc2sucnUlMkYmdXVpZD04ZTI0M2FlMS0yNzMyLTQ1YTgtODY5ZC04ZjFlYTA3ZDQwZDM%2C_74bfa8778dd155086e0e2c4c7ea91661&t=2/1748631993/2bb4049dae017d4768310d98e8aba5b9&u=6668242215649448863&s=574b0890a898c3433dff74b37ed2758e", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?sso\\.passport\\.yandex\\.ru/" }, prehideSelectors: [], detectCmp: [{ exists: "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" }], detectPopup: [{ visible: "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" }], optIn: [], optOut: [{ waitForThenClick: "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", comment: "Allow essential cookies" }] }, { name: "auto_GB_standardlife.co.uk_0", vendorUrl: "https://www.standardlife.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?standardlife\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(2) > div:nth-child(2) > button:nth-child(1)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(2) > div:nth-child(2) > button:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(2) > div:nth-child(2) > button:nth-child(1)", text: "Decline All Cookies" }] }, { name: "auto_GB_standoutsocks.co.uk_0", vendorUrl: "https://www.standoutsocks.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?standoutsocks\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div > button:nth-child(2)" }], detectPopup: [{ visible: "body > div > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div > button:nth-child(2)", text: "Reject" }] }, { name: "auto_GB_staples.co.uk_0", vendorUrl: "https://www.staples.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?staples\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline", comment: "Deny" }] }, { name: "auto_GB_stargazerslounge.com_0", vendorUrl: "https://stargazerslounge.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?stargazerslounge\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#elGuestTerms > div:not([id]) > div:nth-child(2):not([id]) > form:not([id]) > button:nth-child(3):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#elGuestTerms > div:not([id]) > div:nth-child(2):not([id]) > form:not([id]) > button:nth-child(3):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#elGuestTerms > div:not([id]) > div:nth-child(2):not([id]) > form:not([id]) > button:nth-child(3):not([id])", comment: "\xA0Reject Cookies" }] }, { name: "auto_GB_starlingbank.com_0", vendorUrl: "https://www.starlingbank.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?starlingbank\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(3) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(3) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(3) > button:nth-child(2)", text: "Decline" }] }, { name: "auto_GB_steam-packet.com_0", vendorUrl: "https://www.steam-packet.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?steam-packet\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline", comment: "Deny" }] }, { name: "auto_GB_stellantisandyou.co.uk_0", vendorUrl: "https://www.stellantisandyou.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?stellantisandyou\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookieCardBg > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#cookieCardBg > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookieCardBg > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "REJECT ALL" }] }, { name: "auto_GB_stereonet.com_1", vendorUrl: "https://stereonet.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?stereonet\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#geotargetlygeoconsent1740635347323container > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#geotargetlygeoconsent1740635347323container > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#geotargetlygeoconsent1740635347323container > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "REJECT ALL" }] }, { name: "auto_GB_stereonet.com_1", vendorUrl: "https://stereonet.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?stereonet\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > 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])" }], detectPopup: [{ visible: "body:not([id]) > 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])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > 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])", comment: "Reject All" }] }, { name: "auto_GB_stockopedia.com_0", vendorUrl: "https://www.stockopedia.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?stockopedia\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div#cookie-banner > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1)#cookie-banner__deny" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div#cookie-banner > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1)#cookie-banner__deny" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div#cookie-banner > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1)#cookie-banner__deny", comment: "DECLINE" }] }, { name: "auto_GB_strava.com_0", vendorUrl: "https://www.strava.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?strava\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#__next > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#__next > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#__next > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Reject" }] }, { name: "auto_GB_stripe.com_0", vendorUrl: "https://stripe.com/gb", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?stripe\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body: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]) > a:nth-child(2):not([id])" }], detectPopup: [{ visible: "body: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]) > a:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body: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]) > a:nth-child(2):not([id])", comment: "Reject all" }] }, { name: "auto_GB_stuartslondon.com_0", vendorUrl: "https://www.stuartslondon.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?stuartslondon\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookie_alert > div#cookie_alert_container > div#cookie_alert_text > div:nth-child(2):not([id]) > div:nth-child(2)#js-cookie_alert_button_decline" }], detectPopup: [{ visible: "body:not([id]) > div#cookie_alert > div#cookie_alert_container > div#cookie_alert_text > div:nth-child(2):not([id]) > div:nth-child(2)#js-cookie_alert_button_decline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookie_alert > div#cookie_alert_container > div#cookie_alert_text > div:nth-child(2):not([id]) > div:nth-child(2)#js-cookie_alert_button_decline", comment: "REJECT ALL COOKIES" }] }, { name: "auto_GB_sunderland.gov.uk_0", vendorUrl: "https://www.sunderland.gov.uk/?ccp=true", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?sunderland\\.gov\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookie-consent-prompt > div:not([id]) > div:nth-child(2):not([id]) > form:nth-child(2)#cookie-consent-form > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#cookie-consent-prompt > div:not([id]) > div:nth-child(2):not([id]) > form:nth-child(2)#cookie-consent-form > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookie-consent-prompt > div:not([id]) > div:nth-child(2):not([id]) > form:nth-child(2)#cookie-consent-form > button:nth-child(2):not([id])", comment: "Reject additional cookies" }] }, { name: "auto_GB_superbikefactory.co.uk_0", vendorUrl: "https://superbikefactory.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?superbikefactory\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body#html-body > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body#html-body > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body#html-body > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline", comment: "Deny" }] }, { name: "auto_GB_support.hpe.com_0", vendorUrl: "https://support.hpe.com/connect/s/?language=en_US", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?support\\.hpe\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#hpealertcomp_container > div#hpealertcomp > div:nth-child(2):not([id]) > div:not([id]) > a:nth-child(3):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#hpealertcomp_container > div#hpealertcomp > div:nth-child(2):not([id]) > div:not([id]) > a:nth-child(3):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#hpealertcomp_container > div#hpealertcomp > div:nth-child(2):not([id]) > div:not([id]) > a:nth-child(3):not([id])", comment: "Decline optional cookies" }] }, { name: "auto_GB_support.nordvpn.com_0", vendorUrl: "https://support.nordvpn.com/hc/en-us", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?support\\.nordvpn\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#consent-widget-container > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#widget-button-reject" }], detectPopup: [{ visible: "body:not([id]) > div#consent-widget-container > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#widget-button-reject" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#consent-widget-container > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#widget-button-reject", comment: "Reject" }] }, { name: "auto_GB_support.plex.tv_0", vendorUrl: "https://support.plex.tv/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?support\\.plex\\.tv/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > a:not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > a:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > a:not([id])", comment: "I Reject" }] }, { name: "auto_GB_support.strava.com_0", vendorUrl: "https://support.strava.com/hc/en-us", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?support\\.strava\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(2) > button:nth-child(2)", text: "Reject" }] }, { name: "auto_GB_supremecourt.uk_0", vendorUrl: "https://www.supremecourt.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?supremecourt\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body#body > header#header > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#reject-button" }], detectPopup: [{ visible: "body#body > header#header > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#reject-button" }], optIn: [], optOut: [{ waitForThenClick: "body#body > header#header > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#reject-button", comment: "Reject analytics cookies" }] }, { name: "auto_GB_surfshark.com_0", vendorUrl: "https://surfshark.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?surfshark\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#__next > div:not([id]) > div:nth-child(4):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#__next > div:not([id]) > div:nth-child(4):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#__next > div:not([id]) > div:nth-child(4):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Decline all" }] }, { name: "auto_GB_surrey.ac.uk_rnf", vendorUrl: "https://www.surrey.ac.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?surrey\\.ac\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > dialog#cookie-consent-dialog > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#cookie-consent-reject-button" }], detectPopup: [{ visible: "body:not([id]) > dialog#cookie-consent-dialog > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#cookie-consent-reject-button" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > dialog#cookie-consent-dialog > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#cookie-consent-reject-button", comment: "Reject all" }] }, { name: "auto_GB_sussexwildlifetrust.org.uk_0", vendorUrl: "https://sussexwildlifetrust.org.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?sussexwildlifetrust\\.org\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div > div > div > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div > div:nth-child(2) > button:nth-child(2)", text: "Deny" }] }, { name: "auto_GB_swiftaid.co.uk_0", vendorUrl: "https://www.swiftaid.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?swiftaid\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#vs-cc-wrapper > div#vs-cc > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#vs-cc-wrapper > div#vs-cc > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#vs-cc-wrapper > div#vs-cc > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(2):not([id])", comment: "Decline" }] }, { name: "auto_GB_swinnertoncycles.co.uk_0", vendorUrl: "https://www.swinnertoncycles.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?swinnertoncycles\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookie_alert > div#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" }], detectPopup: [{ visible: "body:not([id]) > div#cookie_alert > div#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" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookie_alert > div#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", comment: "REJECT ALL COOKIES" }] }, { name: "auto_GB_taxinsider.co.uk_0", vendorUrl: "https://www.taxinsider.co.uk/home", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?taxinsider\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookies > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(1)#declineCookies" }], detectPopup: [{ visible: "body:not([id]) > div#cookies > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(1)#declineCookies" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookies > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(1)#declineCookies", comment: "Decline" }] }, { name: "auto_GB_teepublic.com_0", vendorUrl: "https://www.teepublic.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?teepublic\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body#teepublic > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body#teepublic > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body#teepublic > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline", comment: "Deny" }] }, { name: "auto_GB_tefal.co.uk_0", vendorUrl: "https://www.tefal.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?tefal\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(2) > button:nth-child(1)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(2) > button:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(2) > button:nth-child(1)", text: "Refuse non-necessary Cookies" }] }, { name: "auto_GB_tfgm.com_0", vendorUrl: "https://tfgm.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?tfgm\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookie-consent-banner > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > button:nth-child(6):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#cookie-consent-banner > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > button:nth-child(6):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookie-consent-banner > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > button:nth-child(6):not([id])", comment: "Accept only essential cookies" }] }, { name: "auto_GB_the-shops.co.uk_0", vendorUrl: "https://www.the-shops.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?the-shops\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])", comment: "Continue without agreeing \u2192" }] }, { name: "auto_GB_thebatteryshop.co.uk_0", vendorUrl: "https://www.thebatteryshop.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?thebatteryshop\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div:nth-child(10) > div:nth-child(2) > div > div:nth-child(2) > div:nth-child(2)" }], detectPopup: [{ visible: "body > div > div:nth-child(10) > div:nth-child(2) > div > div:nth-child(2) > div:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div:nth-child(10) > div:nth-child(2) > div > div:nth-child(2) > div:nth-child(2)", text: "Reject All" }] }, { name: "auto_GB_thebushcraftstore.co.uk_0", vendorUrl: "https://www.thebushcraftstore.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?thebushcraftstore\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > 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])" }], detectPopup: [{ visible: "body:not([id]) > 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])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > 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])", comment: "Reject All" }] }, { name: "auto_GB_thecompostshop.co.uk_0", vendorUrl: "https://www.thecompostshop.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?thecompostshop\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > p > button:nth-child(2)" }], detectPopup: [{ visible: "body > div > div > p > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > p > button:nth-child(2)", text: "DECLINE" }] }, { name: "auto_GB_thefarmersdogpub.com_0", vendorUrl: "https://thefarmersdogpub.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?thefarmersdogpub\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline", comment: "Deny" }] }, { name: "auto_GB_thegazette.co.uk_0", vendorUrl: "https://www.thegazette.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?thegazette\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > ul:nth-child(3):not([id]) > li:nth-child(4):not([id]) > button:not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > ul:nth-child(3):not([id]) > li:nth-child(4):not([id]) > button:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > ul:nth-child(3):not([id]) > li:nth-child(4):not([id]) > button:not([id])", comment: "Reject all cookies" }] }, { name: "auto_GB_thegreenreaper.co.uk_0", vendorUrl: "https://www.thegreenreaper.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?thegreenreaper\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline", comment: "Deny" }] }, { name: "auto_GB_theiet.org_0", vendorUrl: "https://www.theiet.org/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?theiet\\.org/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#ivcb-overlay > div#ivcb-banner > div:nth-child(1)#ivcb-welcome > p:nth-child(4):not([id]) > a:nth-child(3):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#ivcb-overlay > div#ivcb-banner > div:nth-child(1)#ivcb-welcome > p:nth-child(4):not([id]) > a:nth-child(3):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#ivcb-overlay > div#ivcb-banner > div:nth-child(1)#ivcb-welcome > p:nth-child(4):not([id]) > a:nth-child(3):not([id])", comment: "Allow Essential" }] }, { name: "auto_GB_themeforest.net_0", vendorUrl: "https://themeforest.net/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?themeforest\\.net/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline", comment: "Reject all" }] }, { name: "auto_GB_themetalstore.co.uk_0", vendorUrl: "https://www.themetalstore.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?themetalstore\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > button:nth-child(1):not([id])", comment: "Decline" }] }, { name: "auto_GB_thenational.academy_0", vendorUrl: "https://www.thenational.academy/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?thenational\\.academy/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#__next > div:nth-child(4):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#__next > div:nth-child(4):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#__next > div:nth-child(4):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:not([id])", comment: "Reject non-essential cookies" }] }, { name: "auto_GB_theoutnet.com_0", vendorUrl: "https://www.theoutnet.com/en-gb/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?theoutnet\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "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" }], detectPopup: [{ visible: "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" }], optIn: [], optOut: [{ waitForThenClick: "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", comment: "Allow only essential cookies" }] }, { name: "auto_GB_thepensionsregulator.gov.uk_0", vendorUrl: "https://www.thepensionsregulator.gov.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?thepensionsregulator\\.gov\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body#pagetop > div:not([id]) > header:nth-child(5):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(2):not([id]) > div:not([id]) > a#cookie-reject" }], detectPopup: [{ visible: "body#pagetop > div:not([id]) > header:nth-child(5):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(2):not([id]) > div:not([id]) > a#cookie-reject" }], optIn: [], optOut: [{ waitForThenClick: "body#pagetop > div:not([id]) > header:nth-child(5):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(2):not([id]) > div:not([id]) > a#cookie-reject", comment: "Reject" }] }, { name: "auto_GB_theritzlondon.com_h5x", vendorUrl: "https://www.theritzlondon.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?theritzlondon\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CookieReportsPanel > div:nth-child(2)#CookieReportsBanner > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > a:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#CookieReportsPanel > div:nth-child(2)#CookieReportsBanner > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > a:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CookieReportsPanel > div:nth-child(2)#CookieReportsBanner > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > a:nth-child(1):not([id])", comment: "Necessary cookies only" }] }, { name: "auto_GB_theros.org.uk_0", vendorUrl: "https://theros.org.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?theros\\.org\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline", comment: "Use necessary cookies only" }] }, { name: "auto_GB_thingiverse.com_0", vendorUrl: "https://www.thingiverse.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?thingiverse\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline", comment: "Deny" }] }, { name: "auto_GB_thorlabs.com_87c", vendorUrl: "https://www.thorlabs.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?thorlabs\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > form:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > form:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > form:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Deny Optional Cookies" }] }, { name: "auto_GB_thumbzilla.com_0", vendorUrl: "https://www.thumbzilla.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?thumbzilla\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookieBanner > div#cookieBannerWrapper > button:nth-child(3):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#cookieBanner > div#cookieBannerWrapper > button:nth-child(3):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookieBanner > div#cookieBannerWrapper > button:nth-child(3):not([id])", comment: "Accept Only Essential Cookies" }] }, { name: "auto_GB_timeshighereducation.com_0", vendorUrl: "https://www.timeshighereducation.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?timeshighereducation\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline", comment: "Reject" }] }, { name: "auto_GB_tinder.com_0", vendorUrl: "https://tinder.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?tinder\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(2) > div > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > button" }], detectPopup: [{ visible: "body > div > div > div:nth-child(2) > div > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > button" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(2) > div > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > button", text: "I decline" }] }, { name: "auto_GB_titantravel.co.uk_0", vendorUrl: "https://www.titantravel.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?titantravel\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#__next > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#__next > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#__next > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "Reject additional cookies" }] }, { name: "auto_GB_tobycarvery.co.uk_0", vendorUrl: "https://www.tobycarvery.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?tobycarvery\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div#CookieManager > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(4):not([id]) > a:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div#CookieManager > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(4):not([id]) > a:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div#CookieManager > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(4):not([id]) > a:nth-child(2):not([id])", comment: "REJECT COOKIES" }] }, { name: "auto_GB_topdoctors.co.uk_0", vendorUrl: "https://www.topdoctors.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?topdoctors\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#__nuxt > div:not([id]) > div:nth-child(4):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#__nuxt > div:not([id]) > div:nth-child(4):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#__nuxt > div:not([id]) > div:nth-child(4):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Only essential" }] }, { name: "auto_GB_topdoctors.co.uk_1", vendorUrl: "https://www.topdoctors.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?topdoctors\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#__nuxt > div:not([id]) > div:nth-child(4):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#__nuxt > div:not([id]) > div:nth-child(4):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#__nuxt > div:not([id]) > div:nth-child(4):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", comment: "Reject" }] }, { name: "auto_GB_torbayandsouthdevon.nhs.uk_jkq", vendorUrl: "https://www.torbayandsouthdevon.nhs.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?torbayandsouthdevon\\.nhs\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#silktide-wrapper > div:nth-child(4)#silktide-banner > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#silktide-wrapper > div:nth-child(4)#silktide-banner > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#silktide-wrapper > div:nth-child(4)#silktide-banner > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Reject non-essential" }] }, { name: "auto_GB_towbarexpress.co.uk_0", vendorUrl: "https://www.towbarexpress.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?towbarexpress\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body#html-body > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body#html-body > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body#html-body > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline", comment: "Deny" }] }, { name: "auto_GB_trainsplit.com_0", vendorUrl: "https://trainsplit.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?trainsplit\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div > span:nth-child(2) > a:nth-child(2)" }], detectPopup: [{ visible: "body > div > div > div > span:nth-child(2) > a:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div > span:nth-child(2) > a:nth-child(2)", text: " Reject non-essential cookies" }] }, { name: "auto_GB_transactual.org.uk_0", vendorUrl: "https://transactual.org.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?transactual\\.org\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > dialog > div > div > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > a:nth-child(2)" }], detectPopup: [{ visible: "body > div > dialog > div > div > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > a:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > dialog > div > div > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > a:nth-child(2)", text: "Continue without consent" }] }, { name: "auto_GB_translate.yandex.com_0", vendorUrl: "https://translate.yandex.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?translate\\.yandex\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "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" }], detectPopup: [{ visible: "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" }], optIn: [], optOut: [{ waitForThenClick: "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", comment: "Allow essential cookies" }] }, { name: "auto_GB_transport.gov.scot_0", vendorUrl: "https://www.transport.gov.scot/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?transport\\.gov\\.scot/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > section:not([id]) > div:not([id]) > div:not([id]) > button:nth-child(5):not([id])" }], detectPopup: [{ visible: "body:not([id]) > section:not([id]) > div:not([id]) > div:not([id]) > button:nth-child(5):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > section:not([id]) > div:not([id]) > div:not([id]) > button:nth-child(5):not([id])", comment: "Reject all" }] }, { name: "auto_GB_travelzoo.com_0", vendorUrl: "https://www.travelzoo.com/uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?travelzoo\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > section > div > div:nth-child(2) > div:nth-child(2) > button" }], detectPopup: [{ visible: "body > section > div > div:nth-child(2) > div:nth-child(2) > button" }], optIn: [], optOut: [{ waitForThenClick: "body > section > div > div:nth-child(2) > div:nth-child(2) > button", text: "REJECT ALL" }] }, { name: "auto_GB_triodos.co.uk_0", vendorUrl: "https://www.triodos.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?triodos\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > section: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])" }], detectPopup: [{ visible: "body:not([id]) > section: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])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > section: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])", comment: "Reject" }] }, { name: "auto_GB_tritonshowers.co.uk_0", vendorUrl: "https://www.tritonshowers.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?tritonshowers\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body#html-body > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body#html-body > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body#html-body > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline", comment: "Deny" }] }, { name: "auto_GB_truecaller.com_0", vendorUrl: "https://www.truecaller.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?truecaller\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "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])" }], detectPopup: [{ visible: "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])" }], optIn: [], optOut: [{ waitForThenClick: "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])", comment: "Accept Necessary Cookies" }] }, { name: "auto_GB_truepotential.co.uk_0", vendorUrl: "https://www.truepotential.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?truepotential\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div > div:nth-child(2) > a:nth-child(2)" }], detectPopup: [{ visible: "body > div > div > div > div:nth-child(2) > a:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div > div:nth-child(2) > a:nth-child(2)", text: "Reject all" }] }, { name: "auto_GB_tube8.com_0", vendorUrl: "https://www.tube8.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?tube8\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookie_consent_wrapper > div:not([id]) > div:nth-child(4):not([id]) > button:nth-child(2)#consent_accept_essential" }], detectPopup: [{ visible: "body:not([id]) > div#cookie_consent_wrapper > div:not([id]) > div:nth-child(4):not([id]) > button:nth-child(2)#consent_accept_essential" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookie_consent_wrapper > div:not([id]) > div:nth-child(4):not([id]) > button:nth-child(2)#consent_accept_essential", comment: "Accept only essential cookies" }] }, { name: "auto_GB_twinkl.co.uk_0", vendorUrl: "https://www.twinkl.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?twinkl\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > section:nth-child(1):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > section:nth-child(1):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > section:nth-child(1):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "Reject non-essential cookies" }] }, { name: "auto_GB_u3a.org.uk_0", vendorUrl: "https://www.u3a.org.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?u3a\\.org\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookiesck > div:not([id]) > span:nth-child(2)#cookiesck_buttons > a:nth-child(2)#cookiesck_decline" }], detectPopup: [{ visible: "body:not([id]) > div#cookiesck > div:not([id]) > span:nth-child(2)#cookiesck_buttons > a:nth-child(2)#cookiesck_decline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookiesck > div:not([id]) > span:nth-child(2)#cookiesck_buttons > a:nth-child(2)#cookiesck_decline", comment: "Decline all" }] }, { name: "auto_GB_uber.com_0", vendorUrl: "https://www.uber.com/gb/en/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?uber\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#privacy-cookie-banners-root > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#privacy-cookie-banners-root > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#privacy-cookie-banners-root > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "Reject" }] }, { name: "auto_GB_ubereats.com_0", vendorUrl: "https://www.ubereats.com/gb", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?ubereats\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#privacy-cookie-banners-root > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#privacy-cookie-banners-root > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#privacy-cookie-banners-root > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "Reject" }] }, { name: "auto_GB_uk.hisense.com_0", vendorUrl: "https://uk.hisense.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?uk\\.hisense\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > app-root:not([id]) > cx-storefront:nth-child(1):not([id]) > footer:nth-child(6):not([id]) > cx-page-layout:not([id]) > cx-page-slot:nth-child(3):not([id]) > app-gg-cookie-consent-management-banner:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > app-root:not([id]) > cx-storefront:nth-child(1):not([id]) > footer:nth-child(6):not([id]) > cx-page-layout:not([id]) > cx-page-slot:nth-child(3):not([id]) > app-gg-cookie-consent-management-banner:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > app-root:not([id]) > cx-storefront:nth-child(1):not([id]) > footer:nth-child(6):not([id]) > cx-page-layout:not([id]) > cx-page-slot:nth-child(3):not([id]) > app-gg-cookie-consent-management-banner:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Reject all" }] }, { name: "auto_GB_uk.russellhobbs.com_0", vendorUrl: "https://uk.russellhobbs.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?uk\\.russellhobbs\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body#html-body > aside:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(3):not([id])" }], detectPopup: [{ visible: "body#html-body > aside:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(3):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body#html-body > aside:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(3):not([id])", comment: "DECLINE COOKIES" }] }, { name: "auto_GB_uk.trip.com_0", vendorUrl: "https://uk.trip.com/?locale=en-gb", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?uk\\.trip\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#main > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#main > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#main > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Decline" }] }, { name: "auto_GB_uk.virginmoney.com_0", vendorUrl: "https://uk.virginmoney.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?uk\\.virginmoney\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body#top > 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" }], detectPopup: [{ visible: "body#top > 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" }], optIn: [], optOut: [{ waitForThenClick: "body#top > 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", comment: "Reject optional cookies" }] }, { name: "auto_GB_ukmeds.co.uk_0", vendorUrl: "https://www.ukmeds.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?ukmeds\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id]) > span:not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id]) > span:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id]) > span:not([id])", comment: "Accept only necessary" }] }, { name: "auto_GB_unsplash.com_0", vendorUrl: "https://unsplash.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?unsplash\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > dialog:not([id]) > div:nth-child(5):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > dialog:not([id]) > div:nth-child(5):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > dialog:not([id]) > div:nth-child(5):not([id]) > button:nth-child(1):not([id])", comment: "Accept essential only" }] }, { name: "auto_GB_utilitabowl.com_0", vendorUrl: "https://www.utilitabowl.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?utilitabowl\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline", comment: "Deny" }] }, { name: "auto_GB_utmost.co.uk_0", vendorUrl: "https://www.utmost.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?utmost\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div:nth-child(2) > button:nth-child(7)" }], detectPopup: [{ visible: "body > div > div:nth-child(2) > button:nth-child(7)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div:nth-child(2) > button:nth-child(7)", text: "I DO NOT ACCEPT" }] }, { name: "auto_GB_vauxhall.co.uk_0", vendorUrl: "https://www.vauxhall.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?vauxhall\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#_psaihm_main_div > div:nth-child(5)#_psaihm_text_div > div:nth-child(3)#_psaihm_cta_container > a:nth-child(3)#_psaihm_refuse_all" }], detectPopup: [{ visible: "body:not([id]) > div#_psaihm_main_div > div:nth-child(5)#_psaihm_text_div > div:nth-child(3)#_psaihm_cta_container > a:nth-child(3)#_psaihm_refuse_all" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#_psaihm_main_div > div:nth-child(5)#_psaihm_text_div > div:nth-child(3)#_psaihm_cta_container > a:nth-child(3)#_psaihm_refuse_all", comment: "REFUSE ALL" }] }, { name: "auto_GB_veals.co.uk_0", vendorUrl: "https://www.veals.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?veals\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline", comment: "DENY" }] }, { name: "auto_GB_vehiclescore.co.uk_0", vendorUrl: "https://vehiclescore.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?vehiclescore\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#__next > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(6):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#__next > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(6):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#__next > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(6):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "Reject Cookies" }] }, { name: "auto_GB_velux.co.uk_0", vendorUrl: "https://www.velux.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?velux\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookiebot__body > div:not([id]) > div#cookiebot__modal-wrapper > div:nth-child(3):not([id]) > div:not([id]) > a:nth-child(1)#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection" }], detectPopup: [{ visible: "body:not([id]) > div#cookiebot__body > div:not([id]) > div#cookiebot__modal-wrapper > div:nth-child(3):not([id]) > div:not([id]) > a:nth-child(1)#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookiebot__body > div:not([id]) > div#cookiebot__modal-wrapper > div:nth-child(3):not([id]) > div:not([id]) > a:nth-child(1)#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection", comment: "NECESSARY ONLY" }] }, { name: "auto_GB_vetuk.co.uk_0", vendorUrl: "https://www.vetuk.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?vetuk\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookies_overlay > div#cookies_banner > div:nth-child(2)#cookies_decision > button:nth-child(2)#cookies_read_declined" }], detectPopup: [{ visible: "body:not([id]) > div#cookies_overlay > div#cookies_banner > div:nth-child(2)#cookies_decision > button:nth-child(2)#cookies_read_declined" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookies_overlay > div#cookies_banner > div:nth-child(2)#cookies_decision > button:nth-child(2)#cookies_read_declined", comment: "Decline" }] }, { name: "auto_GB_viamichelin.co.uk_0", vendorUrl: "https://www.viamichelin.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?viamichelin\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])", comment: "Continue without agreeing \u2192" }] }, { name: "auto_GB_viamichelin.com_0", vendorUrl: "https://www.viamichelin.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?viamichelin\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])", comment: "Continue without agreeing \u2192" }] }, { name: "auto_GB_vintage-erotica-forum.com_0", vendorUrl: "http://vintage-erotica-forum.com/", cosmetic: false, runContext: { main: false, frame: true, urlPattern: "^https?://(www\\.)?best\\.aliexpress\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#gdpr-new-container > div:not([id]) > div#gdpr-new-container > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#gdpr-new-container > div:not([id]) > div#gdpr-new-container > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#gdpr-new-container > div:not([id]) > div#gdpr-new-container > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "Reject cookies" }] }, { name: "auto_GB_vintageinn.co.uk_0", vendorUrl: "https://www.vintageinn.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?vintageinn\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div#CookieManager > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(4):not([id]) > a:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div#CookieManager > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(4):not([id]) > a:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div#CookieManager > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(4):not([id]) > a:nth-child(2):not([id])", comment: "REJECT COOKIES" }] }, { name: "auto_GB_vintagestory.at_1", vendorUrl: "https://www.vintagestory.at/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?vintagestory\\.at/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#elGuestTerms > div:not([id]) > div:nth-child(2):not([id]) > form:not([id]) > button:nth-child(3):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#elGuestTerms > div:not([id]) > div:nth-child(2):not([id]) > form:not([id]) > button:nth-child(3):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#elGuestTerms > div:not([id]) > div:nth-child(2):not([id]) > form:not([id]) > button:nth-child(3):not([id])", comment: "\xA0Reject Cookies" }] }, { name: "auto_GB_virgin.com_0", vendorUrl: "https://www.virgin.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?virgin\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div:nth-child(3) > div > div > div > div:nth-child(4) > div:nth-child(2) > button" }], detectPopup: [{ visible: "body > div > div:nth-child(3) > div > div > div > div:nth-child(4) > div:nth-child(2) > button" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div:nth-child(3) > div > div > div > div:nth-child(4) > div:nth-child(2) > button", text: "Reject all" }] }, { name: "auto_GB_virginmedia.com_0", vendorUrl: "https://www.virginmedia.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?virginmedia\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body#home > div#cookiePrompt > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#privacy_pref_optout" }], detectPopup: [{ visible: "body#home > div#cookiePrompt > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#privacy_pref_optout" }], optIn: [], optOut: [{ waitForThenClick: "body#home > div#cookiePrompt > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#privacy_pref_optout", comment: "Accept essential cookies only" }] }, { name: "auto_GB_visitpeakdistrict.com_0", vendorUrl: "https://visitpeakdistrict.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?visitpeakdistrict\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline", comment: "Deny" }] }, { name: "auto_GB_vistaprint.co.uk_0", vendorUrl: "https://www.vistaprint.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?vistaprint\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#consent-manager-container > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#consent-manager-container > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#consent-manager-container > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:not([id])", comment: "Continue without accepting" }] }, { name: "auto_GB_waitrose.com_0", vendorUrl: "https://www.waitrose.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?waitrose\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#content > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:not([id]) > section:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#content > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:not([id]) > section:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#content > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:not([id]) > section:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "Reject all" }] }, { name: "auto_GB_warwickshire.gov.uk_0", vendorUrl: "https://www.warwickshire.gov.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?warwickshire\\.gov\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div#freeprivacypolicy-com---nb > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div#freeprivacypolicy-com---nb > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div#freeprivacypolicy-com---nb > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "I decline" }] }, { name: "auto_GB_watch.plex.tv_0", vendorUrl: "https://watch.plex.tv/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?watch\\.plex\\.tv/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > section:nth-child(7):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > section:nth-child(7):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > section:nth-child(7):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:nth-child(2):not([id])", comment: "I Reject" }] }, { name: "auto_GB_watch.thechosen.tv_0", vendorUrl: "https://watch.thechosen.tv/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?watch\\.thechosen\\.tv/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(4) > div:nth-child(3) > button:nth-child(3)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(4) > div:nth-child(3) > button:nth-child(3)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(4) > div:nth-child(3) > button:nth-child(3)", text: "Necessary only" }] }, { name: "auto_GB_water-garden.co.uk_0", vendorUrl: "https://www.water-garden.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?water-garden\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline", comment: "Deny" }] }, { name: "auto_GB_weber.com_0", vendorUrl: "https://www.weber.com/GB/en/home/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?weber\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)", text: "Use necessary cookies only" }] }, { name: "auto_GB_weforum.org_0", vendorUrl: "https://www.weforum.org/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?weforum\\.org/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline", comment: "Reject optional cookies" }] }, { name: "auto_GB_weldricks.co.uk_0", vendorUrl: "https://www.weldricks.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?weldricks\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookie-consent-banner > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2)#btn-reject-all" }], detectPopup: [{ visible: "body:not([id]) > div#cookie-consent-banner > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2)#btn-reject-all" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookie-consent-banner > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2)#btn-reject-all", comment: "Reject All" }] }, { name: "auto_GB_west-somerset-railway.co.uk_0", vendorUrl: "https://www.west-somerset-railway.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?west-somerset-railway\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline", comment: "Deny" }] }, { name: "auto_GB_westbrom.co.uk_0", vendorUrl: "https://www.westbrom.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?westbrom\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > section:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > section:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > section:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "Decline cookies" }] }, { name: "auto_GB_westmidlandsrailway.co.uk_0", vendorUrl: "https://www.westmidlandsrailway.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?westmidlandsrailway\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline", comment: "Use necessary cookies only" }] }, { name: "auto_GB_westsussex.gov.uk_0", vendorUrl: "https://www.westsussex.gov.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?westsussex\\.gov\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > section:not([id]) > div#preferences-banner__content > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > section:not([id]) > div#preferences-banner__content > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > section:not([id]) > div#preferences-banner__content > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Accept only essential cookies" }] }, { name: "auto_GB_whatprice.co.uk_vey", vendorUrl: "https://www.whatprice.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?whatprice\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body: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]) > div:nth-child(3):not([id]) > div:nth-child(1)#ckyDetailCategorynecessary > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body: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]) > div:nth-child(3):not([id]) > div:nth-child(1)#ckyDetailCategorynecessary > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body: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]) > div:nth-child(3):not([id]) > div:nth-child(1)#ckyDetailCategorynecessary > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:nth-child(1):not([id])", comment: "Necessary" }] }, { name: "auto_GB_wheelspinmodels.co.uk_0", vendorUrl: "https://wheelspinmodels.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?wheelspinmodels\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookiescript_injected_wrapper > div#cookiescript_injected > div:nth-child(4)#cookiescript_buttons > div:nth-child(3)#cookiescript_reject" }], detectPopup: [{ visible: "body:not([id]) > div#cookiescript_injected_wrapper > div#cookiescript_injected > div:nth-child(4)#cookiescript_buttons > div:nth-child(3)#cookiescript_reject" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookiescript_injected_wrapper > div#cookiescript_injected > div:nth-child(4)#cookiescript_buttons > div:nth-child(3)#cookiescript_reject", comment: "DECLINE ALL" }] }, { name: "auto_GB_wikidiff.com_0", vendorUrl: "https://wikidiff.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?wikidiff\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > 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])" }], detectPopup: [{ visible: "body:not([id]) > 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])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > 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])", comment: "Reject All" }] }, { name: "auto_GB_wikifeet.com_0", vendorUrl: "https://wikifeet.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?wikifeet\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#freeprivacypolicy-com---nb > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#freeprivacypolicy-com---nb > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#freeprivacypolicy-com---nb > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "I decline" }] }, { name: "auto_GB_williamhill.com_0", vendorUrl: "https://www.williamhill.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?williamhill\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#cookieBannerAcceptEssential" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#cookieBannerAcceptEssential" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#cookieBannerAcceptEssential", comment: "Accept essential cookies only" }] }, { name: "auto_GB_wjec.co.uk_0", vendorUrl: "https://www.wjec.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?wjec\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > header:not([id]) > div:not([id]) > nav:nth-child(2)#navbar > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#decline-cookies" }], detectPopup: [{ visible: "body:not([id]) > header:not([id]) > div:not([id]) > nav:nth-child(2)#navbar > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#decline-cookies" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > header:not([id]) > div:not([id]) > nav:nth-child(2)#navbar > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#decline-cookies", comment: "Decline" }] }, { name: "auto_GB_worldathletics.org_0", vendorUrl: "https://worldathletics.org/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?worldathletics\\.org/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline", comment: "Use necessary cookies only" }] }, { name: "auto_GB_worldofwater.com_0", vendorUrl: "https://worldofwater.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?worldofwater\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#consent-manager > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#consent-manager > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#consent-manager > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Reject all" }] }, { name: "auto_GB_www2.hm.com_0", vendorUrl: "https://www2.hm.com/en_gb/index.html", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?www2\\.hm\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(1):not([id]) > button:nth-child(2)#banner-reject-btn" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(1):not([id]) > button:nth-child(2)#banner-reject-btn" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(1):not([id]) > button:nth-child(2)#banner-reject-btn", comment: "Only required cookies" }] }, { name: "auto_GB_wwws.airfrance.co.uk_0", vendorUrl: "https://wwws.airfrance.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?wwws\\.airfrance\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#bw-cookie-banner > div:not([id]) > div#bw-cookie-banner-container > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#bw-cookie-banner > div:not([id]) > div#bw-cookie-banner-container > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#bw-cookie-banner > div:not([id]) > div#bw-cookie-banner-container > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id])", comment: "Reject" }] }, { name: "auto_GB_xmlsearch.yandex.ru_0", vendorUrl: "http://xmlsearch.yandex.ru/showcaptcha?cc=1&form-fb-hint=2.46&mt=5235F211244F27DB389E15936076B249A7183076674DB088041B99419F12BB902ED7EE9D0A1C0C29660BB5F8027B02D825C5C944600A0B9597A7FABA95A4604010886AB62BCFC48EBB2B0D9A5944F5295B068DB3142F3C620544C45DEF3A35D23E73FF5A7CAA21CD45C924A53813130DCAC68EA4B19E614606DA986426F2BF335F9E379637FFE088ED6A479BBCC75C642B60C2B9457F95F7D4030254F991E439D26E3F9B2C77F808BCC1CFE371F72FFC2BEA60FD158C5EE2D8ED97E98E1559997E6A76511C47F0750B9355235719544CB6AE275062F5214674F0FA83&retpath=aHR0cDovL3htbHNlYXJjaC55YW5kZXgucnUvPw%2C%2C_c7fb16a61d9f94f55710c79a0fec2254&t=2/1747051796/704f5ee1a32f741d5a630a7c1151ac51&u=6562196981291979412&s=ddc964486073cb77944fbf1fea224565", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?xmlsearch\\.yandex\\.ru/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)" }], detectPopup: [{ visible: "body > div > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)", text: "Allow essential cookies" }] }, { name: "auto_GB_ya.ru_1", vendorUrl: "https://ya.ru/?nr=1&redirect_ts=1748623978.00000", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?ya\\.ru/" }, prehideSelectors: [], detectCmp: [{ exists: "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" }], detectPopup: [{ visible: "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" }], optIn: [], optOut: [{ waitForThenClick: "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", comment: "Allow essential cookies" }] }, { name: "auto_GB_yamaha-motor.eu_0", vendorUrl: "https://www.yamaha-motor.eu/gb/en/home/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?yamaha-motor\\.eu/" }, prehideSelectors: [], detectCmp: [{ exists: "body#home-page-05529aed94 > div#onetrust-consent-sdk > div:nth-child(2)#onetrust-banner-sdk > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2)#onetrust-button-group-parent > div#onetrust-button-group > button:nth-child(2)#onetrust-reject-all-handler" }], detectPopup: [{ visible: "body#home-page-05529aed94 > div#onetrust-consent-sdk > div:nth-child(2)#onetrust-banner-sdk > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2)#onetrust-button-group-parent > div#onetrust-button-group > button:nth-child(2)#onetrust-reject-all-handler" }], optIn: [], optOut: [{ waitForThenClick: "body#home-page-05529aed94 > div#onetrust-consent-sdk > div:nth-child(2)#onetrust-banner-sdk > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2)#onetrust-button-group-parent > div#onetrust-button-group > button:nth-child(2)#onetrust-reject-all-handler", comment: "REJECT ALL" }] }, { name: "auto_GB_yandex.com.tr_0", vendorUrl: "https://yandex.com.tr/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?yandex\\.com\\.tr/" }, prehideSelectors: [], detectCmp: [{ exists: "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" }], detectPopup: [{ visible: "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" }], optIn: [], optOut: [{ waitForThenClick: "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", comment: "Allow essential cookies" }] }, { name: "auto_GB_yandex.com_0", vendorUrl: "https://yandex.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?yandex\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "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" }], detectPopup: [{ visible: "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" }], optIn: [], optOut: [{ waitForThenClick: "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", comment: "Allow essential cookies" }] }, { name: "auto_GB_yeovalley.co.uk_0", vendorUrl: "https://www.yeovalley.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?yeovalley\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline", comment: "Deny" }] }, { name: "auto_GB_yorkshiretrading.com_0", vendorUrl: "https://www.yorkshiretrading.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?yorkshiretrading\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#__nuxt > div#__layout > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > button:nth-child(3)#reject-cookies-btn" }], detectPopup: [{ visible: "body:not([id]) > div#__nuxt > div#__layout > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > button:nth-child(3)#reject-cookies-btn" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#__nuxt > div#__layout > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > button:nth-child(3)#reject-cookies-btn", comment: "REJECT OPTIONAL" }] }, { name: "auto_GB_youporn.com_0", vendorUrl: "https://www.youporn.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?youporn\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookie_consent_wrapper > div:not([id]) > div:nth-child(4):not([id]) > button:nth-child(2)#consent_accept_essential" }], detectPopup: [{ visible: "body:not([id]) > div#cookie_consent_wrapper > div:not([id]) > div:nth-child(4):not([id]) > button:nth-child(2)#consent_accept_essential" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookie_consent_wrapper > div:not([id]) > div:nth-child(4):not([id]) > button:nth-child(2)#consent_accept_essential", comment: "Accept only essential cookies" }] }, { name: "auto_GB_yubico.com_0", vendorUrl: "https://www.yubico.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?yubico\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(1)#CybotCookiebotDialogBodyButtonDecline", comment: "Deny" }] }, { name: "auto_GB_zap-map.com_0", vendorUrl: "https://www.zap-map.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?zap-map\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline", comment: "Necessary cookies only" }] }, { name: "auto_GB_zeemo.ai_0", vendorUrl: "https://zeemo.ai/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?zeemo\\.ai/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#app > div#app > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#app > div#app > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#app > div#app > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", comment: "Reject" }] }, { name: "auto_GB_zoomcorp.com_0cv", vendorUrl: "https://zoomcorp.com/en/gb/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?zoomcorp\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], detectPopup: [{ visible: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CybotCookiebotDialog > div:not([id]) > div:nth-child(4)#CybotCookiebotDialogFooter > div:nth-child(1):not([id]) > div#CybotCookiebotDialogBodyButtons > div:nth-child(2)#CybotCookiebotDialogBodyButtonsWrapper > button:nth-child(4)#CybotCookiebotDialogBodyButtonDecline", comment: "Use necessary cookies only" }] }, { name: "auto_GB_zopa.com_0", vendorUrl: "https://www.zopa.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?zopa\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#onetrust-consent-sdk > div:nth-child(2)#onetrust-banner-sdk > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2)#onetrust-button-group-parent > div#onetrust-button-group > button:nth-child(2)#onetrust-reject-all-handler" }], detectPopup: [{ visible: "body:not([id]) > div#onetrust-consent-sdk > div:nth-child(2)#onetrust-banner-sdk > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2)#onetrust-button-group-parent > div#onetrust-button-group > button:nth-child(2)#onetrust-reject-all-handler" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#onetrust-consent-sdk > div:nth-child(2)#onetrust-banner-sdk > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2)#onetrust-button-group-parent > div#onetrust-button-group > button:nth-child(2)#onetrust-reject-all-handler", comment: "Reject all cookies" }] }, { name: "auto_US_airport.guide_0", vendorUrl: "https://www.airport.guide/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?airport\\.guide/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookie-banner > div:nth-child(4):not([id]) > button:nth-child(2)#cookie-decline" }], detectPopup: [{ visible: "body:not([id]) > div#cookie-banner > div:nth-child(4):not([id]) > button:nth-child(2)#cookie-decline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookie-banner > div:nth-child(4):not([id]) > button:nth-child(2)#cookie-decline", comment: "Reject" }] }, { name: "auto_US_amazon.jobs_0", vendorUrl: "https://www.amazon.jobs/en/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?amazon\\.jobs/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[class] > div:nth-child(2) > div:nth-child(3) > container:nth-child(2) > div > div > div > div:nth-child(2) > ul > li:nth-child(2) > button" }], detectPopup: [{ visible: "body > div[class] > div:nth-child(2) > div:nth-child(3) > container:nth-child(2) > div > div > div > div:nth-child(2) > ul > li:nth-child(2) > button" }], optIn: [], optOut: [{ waitForThenClick: "body > div[class] > div:nth-child(2) > div:nth-child(3) > container:nth-child(2) > div > div > div > div:nth-child(2) > ul > li:nth-child(2) > button", text: "Reject all" }] }, { name: "auto_US_amsoil.com_fgr", vendorUrl: "https://www.amsoil.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?amsoil\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "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" }], detectPopup: [{ visible: "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" }], optIn: [], optOut: [{ waitForThenClick: "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", comment: "REJECT OPTIONAL" }] }, { name: "auto_US_askpython.com_0", vendorUrl: "https://www.askpython.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?askpython\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[class][data-location] > div:nth-child(3) > div > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[class][data-location] > div:nth-child(3) > div > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[class][data-location] > div:nth-child(3) > div > div:nth-child(2) > button:nth-child(2)", text: "Decline" }] }, { name: "auto_US_audacityteam.org_0", vendorUrl: "https://www.audacityteam.org/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?audacityteam\\.org/" }, prehideSelectors: [], detectCmp: [{ exists: "body > astro-island[uid][prefix][component-url][component-export][renderer-url][props][client][opts][await-children] > div > div > div:nth-child(2) > div:nth-child(2) > a:nth-child(1)" }], detectPopup: [{ visible: "body > astro-island[uid][prefix][component-url][component-export][renderer-url][props][client][opts][await-children] > div > div > div:nth-child(2) > div:nth-child(2) > a:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > astro-island[uid][prefix][component-url][component-export][renderer-url][props][client][opts][await-children] > div > div > div:nth-child(2) > div:nth-child(2) > a:nth-child(1)", text: "Reject" }] }, { name: "auto_US_bangbros.com_0", vendorUrl: "https://bangbros.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?bangbros\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id] > div:nth-child(3) > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[id] > div:nth-child(3) > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id] > div:nth-child(3) > div:nth-child(2) > button:nth-child(2)", text: "ACCEPT ONLY ESSENTIAL COOKIES" }] }, { name: "auto_US_bookclubs.com_gxf", vendorUrl: "https://bookclubs.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?bookclubs\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#root > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1)#rcc-decline-button" }], detectPopup: [{ visible: "body:not([id]) > div#root > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1)#rcc-decline-button" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#root > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1)#rcc-decline-button", comment: "REJECT" }] }, { name: "auto_US_brazzers.com_0", vendorUrl: "https://www.brazzers.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?brazzers\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id] > div:nth-child(3) > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[id] > div:nth-child(3) > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id] > div:nth-child(3) > div:nth-child(2) > button:nth-child(2)", text: "ACCEPT ONLY ESSENTIAL COOKIES" }] }, { name: "auto_US_chilis.com_0", vendorUrl: "https://www.chilis.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?chilis\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id] > div > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > button" }], detectPopup: [{ visible: "body > div[id] > div > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > button" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id] > div > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > button", text: "REJECT ALL" }] }, { name: "auto_US_community.goodsam.com_0", vendorUrl: "https://community.goodsam.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?community\\.goodsam\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id] > div:nth-child(3) > div:nth-child(3) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[id] > div:nth-child(3) > div:nth-child(3) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id] > div:nth-child(3) > div:nth-child(3) > button:nth-child(2)", text: "Decline" }] }, { name: "auto_US_computerworld.com_0", vendorUrl: "https://www.computerworld.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?computerworld\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[class] > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[class] > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[class] > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)", text: "Do not accept" }] }, { name: "auto_US_coupons.slickdeals.net_wya", vendorUrl: "https://coupons.slickdeals.net/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?coupons\\.slickdeals\\.net/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > 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])" }], detectPopup: [{ visible: "body:not([id]) > 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])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > 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])", comment: "Do Not Sell My Personal Information" }] }, { name: "auto_US_crumblcookies.com_0", vendorUrl: "https://crumblcookies.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?crumblcookies\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id] > div > div:nth-child(1) > div > div:nth-child(3) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[id] > div > div:nth-child(1) > div > div:nth-child(3) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id] > div > div:nth-child(1) > div > div:nth-child(3) > button:nth-child(2)", text: "Reject Non-Essential Cookies" }] }, { name: "auto_US_csoonline.com_0", vendorUrl: "https://www.csoonline.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?csoonline\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[class] > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[class] > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[class] > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)", text: "Do not accept" }] }, { name: "auto_US_deezer.com_0", vendorUrl: "https://www.deezer.com/us/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?deezer\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id][cookie-banner-data-theme] > div > div > div > div:nth-child(2) > div:nth-child(2) > button" }], detectPopup: [{ visible: "body > div[id][cookie-banner-data-theme] > div > div > div > div:nth-child(2) > div:nth-child(2) > button" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id][cookie-banner-data-theme] > div > div > div > div:nth-child(2) > div:nth-child(2) > button", text: "Refuse" }] }, { name: "auto_US_dickblick.com_0", vendorUrl: "https://www.dickblick.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?dickblick\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id] > div > div:nth-child(3) > header:nth-child(1) > div:nth-child(2) > div > div > div:nth-child(3) > button:nth-child(1)" }], detectPopup: [{ visible: "body > div[id] > div > div:nth-child(3) > header:nth-child(1) > div:nth-child(2) > div > div > div:nth-child(3) > button:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id] > div > div:nth-child(3) > header:nth-child(1) > div:nth-child(2) > div > div > div:nth-child(3) > button:nth-child(1)", text: "REJECT ALL NON-ESSENTIAL COOKIES" }] }, { name: "auto_US_dietdoctor.com_0", vendorUrl: "https://www.dietdoctor.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?dietdoctor\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id][tabindex][role][aria-live][data-nosnippet][class][style] > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(3)" }], detectPopup: [{ visible: "body > div[id][tabindex][role][aria-live][data-nosnippet][class][style] > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(3)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id][tabindex][role][aria-live][data-nosnippet][class][style] > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(3)", text: "ONLY NECESSARY" }] }, { name: "auto_US_dinarrecaps.com_qnj", vendorUrl: "https://dinarrecaps.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?dinarrecaps\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body#collection-5d5226193cfb38000127fdfd > div#siteWrapper > div:nth-child(1):not([id]) > section:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body#collection-5d5226193cfb38000127fdfd > div#siteWrapper > div:nth-child(1):not([id]) > section:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body#collection-5d5226193cfb38000127fdfd > div#siteWrapper > div:nth-child(1):not([id]) > section:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", comment: "DECLINE" }] }, { name: "auto_US_docs.snowflake.com_0", vendorUrl: "https://docs.snowflake.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?docs\\.snowflake\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id] > div:nth-child(3) > div > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[id] > div:nth-child(3) > div > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id] > div:nth-child(3) > div > div:nth-child(2) > button:nth-child(2)", text: "Decline" }] }, { name: "auto_US_dropbox.com_0", vendorUrl: "https://www.dropbox.com/", cosmetic: false, runContext: { main: false, frame: true, urlPattern: "^https?://(www\\.)?dropbox\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id] > div > div > div > div > div:nth-child(3) > span > span > div:nth-child(2) > span:nth-child(1) > button" }], detectPopup: [{ visible: "body > div[id] > div > div > div > div > div:nth-child(3) > span > span > div:nth-child(2) > span:nth-child(1) > button" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id] > div > div > div > div > div:nth-child(3) > span > span > div:nth-child(2) > span:nth-child(1) > button", text: "Decline" }] }, { name: "auto_US_e-chords.com_0", vendorUrl: "https://www.e-chords.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?e-chords\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > main[id][data-v-app] > div:nth-child(4) > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > main[id][data-v-app] > div:nth-child(4) > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > main[id][data-v-app] > div:nth-child(4) > div:nth-child(2) > button:nth-child(2)", text: "Reject all" }] }, { name: "auto_US_emagine-entertainment.com_0", vendorUrl: "https://www.emagine-entertainment.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?emagine-entertainment\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[class][id][style] > div:nth-child(2) > div:nth-child(2) > a:nth-child(2)" }], detectPopup: [{ visible: "body > div[class][id][style] > div:nth-child(2) > div:nth-child(2) > a:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[class][id][style] > div:nth-child(2) > div:nth-child(2) > a:nth-child(2)", text: "Disable All" }] }, { name: "auto_US_en.community.sonos.com_0", vendorUrl: "https://en.community.sonos.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?en\\.community\\.sonos\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id][class] > div:nth-child(4) > div > div > div:nth-child(1) > div:nth-child(3) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[id][class] > div:nth-child(4) > div > div > div:nth-child(1) > div:nth-child(3) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id][class] > div:nth-child(4) > div > div > div:nth-child(1) > div:nth-child(3) > button:nth-child(2)", text: "Deny all" }] }, { name: "auto_US_faphouse.com_0", vendorUrl: "https://faphouse.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?faphouse\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id][class] > div > div:nth-child(4) > div > div:nth-child(4) > button:nth-child(2) > span" }], detectPopup: [{ visible: "body > div[id][class] > div > div:nth-child(4) > div > div:nth-child(4) > button:nth-child(2) > span" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id][class] > div > div:nth-child(4) > div > div:nth-child(4) > button:nth-child(2) > span", text: "Reject cookies" }] }, { name: "auto_US_forum.affinity.serif.com_0", vendorUrl: "https://forum.affinity.serif.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?forum\\.affinity\\.serif\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id][class][data-role][data-controller][style] > div > div:nth-child(2) > form > button:nth-child(3)" }], detectPopup: [{ visible: "body > div[id][class][data-role][data-controller][style] > div > div:nth-child(2) > form > button:nth-child(3)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id][class][data-role][data-controller][style] > div > div:nth-child(2) > form > button:nth-child(3)", text: "\xA0Reject Cookies" }] }, { name: "auto_US_forum.proxmox.com_0", vendorUrl: "https://forum.proxmox.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?forum\\.proxmox\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[class] > ul > li > div > div:nth-child(2) > div > div:nth-child(2) > a:nth-child(2) > span" }], detectPopup: [{ visible: "body > div[class] > ul > li > div > div:nth-child(2) > div > div:nth-child(2) > a:nth-child(2) > span" }], optIn: [], optOut: [{ waitForThenClick: "body > div[class] > ul > li > div > div:nth-child(2) > div > div:nth-child(2) > a:nth-child(2) > span", text: "Reject optional cookies" }] }, { name: "auto_US_forum.prusa3d.com_0", vendorUrl: "https://forum.prusa3d.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?forum\\.prusa3d\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[class][tabindex] > div > div > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[class][tabindex] > div > div > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[class][tabindex] > div > div > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)", text: "Reject All" }] }, { name: "auto_US_forums.malwarebytes.com_0", vendorUrl: "https://forums.malwarebytes.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?forums\\.malwarebytes\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id][class][data-role][data-controller][style] > div > div:nth-child(2) > form > button:nth-child(3)" }], detectPopup: [{ visible: "body > div[id][class][data-role][data-controller][style] > div > div:nth-child(2) > form > button:nth-child(3)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id][class][data-role][data-controller][style] > div > div:nth-child(2) > form > button:nth-child(3)", text: "\xA0Reject Cookies" }] }, { name: "auto_US_foundryvtt.com_0", vendorUrl: "https://foundryvtt.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?foundryvtt\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > main[class][id] > div:nth-child(1) > form:nth-child(2) > footer:nth-child(5) > button:nth-child(2)" }], detectPopup: [{ visible: "body > main[class][id] > div:nth-child(1) > form:nth-child(2) > footer:nth-child(5) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > main[class][id] > div:nth-child(1) > form:nth-child(2) > footer:nth-child(5) > button:nth-child(2)", text: " REQUIRED ONLY" }] }, { name: "auto_US_framesdirect.com_0", vendorUrl: "https://www.framesdirect.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?framesdirect\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id] > div > div > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[id] > div > div > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id] > div > div > div:nth-child(2) > button:nth-child(2)", text: "REJECT" }] }, { name: "auto_US_fullscript.com_0", vendorUrl: "https://fullscript.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?fullscript\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[class] > div > div:nth-child(7) > div:nth-child(2) > button:nth-child(1)" }], detectPopup: [{ visible: "body > div[class] > div > div:nth-child(7) > div:nth-child(2) > button:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[class] > div > div:nth-child(7) > div:nth-child(2) > button:nth-child(1)", text: "Decline cookies" }] }, { name: "auto_US_gayporn.com_0", vendorUrl: "https://gayporn.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?gayporn\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id] > div:nth-child(3) > div:nth-child(2) > div > div > div:nth-child(5) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[id] > div:nth-child(3) > div:nth-child(2) > div > div > div:nth-child(5) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id] > div:nth-child(3) > div:nth-child(2) > div > div > div:nth-child(5) > button:nth-child(2)", text: "Reject All" }] }, { name: "auto_US_giant-bicycles.com_0", vendorUrl: "https://www.giant-bicycles.com/global", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?giant-bicycles\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[class][role][aria-label][style] > div > div:nth-child(3) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[class][role][aria-label][style] > div > div:nth-child(3) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[class][role][aria-label][style] > div > div:nth-child(3) > button:nth-child(2)", text: "Refuse all cookies" }] }, { name: "auto_US_gibson.com_0", vendorUrl: "https://www.gibson.com/en-US/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?gibson\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id][class][role][aria-labelledby][tabindex][data-backdrop][data-keyboard][aria-modal][style] > div > div > button:nth-child(6)" }], detectPopup: [{ visible: "body > div[id][class][role][aria-labelledby][tabindex][data-backdrop][data-keyboard][aria-modal][style] > div > div > button:nth-child(6)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id][class][role][aria-labelledby][tabindex][data-backdrop][data-keyboard][aria-modal][style] > div > div > button:nth-child(6)", text: "ACCEPT ESSENTIAL COOKIES" }] }, { name: "auto_US_gocivilairpatrol.com_0", vendorUrl: "https://www.gocivilairpatrol.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?gocivilairpatrol\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#mm-1 > div:nth-child(2)#cookie-consent-container > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#mm-1 > div:nth-child(2)#cookie-consent-container > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#mm-1 > div:nth-child(2)#cookie-consent-container > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])", comment: "Reject All" }] }, { name: "auto_US_gog.com_0", vendorUrl: "https://www.gog.com/en/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?gog\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id][name][role][aria-modal][aria-labelledby][tabindex][lang][dir][ng-non-bindable][style][data-template][class] > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(1)" }], detectPopup: [{ visible: "body > div[id][name][role][aria-modal][aria-labelledby][tabindex][lang][dir][ng-non-bindable][style][data-template][class] > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id][name][role][aria-modal][aria-labelledby][tabindex][lang][dir][ng-non-bindable][style][data-template][class] > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(1)", text: "Reject all" }] }, { name: "auto_US_hearth.com_0", vendorUrl: "https://www.hearth.com/talk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?hearth\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[class] > ul > li > div > div:nth-child(2) > div > div:nth-child(2) > a:nth-child(2) > span" }], detectPopup: [{ visible: "body > div[class] > ul > li > div > div:nth-child(2) > div > div:nth-child(2) > a:nth-child(2) > span" }], optIn: [], optOut: [{ waitForThenClick: "body > div[class] > ul > li > div > div:nth-child(2) > div > div:nth-child(2) > a:nth-child(2) > span", text: "Reject optional cookies" }] }, { name: "auto_US_help.dropbox.com_0", vendorUrl: "https://help.dropbox.com/", cosmetic: false, runContext: { main: false, frame: true, urlPattern: "^https?://(www\\.)?dropbox\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id] > div > div > div > div > div:nth-child(3) > span > span > div:nth-child(2) > span:nth-child(1) > button" }], detectPopup: [{ visible: "body > div[id] > div > div > div > div > div:nth-child(3) > span > span > div:nth-child(2) > span:nth-child(1) > button" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id] > div > div > div > div > div:nth-child(3) > span > span > div:nth-child(2) > span:nth-child(1) > button", text: "Decline" }] }, { name: "auto_US_help.solidworks.com_0", vendorUrl: "https://help.solidworks.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?help\\.solidworks\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id][class] > div > div:nth-child(1) > div > h2:nth-child(1) > button" }], detectPopup: [{ visible: "body > div[id][class] > div > div:nth-child(1) > div > h2:nth-child(1) > button" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id][class] > div > div:nth-child(1) > div > h2:nth-child(1) > button", text: "Continue with only necessary cookies" }] }, { name: "auto_US_honeybaked.com_0", vendorUrl: "https://www.honeybaked.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?honeybaked\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[class] > div > div:nth-child(2) > div > div > div:nth-child(3) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[class] > div > div:nth-child(2) > div > div > div:nth-child(3) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[class] > div > div:nth-child(2) > div > div > div:nth-child(3) > button:nth-child(2)", text: "Deny Cookies and Close" }] }, { name: "auto_US_hypixel.net_0", vendorUrl: "https://hypixel.net/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?hypixel\\.net/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[class] > ul > li > div > div > div:nth-child(2) > a:nth-child(2) > span" }], detectPopup: [{ visible: "body > div[class] > ul > li > div > div > div:nth-child(2) > a:nth-child(2) > span" }], optIn: [], optOut: [{ waitForThenClick: "body > div[class] > ul > li > div > div > div:nth-child(2) > a:nth-child(2) > span", text: "Reject optional cookies" }] }, { name: "auto_US_interactivebrokers.com_0", vendorUrl: "https://www.interactivebrokers.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?interactivebrokers\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[class][id][tabindex][role][aria-labelledby][aria-modal][style] > div > div > div:nth-child(3) > div > div > p > button:nth-child(3)" }], detectPopup: [{ visible: "body > div[class][id][tabindex][role][aria-labelledby][aria-modal][style] > div > div > div:nth-child(3) > div > div > p > button:nth-child(3)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[class][id][tabindex][role][aria-labelledby][aria-modal][style] > div > div > div:nth-child(3) > div > div > p > button:nth-child(3)", text: "Reject All Cookies" }] }, { name: "auto_US_inven.ai_0", vendorUrl: "https://www.inven.ai/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?inven\\.ai/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id][class][style] > div > div:nth-child(2) > a:nth-child(2)" }], detectPopup: [{ visible: "body > div[id][class][style] > div > div:nth-child(2) > a:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id][class][style] > div > div:nth-child(2) > a:nth-child(2)", text: "Necessary" }] }, { name: "auto_US_jeld-wen.com_0", vendorUrl: "https://www.jeld-wen.com/en-us", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?jeld-wen\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id][name][role][aria-modal][aria-labelledby][tabindex][lang][dir][ng-non-bindable][style][data-template][class] > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)" }], detectPopup: [{ visible: "body > div[id][name][role][aria-modal][aria-labelledby][tabindex][lang][dir][ng-non-bindable][style][data-template][class] > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id][name][role][aria-modal][aria-labelledby][tabindex][lang][dir][ng-non-bindable][style][data-template][class] > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)", text: "Deny" }] }, { name: "auto_US_jw.org_0", vendorUrl: "https://www.jw.org/en/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?jw\\.org/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[class][style] > div > div:nth-child(3) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[class][style] > div > div:nth-child(3) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[class][style] > div > div:nth-child(3) > button:nth-child(2)", text: "Decline" }] }, { name: "auto_US_kansascity.com_0", vendorUrl: "https://www.kansascity.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?kansascity\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[data-nosnippet][class][dir] > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[data-nosnippet][class][dir] > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[data-nosnippet][class][dir] > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)", text: "Deny" }] }, { name: "auto_US_kentucky.com_0", vendorUrl: "https://www.kentucky.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?kentucky\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[data-nosnippet][class][dir] > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[data-nosnippet][class][dir] > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[data-nosnippet][class][dir] > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)", text: "Deny" }] }, { name: "auto_US_kirkusreviews.com_0", vendorUrl: "https://www.kirkusreviews.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?kirkusreviews\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[class] > div > div:nth-child(3) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[class] > div > div:nth-child(3) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[class] > div > div:nth-child(3) > button:nth-child(2)", text: "Decline" }] }, { name: "auto_US_klm.com_0", vendorUrl: "https://www.klm.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?klm\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id][class] > div > div > div:nth-child(1) > div > div:nth-child(3) > button:nth-child(1)" }], detectPopup: [{ visible: "body > div[id][class] > div > div > div:nth-child(1) > div > div:nth-child(3) > button:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id][class] > div > div > div:nth-child(1) > div > div:nth-child(3) > button:nth-child(1)", text: "Reject" }] }, { name: "auto_US_lakehouse.com_qes", vendorUrl: "https://www.lakehouse.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?lakehouse\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#main > div:nth-child(4):not([id]) > div:nth-child(10):not([id]) > button:nth-child(3):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#main > div:nth-child(4):not([id]) > div:nth-child(10):not([id]) > button:nth-child(3):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#main > div:nth-child(4):not([id]) > div:nth-child(10):not([id]) > button:nth-child(3):not([id])", comment: "Deny" }] }, { name: "auto_US_learn.ligonier.org_0", vendorUrl: "https://learn.ligonier.org/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?learn\\.ligonier\\.org/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[class] > form > div > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[class] > form > div > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[class] > form > div > div:nth-child(2) > button:nth-child(2)", text: "Strictly Necessary" }] }, { name: "auto_US_ligonier.org_0", vendorUrl: "https://www.ligonier.org/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?ligonier\\.org/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id] > div:nth-child(2) > div:nth-child(4) > div > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[id] > div:nth-child(2) > div:nth-child(4) > div > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id] > div:nth-child(2) > div:nth-child(4) > div > div:nth-child(2) > button:nth-child(2)", text: "Strictly Necessary" }] }, { name: "auto_US_longevity.technology_ui9", vendorUrl: "https://longevity.technology/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?longevity\\.technology/" }, prehideSelectors: [], detectCmp: [{ exists: "body#body_wrap > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(3):not([id]) > div:nth-child(1)#ckyDetailCategorynecessary > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body#body_wrap > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(3):not([id]) > div:nth-child(1)#ckyDetailCategorynecessary > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body#body_wrap > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(3):not([id]) > div:nth-child(1)#ckyDetailCategorynecessary > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:nth-child(1):not([id])", comment: "Necessary" }] }, { name: "auto_US_loyalfans.com_0", vendorUrl: "https://www.loyalfans.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?loyalfans\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > app-root[ng-version][_nghost-ng-c1385255947][aria-hidden] > app-cookie-consent:nth-child(1) > div > section:nth-child(2) > button:nth-child(1)" }], detectPopup: [{ visible: "body > app-root[ng-version][_nghost-ng-c1385255947][aria-hidden] > app-cookie-consent:nth-child(1) > div > section:nth-child(2) > button:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > app-root[ng-version][_nghost-ng-c1385255947][aria-hidden] > app-cookie-consent:nth-child(1) > div > section:nth-child(2) > button:nth-child(1)", text: "ONLY NECESSARY COOKIES" }] }, { name: "auto_US_mainehealth.org_0", vendorUrl: "https://www.mainehealth.org/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?mainehealth\\.org/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id][name][role][aria-modal][aria-labelledby][tabindex][lang][dir][ng-non-bindable][style][data-template][class] > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)" }], detectPopup: [{ visible: "body > div[id][name][role][aria-modal][aria-labelledby][tabindex][lang][dir][ng-non-bindable][style][data-template][class] > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id][name][role][aria-modal][aria-labelledby][tabindex][lang][dir][ng-non-bindable][style][data-template][class] > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)", text: "Deny" }] }, { name: "auto_US_mainlinehealth.org_1vu", vendorUrl: "https://www.mainlinehealth.org/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?mainlinehealth\\.org/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#ppms_cm_consent_popup_e5f9b35a-6679-48b0-9aca-685630f5a919 > 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-b2431db8-970e-4204-a7f2-83be58cc11cc > div:nth-child(2)#ppms-617076d4-f7f5-41c1-9dce-3ed8c3be988f > button:nth-child(2)#ppms_cm_reject-all" }], detectPopup: [{ visible: "body:not([id]) > div#ppms_cm_consent_popup_e5f9b35a-6679-48b0-9aca-685630f5a919 > 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-b2431db8-970e-4204-a7f2-83be58cc11cc > div:nth-child(2)#ppms-617076d4-f7f5-41c1-9dce-3ed8c3be988f > button:nth-child(2)#ppms_cm_reject-all" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#ppms_cm_consent_popup_e5f9b35a-6679-48b0-9aca-685630f5a919 > 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-b2431db8-970e-4204-a7f2-83be58cc11cc > div:nth-child(2)#ppms-617076d4-f7f5-41c1-9dce-3ed8c3be988f > button:nth-child(2)#ppms_cm_reject-all", comment: "Decline all" }] }, { name: "auto_US_marriedbiography.com_0", vendorUrl: "https://marriedbiography.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?marriedbiography\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id][data-nosnippet][data-cli-type][style] > span > a:nth-child(3)" }], detectPopup: [{ visible: "body > div[id][data-nosnippet][data-cli-type][style] > span > a:nth-child(3)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id][data-nosnippet][data-cli-type][style] > span > a:nth-child(3)", text: "REJECT" }] }, { name: "auto_US_marvin.com_0", vendorUrl: "https://www.marvin.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?marvin\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[class] > div > div:nth-child(2) > div > button:nth-child(1)" }], detectPopup: [{ visible: "body > div[class] > div > div:nth-child(2) > div > button:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[class] > div > div:nth-child(2) > div > button:nth-child(1)", text: "Decline" }] }, { name: "auto_US_medifind.com_0", vendorUrl: "https://www.medifind.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?medifind\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id] > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > button:nth-child(1)" }], detectPopup: [{ visible: "body > div[id] > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > button:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id] > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > button:nth-child(1)", text: "Accept Necessary" }] }, { name: "auto_US_monkeytype.com_0", vendorUrl: "https://monkeytype.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?monkeytype\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id] > dialog:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[id] > dialog:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id] > dialog:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)", text: "reject non-essential" }] }, { name: "auto_US_mountsinai.org_bgh", vendorUrl: "https://www.mountsinai.org/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?mountsinai\\.org/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#ppms_cm_consent_popup_a27d2fb5-8255-4f15-94c7-cd1f4ffb0436 > 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-59442d7f-1516-40e2-bbd7-12ad4b9a353e > div:nth-child(2)#ppms-3cde0edc-dff1-4c19-939f-15c95f4382d6 > button:nth-child(2)#ppms_cm_reject-all" }], detectPopup: [{ visible: "body:not([id]) > div#ppms_cm_consent_popup_a27d2fb5-8255-4f15-94c7-cd1f4ffb0436 > 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-59442d7f-1516-40e2-bbd7-12ad4b9a353e > div:nth-child(2)#ppms-3cde0edc-dff1-4c19-939f-15c95f4382d6 > button:nth-child(2)#ppms_cm_reject-all" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#ppms_cm_consent_popup_a27d2fb5-8255-4f15-94c7-cd1f4ffb0436 > 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-59442d7f-1516-40e2-bbd7-12ad4b9a353e > div:nth-child(2)#ppms-3cde0edc-dff1-4c19-939f-15c95f4382d6 > button:nth-child(2)#ppms_cm_reject-all", comment: "Decline all" }] }, { name: "auto_US_musicnotes.com_0", vendorUrl: "https://www.musicnotes.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?musicnotes\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id][class] > div:nth-child(3) > button:nth-child(1)" }], detectPopup: [{ visible: "body > div[id][class] > div:nth-child(3) > button:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id][class] > div:nth-child(3) > button:nth-child(1)", text: "Reject" }] }, { name: "auto_US_mynm.nm.org_0", vendorUrl: "https://mynm.nm.org/MyChart/Authentication/Login?utm_source=mychart.nm.org&utm_medium=301re&utm_campaign=mynm", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?mynm\\.nm\\.org/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id] > div > div > div:nth-child(3) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[id] > div > div > div:nth-child(3) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id] > div > div > div:nth-child(3) > button:nth-child(2)", text: "Decline" }] }, { name: "auto_US_newsbreak.com_0", vendorUrl: "https://www.newsbreak.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?newsbreak\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "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])" }], detectPopup: [{ visible: "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])" }], optIn: [], optOut: [{ waitForThenClick: "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])", comment: "Reject" }] }, { name: "auto_US_nm.org_0", vendorUrl: "https://www.nm.org/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?nm\\.org/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id] > div > div:nth-child(2) > div > div > div > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[id] > div > div:nth-child(2) > div > div > div > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id] > div > div:nth-child(2) > div > div > div > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)", text: "Decline All" }] }, { name: "auto_US_no.co_0", vendorUrl: "https://no.co/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?no\\.co/" }, prehideSelectors: [], detectCmp: [{ exists: "body > main[class] > div:nth-child(5) > div > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > main[class] > div:nth-child(5) > div > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > main[class] > div:nth-child(5) > div > div:nth-child(2) > button:nth-child(2)", text: "REJECT" }] }, { name: "auto_US_nutaku.net_0", vendorUrl: "https://www.nutaku.net/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?nutaku\\.net/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id] > section:nth-child(1) > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[id] > section:nth-child(1) > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id] > section:nth-child(1) > div:nth-child(2) > button:nth-child(2)", text: "Accept Only Essential Cookies" }] }, { name: "auto_US_oakley.com_0", vendorUrl: "https://www.oakley.com/en-us", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?oakley\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id] > div > div > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[id] > div > div > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id] > div > div > div:nth-child(2) > button:nth-child(2)", text: "REJECT" }] }, { name: "auto_US_oip.manual.canon_0", vendorUrl: "https://oip.manual.canon/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?oip\\.manual\\.canon/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id] > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[id] > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id] > div:nth-child(2) > button:nth-child(2)", text: "Reject" }] }, { name: "auto_US_parchment.com_7r7", vendorUrl: "https://www.parchment.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?parchment\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "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])" }], detectPopup: [{ visible: "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])" }], optIn: [], optOut: [{ waitForThenClick: "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])", comment: "Reject All" }] }, { name: "auto_US_peekyou.com_32h", vendorUrl: "https://www.peekyou.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?peekyou\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body#index_landing > div#consent-banner > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body#index_landing > div#consent-banner > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body#index_landing > div#consent-banner > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Decline All" }] }, { name: "auto_US_peptidesciences.com_0", vendorUrl: "https://www.peptidesciences.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?peptidesciences\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body#html-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])" }], detectPopup: [{ visible: "body#html-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])" }], optIn: [], optOut: [{ waitForThenClick: "body#html-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])", comment: "ACCEPT ONLY REQUIRED COOKIES" }] }, { name: "auto_US_powerofpositivity.com_0", vendorUrl: "https://www.powerofpositivity.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?powerofpositivity\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[class] > div > div > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[class] > div > div > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[class] > div > div > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)", text: "REJECT ALL" }] }, { name: "auto_US_raymondjames.com_0", vendorUrl: "https://www.raymondjames.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?raymondjames\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[class] > div:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > button:nth-child(1)" }], detectPopup: [{ visible: "body > div[class] > div:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > button:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[class] > div:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > button:nth-child(1)", text: "Decline" }] }, { name: "auto_US_recology.com_0", vendorUrl: "https://www.recology.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?recology\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id][role][class][aria-label] > div > div:nth-child(2) > a:nth-child(2)" }], detectPopup: [{ visible: "body > div[id][role][class][aria-label] > div > div:nth-child(2) > a:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id][role][class][aria-label] > div > div:nth-child(2) > a:nth-child(2)", text: "Reject cookies" }] }, { name: "auto_US_redgifs.com_0", vendorUrl: "https://www.redgifs.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?redgifs\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id] > div > div:nth-child(4) > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[id] > div > div:nth-child(4) > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id] > div > div:nth-child(4) > div:nth-child(2) > button:nth-child(2)", text: "Decline" }] }, { name: "auto_US_schedule1-calculator.com_0", vendorUrl: "https://schedule1-calculator.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?schedule1-calculator\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id][class] > div:nth-child(2) > button:nth-child(1)" }], detectPopup: [{ visible: "body > div[id][class] > div:nth-child(2) > button:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id][class] > div:nth-child(2) > button:nth-child(1)", text: "Deny" }] }, { name: "auto_US_semrush.com_0", vendorUrl: "https://www.semrush.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?semrush\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[data-region][class][data-nosnippet][style] > div > div > div:nth-child(2) > button:nth-child(1)" }], detectPopup: [{ visible: "body > div[data-region][class][data-nosnippet][style] > div > div > div:nth-child(2) > button:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[data-region][class][data-nosnippet][style] > div > div > div:nth-child(2) > button:nth-child(1)", text: "Do not sell or share my personal information" }] }, { name: "auto_US_shemalestardb.com_0", vendorUrl: "https://shemalestardb.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?shemalestardb\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[] > div > div:nth-child(3) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[] > div > div:nth-child(3) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[] > div > div:nth-child(3) > button:nth-child(2)", text: "Reject" }] }, { name: "auto_US_slidesgo.com_0", vendorUrl: "https://slidesgo.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?slidesgo\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id] > div:nth-child(2) > div > div:nth-child(1) > div > div:nth-child(2) > div > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[id] > div:nth-child(2) > div > div:nth-child(1) > div > div:nth-child(2) > div > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id] > div:nth-child(2) > div > div:nth-child(1) > div > div:nth-child(2) > div > button:nth-child(2)", text: "Reject All" }] }, { name: "auto_US_sportsinjuryclinic.net_0", vendorUrl: "https://www.sportsinjuryclinic.net/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?sportsinjuryclinic\\.net/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id][data-nosnippet][style] > span > a:nth-child(2)" }], detectPopup: [{ visible: "body > div[id][data-nosnippet][style] > span > a:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id][data-nosnippet][style] > span > a:nth-child(2)", text: "Reject" }] }, { name: "auto_US_sqlservercentral.com_0", vendorUrl: "https://www.sqlservercentral.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?sqlservercentral\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[class] > div > div > ul:nth-child(3) > li:nth-child(2) > button" }], detectPopup: [{ visible: "body > div[class] > div > div > ul:nth-child(3) > li:nth-child(2) > button" }], optIn: [], optOut: [{ waitForThenClick: "body > div[class] > div > div > ul:nth-child(3) > li:nth-child(2) > button", text: "Reject additional cookies" }] }, { name: "auto_US_sso.passport.yandex.ru_0", vendorUrl: "https://sso.passport.yandex.ru/showcaptcha?cc=1&form-fb-hint=2.188&mt=5E71C1D91D0866158B80FEE22C9B73358A94542D4F112538C2885016A45DF4AF1FF53B413DBA8E3711FD7A0EC0BE80592F29B588C3EF46241DC91E31F9A4B8DB25234D461DFF05185F1119D33AEBADA56B301D58B8D5C0F245D7C8EDD56B40CA588E06CB67A367432DF89BB8785CC82C28A95DA133758B87D9791EC18C2F931C7521370FC1A697AE40A76F25A3D7E61D2315F550CC58EE1518E88433593379B0C4E15219404822C86EFBB2CF9BEE94629D17300B69D90F3E293DF6146336C794FCA92E522CC131EE41715C081B5F093C7A0D4BD2A04DA34DF3FD26BF50&retpath=aHR0cHM6Ly9zc28ucGFzc3BvcnQueWFuZGV4LnJ1L3B1c2g_cmV0cGF0aD1odHRwcyUzQSUyRiUyRnlhLnJ1JTJGJTNGbnIlM0QxJTI2cmVkaXJlY3RfdHMlM0QxNzQ3MDc2Mzk2LjAwMDAwJnV1aWQ9MTg3M2QzOGQtYTBkNC00ODViLTk4NjMtZjc2ZTM2ODBhYWUw_30d0f94f115a06dbb83791054a6546bb&t=2/1747076398/9c7f96b6e48bb0c103811c61935582c8&u=6563847972491272717&s=02fa626eff4de100d1cfbf71c669b142", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?sso\\.passport\\.yandex\\.ru/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[class][role][aria-labelledby][aria-live][lang] > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)" }], detectPopup: [{ visible: "body > div[class][role][aria-labelledby][aria-live][lang] > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[class][role][aria-labelledby][aria-live][lang] > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)", text: "Allow essential cookies" }] }, { name: "auto_US_strava.com_0", vendorUrl: "https://www.strava.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?strava\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id] > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[id] > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id] > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(2)", text: "Reject" }] }, { name: "auto_US_support.nordvpn.com_0", vendorUrl: "https://support.nordvpn.com/hc/en-us", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?support\\.nordvpn\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[class][id] > div > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[class][id] > div > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[class][id] > div > div:nth-child(2) > button:nth-child(2)", text: "Reject" }] }, { name: "auto_US_tackledirect.com_0", vendorUrl: "https://www.tackledirect.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?tackledirect\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id][style] > div > div > div > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[id][style] > div > div > div > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id][style] > div > div > div > div:nth-child(2) > button:nth-child(2)", text: "Reject all" }] }, { name: "auto_US_thedrardisshow.com_0", vendorUrl: "https://thedrardisshow.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?thedrardisshow\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id][aria-hidden][style] > div > div > div > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[id][aria-hidden][style] > div > div > div > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id][aria-hidden][style] > div > div > div > div:nth-child(2) > button:nth-child(2)", text: "Reject all" }] }, { name: "auto_US_thingiverse.com_0", vendorUrl: "https://www.thingiverse.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?thingiverse\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id][name][role][aria-modal][aria-labelledby][tabindex][lang][dir][ng-non-bindable][data-template][class][style] > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)" }], detectPopup: [{ visible: "body > div[id][name][role][aria-modal][aria-labelledby][tabindex][lang][dir][ng-non-bindable][data-template][class][style] > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id][name][role][aria-modal][aria-labelledby][tabindex][lang][dir][ng-non-bindable][data-template][class][style] > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)", text: "Deny" }] }, { name: "auto_US_tinder.com_0", vendorUrl: "https://tinder.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?tinder\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id][class] > div > div:nth-child(2) > div > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > button" }], detectPopup: [{ visible: "body > div[id][class] > div > div:nth-child(2) > div > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > button" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id][class] > div > div:nth-child(2) > div > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > button", text: "I decline" }] }, { name: "auto_US_tirerack.com_0", vendorUrl: "https://www.tirerack.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?tirerack\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id][style][class] > div > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[id][style][class] > div > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id][style][class] > div > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)", text: "Reject All" }] }, { name: "auto_US_titleist.com_0", vendorUrl: "https://www.titleist.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?titleist\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id][lang][dir][ng-non-bindable][name][class][style] > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > a:nth-child(2)" }], detectPopup: [{ visible: "body > div[id][lang][dir][ng-non-bindable][name][class][style] > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > a:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id][lang][dir][ng-non-bindable][name][class][style] > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > a:nth-child(2)", text: "Accept Only Essential" }] }, { name: "auto_US_translate.yandex.com_0", vendorUrl: "http://translate.yandex.com/showcaptcha?cc=1&form-fb-hint=2.41&mt=5B191C33065B82A7211FB7CCE4E724BCED5D0FEAE8A37F306508D6CF148D98D5C780522BBCA064F51DB7BA39B1CA293592510CE99D2F37736A995DEC92044CB367AD4B9FD30942EF76C56DDB03E5707B4D673CFD3E780AE22EC249AB273052817FA796F6EF1FFBB02C86F07A028F1E02B19F962ABB8375A7D3CF04F53BEE36072CA193984A5566D3C00D10BFD1BE1686E9CBFB960309919308C88BDCC05546436055E446F32441363EAF1530B69E3E08B19874079464A6A859F019B919347EFCD705A0063F06D8784502A11EBF91BE4E37A4B71FF30C7EEC5E70A94B&retpath=aHR0cDovL3RyYW5zbGF0ZS55YW5kZXguY29tLz8%2C_6808a98e6375b9531344c4a572dd9808&t=2/1747075483/5d2b55f64235729a4f44085ba42637ed&u=6563786572041462285&s=fcd033bea3dc780c0e74042d648ae79a", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?translate\\.yandex\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[class][role][aria-labelledby][aria-live][lang] > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)" }], detectPopup: [{ visible: "body > div[class][role][aria-labelledby][aria-live][lang] > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[class][role][aria-labelledby][aria-live][lang] > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)", text: "Allow essential cookies" }] }, { name: "auto_US_trekbikes.com_0", vendorUrl: "https://www.trekbikes.com/us/en_US/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?trekbikes\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id][name][role][aria-modal][aria-labelledby][tabindex][lang][dir][ng-non-bindable][style][data-template][class] > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)" }], detectPopup: [{ visible: "body > div[id][name][role][aria-modal][aria-labelledby][tabindex][lang][dir][ng-non-bindable][style][data-template][class] > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id][name][role][aria-modal][aria-labelledby][tabindex][lang][dir][ng-non-bindable][style][data-template][class] > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)", text: "Use necessary cookies only" }] }, { name: "auto_US_truecaller.com_0", vendorUrl: "https://www.truecaller.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?truecaller\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id] > div > div:nth-child(1) > div > div > div > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[id] > div > div:nth-child(1) > div > div > div > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id] > div > div:nth-child(1) > div > div > div > div:nth-child(2) > button:nth-child(2)", text: "Accept Necessary Cookies" }] }, { name: "auto_US_try.frndlytv.com_0", vendorUrl: "https://try.frndlytv.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?try\\.frndlytv\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[class] > div:nth-child(2) > button:nth-child(1)" }], detectPopup: [{ visible: "body > div[class] > div:nth-child(2) > button:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[class] > div:nth-child(2) > button:nth-child(1)", text: "Reject All" }] }, { name: "auto_US_tv.yandex.com_0", vendorUrl: "http://tv.yandex.com/showcaptcha?cc=1&form-fb-hint=2.46&mt=E8520F7D490D8E70C0A6EC04A97B98DAC6F74063586201018CF157E29CB9A7003B711D9F7CC7EBFF083BA3323912DFF80A095302AC1257744CD8728B9DCAEE38288EDEC033A9097D02D58E87396DB860E9BD5F43B5F7E7BB8FCB738D6231514894D4D685775E9A370E93C8DAF670B967B265706F73015049F7303C8FAD0236C10D0BFA4A23BB72999EEBE5418861E62A311A053E1DF6BEEC952791A5E51407E8A44FE38394A3A663350D33A0E1C23355C889492809693890096BB0F6C6A2DA9005F418B1A8B511FD0046C31410D40099C139EDED0FCB9E51DBD660AE&retpath=aHR0cDovL3R2LnlhbmRleC5jb20vPw%2C%2C_3b9620ed58a4f7a18a59e6464bdefe71&t=2/1747071878/8aeb7be02a10b81c8864706c30954d18&u=6563544663781699041&s=2b02a18f2a605ddb76df067dc3d2dab1", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?tv\\.yandex\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[class][role][aria-labelledby][aria-live][lang] > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)" }], detectPopup: [{ visible: "body > div[class][role][aria-labelledby][aria-live][lang] > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[class][role][aria-labelledby][aria-live][lang] > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)", text: "Allow essential cookies" }] }, { name: "auto_US_usa.visa.com_0", vendorUrl: "https://usa.visa.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?usa\\.visa\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id][lang] > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(2)" }], detectPopup: [{ visible: "body > div[id][lang] > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id][lang] > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(2)", text: "Reject all" }] }, { name: "auto_US_vintagestory.at_0", vendorUrl: "https://www.vintagestory.at/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?vintagestory\\.at/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id][class][data-role][data-controller][style] > div > div:nth-child(2) > form > button:nth-child(3)" }], detectPopup: [{ visible: "body > div[id][class][data-role][data-controller][style] > div > div:nth-child(2) > form > button:nth-child(3)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id][class][data-role][data-controller][style] > div > div:nth-child(2) > form > button:nth-child(3)", text: "\xA0Reject Cookies" }] }, { name: "auto_US_watch.thechosen.tv_0", vendorUrl: "https://watch.thechosen.tv/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?watch\\.thechosen\\.tv/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id] > div > div:nth-child(4) > div:nth-child(3) > button:nth-child(3)" }], detectPopup: [{ visible: "body > div[id] > div > div:nth-child(4) > div:nth-child(3) > button:nth-child(3)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id] > div > div:nth-child(4) > div:nth-child(3) > button:nth-child(3)", text: "Necessary only" }] }, { name: "auto_US_weforum.org_0", vendorUrl: "https://www.weforum.org/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?weforum\\.org/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id][name][role][aria-modal][aria-labelledby][tabindex][lang][dir][ng-non-bindable][style][data-template][class] > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(1)" }], detectPopup: [{ visible: "body > div[id][name][role][aria-modal][aria-labelledby][tabindex][lang][dir][ng-non-bindable][style][data-template][class] > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id][name][role][aria-modal][aria-labelledby][tabindex][lang][dir][ng-non-bindable][style][data-template][class] > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(1)", text: "Reject optional cookies" }] }, { name: "auto_US_weingartz.com_aso", vendorUrl: "https://www.weingartz.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?weingartz\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "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])" }], detectPopup: [{ visible: "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])" }], optIn: [], optOut: [{ waitForThenClick: "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])", comment: "Decline" }] }, { name: "auto_US_wellstar.org_0", vendorUrl: "https://www.wellstar.org/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?wellstar\\.org/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id][class][role] > main:nth-child(3) > div:nth-child(6) > div:nth-child(2) > button:nth-child(1)" }], detectPopup: [{ visible: "body > div[id][class][role] > main:nth-child(3) > div:nth-child(6) > div:nth-child(2) > button:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id][class][role] > main:nth-child(3) > div:nth-child(6) > div:nth-child(2) > button:nth-child(1)", text: "Deny all cookies" }] }, { name: "auto_US_wikifeet.com_0", vendorUrl: "https://wikifeet.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?wikifeet\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[class][id][role][aria-modal][aria-labelledby][aria-describedby] > div > div:nth-child(3) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[class][id][role][aria-modal][aria-labelledby][aria-describedby] > div > div:nth-child(3) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[class][id][role][aria-modal][aria-labelledby][aria-describedby] > div > div:nth-child(3) > button:nth-child(2)", text: "I decline" }] }, { name: "auto_US_wilsoncombat.com_0", vendorUrl: "https://wilsoncombat.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?wilsoncombat\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[class] > aside:nth-child(1) > div:nth-child(2) > div > div > div:nth-child(1) > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[class] > aside:nth-child(1) > div:nth-child(2) > div > div > div:nth-child(1) > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[class] > aside:nth-child(1) > div:nth-child(2) > div > div > div:nth-child(1) > div:nth-child(2) > button:nth-child(2)", text: "DECLINE" }] }, { name: "auto_US_ya.ru_0", vendorUrl: "https://ya.ru/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?ya\\.ru/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[class][role][aria-labelledby][aria-live][lang] > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)" }], detectPopup: [{ visible: "body > div[class][role][aria-labelledby][aria-live][lang] > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[class][role][aria-labelledby][aria-live][lang] > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)", text: "Allow essential cookies" }] }, { name: "auto_US_yandex.com.tr_0", vendorUrl: "https://yandex.com.tr/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?yandex\\.com\\.tr/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[class][role][aria-labelledby][aria-live][lang] > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)" }], detectPopup: [{ visible: "body > div[class][role][aria-labelledby][aria-live][lang] > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[class][role][aria-labelledby][aria-live][lang] > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)", text: "Allow essential cookies" }] }, { name: "auto_US_yandex.com_0", vendorUrl: "https://yandex.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?yandex\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[class][role][aria-labelledby][aria-live][lang] > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)" }], detectPopup: [{ visible: "body > div[class][role][aria-labelledby][aria-live][lang] > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[class][role][aria-labelledby][aria-live][lang] > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)", text: "Allow essential cookies" }] }, { name: "auto_US_yubico.com_0", vendorUrl: "https://www.yubico.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?yubico\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id][name][role][aria-modal][aria-labelledby][tabindex][lang][dir][ng-non-bindable][style][data-template][class] > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(1)" }], detectPopup: [{ visible: "body > div[id][name][role][aria-modal][aria-labelledby][tabindex][lang][dir][ng-non-bindable][style][data-template][class] > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id][name][role][aria-modal][aria-labelledby][tabindex][lang][dir][ng-non-bindable][style][data-template][class] > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(1)", text: "Deny" }] }, { name: "auto_US_zacks.com_0", vendorUrl: "https://www.zacks.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?zacks\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[aria-label][class][role][style] > div:nth-child(3) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[aria-label][class][role][style] > div:nth-child(3) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[aria-label][class][role][style] > div:nth-child(3) > button:nth-child(2)", text: "Deny Optional" }] }];
4442
+ var autoconsent = [{ name: "aa", vendorUrl: "https://aa.com", prehideSelectors: ["adc-cookie-banner"], cosmetic: true, detectCmp: [{ exists: "adc-cookie-banner" }], detectPopup: [{ visible: "adc-cookie-banner" }], optIn: [{ hide: "adc-cookie-banner" }], optOut: [{ hide: "adc-cookie-banner" }] }, { name: "abc", vendorUrl: "https://abc.net.au", runContext: { urlPattern: "^https://([a-z0-9-]+\\.)?abc\\.net\\.au/" }, prehideSelectors: [], detectCmp: [{ exists: "[data-component=CookieBanner]" }], detectPopup: [{ visible: "[data-component=CookieBanner] [data-component=CookieBanner_AcceptAll]" }], optIn: [{ waitForThenClick: "[data-component=CookieBanner] [data-component=CookieBanner_AcceptAll]" }], optOut: [{ waitForThenClick: "[data-component=CookieBanner] [data-component=CookieBanner_AcceptABCRequired]" }], test: [{ cookieContains: "trackingconsent" }] }, { name: "abconcerts.be", vendorUrl: "https://unknown", intermediate: false, prehideSelectors: ["dialog.cookie-consent"], detectCmp: [{ exists: "dialog.cookie-consent form.cookie-consent__form" }], detectPopup: [{ visible: "dialog.cookie-consent form.cookie-consent__form" }], optIn: [{ waitForThenClick: "dialog.cookie-consent form.cookie-consent__form button[value=yes]" }], optOut: [{ if: { exists: "dialog.cookie-consent form.cookie-consent__form button[value=no]" }, then: [{ click: "dialog.cookie-consent form.cookie-consent__form button[value=no]" }], else: [{ click: "dialog.cookie-consent form.cookie-consent__form button.cookie-consent__options-toggle" }, { waitForThenClick: 'dialog.cookie-consent form.cookie-consent__form button[value="save_options"]' }] }] }, { name: "acris", prehideSelectors: ["div.acris-cookie-consent"], detectCmp: [{ exists: "[data-acris-cookie-consent]" }], detectPopup: [{ visible: ".acris-cookie-consent.is--modal" }], optIn: [{ waitForVisible: "#ccConsentAcceptAllButton", check: "any" }, { wait: 500 }, { waitForThenClick: "#ccConsentAcceptAllButton" }], optOut: [{ waitForVisible: "#ccAcceptOnlyFunctional", check: "any" }, { wait: 500 }, { waitForThenClick: "#ccAcceptOnlyFunctional" }] }, { name: "acs.org", vendorUrl: "https://www.acs.org/education/chemmatters/articles/the-flint-water-crisis.html", cosmetic: true, runContext: { urlPattern: "^https://(www\\.)?acs\\.org/" }, prehideSelectors: ["[data-testid=layout-cookiebanner]"], detectCmp: [{ exists: "[data-testid=layout-cookiebanner]" }], detectPopup: [{ visible: "[data-testid=layout-cookiebanner]" }], optIn: [{ waitForThenClick: "[data-testid=cookie-consent-button]" }], optOut: [{ hide: "[data-testid=layout-cookiebanner]" }] }, { name: "activobank.pt", runContext: { urlPattern: "^https://(www\\.)?activobank\\.pt" }, prehideSelectors: ["aside#cookies,.overlay-cookies"], detectCmp: [{ exists: "#cookies .cookies-btn" }], detectPopup: [{ visible: "#cookies #submitCookies" }], optIn: [{ waitForThenClick: "#cookies #submitCookies" }], optOut: [{ waitForThenClick: "#cookies #rejectCookies" }] }, { name: "adopt", vendorUrl: "https://goadopt.io/", prehideSelectors: ["#cookie-banner"], detectCmp: [{ exists: "#adopt-controller-button" }], detectPopup: [{ visible: "#cookie-banner" }], optIn: [{ waitForThenClick: "#adopt-accept-all-button" }], optOut: [{ waitForThenClick: "#adopt-reject-all-button" }], test: [{ eval: "EVAL_ADOPT_TEST" }] }, { name: "Adroll", prehideSelectors: ["#adroll_consent_container"], detectCmp: [{ exists: "#adroll_consent_container" }], detectPopup: [{ visible: "#adroll_consent_container" }], optIn: [{ waitForThenClick: "#adroll_consent_accept" }], optOut: [{ waitForThenClick: "#adroll_consent_reject" }], test: [{ cookieContains: "__adroll_fpc", negated: true }] }, { name: "adultfriendfinder", vendorUrl: "https://adultfriendfinder.com/www/guest/#/", runContext: { urlPattern: "^https://(www\\.)?adultfriendfinder\\.com/" }, prehideSelectors: [".fullpageCover"], detectCmp: [{ exists: ".fullpageCover a[href*='/go/page/privacy.html']" }], detectPopup: [{ visible: ".fullpageCover a[href*='/go/page/privacy.html']" }], optIn: [{ waitForThenClick: ".fullpageCover div.rounded-full:nth-child(1)" }], optOut: [{ waitForThenClick: ".fullpageCover div.rounded-full:nth-child(2)" }], test: [{ eval: "EVAL_ADULTFRIENDFINDER_TEST" }] }, { name: "affinity.serif.com", detectCmp: [{ exists: ".c-cookie-notice button[data-qa='allow-all-cookies']" }], detectPopup: [{ visible: ".c-cookie-notice" }], optIn: [{ click: 'button[data-qa="allow-all-cookies"]' }], optOut: [{ click: 'button[data-qa="reject-non-essentials"]' }], test: [{ wait: 500 }, { cookieContains: "serif_manage_cookies_viewed" }, { cookieContains: "serif_allow_analytics", negated: true }] }, { name: "alaskaair", vendorUrl: "https://www.alaskaair.com/", cosmetic: true, runContext: { urlPattern: "^https://(www\\.)?alaskaair\\.com/" }, prehideSelectors: ["#aag-cookie-consent"], detectCmp: [{ exists: "#aag-cookie-consent" }], detectPopup: [{ visible: "#aag-cookie-consent" }], optIn: [{ waitForThenClick: "#aag-cookie-consent .aag-consent-cta" }], optOut: [{ hide: "#aag-cookie-consent" }] }, { name: "aliexpress", vendorUrl: "https://aliexpress.com/", runContext: { urlPattern: "^https://.*\\.aliexpress\\.com/" }, prehideSelectors: ["#gdpr-new-container"], detectCmp: [{ exists: "#gdpr-new-container,#voyager-gdpr > div" }], detectPopup: [{ visible: "#gdpr-new-container,#voyager-gdpr > div" }], optIn: [{ waitForThenClick: "#gdpr-new-container .btn-accept,#voyager-gdpr > div > div > button:nth-child(1)" }], optOut: [{ if: { exists: "#voyager-gdpr > div" }, then: [{ waitForThenClick: "#voyager-gdpr > div > div > button:nth-child(2)" }], else: [{ waitForThenClick: "#gdpr-new-container .btn-more" }, { waitFor: "#gdpr-new-container .gdpr-dialog-switcher" }, { click: "#gdpr-new-container .switcher-on", all: true, optional: true }, { click: "#gdpr-new-container .btn-save" }] }] }, { name: "ally", vendorUrl: "https://www.ally.com/", cosmetic: true, runContext: { urlPattern: "^https://(www\\.)?ally\\.com/" }, prehideSelectors: ["div:has(> div > button[allytmln=ally-cookie-consent])"], detectCmp: [{ exists: "button[allytmln=ally-cookie-consent]" }], detectPopup: [{ visible: "button[allytmln=ally-cookie-consent]" }], optIn: [{ waitForThenClick: "button[allytmln=ally-cookie-consent]" }], optOut: [{ hide: "div:has(> div > button[allytmln=ally-cookie-consent])" }] }, { name: "amazon.com", vendorUrl: "https://track.amazon.co.uk/", runContext: { urlPattern: "\\.amazon\\." }, prehideSelectors: ["div:has(> button#accept-button):has(> button#decline-button)"], detectCmp: [{ exists: "button#accept-button,button#decline-button" }], detectPopup: [{ visible: "button#accept-button,button#decline-button" }], optIn: [{ click: "button#accept-button" }], optOut: [{ click: "button#decline-button" }] }, { name: "amazon.com", vendorUrl: "https://amazon.com/", prehideSelectors: ['span[data-action="sp-cc"][data-sp-cc*="rejectAllAction"]'], detectCmp: [{ exists: 'span[data-action="sp-cc"][data-sp-cc*="rejectAllAction"]' }], detectPopup: [{ visible: 'span[data-action="sp-cc"][data-sp-cc*="rejectAllAction"]' }], optIn: [{ waitForVisible: "#sp-cc-accept" }, { wait: 5e3 }, { click: "#sp-cc-accept" }], optOut: [{ waitForVisible: "#sp-cc-rejectall-link" }, { wait: 5e3 }, { click: "#sp-cc-rejectall-link" }] }, { name: "amex", vendorUrl: "https://www.americanexpress.com/", cosmetic: false, prehideSelectors: ["#user-consent-management-granular-banner-overlay"], detectCmp: [{ exists: "#user-consent-management-granular-banner-overlay" }], detectPopup: [{ visible: "#user-consent-management-granular-banner-overlay" }], optIn: [{ waitForThenClick: "[data-testid=granular-banner-button-accept-all]" }], optOut: [{ waitForThenClick: "[data-testid=granular-banner-button-decline-all]" }] }, { name: "anthropic", vendorUrl: "https://claude.ai/", prehideSelectors: [], detectCmp: [{ exists: "div:has(> p > a[href='https://www.anthropic.com/legal/cookies'])" }], detectPopup: [{ visible: "div:has(> p > a[href='https://www.anthropic.com/legal/cookies'])" }], optIn: [{ waitForThenClick: "div:has(> p > a[href='https://www.anthropic.com/legal/cookies']) button:nth-child(3)" }], optOut: [{ waitForThenClick: "div:has(> p > a[href='https://www.anthropic.com/legal/cookies']) button:nth-child(2)" }], test: [{ cookieContains: "anthropic-consent-preferences" }] }, { name: "aquasana.com", prehideSelectors: ["#consent-tracking"], detectCmp: [{ exists: "#consent-tracking" }], detectPopup: [{ exists: "#consent-tracking" }], optIn: [{ waitForThenClick: "#consent-tracking .affirm.btn" }], optOut: [{ if: { exists: "#consent-tracking .decline.btn" }, then: [{ click: "#consent-tracking .decline.btn" }], else: [{ hide: "#consent-tracking" }] }] }, { name: "arbeitsagentur", vendorUrl: "https://www.arbeitsagentur.de/", prehideSelectors: [".modal-open bahf-cookie-disclaimer-dpl3"], detectCmp: [{ exists: "bahf-cookie-disclaimer-dpl3" }], detectPopup: [{ exists: "bahf-cookie-disclaimer-dpl3:not([aria-hidden=true])" }], optIn: [{ waitForThenClick: ["bahf-cookie-disclaimer-dpl3", "#bahf-cookie-disclaimer-modal .ba-btn-primary"] }], optOut: [{ waitForThenClick: ["bahf-cookie-disclaimer-dpl3", "#bahf-cookie-disclaimer-modal .ba-btn-contrast"] }], test: [{ cookieContains: "cookie_consent=denied" }] }, { name: "asus", vendorUrl: "https://www.asus.com/", prehideSelectors: ["#cookie-policy-info,#cookie-policy-info-bg"], detectCmp: [{ exists: "#cookie-policy-info button" }], detectPopup: [{ visible: "#cookie-policy-info button" }], optIn: [{ waitForThenClick: "#cookie-policy-info .btn-ok" }], optOut: [{ if: { exists: "#cookie-policy-info .btn-reject" }, then: [{ click: "#cookie-policy-info .btn-reject" }], else: [{ waitForThenClick: "#cookie-policy-info .btn-setting" }, { waitForThenClick: "#cookie-policy-info .btn-ok" }] }] }, { name: "athlinks-com", runContext: { urlPattern: "^https://(www\\.)?athlinks\\.com/" }, cosmetic: true, prehideSelectors: ["#footer-container ~ div"], detectCmp: [{ exists: "#footer-container ~ div" }], detectPopup: [{ visible: "#footer-container > div" }], optIn: [{ click: "#footer-container ~ div button" }], optOut: [{ hide: "#footer-container ~ div" }] }, { name: "ausopen.com", cosmetic: true, detectCmp: [{ exists: ".gdpr-popup__message" }], detectPopup: [{ visible: ".gdpr-popup__message" }], optOut: [{ hide: ".gdpr-popup__message" }], optIn: [{ click: ".gdpr-popup__message button" }] }, { name: "automattic-cmp-optout", prehideSelectors: ['form[class*="cookie-banner"][method="post"]'], detectCmp: [{ exists: 'form[class*="cookie-banner"][method="post"]' }], detectPopup: [{ visible: 'form[class*="cookie-banner"][method="post"]' }], optIn: [{ click: 'a[class*="accept-all-button"]' }], optOut: [{ click: 'form[class*="cookie-banner"] div[class*="simple-options"] a[class*="customize-button"]' }, { waitForThenClick: "input[type=checkbox][checked]:not([disabled])", all: true }, { click: 'a[class*="accept-selection-button"]' }] }, { name: "aws.amazon.com", prehideSelectors: ["#awsccc-cb-content", "#awsccc-cs-container", "#awsccc-cs-modalOverlay", "#awsccc-cs-container-inner"], detectCmp: [{ exists: "#awsccc-cb-content" }], detectPopup: [{ visible: "#awsccc-cb-content" }], optIn: [{ click: "button[data-id=awsccc-cb-btn-accept" }], optOut: [{ click: "button[data-id=awsccc-cb-btn-customize]" }, { waitFor: "input[aria-checked]" }, { click: "input[aria-checked=true]", all: true, optional: true }, { click: "button[data-id=awsccc-cs-btn-save]" }] }, { name: "axeptio", prehideSelectors: [".axeptio_widget"], detectCmp: [{ exists: ".axeptio_widget" }], detectPopup: [{ visible: ".axeptio_widget" }], optIn: [{ waitFor: ".axeptio-widget--open" }, { click: "button#axeptio_btn_acceptAll" }], optOut: [{ waitFor: ".axeptio-widget--open" }, { click: "button#axeptio_btn_dismiss" }], test: [{ cookieContains: "axeptio_authorized_vendors=%2C%2C" }] }, { name: "b-cookie", vendorUrl: "https://unknown", cosmetic: true, prehideSelectors: [".b-cookie.is-open"], detectCmp: [{ exists: ".b-cookie.is-open" }], detectPopup: [{ visible: ".b-cookie.is-open" }], optIn: [{ waitForThenClick: ".b-cookie.is-open a" }], optOut: [{ hide: ".b-cookie.is-open" }] }, { name: "baden-wuerttemberg.de", prehideSelectors: [".cookie-alert.t-dark"], cosmetic: true, detectCmp: [{ exists: ".cookie-alert.t-dark" }], detectPopup: [{ visible: ".cookie-alert.t-dark" }], optIn: [{ click: ".cookie-alert__form input:not([disabled]):not([checked])" }, { click: ".cookie-alert__button button" }], optOut: [{ hide: ".cookie-alert.t-dark" }] }, { name: "bahn-de", vendorUrl: "https://www.bahn.de/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https://(www\\.)?bahn\\.de/" }, intermediate: false, prehideSelectors: [], detectCmp: [{ exists: ["body > div:first-child", "#consent-layer"] }], detectPopup: [{ visible: ["body > div:first-child", "#consent-layer"] }], optIn: [{ waitForThenClick: ["body > div:first-child", "#consent-layer .js-accept-all-cookies"] }], optOut: [{ waitForThenClick: ["body > div:first-child", "#consent-layer .js-accept-essential-cookies"] }], test: [{ eval: "EVAL_BAHN_TEST" }] }, { name: "bbb.org", cosmetic: false, prehideSelectors: [".cookies-message"], detectCmp: [{ exists: ".cookies-message" }], detectPopup: [{ visible: ".cookies-message [name='allow-all']" }], optIn: [{ click: ".cookies-message [name='allow-all']" }], optOut: [{ waitForVisible: ".cookies-message button.bds-button-unstyled" }, { wait: 500 }, { click: ".cookies-message button.bds-button-unstyled" }, { waitFor: ".cookies-policy-dialog[open]" }, { click: ".cookies-policy-dialog fieldset input[type=radio][value=false]:not(:checked)", all: true, optional: true }, { click: ".cookies-policy-dialog button.bds-button" }, { waitForThenClick: ".cookies-message button.bds-button:not([name])" }] }, { name: "bbc.com", runContext: { urlPattern: "^https://(www\\.)?bbc\\.com" }, prehideSelectors: ['*[aria-labelledby="consent-banner-title"]'], detectCmp: [{ exists: "#consent-banner-title" }], detectPopup: [{ visible: "#consent-banner-title" }], optIn: [{ waitForThenClick: 'button[data-testid="accept-button"]' }], optOut: [{ waitForThenClick: 'button[data-testid="reject-button"]' }], test: [{ cookieContains: "ckns_explicit=1" }] }, { name: "bigcommerce-consent-manager", vendorUrl: "https://github.com/bigcommerce/consent-manager", cosmetic: false, prehideSelectors: ["#consent-manager"], detectCmp: [{ exists: "#consent-manager" }, { eval: "EVAL_BIGCOMMERCE_CONSENT_MANAGER_DETECT" }], detectPopup: [{ visible: "#consent-manager button" }], optIn: [{ waitForThenClick: "#consent-manager button:nth-child(3)" }], optOut: [{ waitForThenClick: "#consent-manager button:nth-child(2)" }], test: [{ cookieContains: "tracking-preferences" }] }, { name: "bing.com", prehideSelectors: ["#bnp_container"], detectCmp: [{ exists: "#bnp_cookie_banner" }], detectPopup: [{ visible: "#bnp_cookie_banner" }, { visible: "#bnp_btn_accept,#bnp_btn_reject" }], optIn: [{ waitForThenClick: "#bnp_btn_accept" }], optOut: [{ wait: 500 }, { waitForThenClick: "#bnp_btn_reject" }], test: [{ cookieContains: "AD=0" }] }, { name: "blocksy", vendorUrl: "https://creativethemes.com/blocksy/docs/extensions/cookies-consent/", cosmetic: false, runContext: { main: true, frame: false }, intermediate: false, prehideSelectors: [".cookie-notification"], detectCmp: [{ exists: "#blocksy-ext-cookies-consent-styles-css" }], detectPopup: [{ visible: ".cookie-notification" }], optIn: [{ click: ".cookie-notification .ct-cookies-decline-button" }], optOut: [{ waitForThenClick: ".cookie-notification .ct-cookies-decline-button" }], test: [{ cookieContains: "blocksy_cookies_consent_accepted=no" }] }, { name: "borlabs", prehideSelectors: ["#BorlabsCookieBox"], detectCmp: [{ exists: "._brlbs-block-content,.brlbs-cmpnt-dialog" }], detectPopup: [{ visible: "._brlbs-bar-wrap,._brlbs-box-wrap,.brlbs-cmpnt-dialog" }], optIn: [{ waitForThenClick: "a[data-cookie-accept-all],.brlbs-btn-accept-all" }], optOut: [{ if: { exists: ".brlbs-btn-accept-only-essential,a[data-cookie-refuse]" }, then: [{ click: ".brlbs-btn-accept-only-essential,a[data-cookie-refuse]" }], else: [{ click: "a[data-cookie-individual]" }, { waitForVisible: ".cookie-preference" }, { click: "input[data-borlabs-cookie-checkbox]:checked", all: true, optional: true }, { click: "#CookiePrefSave" }, { wait: 500 }] }], test: [{ eval: "EVAL_BORLABS_0" }] }, { name: "britannica-kids", vendorUrl: "https://kids.britannica.com/", cosmetic: true, runContext: { urlPattern: "^https://(www\\.)?kids\\.britannica\\.com/" }, prehideSelectors: [".bk-cookie-alert-snackbar"], detectCmp: [{ exists: ".bk-cookie-alert-snackbar" }], detectPopup: [{ visible: ".bk-cookie-alert-snackbar" }], optIn: [{ waitForThenClick: ".bk-snackbar-dismiss" }], optOut: [{ hide: ".bk-cookie-alert-snackbar" }] }, { name: "bswhealth", vendorUrl: "https://www.bswhealth.com/", cosmetic: false, prehideSelectors: ["#bsw-consentCookie"], detectCmp: [{ exists: "#bsw-consentCookie" }], detectPopup: [{ visible: "#bsw-consentCookie .accept-btn" }], optIn: [{ waitForThenClick: "#bsw-consentCookie .accept-btn" }], optOut: [{ waitForThenClick: "#bsw-consentCookie .manage-cookies-btn" }, { waitForVisible: "#bsw-consentCookie .config-banner_section" }, { waitForThenClick: "#bsw-consentCookie input[type=checkbox]:checked:not(:disabled)", all: true, optional: true }, { waitForThenClick: "#bsw-consentCookie .accept-btn" }], test: [{ cookieContains: "x-bsw-consentCookie" }] }, { name: "bundesregierung.de", prehideSelectors: [".bpa-cookie-banner"], detectCmp: [{ exists: ".bpa-cookie-banner" }], detectPopup: [{ visible: ".bpa-cookie-banner .bpa-module-full-hero" }], optIn: [{ click: ".bpa-accept-all-button" }], optOut: [{ wait: 500, comment: "click is not immediately recognized" }, { waitForThenClick: ".bpa-close-button" }], test: [{ cookieContains: "cookie-allow-tracking=0" }] }, { name: "burpee.com", prehideSelectors: [".cookie-modal", "#notice-cookie-block"], detectCmp: [{ exists: "#notice-cookie-block" }], detectPopup: [{ visible: "#html-body #notice-cookie-block" }], optIn: [{ waitForThenClick: "#btn-cookie-allow" }], optOut: [{ if: { exists: "#btn-cookie-manage" }, then: [{ waitForThenClick: "#btn-cookie-manage" }, { click: "#notice-cookie-block input:checked", all: true }, { click: "#btn-cookie-save" }], else: [{ hide: "#html-body #notice-cookie-block, #notice-cookie" }] }] }, { name: "canva.com", prehideSelectors: ['div[role="dialog"] a[data-anchor-id="cookie-policy"]'], detectCmp: [{ exists: 'div[role="dialog"] a[data-anchor-id="cookie-policy"]' }], detectPopup: [{ exists: 'div[role="dialog"] a[data-anchor-id="cookie-policy"]' }], optIn: [{ click: 'div[role="dialog"] button:nth-child(1)' }], optOut: [{ if: { exists: 'div[role="dialog"] button:nth-child(3)' }, then: [{ click: 'div[role="dialog"] button:nth-child(2)' }], else: [{ click: 'div[role="dialog"] button:nth-child(2)' }, { waitFor: 'div[role="dialog"] a[data-anchor-id="cookie-policy"]' }, { waitFor: 'div[role="dialog"] button[role=switch]' }, { click: 'div[role="dialog"] button:nth-child(2):not([role])' }, { click: 'div[role="dialog"] div:last-child button:only-child' }] }], test: [{ cookieContains: "gtm_fpc_engagement_event", negated: true }] }, { name: "canyon.com", runContext: { urlPattern: "^https://www\\.canyon\\.com/" }, prehideSelectors: ["div.modal.cookiesModal.is-open"], detectCmp: [{ exists: "div.modal.cookiesModal.is-open" }], detectPopup: [{ visible: "div.modal.cookiesModal.is-open" }], optIn: [{ click: 'div.cookiesModal__buttonWrapper > button[data-closecause="close-by-submit"]' }], optOut: [{ click: 'div.cookiesModal__buttonWrapper > button[data-closecause="close-by-manage-cookies"]' }, { waitForThenClick: "button#js-manage-data-privacy-save-button" }] }, { name: "caranddriver.com", cosmetic: true, runContext: { urlPattern: "^https://(www\\.)?caranddriver.com" }, prehideSelectors: ["*[aria-label='Privacy Disclosure']"], detectCmp: [{ exists: "*[aria-label='Privacy Disclosure']" }], detectPopup: [{ visible: "*[aria-label='Privacy Disclosure']" }], optIn: [{ hide: "*[aria-label='Privacy Disclosure']" }], optOut: [{ hide: "*[aria-label='Privacy Disclosure']" }] }, { name: "cassie", vendorUrl: "https://trustcassie.com", cosmetic: false, runContext: { main: true, frame: false }, prehideSelectors: [".cassie-cookie-module"], detectCmp: [{ exists: ".cassie-pre-banner" }], detectPopup: [{ visible: "#cassie_pre_banner_text" }], optIn: [{ waitForThenClick: ".cassie-accept-all" }], optOut: [{ waitForThenClick: ".cassie-reject-all" }] }, { name: "cc-banner-springer", prehideSelectors: [".cc-banner[data-cc-banner]"], detectCmp: [{ exists: ".cc-banner[data-cc-banner]" }], detectPopup: [{ visible: ".cc-banner[data-cc-banner]" }], optIn: [{ waitForThenClick: ".cc-banner[data-cc-banner] button[data-cc-action=accept]" }], optOut: [{ if: { exists: ".cc-banner[data-cc-banner] button[data-cc-action=reject]" }, then: [{ click: ".cc-banner[data-cc-banner] button[data-cc-action=reject]" }], else: [{ waitForThenClick: ".cc-banner[data-cc-banner] button[data-cc-action=preferences]" }, { waitFor: ".cc-preferences[data-cc-preferences]" }, { click: ".cc-preferences[data-cc-preferences] input[type=radio][data-cc-action=toggle-category][value=off]", all: true, optional: true }, { if: { exists: ".cc-preferences[data-cc-preferences] button[data-cc-action=reject]" }, then: [{ click: ".cc-preferences[data-cc-preferences] button[data-cc-action=reject]" }], else: [{ click: ".cc-preferences[data-cc-preferences] button[data-cc-action=save]" }] }] }], test: [{ eval: "EVAL_CC_BANNER2_0" }] }, { name: "cc_banner", cosmetic: true, prehideSelectors: [".cc_banner-wrapper"], detectCmp: [{ exists: ".cc_banner-wrapper" }], detectPopup: [{ visible: ".cc_banner" }], optIn: [{ click: ".cc_btn_accept_all" }], optOut: [{ hide: ".cc_banner-wrapper" }] }, { name: "check24-partnerprogramm-de", prehideSelectors: ["[data-modal-content]:has([data-toggle-target^='cookie'])"], detectCmp: [{ exists: "[data-toggle-target^='cookie']" }], detectPopup: [{ visible: "[data-toggle-target^='cookie']", check: "any" }], optIn: [{ waitForThenClick: "[data-cookie-accept-all]" }], optOut: [{ waitForThenClick: "[data-cookie-dismiss-all]" }] }, { name: "ciaopeople.it", prehideSelectors: ["#cp-gdpr-choices"], detectCmp: [{ exists: "#cp-gdpr-choices" }], detectPopup: [{ visible: "#cp-gdpr-choices" }], optIn: [{ waitForThenClick: ".gdpr-btm__right > button:nth-child(2)" }], optOut: [{ waitForThenClick: ".gdpr-top-content > button" }, { waitFor: ".gdpr-top-back" }, { waitForThenClick: ".gdpr-btm__right > button:nth-child(1)" }], test: [{ visible: "#cp-gdpr-choices", check: "none" }] }, { vendorUrl: "https://www.civicuk.com/cookie-control/", name: "civic-cookie-control", prehideSelectors: ["#ccc-module,#ccc-overlay,#ccc"], detectCmp: [{ exists: "#ccc-module,#ccc-notify" }], detectPopup: [{ visible: "#ccc" }, { visible: "#ccc-module,#ccc-notify" }], optOut: [{ if: { visible: ".ccc-reject-button" }, then: [{ waitForThenClick: ".ccc-reject-button" }], 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')]"] }, { waitForVisible: "#ccc-module" }] }, { if: { visible: ".ccc-reject-button" }, then: [{ waitForThenClick: ".ccc-reject-button" }], else: [{ waitForThenClick: "#ccc-dismiss-button" }] }] }], optIn: [{ waitForThenClick: "#ccc-recommended-settings,#ccc-notify-accept,.ccc-accept-button" }] }, { name: "ckies", vendorUrl: "https://unknown", prehideSelectors: [".cc-individual-cookie-settings"], detectCmp: [{ exists: ".cc-individual-cookie-settings" }], detectPopup: [{ visible: ".cc-individual-cookie-settings" }], optIn: [{ waitForThenClick: ".cc-individual-cookie-settings #cookie-settings-all" }], optOut: [{ waitForThenClick: ".cc-individual-cookie-settings #cookie-settings-reject-all" }], test: [{ cookieContains: "ckies_cookielaw" }] }, { name: "click.io", prehideSelectors: ["#cl-consent"], detectCmp: [{ exists: "#cl-consent" }], detectPopup: [{ visible: "#cl-consent" }], optIn: [{ waitForThenClick: '#cl-consent [data-role="b_agree"]' }], optOut: [{ waitFor: '#cl-consent [data-role="b_options"]' }, { wait: 500 }, { click: '#cl-consent [data-role="b_options"]' }, { waitFor: '.cl-consent-popup.cl-consent-visible [data-role="alloff"]' }, { click: '.cl-consent-popup.cl-consent-visible [data-role="alloff"]', all: true }, { click: '[data-role="b_save"]' }], test: [{ cookieContains: "__lxG__consent__v2_daisybit=", comment: "TODO: this only checks if we interacted at all" }] }, { name: "clinch", intermediate: false, runContext: { frame: false, main: true }, prehideSelectors: [".consent-modal[role=dialog]"], detectCmp: [{ exists: ".consent-modal[role=dialog]" }], detectPopup: [{ visible: ".consent-modal[role=dialog]" }], optIn: [{ click: "#consent_agree" }], optOut: [{ if: { exists: "#consent_reject" }, then: [{ click: "#consent_reject" }], else: [{ click: "#manage_cookie_preferences" }, { click: "#cookie_consent_preferences input:checked", all: true, optional: true }, { click: "#consent_save" }] }], test: [{ cookieContains: "ctc_rejected=1" }] }, { name: "clustrmaps.com", runContext: { urlPattern: "^https://(www\\.)?clustrmaps\\.com/" }, cosmetic: true, prehideSelectors: ["#gdpr-cookie-message"], detectCmp: [{ exists: "#gdpr-cookie-message" }], detectPopup: [{ visible: "#gdpr-cookie-message" }], optIn: [{ click: "button#gdpr-cookie-accept" }], optOut: [{ hide: "#gdpr-cookie-message" }] }, { name: "coinbase", intermediate: false, runContext: { frame: true, main: true, urlPattern: "^https://(www|help)\\.coinbase\\.com" }, prehideSelectors: [], detectCmp: [{ exists: "div[class^=CookieBannerContent__Container]" }], detectPopup: [{ visible: "div[class^=CookieBannerContent__Container]" }], optIn: [{ click: "div[class^=CookieBannerContent__CTA] :nth-last-child(1)" }], optOut: [{ click: "button[class^=CookieBannerContent__Settings]" }, { click: "div[class^=CookiePreferencesModal__CategoryContainer] input:checked", all: true, optional: true }, { click: "div[class^=CookiePreferencesModal__ButtonContainer] > button" }], test: [{ eval: "EVAL_COINBASE_0" }] }, { name: "Complianz banner", prehideSelectors: ["#cmplz-cookiebanner-container"], detectCmp: [{ exists: "#cmplz-cookiebanner-container .cmplz-cookiebanner" }], detectPopup: [{ visible: "#cmplz-cookiebanner-container .cmplz-cookiebanner", check: "any" }], optIn: [{ waitForThenClick: ".cmplz-cookiebanner .cmplz-accept" }], optOut: [{ waitForThenClick: ".cmplz-cookiebanner .cmplz-deny" }], test: [{ cookieContains: "cmplz_banner-status=dismissed" }] }, { name: "Complianz categories", prehideSelectors: ['.cc-type-categories[aria-describedby="cookieconsent:desc"]'], detectCmp: [{ exists: '.cc-type-categories[aria-describedby="cookieconsent:desc"]' }], detectPopup: [{ visible: '.cc-type-categories[aria-describedby="cookieconsent:desc"]' }], optIn: [{ any: [{ click: ".cc-accept-all" }, { click: ".cc-allow-all" }, { click: ".cc-allow" }, { click: ".cc-dismiss" }] }], optOut: [{ if: { exists: '.cc-type-categories[aria-describedby="cookieconsent:desc"] .cc-dismiss' }, then: [{ click: ".cc-dismiss" }], else: [{ click: ".cc-type-categories input[type=checkbox]:not([disabled]):checked", all: true, optional: true }, { click: ".cc-save" }] }] }, { name: "Complianz notice", prehideSelectors: ['.cc-type-info[aria-describedby="cookieconsent:desc"]'], cosmetic: true, detectCmp: [{ exists: '.cc-type-info[aria-describedby="cookieconsent:desc"] .cc-compliance .cc-btn' }], detectPopup: [{ visible: '.cc-type-info[aria-describedby="cookieconsent:desc"] .cc-compliance .cc-btn' }], optIn: [{ click: ".cc-accept-all", optional: true }, { click: ".cc-allow", optional: true }, { click: ".cc-dismiss", optional: true }], optOut: [{ if: { exists: ".cc-deny" }, then: [{ click: ".cc-deny" }], else: [{ hide: '[aria-describedby="cookieconsent:desc"]' }] }] }, { name: "Complianz opt-both", prehideSelectors: ['[aria-describedby="cookieconsent:desc"] .cc-type-opt-both'], detectCmp: [{ exists: '[aria-describedby="cookieconsent:desc"] .cc-type-opt-both' }], detectPopup: [{ visible: '[aria-describedby="cookieconsent:desc"] .cc-type-opt-both' }], optIn: [{ click: ".cc-accept-all", optional: true }, { click: ".cc-allow", optional: true }, { click: ".cc-dismiss", optional: true }], optOut: [{ waitForThenClick: ".cc-deny" }] }, { name: "Complianz opt-out", prehideSelectors: ['[aria-describedby="cookieconsent:desc"].cc-type-opt-out'], detectCmp: [{ exists: '[aria-describedby="cookieconsent:desc"].cc-type-opt-out' }], detectPopup: [{ visible: '[aria-describedby="cookieconsent:desc"].cc-type-opt-out' }], optIn: [{ click: ".cc-accept-all", optional: true }, { click: ".cc-allow", optional: true }, { click: ".cc-dismiss", optional: true }], optOut: [{ if: { exists: ".cc-deny" }, then: [{ click: ".cc-deny" }], else: [{ if: { exists: ".cmp-pref-link" }, then: [{ click: ".cmp-pref-link" }, { waitForThenClick: ".cmp-body [id*=rejectAll]" }, { waitForThenClick: ".cmp-body .cmp-save-btn" }] }] }] }, { name: "Complianz optin", prehideSelectors: ['.cc-type-opt-in[aria-describedby="cookieconsent:desc"]'], detectCmp: [{ exists: '.cc-type-opt-in[aria-describedby="cookieconsent:desc"]' }], detectPopup: [{ visible: '.cc-type-opt-in[aria-describedby="cookieconsent:desc"]' }], optIn: [{ any: [{ click: ".cc-accept-all" }, { click: ".cc-allow" }, { click: ".cc-dismiss" }] }], optOut: [{ if: { visible: ".cc-deny" }, then: [{ click: ".cc-deny" }], else: [{ if: { visible: ".cc-settings" }, then: [{ waitForThenClick: ".cc-settings" }, { waitForVisible: ".cc-settings-view" }, { click: ".cc-settings-view input[type=checkbox]:not([disabled]):checked", all: true, optional: true }, { click: ".cc-settings-view .cc-btn-accept-selected" }], else: [{ click: ".cc-dismiss" }] }] }] }, { name: "cookie-consent-spice", cosmetic: false, runContext: { main: true, frame: false }, prehideSelectors: [".spicy-consent-wrapper", ".spicy-consent-bar"], detectCmp: [{ exists: ".spicy-consent-bar" }], detectPopup: [{ visible: ".spicy-consent-bar" }], optIn: [{ waitForThenClick: ".spicy-consent-bar__action-accept" }], optOut: [{ waitForThenClick: ".js-decline-all-cookies" }] }, { name: "cookie-law-info", prehideSelectors: ["#cookie-law-info-bar, #cookie-law-bg, .cli-popupbar-overlay"], detectCmp: [{ exists: "#cookie-law-info-bar" }, { eval: "EVAL_COOKIE_LAW_INFO_DETECT" }], detectPopup: [{ visible: "#cookie-law-info-bar" }], optIn: [{ click: '[data-cli_action="accept"]' }], optOut: [{ hide: "#cookie-law-info-bar, #cookie-law-bg, .cli-popupbar-overlay" }, { eval: "EVAL_COOKIE_LAW_INFO_0" }], test: [{ cookieContains: "cookielawinfo-checkbox-non-necessary=yes", negated: true }] }, { name: "cookie-manager-popup", cosmetic: false, runContext: { main: true, frame: false }, intermediate: false, detectCmp: [{ exists: "#notice-cookie-block #allow-functional-cookies, #notice-cookie-block #btn-cookie-settings" }], detectPopup: [{ visible: "#notice-cookie-block" }], optIn: [{ click: "#btn-cookie-allow" }], optOut: [{ if: { exists: "#allow-functional-cookies" }, then: [{ click: "#allow-functional-cookies" }], else: [{ waitForThenClick: "#btn-cookie-settings" }, { waitForVisible: ".modal-body" }, { click: '.modal-body input:checked, .switch[data-switch="on"]', all: true, optional: true }, { click: '[role="dialog"] .modal-footer button' }] }], prehideSelectors: ["#btn-cookie-settings"], test: [{ eval: "EVAL_COOKIE_MANAGER_POPUP_0" }] }, { name: "cookie-notice", prehideSelectors: ["#cookie-notice"], cosmetic: true, detectCmp: [{ visible: "#cookie-notice .cookie-notice-container" }], detectPopup: [{ visible: "#cookie-notice" }], optIn: [{ click: "#cn-accept-cookie" }], optOut: [{ hide: "#cookie-notice" }] }, { name: "cookie-script", vendorUrl: "https://cookie-script.com/", prehideSelectors: ["#cookiescript_injected"], detectCmp: [{ exists: "#cookiescript_injected" }], detectPopup: [{ visible: "#cookiescript_injected" }], optOut: [{ if: { exists: "#cookiescript_reject" }, then: [{ wait: 100 }, { click: "#cookiescript_reject" }], else: [{ click: "#cookiescript_manage" }, { waitForVisible: ".cookiescript_fsd_main" }, { waitForThenClick: "#cookiescript_reject" }] }], optIn: [{ click: "#cookiescript_accept" }] }, { name: "cookieacceptbar", vendorUrl: "https://unknown", cosmetic: true, prehideSelectors: ["#cookieAcceptBar.cookieAcceptBar"], detectCmp: [{ exists: "#cookieAcceptBar.cookieAcceptBar" }], detectPopup: [{ visible: "#cookieAcceptBar.cookieAcceptBar" }], optIn: [{ waitForThenClick: "#cookieAcceptBarConfirm" }], optOut: [{ hide: "#cookieAcceptBar.cookieAcceptBar" }] }, { name: "cookiealert", intermediate: false, prehideSelectors: [], runContext: { frame: true, main: true }, detectCmp: [{ exists: ".cookie-alert-extended" }], detectPopup: [{ visible: ".cookie-alert-extended-modal" }], optIn: [{ click: "button[data-controller='cookie-alert/extended/button/accept']" }, { eval: "EVAL_COOKIEALERT_0" }], optOut: [{ click: "a[data-controller='cookie-alert/extended/detail-link']" }, { click: ".cookie-alert-configuration-input:checked", all: true, optional: true }, { click: "button[data-controller='cookie-alert/extended/button/configuration']" }, { eval: "EVAL_COOKIEALERT_0" }], test: [{ eval: "EVAL_COOKIEALERT_2" }] }, { name: "cookieconsent2", vendorUrl: "https://www.github.com/orestbida/cookieconsent", comment: "supports v2.x.x of the library", prehideSelectors: ["#cc--main"], detectCmp: [{ exists: "#cc--main" }], detectPopup: [{ visible: "#cm" }, { exists: "#s-all-bn" }], optIn: [{ waitForThenClick: "#s-all-bn" }], optOut: [{ waitForThenClick: "#s-rall-bn" }], test: [{ cookieContains: "cc_cookie=" }] }, { name: "cookieconsent3", vendorUrl: "https://www.github.com/orestbida/cookieconsent", comment: "supports v3.x.x of the library", prehideSelectors: ["#cc-main"], detectCmp: [{ exists: "#cc-main" }], detectPopup: [{ visible: "#cc-main .cm-wrapper" }], optIn: [{ waitForThenClick: ".cm__btn[data-role=all]" }], optOut: [{ waitForThenClick: ".cm__btn[data-role=necessary]" }], test: [{ cookieContains: "cc_cookie=" }] }, { name: "cookiecuttr", vendorUrl: "https://github.com/cdwharton/cookieCuttr", cosmetic: false, runContext: { main: true, frame: false }, prehideSelectors: [".cc-cookies"], detectCmp: [{ exists: ".cc-cookies .cc-cookie-accept" }], detectPopup: [{ visible: ".cc-cookies .cc-cookie-accept" }], optIn: [{ waitForThenClick: ".cc-cookies .cc-cookie-accept" }], optOut: [{ if: { exists: ".cc-cookies .cc-cookie-decline" }, then: [{ click: ".cc-cookies .cc-cookie-decline" }], else: [{ hide: ".cc-cookies" }] }] }, { name: "cookiefirst.com", prehideSelectors: ["#cookiefirst-root,.cookiefirst-root,[aria-labelledby=cookie-preference-panel-title]"], detectCmp: [{ exists: "#cookiefirst-root,.cookiefirst-root" }], detectPopup: [{ visible: "#cookiefirst-root,.cookiefirst-root" }], optIn: [{ click: "button[data-cookiefirst-action=accept]" }], optOut: [{ if: { exists: "button[data-cookiefirst-action=adjust]" }, then: [{ click: "button[data-cookiefirst-action=adjust]" }, { waitForVisible: "[data-cookiefirst-widget=modal]", timeout: 1e3 }, { eval: "EVAL_COOKIEFIRST_1" }, { wait: 1e3 }, { click: "button[data-cookiefirst-action=save]" }], else: [{ click: "button[data-cookiefirst-action=reject]" }] }], test: [{ eval: "EVAL_COOKIEFIRST_0" }] }, { name: "cookiehub", vendorUrl: "https://www.cookiehub.com/", prehideSelectors: [".ch2-container"], detectCmp: [{ exists: ".ch2-dialog" }], detectPopup: [{ visible: ".ch2-dialog" }], optIn: [{ waitForThenClick: ".ch2-allow-all-btn" }], optOut: [{ if: { exists: ".ch2-open-settings-btn, .ch2-open-personal-data-btn" }, then: [{ click: ".ch2-open-settings-btn, .ch2-open-personal-data-btn" }, { waitForVisible: ".ch2-settings" }, { if: { exists: ".ch2-deny-all-btn" }, then: [{ click: ".ch2-deny-all-btn" }], else: [{ click: ".ch2-settings input[type=checkbox]:not([disabled]):checked", all: true, optional: true }, { click: ".ch2-save-settings-btn" }] }], else: [{ hide: ".ch2-container" }] }], test: [{ cookieContains: "cookiehub=" }] }, { name: "Cookie Information Banner", prehideSelectors: ["#cookie-information-template-wrapper"], detectCmp: [{ exists: "#cookie-information-template-wrapper" }], detectPopup: [{ visible: "#cookie-information-template-wrapper" }], optIn: [{ eval: "EVAL_COOKIEINFORMATION_1" }], optOut: [{ hide: "#cookie-information-template-wrapper", comment: "some templates don't hide the banner automatically" }, { eval: "EVAL_COOKIEINFORMATION_0" }], test: [{ cookieContains: "CookieInformationConsent=" }] }, { name: "cookiejs-banner", vendorUrl: "https://unknown", prehideSelectors: [".cookiejs-banner-wrapper"], detectCmp: [{ exists: ".cookiejs-banner-wrapper:not(.modal)" }], detectPopup: [{ visible: ".cookiejs-banner-wrapper button.cookiejs-button" }], optIn: [{ waitForThenClick: ".cookiejs-banner-wrapper #accept-cookies-btn" }], optOut: [{ waitForThenClick: ".cookiejs-banner-wrapper #reject-cookies-btn" }], test: [{ cookieContains: "analytics_cookies=false" }] }, { name: "cookiejs-modal", vendorUrl: "https://unknown", prehideSelectors: [".cookiejs-banner-wrapper"], detectCmp: [{ exists: ".cookiejs-banner-wrapper.modal" }], detectPopup: [{ visible: ".cookiejs-banner-wrapper .cookiejs-banner-text" }], optIn: [{ waitForThenClick: ".cookiejs-banner-wrapper .cookiejs-banner-li:nth-of-type(1) button" }], optOut: [{ waitForThenClick: ".cookiejs-banner-wrapper .cookiejs-banner-li:nth-of-type(2) button" }], test: [{ cookieContains: "cookiejs_preferences" }] }, { name: "cookieyes", prehideSelectors: [".cky-overlay,.cky-consent-container"], detectCmp: [{ exists: ".cky-consent-container" }], detectPopup: [{ visible: ".cky-consent-container" }], optIn: [{ waitForThenClick: ".cky-consent-container [data-cky-tag=accept-button]" }], optOut: [{ if: { exists: ".cky-consent-container [data-cky-tag=reject-button]" }, then: [{ waitForThenClick: ".cky-consent-container [data-cky-tag=reject-button]" }], else: [{ if: { exists: ".cky-consent-container [data-cky-tag=settings-button]" }, then: [{ click: ".cky-consent-container [data-cky-tag=settings-button]" }, { waitFor: ".cky-modal-open input[type=checkbox],.cky-consent-bar-expand input[type=checkbox]" }, { click: ".cky-modal-open input[type=checkbox]:checked,.cky-consent-bar-expand input[type=checkbox]:checked", all: true, optional: true }, { waitForThenClick: ".cky-modal [data-cky-tag=detail-save-button],.cky-consent-bar-expand [data-cky-tag=detail-save-button]" }], else: [{ hide: ".cky-consent-container,.cky-overlay,.cky-consent-bar-expand" }] }] }], test: [{ cookieContains: "advertisement:no" }] }, { name: "corona-in-zahlen.de", prehideSelectors: [".cookiealert"], detectCmp: [{ exists: ".cookiealert" }], detectPopup: [{ visible: ".cookiealert" }], optOut: [{ click: ".configurecookies" }, { click: ".confirmcookies" }], optIn: [{ click: ".acceptcookies" }] }, { name: "crossfit-com", cosmetic: true, prehideSelectors: ['body #modal > div > div[class^="_wrapper_"]'], detectCmp: [{ exists: 'body #modal > div > div[class^="_wrapper_"]' }], detectPopup: [{ visible: 'body #modal > div > div[class^="_wrapper_"]' }], optIn: [{ click: 'button[aria-label="accept cookie policy"]' }], optOut: [{ hide: 'body #modal > div > div[class^="_wrapper_"]' }] }, { name: "csu-landtag-de", runContext: { urlPattern: "^https://(www\\.|)?csu-landtag\\.de" }, prehideSelectors: ["#cookie-disclaimer"], detectCmp: [{ exists: "#cookie-disclaimer" }], detectPopup: [{ visible: "#cookie-disclaimer" }], optIn: [{ click: "#cookieall" }], optOut: [{ click: "#cookiesel" }] }, { name: "ct-ultimate-gdpr", vendorUrl: "https://codecanyon.net/item/ultimate-gdpr-compliance-jquery-toolkit/22042885-pl", prehideSelectors: ["#ct-ultimate-gdpr-cookie-popup"], detectCmp: [{ exists: "#ct-ultimate-gdpr-cookie-popup" }], detectPopup: [{ waitForVisible: "#ct-ultimate-gdpr-cookie-popup", timeout: 3e4 }], optIn: [{ waitForThenClick: "#ct-ultimate-gdpr-cookie-accept" }], optOut: [{ if: { visible: "#ct_ultimate-gdpr-cookie-reject a,#ct-ultimate-gdpr-cookie-reject" }, then: [{ click: "#ct_ultimate-gdpr-cookie-reject a,#ct-ultimate-gdpr-cookie-reject" }], else: [{ if: { visible: "#ct-ultimate-gdpr-cookie-change-settings" }, then: [{ click: "#ct-ultimate-gdpr-cookie-change-settings" }, { waitForThenClick: '#ct-ultimate-gdpr-cookie-modal-slider-form input[type=radio][value="1"], #ct-ultimate-gdpr-cookie-modal-slider-form input[type=radio][value="2"]' }, { click: "#ct-ultimate-gdpr-cookie-modal-body .save" }], else: [{ hide: "#ct-ultimate-gdpr-cookie-popup" }] }] }], test: [{ wait: 500 }, { cookieContains: "ct-ultimate-gdpr-cookie=" }] }, { name: "curseforge", vendorUrl: "https://legal.overwolf.com/", cosmetic: true, prehideSelectors: ["#cookiebar"], detectCmp: [{ exists: "#cookiebar .cookiebar-content" }], detectPopup: [{ visible: "#cookiebar .cookiebar-content" }], optIn: [{ waitForThenClick: "#cookiebar #cookiebar-ok" }], optOut: [{ hide: "#cookiebar" }] }, { name: "dailymotion-us", cosmetic: true, prehideSelectors: ['div[class*="CookiePopup__desktopContainer"]:has(div[class*="CookiePopup"])'], detectCmp: [{ exists: 'div[class*="CookiePopup__desktopContainer"]' }], detectPopup: [{ visible: 'div[class*="CookiePopup__desktopContainer"]' }], optIn: [{ click: 'div[class*="CookiePopup__desktopContainer"] > button > span' }], optOut: [{ hide: 'div[class*="CookiePopup__desktopContainer"]' }] }, { name: "dailymotion.com", runContext: { urlPattern: "^https://(www\\.)?dailymotion\\.com/" }, prehideSelectors: ['div[class*="Overlay__container"]:has(div[class*="TCF2Popup"])'], detectCmp: [{ exists: 'div[class*="TCF2Popup"]' }], detectPopup: [{ visible: '[class*="TCF2Popup"] a[href^="https://www.dailymotion.com/legal/cookiemanagement"]' }], optIn: [{ waitForThenClick: 'button[class*="TCF2Popup__button"]:not([class*="TCF2Popup__personalize"])' }], optOut: [{ waitForThenClick: 'button[class*="TCF2ContinueWithoutAcceptingButton"]' }], test: [{ cookieContains: "dm-euconsent-v2" }] }, { name: "dan-com", vendorUrl: "https://unknown", runContext: { main: true, frame: false }, prehideSelectors: [], detectCmp: [{ exists: ".cookie-banner.show .cookie-banner__content-all-btn" }], detectPopup: [{ visible: ".cookie-banner.show .cookie-banner__content-all-btn" }], optIn: [{ waitForThenClick: ".cookie-banner__content-all-btn" }], optOut: [{ waitForThenClick: ".cookie-banner__content-essential-btn" }] }, { name: "deepl.com", prehideSelectors: ["*[data-testid='dl-cookieBanner']"], detectCmp: [{ exists: "[data-testid='dl-cookieBanner']" }], detectPopup: [{ visible: "[data-testid='dl-cookieBanner']" }], optOut: [{ if: { exists: "button[data-testid='cookie-banner-strict-accept-selected']" }, then: [{ click: "button[data-testid='cookie-banner-strict-accept-selected']" }], else: [{ hide: "[data-testid='dl-cookieBanner']" }] }], optIn: [{ click: "button[data-testid='cookie-banner-strict-accept-all'],button[data-testid='cookie-banner-lax-close-button']" }] }, { name: "delta.com", runContext: { urlPattern: "^https://www\\.delta\\.com/" }, cosmetic: true, prehideSelectors: ["ngc-cookie-banner"], detectCmp: [{ exists: "div.cookie-footer-container" }], detectPopup: [{ visible: "div.cookie-footer-container" }], optIn: [{ click: " button.cookie-close-icon" }], optOut: [{ hide: "div.cookie-footer-container" }] }, { name: "depop", vendorUrl: "https://www.depop.com/", cosmetic: false, runContext: { urlPattern: "^https://(www\\.)?depop\\.com/" }, prehideSelectors: ["[data-testid=cookieBanner]"], detectCmp: [{ exists: "[data-testid=cookieBanner] button" }], detectPopup: [{ visible: "[data-testid=cookieBanner] button" }], optIn: [{ waitForThenClick: "[data-testid=cookieBanner__acceptAllButton]" }], optOut: [{ waitForThenClick: "[data-testid=cookieBanner__manageCookiesButton]" }, { click: "[data-testid=cookieModal] input[type=radio][value=false]:not(:checked):not(:disabled)", all: true, optional: true }, { waitForThenClick: "[data-testid=cookieModal__acceptButton]" }], test: [{ cookieContains: "gdpr__" }] }, { name: "dji", vendorUrl: "https://www.dji.com/", cosmetic: false, runContext: { urlPattern: "^https://(\\w+\\.)+dji\\.com/" }, prehideSelectors: [".cc-window.cc-visible"], detectCmp: [{ exists: ".cc-window .cc-dialog" }], detectPopup: [{ exists: ".cc-window.cc-visible" }], optIn: [{ waitForThenClick: ".cc-window.cc-visible .cc-consent-accept" }], optOut: [{ waitForThenClick: ".cc-window.cc-visible .cc-consent-require-only" }], test: [{ cookieContains: "dji_consentmanager" }] }, { name: "dmgmedia-us", prehideSelectors: ["#mol-ads-cmp-iframe, div.mol-ads-cmp > form > div"], detectCmp: [{ exists: "div.mol-ads-cmp > form > div" }], detectPopup: [{ waitForVisible: "div.mol-ads-cmp > form > div" }], optIn: [{ waitForThenClick: "button.mol-ads-cmp--btn-primary" }], optOut: [{ waitForThenClick: "div.mol-ads-ccpa--message > u > a" }, { waitForVisible: ".mol-ads-cmp--modal-dialog" }, { waitForThenClick: "a.mol-ads-cmp-footer-privacy" }, { waitForThenClick: "button.mol-ads-cmp--btn-secondary" }] }, { name: "dmgmedia", prehideSelectors: ['[data-project="mol-fe-cmp"]'], detectCmp: [{ exists: '[data-project="mol-fe-cmp"] [class*=footer]' }], detectPopup: [{ visible: '[data-project="mol-fe-cmp"] [class*=footer]' }], optIn: [{ waitForThenClick: '[data-project="mol-fe-cmp"] button[class*=primary]' }], optOut: [{ waitForThenClick: '[data-project="mol-fe-cmp"] button[class*=basic]' }, { waitForVisible: '[data-project="mol-fe-cmp"] div[class*="tabContent"]' }, { waitForThenClick: '[data-project="mol-fe-cmp"] div[class*="toggle"][class*="enabled"]', all: true }, { waitForThenClick: ['[data-project="mol-fe-cmp"] [class*=footer]', "xpath///button[contains(., 'Save & Exit')]"] }] }, { name: "dndbeyond", vendorUrl: "https://www.dndbeyond.com/", runContext: { urlPattern: "^https://(www\\.)?dndbeyond\\.com/" }, prehideSelectors: ["[id^=cookie-consent-banner]"], detectCmp: [{ exists: "[id^=cookie-consent-banner]" }], detectPopup: [{ visible: "[id^=cookie-consent-banner]" }], optIn: [{ waitForThenClick: "#cookie-consent-granted" }], optOut: [{ waitForThenClick: "#cookie-consent-denied" }], test: [{ cookieContains: "cookie-consent=denied" }] }, { name: "dpgmedia-nl", prehideSelectors: ["#pg-root-shadow-host"], detectCmp: [{ exists: "#pg-root-shadow-host" }], detectPopup: [{ visible: ["#pg-root-shadow-host", "#pg-modal"] }], optIn: [{ waitForThenClick: ["#pg-root-shadow-host", "#pg-accept-btn"] }], optOut: [{ waitForThenClick: ["#pg-root-shadow-host", "#pg-configure-btn"] }, { waitForThenClick: ["#pg-root-shadow-host", "#pg-reject-btn"] }] }, { name: "Drupal", detectCmp: [{ exists: "#drupalorg-crosssite-gdpr" }], detectPopup: [{ visible: "#drupalorg-crosssite-gdpr" }], optOut: [{ click: ".no" }], optIn: [{ click: ".yes" }] }, { name: "WP DSGVO Tools", vendorUrl: "https://wordpress.org/plugins/shapepress-dsgvo/", prehideSelectors: [".sp-dsgvo"], cosmetic: true, detectCmp: [{ exists: ".sp-dsgvo.sp-dsgvo-popup-overlay" }], detectPopup: [{ visible: ".sp-dsgvo.sp-dsgvo-popup-overlay", check: "any" }], optIn: [{ click: ".sp-dsgvo-privacy-btn-accept-all", all: true }], optOut: [{ hide: ".sp-dsgvo.sp-dsgvo-popup-overlay" }], test: [{ cookieContains: "sp_dsgvo_cookie_settings", negated: true }] }, { name: "dunelm.com", prehideSelectors: ["div[data-testid=cookie-consent-modal-backdrop]"], detectCmp: [{ exists: "div[data-testid=cookie-consent-message-contents]" }], detectPopup: [{ visible: "div[data-testid=cookie-consent-message-contents]" }], optIn: [{ click: '[data-testid="cookie-consent-allow-all"]' }], optOut: [{ click: "button[data-testid=cookie-consent-adjust-settings]" }, { click: "button[data-testid=cookie-consent-preferences-save]" }], test: [{ cookieContains: "cc_functional=0" }, { cookieContains: "cc_targeting=0" }] }, { name: "ebay", vendorUrl: "https://ebay.com", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https://(www\\.)?ebay\\.([.a-z]+)/" }, prehideSelectors: ["#gdpr-banner"], detectCmp: [{ exists: "#gdpr-banner" }], detectPopup: [{ visible: "#gdpr-banner" }], optIn: [{ waitForThenClick: "#gdpr-banner-accept" }], optOut: [{ waitForThenClick: "#gdpr-banner-decline" }] }, { name: "ecosia", vendorUrl: "https://www.ecosia.org/", runContext: { urlPattern: "^https://www\\.ecosia\\.org/" }, prehideSelectors: [".cookie-wrapper"], detectCmp: [{ exists: ".cookie-wrapper > .cookie-notice" }], detectPopup: [{ visible: ".cookie-wrapper > .cookie-notice" }], optIn: [{ waitForThenClick: "[data-test-id=cookie-notice-accept]" }], optOut: [{ waitForThenClick: "[data-test-id=cookie-notice-reject]" }] }, { name: "ef-ccpa", vendorUrl: "https://eforms.com/", cosmetic: false, runContext: { urlPattern: "^https://(www\\.)?eforms\\.com" }, prehideSelectors: ["#ef-ccpa"], detectCmp: [{ exists: "#ef-ccpa" }], detectPopup: [{ visible: "#ef-ccpa" }], optIn: [{ waitForThenClick: "#ef-button-ccpa-agree" }], optOut: [{ waitForThenClick: "#ef-button-ccpa-decline" }] }, { name: "Ensighten ensModal", prehideSelectors: [".ensModal"], detectCmp: [{ exists: ".ensModal" }, { visible: "#ensModalWrapper[style*=block]" }], detectPopup: [{ visible: "#ensModalWrapper[style*=block]" }], optIn: [{ waitForThenClick: "#modalAcceptButton" }], optOut: [{ wait: 500 }, { visible: "#ensModalWrapper[style*=block]" }, { waitForThenClick: ".ensCheckbox:checked", all: true }, { waitForThenClick: "#ensSave" }] }, { name: "Ensighten ensNotifyBanner", prehideSelectors: ["#ensNotifyBanner"], detectCmp: [{ exists: "#ensNotifyBanner" }], detectPopup: [{ visible: "#ensNotifyBanner[style*=block]" }], optIn: [{ waitForThenClick: "#ensCloseBanner" }], optOut: [{ wait: 500 }, { visible: "#ensNotifyBanner[style*=block]" }, { waitForThenClick: "#ensRejectAll,#rejectAll,#ensRejectBanner,.rejectAll,#ensCloseBanner", timeout: 2e3 }] }, { name: "espace-personnel.agirc-arrco.fr", runContext: { urlPattern: "^https://espace-personnel\\.agirc-arrco\\.fr/" }, prehideSelectors: [".cdk-overlay-container"], detectCmp: [{ exists: ".cdk-overlay-container app-esaa-cookie-component" }], detectPopup: [{ visible: ".cdk-overlay-container app-esaa-cookie-component" }], optIn: [{ waitForThenClick: ".btn-cookie-accepter" }], optOut: [{ waitForThenClick: ".btn-cookie-refuser" }] }, { name: "etsy", prehideSelectors: ["#gdpr-single-choice-overlay", "#gdpr-privacy-settings"], detectCmp: [{ exists: "#gdpr-single-choice-overlay" }], detectPopup: [{ visible: "#gdpr-single-choice-overlay" }], optOut: [{ click: "button[data-gdpr-open-full-settings]" }, { waitForVisible: ".gdpr-overlay-body input", timeout: 3e3 }, { wait: 1e3 }, { eval: "EVAL_ETSY_0" }, { eval: "EVAL_ETSY_1" }], optIn: [{ click: "button[data-gdpr-single-choice-accept]" }] }, { name: "eu-cookie-compliance-banner", detectCmp: [{ exists: "body.eu-cookie-compliance-popup-open" }], detectPopup: [{ exists: "body.eu-cookie-compliance-popup-open" }], optIn: [{ click: ".eu-cookie-compliance-banner .agree-button, .eu-cookie-compliance-banner .accept-all" }], optOut: [{ click: ".eu-cookie-compliance-banner .decline-button, .eu-cookie-compliance-banner .accept-necessary, .eu-cookie-compliance-save-preferences-button" }], test: [{ cookieContains: "cookie-agreed=2", negated: true }] }, { name: "EU Cookie Law", prehideSelectors: [".pea_cook_wrapper,.pea_cook_more_info_popover"], cosmetic: true, detectCmp: [{ exists: ".pea_cook_wrapper" }], detectPopup: [{ wait: 500 }, { visible: ".pea_cook_wrapper" }], optIn: [{ click: "#pea_cook_btn" }], optOut: [{ hide: ".pea_cook_wrapper" }], test: [{ cookieContains: "euCookie", negated: true }] }, { name: "europa-eu", vendorUrl: "https://ec.europa.eu/", runContext: { urlPattern: "^https://[^/]*europa\\.eu/" }, prehideSelectors: ["#cookie-consent-banner"], detectCmp: [{ exists: ".cck-container" }], detectPopup: [{ visible: ".cck-container" }], optIn: [{ waitForThenClick: '.cck-actions-button[href="#accept"]' }], optOut: [{ waitForThenClick: '.cck-actions-button[href="#refuse"]', hide: ".cck-container" }] }, { name: "EZoic", prehideSelectors: ["#ez-cookie-dialog-wrapper"], detectCmp: [{ exists: "#ez-cookie-dialog-wrapper" }], detectPopup: [{ visible: "#ez-cookie-dialog-wrapper" }], optIn: [{ click: "#ez-accept-all", optional: true }, { eval: "EVAL_EZOIC_0", optional: true }], optOut: [{ wait: 500 }, { click: "#ez-manage-settings" }, { waitFor: "#ez-cookie-dialog input[type=checkbox]" }, { click: "#ez-cookie-dialog input[type=checkbox]:checked", all: true }, { click: "#ez-save-settings" }], test: [{ cookieContains: "ez-consent-tcf" }] }, { name: "facebook", runContext: { urlPattern: "^https://([a-z0-9-]+\\.)?facebook\\.com/" }, prehideSelectors: ['div[data-testid="cookie-policy-manage-dialog"]'], detectCmp: [{ exists: 'div[data-testid="cookie-policy-manage-dialog"]' }], detectPopup: [{ visible: 'div[data-testid="cookie-policy-manage-dialog"]' }], optIn: [{ waitForThenClick: 'button[data-cookiebanner="accept_button"]' }, { waitForVisible: 'div[data-testid="cookie-policy-manage-dialog"]', check: "none" }], optOut: [{ waitForThenClick: 'button[data-cookiebanner="accept_only_essential_button"]' }, { waitForVisible: 'div[data-testid="cookie-policy-manage-dialog"]', check: "none" }] }, { name: "fastcmp", vendorUrl: "https://corporate.fastcmp.com/", cosmetic: false, prehideSelectors: ["#fast-cmp-root"], detectCmp: [{ exists: "iframe#fast-cmp-iframe" }], detectPopup: [{ visible: "iframe#fast-cmp-iframe" }], optIn: [{ waitForThenClick: ["iframe#fast-cmp-iframe", ".fast-cmp-home-accept button"] }], optOut: [{ waitForThenClick: ["iframe#fast-cmp-iframe", ".fast-cmp-home-refuse button"] }], test: [{ cookieContains: "fastCMP-" }] }, { name: "fedex", vendorUrl: "https://www.fedex.com/en-us/home.html", cosmetic: false, prehideSelectors: ["fedex-gdpr"], detectCmp: [{ exists: "fedex-gdpr" }], detectPopup: [{ visible: "fedex-gdpr div" }], optIn: [{ waitForThenClick: "fedex-gdpr .fxg-gdpr__accept-all-btn" }], optOut: [{ waitForThenClick: "fedex-gdpr .fxg-gdpr__reject-all-btn" }], test: [{ cookieContains: "_svs=" }] }, { name: "fides", vendorUrl: "https://github.com/ethyca/fides", prehideSelectors: ["#fides-overlay, #fides-overlay-wrapper"], detectCmp: [{ exists: "#fides-overlay-wrapper #fides-banner" }], detectPopup: [{ visible: "#fides-overlay-wrapper #fides-banner" }, { eval: "EVAL_FIDES_DETECT_POPUP" }], optIn: [{ waitForThenClick: "#fides-banner .fides-accept-all-button" }], optOut: [{ waitForThenClick: "#fides-banner .fides-reject-all-button" }] }, { name: "financestrategists.com", vendorUrl: "https://www.financestrategists.com/", cosmetic: true, runContext: { urlPattern: "^https://(www\\.)?financestrategists\\.com/" }, prehideSelectors: ["#gdrp"], detectCmp: [{ exists: "#gdrp" }], detectPopup: [{ visible: "#gdrp" }], optIn: [{ waitForThenClick: "#gdrp-button" }], optOut: [{ hide: "#gdrp" }] }, { name: "finsweet", vendorUrl: "https://finsweet.com/components/cookie-consent", cosmetic: false, prehideSelectors: ["[fs-consent-element=banner]"], detectCmp: [{ exists: "[fs-consent-element=banner]" }], detectPopup: [{ visible: "[fs-consent-element=banner] [fs-consent-element=allow]" }], optIn: [{ wait: 500 }, { waitForThenClick: "[fs-consent-element=banner] [fs-consent-element=allow]" }], optOut: [{ wait: 500 }, { if: { exists: "[fs-consent-element=banner] [fs-consent-element=deny]" }, then: [{ click: "[fs-consent-element=banner] [fs-consent-element=deny]" }], else: [{ hide: "[fs-consent-element=banner]" }] }] }, { name: "funding-choices", prehideSelectors: [".fc-consent-root,.fc-dialog-container,.fc-dialog-overlay,.fc-dialog-content"], detectCmp: [{ exists: ".fc-consent-root" }], detectPopup: [{ exists: ".fc-dialog-container" }], optOut: [{ click: ".fc-cta-do-not-consent,.fc-cta-manage-options" }, { click: ".fc-preference-consent:checked,.fc-preference-legitimate-interest:checked", all: true, optional: true }, { click: ".fc-confirm-choices", optional: true }], optIn: [{ click: ".fc-cta-consent" }] }, { name: "gdpr-legal-cookie", vendorUrl: "https://apps.shopify.com/gdpr-legal-cookie", prehideSelectors: [".overlay_bc_banner"], detectCmp: [{ any: [{ eval: "EVAL_GDPR_LEGAL_COOKIE_DETECT_CMP" }, { exists: 'a[href="https://gdpr-legal-cookie.myshopify.com/"]' }] }], detectPopup: [{ visible: ".overlay_bc_banner .banner-body", check: "any" }], optIn: [{ waitForThenClick: ".overlay_bc_banner *[data-cookie-accept-all]" }], optOut: [{ waitForThenClick: ".overlay_bc_banner *[data-cookie-save]" }], test: [{ eval: "EVAL_GDPR_LEGAL_COOKIE_TEST" }] }, { name: "geeks-for-geeks", runContext: { urlPattern: "^https://www\\.geeksforgeeks\\.org/" }, cosmetic: true, prehideSelectors: [".cookie-consent"], detectCmp: [{ exists: ".cookie-consent" }], detectPopup: [{ visible: ".cookie-consent" }], optIn: [{ click: ".cookie-consent button.consent-btn" }], optOut: [{ hide: ".cookie-consent" }] }, { name: "geni.com", vendorUrl: "https://www.geni.com/", cosmetic: true, prehideSelectors: [".cookie-notify-anchor"], detectCmp: [{ exists: ".cookie-notify-anchor .cookie-notify" }], detectPopup: [{ visible: ".cookie-notify-anchor .cookie-notify" }], optIn: [{ waitForThenClick: ".cookie-notify-anchor .cookie-notify button" }], optOut: [{ hide: ".cookie-notify-anchor" }] }, { name: "glastonburyfestivals", vendorUrl: "https://www.glastonburyfestivals.co.uk/", cosmetic: false, runContext: { urlPattern: "^https://(\\w+\\.)?glastonburyfestivals\\.co\\.uk/" }, prehideSelectors: [".cookies-modal"], detectCmp: [{ exists: ".show-cookies-modal .cookies-modal #cookies-accept" }], detectPopup: [{ visible: ".show-cookies-modal .cookies-modal #cookies-accept" }], optIn: [{ waitForThenClick: ".show-cookies-modal .cookies-modal #cookies-accept" }], optOut: [{ waitForThenClick: ".show-cookies-modal .cookies-modal #cookies-reject" }] }, { name: "google-consent-standalone", prehideSelectors: [], detectCmp: [{ exists: 'a[href^="https://policies.google.com/technologies/cookies"' }, { exists: 'form[action^="https://consent.google."][action$="/save"]' }], detectPopup: [{ visible: 'a[href^="https://policies.google.com/technologies/cookies"' }], optIn: [{ waitForThenClick: 'form[action^="https://consent.google."][action$="/save"]:has(input[name=set_eom][value=false]) button' }], optOut: [{ waitForThenClick: 'form[action^="https://consent.google."][action$="/save"]:has(input[name=set_eom][value=true]) button' }] }, { name: "google-cookiebar", vendorUrl: "https://www.android.com/better-together/quick-share-app/", cosmetic: false, prehideSelectors: [".glue-cookie-notification-bar"], detectCmp: [{ exists: ".glue-cookie-notification-bar" }], detectPopup: [{ visible: ".glue-cookie-notification-bar" }], optIn: [{ waitForThenClick: ".glue-cookie-notification-bar__accept" }], optOut: [{ if: { exists: ".glue-cookie-notification-bar__reject" }, then: [{ click: ".glue-cookie-notification-bar__reject" }], else: [{ hide: ".glue-cookie-notification-bar" }] }], test: [] }, { name: "google.com", prehideSelectors: [".HTjtHe#xe7COe"], detectCmp: [{ exists: ".HTjtHe#xe7COe" }, { exists: '.HTjtHe#xe7COe a[href^="https://policies.google.com/technologies/cookies"]' }], detectPopup: [{ visible: ".HTjtHe#xe7COe button#W0wltc" }], optIn: [{ waitForThenClick: ".HTjtHe#xe7COe button#L2AGLb" }], optOut: [{ waitForThenClick: ".HTjtHe#xe7COe button#W0wltc" }], test: [{ cookieContains: "SOCS=CAE" }] }, { name: "gov.uk", detectCmp: [{ exists: ".govuk-cookie-banner__message" }], detectPopup: [{ exists: ".govuk-cookie-banner__message .govuk-button" }], optIn: [{ click: [".govuk-cookie-banner__message", "xpath///button[contains(., 'Accept')] | //a[contains(., 'Accept')]"] }], optOut: [{ if: { exists: [".govuk-cookie-banner__message", "xpath///button[contains(., 'Reject')] | //a[contains(., 'Reject')] | //input[contains(@value, 'Reject')]"] }, then: [{ click: [".govuk-cookie-banner__message", "xpath///button[contains(., 'Reject')] | //a[contains(., 'Reject')] | //input[contains(@value, 'Reject')]"] }] }, { if: { exists: [".govuk-cookie-banner__message", "xpath///button[contains(., 'Hide')] | //a[contains(., 'Hide')] | //input[contains(@value, 'Hide')]"] }, then: [{ click: [".govuk-cookie-banner__message", "xpath///button[contains(., 'Hide')] | //a[contains(., 'Hide')] | //input[contains(@value, 'Hide')]"] }] }] }, { name: "gravito", vendorUrl: "https://www.gravito.net/cmp/", prehideSelectors: [".gravitoCMP-background-overlay"], detectCmp: [{ exists: ".gravitoCMP-background-overlay" }], detectPopup: [{ visible: ".gravitoCMP-background-overlay" }], optIn: [{ waitForThenClick: "#modalConfirmBtn.gravitoCMP-button" }], optOut: [{ waitForThenClick: "#modalSettingBtn.gravitoCMP-button" }, { waitFor: "#allRejectBtn" }, { waitFor: ".gravitoCMP-content-section" }, { click: ".gravitoCMP-content input[type=checkbox]:checked", all: true, optional: true }, { waitForThenClick: "#allRejectBtn" }], test: [{ cookieContains: "gravitoData" }] }, { name: "groundnews", vendorUrl: "https://ground.news/", cosmetic: false, runContext: { urlPattern: "^https://(www\\.)?ground\\.news/" }, prehideSelectors: [], detectCmp: [{ exists: ".fixed [data-testid=closeCookieBanner]" }], detectPopup: [{ visible: ".fixed [data-testid=closeCookieBanner]" }], optIn: [{ waitForThenClick: ".fixed [data-testid=acceptCookies]" }], optOut: [{ 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')]"] }] }, { name: "hashicorp", vendorUrl: "https://hashicorp.com/", runContext: { urlPattern: "^https://[^.]*\\.hashicorp\\.com/" }, prehideSelectors: ["[data-testid=consent-banner]"], detectCmp: [{ exists: "[data-testid=consent-banner]" }], detectPopup: [{ visible: "[data-testid=consent-banner]" }], optIn: [{ waitForThenClick: "[data-testid=accept]" }], optOut: [{ waitForThenClick: "[data-testid=manage-preferences]" }, { waitForThenClick: "[data-testid=consent-mgr-dialog] [data-ga-button=save-preferences]" }] }, { name: "healthline-media", prehideSelectors: ["#modal-host > div.no-hash > div.window-wrapper"], detectCmp: [{ exists: "#modal-host > div.no-hash > div.window-wrapper, div[data-testid=qualtrics-container]" }], detectPopup: [{ exists: "#modal-host > div.no-hash > div.window-wrapper, div[data-testid=qualtrics-container]" }], optIn: [{ click: "#modal-host > div.no-hash > div.window-wrapper > div:last-child button" }], optOut: [{ if: { exists: '#modal-host > div.no-hash > div.window-wrapper > div:last-child a[href="/privacy-settings"]' }, then: [{ click: '#modal-host > div.no-hash > div.window-wrapper > div:last-child a[href="/privacy-settings"]' }], else: [{ waitForVisible: "div#__next" }, { click: "#__next div:nth-child(1) > button:first-child" }] }] }, { name: "hema", prehideSelectors: [".cookie-modal"], detectCmp: [{ visible: ".cookie-modal .cookie-accept-btn" }], detectPopup: [{ visible: ".cookie-modal .cookie-accept-btn" }], optIn: [{ waitForThenClick: ".cookie-modal .cookie-accept-btn" }], optOut: [{ waitForThenClick: ".cookie-modal .js-cookie-reject-btn" }], test: [{ cookieContains: "cookies_rejected=1" }] }, { name: "hetzner.com", runContext: { urlPattern: "^https://www\\.hetzner\\.com/" }, prehideSelectors: ["#CookieConsent"], detectCmp: [{ exists: "#CookieConsent" }], detectPopup: [{ visible: "#CookieConsent" }], optIn: [{ click: "#CookieConsentGiven" }], optOut: [{ click: "#CookieConsentDeclined" }] }, { name: "hl.co.uk", prehideSelectors: [".cookieModalContent", "#cookie-banner-overlay"], detectCmp: [{ exists: "#cookie-banner-overlay" }], detectPopup: [{ exists: "#cookie-banner-overlay" }], optIn: [{ click: "#acceptCookieButton" }], optOut: [{ click: "#manageCookie" }, { hide: ".cookieSettingsModal" }, { waitFor: "#AOCookieToggle" }, { click: "#AOCookieToggle[aria-pressed=true]", optional: true }, { waitFor: "#TPCookieToggle" }, { click: "#TPCookieToggle[aria-pressed=true]", optional: true }, { click: "#updateCookieButton" }] }, { name: "holidaymedia", vendorUrl: "https://holidaymedia.nl/", prehideSelectors: ["dialog[data-cookie-consent]"], detectCmp: [{ exists: "dialog[data-cookie-consent]" }], detectPopup: [{ visible: "dialog[data-cookie-consent]" }], optIn: [{ waitForThenClick: "button.cookie-consent__button--accept-all" }], optOut: [{ waitForThenClick: 'a[data-cookie-accept="functional"]', timeout: 2e3 }] }, { name: "hu-manity", vendorUrl: "https://hu-manity.co/", prehideSelectors: ["#hu.hu-wrapper"], detectCmp: [{ exists: "#hu.hu-visible" }], detectPopup: [{ visible: "#hu.hu-visible" }], optIn: [{ waitForThenClick: "[data-hu-action=cookies-notice-consent-choices-3]" }, { waitForThenClick: "#hu-cookies-save" }], optOut: [{ waitForThenClick: "#hu-cookies-save" }] }, { name: "hubspot", detectCmp: [{ exists: "#hs-eu-cookie-confirmation" }], detectPopup: [{ visible: "#hs-eu-cookie-confirmation" }], optIn: [{ click: "#hs-eu-confirmation-button" }], optOut: [{ click: "#hs-eu-decline-button" }] }, { name: "imdb", vendorUrl: "https://imdb.com/", cosmetic: false, runContext: { urlPattern: "^https://(www.)?imdb.com/" }, prehideSelectors: ["[data-testid=consent-banner]"], detectCmp: [{ exists: "[data-testid=consent-banner]" }], detectPopup: [{ visible: "[data-testid=consent-banner]" }], optIn: [{ waitForThenClick: "[data-testid=consent-banner] [data-testid=accept-button]" }], optOut: [{ waitForThenClick: "[data-testid=consent-banner] [data-testid=reject-button]" }] }, { name: "indeed.com", cosmetic: true, prehideSelectors: ["#CookiePrivacyNotice"], detectCmp: [{ exists: "#CookiePrivacyNotice" }], detectPopup: [{ visible: "#CookiePrivacyNotice" }], optIn: [{ click: "#CookiePrivacyNotice button[data-gnav-element-name=CookiePrivacyNoticeOk]" }], optOut: [{ hide: "#CookiePrivacyNotice" }] }, { name: "ing.de", runContext: { urlPattern: "^https://www\\.ing\\.de/" }, cosmetic: true, prehideSelectors: ['div[slot="backdrop"]'], detectCmp: [{ exists: '[data-tag-name="ing-cc-dialog-frame"]' }], detectPopup: [{ visible: '[data-tag-name="ing-cc-dialog-frame"]' }], optIn: [{ click: ['[data-tag-name="ing-cc-dialog-level0"]', '[data-tag-name="ing-cc-button"][class*="accept"]'] }], optOut: [{ click: ['[data-tag-name="ing-cc-dialog-level0"]', '[data-tag-name="ing-cc-button"][class*="more"]'] }] }, { name: "inmobi", prehideSelectors: [".accept-cookie"], detectCmp: [{ exists: ".accept-cookie > .accept-cookie-inner" }], detectPopup: [{ visible: ".accept-cookie > .accept-cookie-inner" }], optIn: [{ waitForThenClick: "xpath///*[contains(@class, 'accept-cookie')]//*[contains(text(), 'Accept')]" }], optOut: [{ waitForThenClick: "xpath///*[contains(@class, 'accept-cookie')]//*[contains(text(), 'Decline')]" }], test: [{ cookieContains: "cookie-pref=rejected" }] }, { name: "instagram", vendorUrl: "https://instagram.com", runContext: { urlPattern: "^https://www\\.instagram\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: `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?")]` }], detectPopup: [{ visible: `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?")]` }], optIn: [{ waitForThenClick: "xpath///button[contains(., 'Tillad alle cookies') or contains(., 'Alle Cookies erlauben') or contains(., 'Allow all cookies') or contains(., '\u0420\u0430\u0437\u0440\u0435\u0448\u0430\u0432\u0430\u043D\u0435 \u043D\u0430 \u0432\u0441\u0438\u0447\u043A\u0438 \u0431\u0438\u0441\u043A\u0432\u0438\u0442\u043A\u0438') or contains(., 'Till\xE5t alla cookies') or contains(., 'Povolit v\u0161echny soubory cookie') or contains(., 'T\xFCm \xE7erezlere izin ver') or contains(., 'Permite toate modulele cookie') or contains(., '\u039D\u03B1 \u03B5\u03C0\u03B9\u03C4\u03C1\u03AD\u03C0\u03BF\u03BD\u03C4\u03B1\u03B9 \u03CC\u03BB\u03B1 \u03C4\u03B1 cookies') or contains(., 'Tillat alle informasjonskapsler') or contains(., 'Povoli\u0165 v\u0161etky cookies') or contains(., 'Permitir todas las cookies') or contains(., 'Permitir todos os cookies') or contains(., 'Alle cookies toestaan') or contains(., 'Salli kaikki ev\xE4steet') or contains(., 'Consenti tutti i cookie') or contains(., 'Az \xF6sszes cookie enged\xE9lyez\xE9se') or contains(., 'Autoriser tous les cookies') or contains(., 'Zezw\xF3l na wszystkie pliki cookie') or contains(., '\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044C \u0432\u0441\u0435 cookie') or contains(., 'Dopusti sve kola\u010Di\u0107e')]" }], optOut: [{ waitForThenClick: "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')]" }, { wait: 2e3 }] }, { name: "ionos.de", prehideSelectors: [".privacy-consent--backdrop", ".privacy-consent--modal"], detectCmp: [{ exists: ".privacy-consent--modal" }], detectPopup: [{ visible: ".privacy-consent--modal" }], optIn: [{ click: "#selectAll" }], optOut: [{ click: ".footer-config-link" }, { click: "#confirmSelection" }] }, { name: "itopvpn.com", cosmetic: true, prehideSelectors: [".pop-cookie"], detectCmp: [{ exists: ".pop-cookie" }], detectPopup: [{ exists: ".pop-cookie" }], optIn: [{ click: "#_pcookie" }], optOut: [{ hide: ".pop-cookie" }] }, { name: "iubenda", prehideSelectors: ["#iubenda-cs-banner"], detectCmp: [{ exists: "#iubenda-cs-banner" }], detectPopup: [{ visible: ".iubenda-cs-accept-btn" }], optIn: [{ waitForThenClick: ".iubenda-cs-accept-btn" }], optOut: [{ waitForThenClick: ".iubenda-cs-customize-btn" }, { eval: "EVAL_IUBENDA_0" }, { waitForThenClick: "#iubFooterBtn" }], test: [{ eval: "EVAL_IUBENDA_1" }] }, { name: "iWink", prehideSelectors: ["body.cookies-request #cookie-bar"], detectCmp: [{ exists: "body.cookies-request #cookie-bar" }], detectPopup: [{ visible: "body.cookies-request #cookie-bar" }], optIn: [{ waitForThenClick: "body.cookies-request #cookie-bar .allow-cookies" }], optOut: [{ waitForThenClick: "body.cookies-request #cookie-bar .disallow-cookies" }], test: [{ cookieContains: "cookie_permission_granted=no" }] }, { name: "jdsports", vendorUrl: "https://www.jdsports.co.uk/", runContext: { urlPattern: "^https://(www|m)\\.jdsports\\." }, prehideSelectors: [".miniConsent,#PrivacyPolicyBanner"], detectCmp: [{ exists: ".miniConsent,#PrivacyPolicyBanner" }], detectPopup: [{ visible: ".miniConsent,#PrivacyPolicyBanner" }], optIn: [{ waitForThenClick: ".miniConsent .accept-all-cookies" }], optOut: [{ if: { exists: "#PrivacyPolicyBanner" }, then: [{ hide: "#PrivacyPolicyBanner" }], else: [{ waitForThenClick: "#cookie-settings" }, { waitForThenClick: "#reject-all-cookies" }] }] }, { name: "jetpack-eu-cookie-law", vendorUrl: "https://jetpack.com/support/extra-sidebar-widgets/cookies-consent-banner/", cosmetic: true, prehideSelectors: [".widget_eu_cookie_law_widget"], detectCmp: [{ exists: ".widget_eu_cookie_law_widget" }], detectPopup: [{ visible: ".widget_eu_cookie_law_widget" }], optIn: [{ click: "#jetpack-eu-cookie-law-form > input.accept" }], optOut: [{ hide: ".widget_eu_cookie_law_widget" }] }, { name: "johnlewis.com", prehideSelectors: ["div[class^=pecr-cookie-banner-]"], detectCmp: [{ exists: "div[class^=pecr-cookie-banner-]" }], detectPopup: [{ exists: "div[class^=pecr-cookie-banner-]" }], optOut: [{ click: "button[data-test^=manage-cookies]" }, { wait: 500 }, { click: "label[data-test^=toggle][class*=checked]:not([class*=disabled])", all: true, optional: true }, { click: "button[data-test=save-preferences]" }], optIn: [{ click: "button[data-test=allow-all]" }] }, { name: "jquery.cookieBar", vendorUrl: "https://github.com/kovarp/jquery.cookieBar", prehideSelectors: [".cookie-bar"], cosmetic: true, detectCmp: [{ exists: ".cookie-bar .cookie-bar__message,.cookie-bar .cookie-bar__buttons" }], detectPopup: [{ visible: ".cookie-bar .cookie-bar__message,.cookie-bar .cookie-bar__buttons", check: "any" }], optIn: [{ click: ".cookie-bar .cookie-bar__btn" }], optOut: [{ hide: ".cookie-bar" }], test: [{ visible: ".cookie-bar .cookie-bar__message,.cookie-bar .cookie-bar__buttons", check: "none" }, { cookieContains: "cookies-state=accepted", negated: true }] }, { name: "justwatch.com", prehideSelectors: [".consent-banner"], detectCmp: [{ exists: ".consent-banner .consent-banner__actions" }], detectPopup: [{ visible: ".consent-banner .consent-banner__actions" }], optIn: [{ click: ".consent-banner__actions button.basic-button.primary" }], optOut: [{ click: ".consent-banner__actions button.basic-button.secondary" }, { waitForThenClick: ".consent-modal__footer button.basic-button.secondary" }, { waitForThenClick: ".consent-modal ion-content > div > a:nth-child(9)" }, { click: "label.consent-switch input[type=checkbox]:checked", all: true, optional: true }, { waitForVisible: ".consent-modal__footer button.basic-button.primary" }, { click: ".consent-modal__footer button.basic-button.primary" }] }, { name: "kconsent", cosmetic: false, runContext: { main: true, frame: false }, prehideSelectors: [".kc-overlay"], detectCmp: [{ exists: "#kconsent" }], detectPopup: [{ visible: ".kc-dialog" }], optIn: [{ waitForThenClick: "#kc-acceptAndHide" }], optOut: [{ waitForThenClick: "#kc-denyAndHide" }] }, { name: "ketch", vendorUrl: "https://www.ketch.com", runContext: { frame: false, main: true }, intermediate: false, prehideSelectors: ["#lanyard_root div[role='dialog']"], detectCmp: [{ exists: "#lanyard_root div[role='dialog']" }], detectPopup: [{ visible: "#lanyard_root div[role='dialog']" }], optIn: [{ if: { exists: "#lanyard_root button[class='confirmButton']" }, then: [{ waitForThenClick: "#lanyard_root div[class*=buttons] > :nth-child(2)" }, { click: "#lanyard_root button[class='confirmButton']" }], else: [{ waitForThenClick: "#lanyard_root div[class*=buttons] > :nth-child(2)" }] }], optOut: [{ if: { exists: "#lanyard_root [aria-describedby=banner-description]" }, then: [{ waitForThenClick: "#lanyard_root div[class*=buttons] > button[class*=secondaryButton], #lanyard_root button[class*=buttons-secondary]", comment: "can be either settings or reject button" }] }, { waitFor: "#lanyard_root [aria-describedby=preference-description],#lanyard_root [aria-describedby=modal-description], #ketch-preferences", timeout: 1e3, optional: true }, { if: { exists: "#lanyard_root [aria-describedby=preference-description],#lanyard_root [aria-describedby=modal-description], #ketch-preferences" }, then: [{ waitForThenClick: "#lanyard_root button[class*=rejectButton], #lanyard_root button[class*=rejectAllButton]" }, { click: "#lanyard_root button[class*=confirmButton],#lanyard_root div[class*=actions_] > button:nth-child(1), #lanyard_root button[class*=actionButton]" }] }], test: [{ cookieContains: "_ketch_consent_v1_" }] }, { name: "kleinanzeigen-de", runContext: { urlPattern: "^https?://(www\\.)?kleinanzeigen\\.de" }, prehideSelectors: ["#gdpr-banner-container"], detectCmp: [{ any: [{ exists: "#gdpr-banner-container #gdpr-banner [data-testid=gdpr-banner-cmp-button]" }, { exists: "#ConsentManagementPage" }] }], detectPopup: [{ any: [{ visible: "#gdpr-banner-container #gdpr-banner [data-testid=gdpr-banner-cmp-button]" }, { visible: "#ConsentManagementPage" }] }], optIn: [{ if: { exists: "#gdpr-banner-container #gdpr-banner" }, then: [{ click: "#gdpr-banner-container #gdpr-banner [data-testid=gdpr-banner-accept]" }], else: [{ click: "#ConsentManagementPage .Button-primary" }] }], optOut: [{ if: { exists: "#gdpr-banner-container #gdpr-banner" }, then: [{ click: "#gdpr-banner-container #gdpr-banner [data-testid=gdpr-banner-cmp-button]" }], else: [{ click: "#ConsentManagementPage .Button-secondary" }] }] }, { name: "leafly", vendorUrl: "https://www.leafly.com/", cosmetic: true, runContext: { urlPattern: "^https://(www\\.)?leafly\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "div:has(> div > a[href*='/privacy-policy'])" }], detectPopup: [{ visible: "div:has(> div > a[href*='/privacy-policy'])" }], optIn: [{ waitForThenClick: "div:has(> div > a[href*='/privacy-policy']) button" }], optOut: [{ hide: "div:has(> div > a[href*='/privacy-policy'])" }] }, { name: "lia", vendorUrl: "https://unknown", prehideSelectors: [".lia-cookie-banner-alert"], detectCmp: [{ exists: ".lia-cookie-banner-alert" }], detectPopup: [{ exists: ".lia-cookie-banner-alert .AjaxFeedback" }, { visible: ".lia-cookie-banner-alert" }], optIn: [{ waitForThenClick: ".lia-cookie-banner-alert a.lia-cookie-banner-alert-accept" }], optOut: [{ waitForThenClick: ".lia-cookie-banner-alert a.lia-cookie-banner-alert-reject" }] }, { name: "lightbox", prehideSelectors: [".darken-layer.open,.lightbox.lightbox--cookie-consent"], detectCmp: [{ exists: "body.cookie-consent-is-active div.lightbox--cookie-consent > div.lightbox__content > div.cookie-consent[data-jsb]" }], detectPopup: [{ visible: "body.cookie-consent-is-active div.lightbox--cookie-consent > div.lightbox__content > div.cookie-consent[data-jsb]" }], optOut: [{ click: ".cookie-consent__footer > button[type='submit']:not([data-button='selectAll'])" }], optIn: [{ click: ".cookie-consent__footer > button[type='submit'][data-button='selectAll']" }] }, { name: "lineagrafica", vendorUrl: "https://addons.prestashop.com/en/legal/8734-eu-cookie-law-gdpr-banner-blocker.html", cosmetic: true, prehideSelectors: ["#lgcookieslaw_banner,#lgcookieslaw_modal,.lgcookieslaw-overlay"], detectCmp: [{ exists: "#lgcookieslaw_banner,#lgcookieslaw_modal,.lgcookieslaw-overlay" }], detectPopup: [{ exists: "#lgcookieslaw_banner,#lgcookieslaw_modal,.lgcookieslaw-overlay" }], optIn: [{ waitForThenClick: "#lgcookieslaw_accept" }], optOut: [{ hide: "#lgcookieslaw_banner,#lgcookieslaw_modal,.lgcookieslaw-overlay" }] }, { name: "linkedin.com", prehideSelectors: [".artdeco-global-alert[type=COOKIE_CONSENT]"], detectCmp: [{ exists: ".artdeco-global-alert[type=COOKIE_CONSENT]" }], detectPopup: [{ visible: ".artdeco-global-alert[type=COOKIE_CONSENT]" }], optIn: [{ waitForVisible: ".artdeco-global-alert[type=COOKIE_CONSENT] button[action-type=ACCEPT]" }, { wait: 500 }, { waitForThenClick: ".artdeco-global-alert[type=COOKIE_CONSENT] button[action-type=ACCEPT]" }], optOut: [{ waitForVisible: ".artdeco-global-alert[type=COOKIE_CONSENT] button[action-type=DENY]" }, { wait: 500 }, { waitForThenClick: ".artdeco-global-alert[type=COOKIE_CONSENT] button[action-type=DENY]" }], test: [{ waitForVisible: ".artdeco-global-alert[type=COOKIE_CONSENT]", check: "none" }] }, { name: "macaron", vendorUrl: "https://unknown", prehideSelectors: ["#macaron_cookie_box"], detectCmp: [{ exists: "#macaron_cookie_box" }], detectPopup: [{ visible: "#macaron_cookie_box .macaronbtn" }], optIn: [{ waitForThenClick: ".macaronbtn.all" }], optOut: [{ if: { exists: ".macaronbtn.refuse" }, then: [{ click: ".macaronbtn.refuse" }], else: [{ waitForThenClick: ".macaronbtn.letmechoose" }, { waitFor: ".macaronbtn.letmechoose.open" }, { waitForVisible: "#cookie_description .paragraph" }, { waitForThenClick: "#cookie_description input[type=checkbox]:checked:not(:disabled)", all: true, optional: true }, { waitForThenClick: ".macaronbtn.confirmselection" }] }], test: [{ cookieContains: "_deCookiesConsent" }] }, { name: "macpaw.com", cosmetic: true, prehideSelectors: ['div[data-banner="cookies"]'], detectCmp: [{ exists: 'div[data-banner="cookies"]' }], detectPopup: [{ exists: 'div[data-banner="cookies"]' }], optIn: [{ click: 'button[data-banner-close="cookies"]' }], optOut: [{ hide: 'div[data-banner="cookies"]' }] }, { name: "marksandspencer.com", cosmetic: true, detectCmp: [{ exists: ".navigation-cookiebbanner" }], detectPopup: [{ visible: ".navigation-cookiebbanner" }], optOut: [{ hide: ".navigation-cookiebbanner" }], optIn: [{ click: ".navigation-cookiebbanner__submit" }] }, { name: "mediamarkt.de", prehideSelectors: ["div[aria-labelledby=pwa-consent-layer-title]", "div[class^=StyledConsentLayerWrapper-]"], detectCmp: [{ exists: "div[aria-labelledby^=pwa-consent-layer-title]" }], detectPopup: [{ exists: "div[aria-labelledby^=pwa-consent-layer-title]" }], optOut: [{ click: "button[data-test^=pwa-consent-layer-deny-all]" }], optIn: [{ click: "button[data-test^=pwa-consent-layer-accept-all" }] }, { name: "Mediavine", prehideSelectors: ['[data-name="mediavine-gdpr-cmp"]'], detectCmp: [{ exists: '[data-name="mediavine-gdpr-cmp"]' }], detectPopup: [{ wait: 500 }, { visible: '[data-name="mediavine-gdpr-cmp"]' }], optIn: [{ waitForThenClick: '[data-name="mediavine-gdpr-cmp"] [format="primary"]' }], optOut: [{ waitForThenClick: '[data-name="mediavine-gdpr-cmp"] [data-view="manageSettings"]' }, { waitFor: '[data-name="mediavine-gdpr-cmp"] input[type=checkbox]' }, { eval: "EVAL_MEDIAVINE_0", optional: true }, { click: '[data-name="mediavine-gdpr-cmp"] [format="secondary"]' }] }, { name: "medium", vendorUrl: "https://medium.com", cosmetic: true, runContext: { main: true, frame: false, urlPattern: "^https://([a-z0-9-]+\\.)?medium\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: 'div:has(> div > div > div[role=alert] > a[href^="https://policy.medium.com/medium-privacy-policy-"])' }], detectPopup: [{ visible: 'div:has(> div > div > div[role=alert] > a[href^="https://policy.medium.com/medium-privacy-policy-"])' }], optIn: [{ waitForThenClick: "[data-testid=close-button]" }], optOut: [{ hide: 'div:has(> div > div > div[role=alert] > a[href^="https://policy.medium.com/medium-privacy-policy-"])' }] }, { name: "microcenter.com", vendorUrl: "https://www.microcenter.com/", cosmetic: true, runContext: { urlPattern: "^https://(www.)?microcenter.com/" }, prehideSelectors: ["#PnlPrivacyAlert"], detectCmp: [{ exists: "#privacyAlertDiv" }], detectPopup: [{ visible: "#privacyAlertDiv" }], optIn: [{ waitForThenClick: "#privacyAlertDiv button" }], optOut: [{ hide: "#PnlPrivacyAlert" }] }, { name: "microsoft.com", prehideSelectors: ["#wcpConsentBannerCtrl"], detectCmp: [{ exists: "#wcpConsentBannerCtrl" }], detectPopup: [{ exists: "#wcpConsentBannerCtrl" }], optOut: [{ eval: "EVAL_MICROSOFT_0" }], optIn: [{ eval: "EVAL_MICROSOFT_1" }], test: [{ eval: "EVAL_MICROSOFT_2" }] }, { name: "midway-usa", runContext: { urlPattern: "^https://www\\.midwayusa\\.com/" }, cosmetic: true, prehideSelectors: ["#cookie-container"], detectCmp: [{ exists: ['div[aria-label="Cookie Policy Banner"]'] }], detectPopup: [{ visible: "#cookie-container" }], optIn: [{ click: "button#cookie-btn" }], optOut: [{ hide: 'div[aria-label="Cookie Policy Banner"]' }] }, { name: "moneysavingexpert.com", detectCmp: [{ exists: "dialog[data-testid=accept-our-cookies-dialog]" }], detectPopup: [{ visible: "dialog[data-testid=accept-our-cookies-dialog]" }], optIn: [{ click: "#banner-accept" }], optOut: [{ click: "#banner-manage" }, { click: "#pc-confirm" }] }, { name: "monzo.com", prehideSelectors: [".cookie-alert, cookie-alert__content"], detectCmp: [{ exists: 'div.cookie-alert[role="dialog"]' }, { exists: 'a[href*="monzo"]' }], detectPopup: [{ visible: ".cookie-alert__content" }], optIn: [{ click: ".js-accept-cookie-policy" }], optOut: [{ click: ".js-decline-cookie-policy" }] }, { name: "Moove", prehideSelectors: ["#moove_gdpr_cookie_info_bar"], detectCmp: [{ exists: "#moove_gdpr_cookie_info_bar" }], detectPopup: [{ visible: "#moove_gdpr_cookie_info_bar:not(.moove-gdpr-info-bar-hidden)" }], optIn: [{ waitForThenClick: ".moove-gdpr-infobar-allow-all" }], optOut: [{ if: { exists: "#moove_gdpr_cookie_info_bar .change-settings-button" }, then: [{ click: "#moove_gdpr_cookie_info_bar .change-settings-button" }, { waitForVisible: "#moove_gdpr_cookie_modal" }, { eval: "EVAL_MOOVE_0" }, { click: ".moove-gdpr-modal-save-settings" }], else: [{ hide: "#moove_gdpr_cookie_info_bar" }] }], test: [{ visible: "#moove_gdpr_cookie_info_bar", check: "none" }] }, { name: "national-lottery.co.uk", detectCmp: [{ exists: ".cuk_cookie_consent" }], detectPopup: [{ visible: ".cuk_cookie_consent", check: "any" }], optOut: [{ click: ".cuk_cookie_consent_manage_pref" }, { click: ".cuk_cookie_consent_save_pref" }, { click: ".cuk_cookie_consent_close" }], optIn: [{ click: ".cuk_cookie_consent_accept_all" }] }, { name: "nba.com", runContext: { urlPattern: "^https://(www\\.)?nba.com/" }, cosmetic: true, prehideSelectors: ["#onetrust-banner-sdk"], detectCmp: [{ exists: "#onetrust-banner-sdk" }], detectPopup: [{ visible: "#onetrust-banner-sdk" }], optIn: [{ click: "#onetrust-accept-btn-handler" }], optOut: [{ hide: "#onetrust-banner-sdk" }] }, { name: "netbeat.de", runContext: { urlPattern: "^https://(www\\.)?netbeat\\.de/" }, prehideSelectors: ["div#cookieWarning"], detectCmp: [{ exists: "div#cookieWarning" }], detectPopup: [{ visible: "div#cookieWarning" }], optIn: [{ waitForThenClick: "a#btnCookiesAcceptAll" }], optOut: [{ waitForThenClick: "a#btnCookiesDenyAll" }] }, { name: "netflix.de", detectCmp: [{ exists: "#cookie-disclosure" }], detectPopup: [{ visible: ".cookie-disclosure-message", check: "any" }], optIn: [{ click: ".btn-accept" }], optOut: [{ hide: "#cookie-disclosure" }, { click: ".btn-reject" }] }, { name: "nhnieuws", vendorUrl: "https://www.nhnieuws.nl/", runContext: { urlPattern: "^https://(www\\.)?nhnieuws\\.nl/" }, prehideSelectors: ["[class*=ConsentManager]"], detectCmp: [{ exists: "[class*=ConsentManager]" }], detectPopup: [{ visible: "[class*=ConsentManager]" }], optIn: [{ waitForThenClick: "[class*=ConsentManager_continue]" }], optOut: [{ waitForThenClick: "[class*=ConsentManager_row] input[type=radio][id$=no]", all: true }, { waitForThenClick: "[class*=ConsentManager_continue]" }], test: [{ eval: "EVAL_NHNIEUWS_TEST" }] }, { name: "nhs.uk", prehideSelectors: ["#nhsuk-cookie-banner"], detectCmp: [{ exists: "#nhsuk-cookie-banner" }], detectPopup: [{ exists: "#nhsuk-cookie-banner" }], optOut: [{ click: "#nhsuk-cookie-banner__link_accept" }], optIn: [{ click: "#nhsuk-cookie-banner__link_accept_analytics" }] }, { name: "nike", vendorUrl: "https://nike.com", runContext: { urlPattern: "^https://(www\\.)?nike\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "[data-testid=cookie-dialog-root]" }], detectPopup: [{ visible: "[data-testid=cookie-dialog-root]" }], optIn: [{ waitForThenClick: "[data-testid=dialog-accept-button]" }], optOut: [{ waitForThenClick: "input[type=radio][id$=-declineLabel]", all: true }, { waitForThenClick: "[data-testid=confirm-choice-button]" }] }, { name: "nos.nl", cosmetic: true, runContext: { urlPattern: "^https://nos\\.nl/" }, prehideSelectors: ["#ccm_notification_host"], detectCmp: [{ exists: "#ccm_notification_host" }], detectPopup: [{ visible: ["#ccm_notification_host", "#ccm_notification"] }], optIn: [{ waitForThenClick: ["#ccm_notification_host", "#ccm_close"] }], optOut: [{ hide: "#ccm_notification_host" }] }, { name: "notice-cookie", prehideSelectors: [".button--notice"], cosmetic: true, detectCmp: [{ exists: ".notice--cookie" }], detectPopup: [{ visible: ".notice--cookie" }], optIn: [{ click: ".button--notice" }], optOut: [{ hide: ".notice--cookie" }] }, { name: "nrk.no", cosmetic: true, prehideSelectors: [".nrk-masthead__info-banner--cookie"], detectCmp: [{ exists: ".nrk-masthead__info-banner--cookie" }], detectPopup: [{ exists: ".nrk-masthead__info-banner--cookie" }], optIn: [{ click: "div.nrk-masthead__info-banner--cookie button > span:has(+ svg.nrk-close)" }], optOut: [{ hide: ".nrk-masthead__info-banner--cookie" }] }, { name: "nutritionix.com", vendorUrl: "https://www.nutritionix.com/", cosmetic: false, runContext: { urlPattern: "^https://(www\\.)?nutritionix\\.com/" }, prehideSelectors: ["gdpr-banner"], detectCmp: [{ exists: "gdpr-banner" }], detectPopup: [{ visible: "gdpr-banner" }], optIn: [{ waitForThenClick: ["gdpr-banner", "xpath///button[contains(., 'Accept')]"] }], optOut: [{ waitForThenClick: ["gdpr-banner", "xpath///button[contains(., 'Refuse')]"] }] }, { name: "obi.de", prehideSelectors: [".disc-cp--active"], detectCmp: [{ exists: ".disc-cp-modal__modal" }], detectPopup: [{ visible: ".disc-cp-modal__modal" }], optIn: [{ click: ".js-disc-cp-accept-all" }], optOut: [{ click: ".js-disc-cp-deny-all" }] }, { name: "ok", vendorUrl: "https://ok.ru/", cosmetic: false, runContext: { urlPattern: "^https://ok\\.ru/" }, prehideSelectors: [".cookies-agreement-notification,.modal-new:has([data-module=SetupCookies])"], detectCmp: [{ exists: ".cookies-agreement-notification" }], detectPopup: [{ visible: ".cookies-agreement-notification" }], optIn: [{ waitForThenClick: ".cookies-agreement-notification .cb_accept" }], optOut: [{ waitFor: ".cookies-agreement-notification .cb_setup" }, { wait: 1e3 }, { click: ".cookies-agreement-notification .cb_setup" }, { waitForVisible: "[data-module=SetupCookies]" }, { wait: 500 }, { click: "[data-module=SetupCookies] input[type=checkbox]:checked:not(:disabled)", all: true, optional: true }, { waitForThenClick: "[name=button_save_choice]" }, { waitForVisible: "[data-module=SetupCookies]", check: "none" }] }, { name: "om", vendorUrl: "https://olli-machts.de/en/extension/cookie-manager", prehideSelectors: [".tx-om-cookie-consent"], detectCmp: [{ exists: ".tx-om-cookie-consent .active[data-omcookie-panel]" }], detectPopup: [{ exists: ".tx-om-cookie-consent .active[data-omcookie-panel]" }], optIn: [{ waitForThenClick: "[data-omcookie-panel-save=all]" }], optOut: [{ if: { exists: "[data-omcookie-panel-save=min]" }, then: [{ waitForThenClick: "[data-omcookie-panel-save=min]" }], else: [{ click: "input[data-omcookie-panel-grp]:checked:not(:disabled)", all: true, optional: true }, { waitForThenClick: "[data-omcookie-panel-save=save]" }] }] }, { name: "onlyFans.com", runContext: { urlPattern: "^https://onlyfans\\.com/" }, prehideSelectors: ["div.b-cookies-informer"], detectCmp: [{ exists: "div.b-cookies-informer" }], detectPopup: [{ exists: "div.b-cookies-informer" }], optIn: [{ click: "div.b-cookies-informer__nav > button:nth-child(2)" }], optOut: [{ click: "div.b-cookies-informer__nav > button:nth-child(1)" }, { if: { exists: "div.b-cookies-informer__switchers" }, then: [{ click: "div.b-cookies-informer__switchers input:not([disabled])", all: true }, { click: "div.b-cookies-informer__nav > button" }] }] }, { name: "openai", vendorUrl: "https://platform.openai.com/", cosmetic: false, runContext: { urlPattern: "^https://([a-z0-9-]+\\.)?openai\\.com/" }, prehideSelectors: ["[aria-labelledby=cookieConsentTitle]"], detectCmp: [{ exists: "[aria-labelledby=cookieConsentTitle]" }], detectPopup: [{ visible: "[aria-labelledby=cookieConsentTitle]" }], optIn: [{ waitForThenClick: "xpath///button[contains(., 'Accept all')]" }], optOut: [{ waitForThenClick: "xpath///button[contains(., 'Reject non-essential')]" }], test: [{ wait: 500 }, { cookieContains: "consent=rejected" }] }, { name: "openli", vendorUrl: "https://openli.com", prehideSelectors: [".legalmonster-cleanslate"], detectCmp: [{ exists: ".legalmonster-cleanslate" }], detectPopup: [{ visible: ".legalmonster-cleanslate #lm-cookie-wall-container", check: "any" }], optIn: [{ waitForThenClick: "#lm-accept-all" }], optOut: [{ waitForThenClick: "#lm-accept-necessary" }] }, { name: "opera.com", vendorUrl: "https://opera.com", cosmetic: false, runContext: { urlPattern: "^https?://(www\\.|)?opera\\.com/" }, prehideSelectors: ["#cookie-consent"], detectCmp: [{ exists: "#cookie-consent .cookie-all__btn" }], detectPopup: [{ visible: "#cookie-consent .cookie-all__btn" }], optIn: [{ waitForThenClick: "#cookie-consent .cookie-all__btn" }], optOut: [{ waitForThenClick: "#cookie-consent .cookie-consent__switch:not(.always_on)", all: true }, { waitForThenClick: "#cookie-consent .cookie-selection__btn" }], test: [{ cookieContains: "cookie_consent_essential=true" }, { cookieContains: "cookie_consent_marketing=true", negated: true }] }, { name: "osano", vendorUrl: "https://developers.osano.com/cmp/", prehideSelectors: [".osano-cm-window,.osano-cm-dialog"], detectCmp: [{ exists: ".osano-cm-window" }], detectPopup: [{ eval: "EVAL_OSANO_DETECT" }, { visible: ".osano-cm-dialog:not(.osano-cm-dialog--hidden)" }], optIn: [{ waitForThenClick: ".osano-cm-accept-all,.osano-cm-accept", optional: true }], optOut: [{ if: { exists: ".osano-cm-denyAll,.osano-cm-deny" }, then: [{ click: ".osano-cm-denyAll,.osano-cm-deny" }], else: [{ hide: ".osano-cm-window,.osano-cm-dialog" }] }] }, { name: "otto.de", prehideSelectors: [".cookieBanner--visibility"], detectCmp: [{ exists: ".cookieBanner--visibility" }], detectPopup: [{ visible: ".cookieBanner__wrapper" }], optIn: [{ click: ".js_cookieBannerPermissionButton" }], optOut: [{ click: ".js_cookieBannerProhibitionButton" }] }, { name: "ouraring", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https://ouraring\\.com" }, prehideSelectors: [], detectCmp: [{ exists: '[data-cy="consent-manager-banner"]' }], detectPopup: [{ visible: '[data-cy="consent-manager-banner"]' }], optIn: [{ waitForThenClick: '[data-cy="manage_cookies"]' }, { waitForThenClick: '[data-cy="consent-manager-preferences-allow-all"]' }], optOut: [{ waitForThenClick: '[data-cy="manage_cookies"]' }, { waitForThenClick: '[data-cy="consent-manager-preferences-deny-all"]' }] }, { name: "ourworldindata", vendorUrl: "https://ourworldindata.org/", runContext: { urlPattern: "^https://ourworldindata\\.org/" }, prehideSelectors: [".cookie-manager"], detectCmp: [{ exists: ".cookie-manager" }], detectPopup: [{ visible: ".cookie-manager .cookie-notice.open" }], optIn: [{ waitForThenClick: ".cookie-notice [data-test=accept]" }], optOut: [{ waitForThenClick: ".cookie-notice [data-test=reject]" }] }, { name: "overleaf", vendorUrl: "https://unknown", prehideSelectors: [".cookie-banner:has([data-ol-cookie-banner-set-consent])"], detectCmp: [{ exists: "[data-ol-cookie-banner-set-consent]" }], detectPopup: [{ visible: "[data-ol-cookie-banner-set-consent]" }], optIn: [{ waitForThenClick: "[data-ol-cookie-banner-set-consent=all]" }], optOut: [{ waitForThenClick: "[data-ol-cookie-banner-set-consent=essential]" }], test: [{ cookieContains: "oa" }] }, { name: "pabcogypsum", vendorUrl: "https://unknown", prehideSelectors: [".js-cookie-notice:has(#cookie_settings-form)"], detectCmp: [{ exists: ".js-cookie-notice #cookie_settings-form" }], detectPopup: [{ visible: ".js-cookie-notice #cookie_settings-form" }], optIn: [{ waitForThenClick: ".js-cookie-notice button[value=allow]" }], optOut: [{ waitForThenClick: ".js-cookie-notice button[value=disable]" }] }, { name: "pandectes", vendorUrl: "https://pandectes.io/", prehideSelectors: ["#pandectes-banner"], detectCmp: [{ exists: "#pandectes-banner" }], detectPopup: [{ visible: "#pandectes-banner" }], optIn: [{ waitForThenClick: "#pandectes-banner .cc-allow" }], optOut: [{ if: { visible: "#pandectes-banner .cc-deny" }, then: [{ click: "#pandectes-banner .cc-deny" }], else: [{ click: "#pandectes-banner .cc-settings" }, { waitForThenClick: ".pd-cp-ui-rejectAll" }, { click: ".pd-cp-ui-save" }] }], test: [{ wait: 500 }, { eval: "EVAL_PANDECTES_TEST" }] }, { name: "paychex", vendorUrl: "https://www.paychex.com/", cosmetic: true, runContext: { urlPattern: "^https://(www\\.)?paychex\\.com/" }, prehideSelectors: ["footer .ccpabanner"], detectCmp: [{ exists: "footer .ccpabanner" }], detectPopup: [{ visible: "footer .ccpabanner" }], optIn: [{ waitForThenClick: "footer .ccpabanner button" }], optOut: [{ hide: "footer .ccpabanner" }] }, { name: "paypal-us", prehideSelectors: ["#ccpaCookieContent_wrapper, article.ppvx_modal--overpanel"], detectCmp: [{ exists: "#ccpaCookieBanner, .privacy-sheet-content" }], detectPopup: [{ visible: "#ccpaCookieBanner, .privacy-sheet-content" }], optIn: [{ click: "#acceptAllButton" }], optOut: [{ if: { exists: "#bannerDeclineButton" }, then: [{ click: "#bannerDeclineButton" }], else: [{ if: { exists: "a#manageCookiesLink" }, then: [{ click: "a#manageCookiesLink" }], else: [{ waitForVisible: ".privacy-sheet-content #formContent" }, { click: "#formContent .cookiepref-11m2iee-checkbox_base input:checked", all: true, optional: true }, { click: ".cookieAction.saveCookie,.confirmCookie #submitCookiesBtn" }] }] }] }, { name: "paypal.com", prehideSelectors: ["#gdprCookieBanner"], detectCmp: [{ exists: "#gdprCookieBanner" }], detectPopup: [{ visible: "#gdprCookieContent_wrapper" }], optIn: [{ click: "#acceptAllButton" }], optOut: [{ wait: 200 }, { click: ".gdprCookieBanner_decline-button" }], test: [{ wait: 500 }, { cookieContains: "cookie_prefs" }] }, { name: "pinetools.com", cosmetic: true, prehideSelectors: ["#aviso_cookies"], detectCmp: [{ exists: "#aviso_cookies" }], detectPopup: [{ exists: ".lang_en #aviso_cookies" }], optIn: [{ click: "#aviso_cookies .a_boton_cerrar" }], optOut: [{ hide: "#aviso_cookies" }] }, { name: "pinterest-business", vendorUrl: "https://business.pinterest.com/", runContext: { urlPattern: "^https://.*\\.pinterest\\.com/" }, prehideSelectors: [".BusinessCookieConsent"], detectCmp: [{ exists: ".BusinessCookieConsent" }], detectPopup: [{ visible: ".BusinessCookieConsent [data-id=cookie-consent-banner-buttons]" }], optIn: [{ waitForThenClick: "[data-id=cookie-consent-banner-buttons] > div:nth-child(1) button" }], optOut: [{ waitForThenClick: "[data-id=cookie-consent-banner-buttons] > div:nth-child(2) button" }] }, { name: "plos", vendorUrl: "https://plos.org/", cosmetic: false, runContext: { urlPattern: "^https://(www\\.)?plos\\.org/" }, prehideSelectors: ["#cookie-consent"], detectCmp: [{ exists: "#cookie-consent button" }], detectPopup: [{ visible: "#cookie-consent button" }], optIn: [{ waitForThenClick: ["#cookie-consent", "xpath///button[contains(., 'Accept')"] }], optOut: [{ click: "#cookie-consent input[type=checkbox]:checked:not(:disabled)", all: true, optional: true }, { waitForThenClick: ["#cookie-consent", "xpath///button[contains(., 'Save Selected')]"] }], test: [{ cookieContains: "plosCookieConsentStatus=false" }] }, { name: "pmc", cosmetic: true, prehideSelectors: ["#pmc-pp-tou--notice"], detectCmp: [{ exists: "#pmc-pp-tou--notice" }], detectPopup: [{ visible: "#pmc-pp-tou--notice" }], optIn: [{ click: "span.pmc-pp-tou--notice-close-btn" }], optOut: [{ hide: "#pmc-pp-tou--notice" }] }, { name: "pornhat", vendorUrl: "https://unknown", cosmetic: true, prehideSelectors: [".cookiesBanner"], detectCmp: [{ visible: ".cookiesBanner .wrapper-cookies" }], detectPopup: [{ visible: ".cookiesBanner .wrapper-cookies" }], optIn: [{ waitForThenClick: ".cookiesBanner .wrapper-cookies button" }], optOut: [{ hide: ".cookiesBanner" }] }, { name: "pornhub.com", runContext: { urlPattern: "^https://(www\\.)?pornhub\\.com/" }, cosmetic: false, prehideSelectors: ["#cookieBanner #cookieBannerContent"], detectCmp: [{ exists: "#cookieBanner #cookieBannerContent" }], detectPopup: [{ visible: "#cookieBanner #cookieBannerContent" }], optIn: [{ waitForThenClick: "#cookieBanner [data-label=accept_all]" }], optOut: [{ waitForThenClick: "#cookieBanner [data-label=accept_essential]" }] }, { name: "pornpics.com", cosmetic: true, prehideSelectors: ["#cookie-contract"], detectCmp: [{ exists: "#cookie-contract" }], detectPopup: [{ visible: "#cookie-contract" }], optIn: [{ click: "#cookie-contract .icon-cross" }], optOut: [{ hide: "#cookie-contract" }] }, { name: "postnl", vendorUrl: "https://postnl.nl", cosmetic: false, runContext: { urlPattern: "^https://([^.]+\\.)?postnl\\.nl/" }, prehideSelectors: ["pnl-cookie-wall-widget"], detectCmp: [{ exists: "pnl-cookie-wall-widget" }], detectPopup: [{ visible: "pnl-cookie-wall-widget" }], optIn: [{ waitForThenClick: ["pnl-cookie-wall-widget", "button.pci-button--primary"] }], optOut: [{ waitForThenClick: ["pnl-cookie-wall-widget", "button.pci-button--secondary"] }], test: [{ cookieContains: "CookiePermissionInfo" }] }, { name: "povr", vendorUrl: "https://povr.com/", cosmetic: false, runContext: { urlPattern: "^https://povr\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: ".alert .accept-cookies,form.js-cookies" }], detectPopup: [{ visible: ".alert .accept-cookies,form.js-cookies" }], optIn: [{ waitForThenClick: ".alert .accept-cookies,form.js-cookies button[type=submit]" }], optOut: [{ hide: ".alert:has(.accept-cookies)" }, { if: { exists: "form.js-cookies button" }, then: [{ waitFor: "form.js-cookies input[type=checkbox]" }, { click: "form.js-cookies input[type=checkbox]:checked:not(:disabled)", all: true, optional: true }, { waitForThenClick: "form.js-cookies button[type=submit]" }, { eval: "EVAL_POVR_GOBACK" }], else: [{ waitForThenClick: ".alert:has(.accept-cookies) a[href='/account/cookies']" }] }] }, { name: "pride.com", vendorUrl: "https://unknown", cosmetic: true, prehideSelectors: [".gdpr-wrapper"], detectCmp: [{ exists: ".gdpr-wrapper .gdpr-cookie-wrapper" }], detectPopup: [{ visible: ".gdpr-wrapper .gdpr-cookie-wrapper" }], optIn: [{ waitForThenClick: ".gdpr-wrapper button.gdpr-cookie-accept" }], optOut: [{ hide: ".gdpr-wrapper" }] }, { name: "PrimeBox CookieBar", prehideSelectors: ["#cookie-bar"], detectCmp: [{ exists: "#cookie-bar .cb-enable,#cookie-bar .cb-disable,#cookie-bar .cb-policy" }], detectPopup: [{ visible: "#cookie-bar .cb-enable,#cookie-bar .cb-disable,#cookie-bar .cb-policy", check: "any" }], optIn: [{ waitForThenClick: "#cookie-bar .cb-enable" }], optOut: [{ click: "#cookie-bar .cb-disable", optional: true }, { hide: "#cookie-bar" }], test: [{ cookieContains: "cb-enabled=accepted", negated: true }] }, { name: "privacymanager.io", prehideSelectors: ["#gdpr-consent-tool-wrapper", 'iframe[src^="https://cmp-consent-tool.privacymanager.io"]'], runContext: { urlPattern: "^https://cmp-consent-tool\\.privacymanager\\.io/", main: false, frame: true }, detectCmp: [{ exists: "button#save" }], detectPopup: [{ visible: "button#save" }], optIn: [{ click: "button#save" }], optOut: [{ if: { exists: "#denyAll" }, then: [{ click: "#denyAll" }, { waitForThenClick: ".okButton" }], else: [{ waitForThenClick: "#manageSettings" }, { waitFor: ".purposes-overview-list" }, { waitFor: "button#saveAndExit" }, { click: "span[role=checkbox][aria-checked=true]", all: true, optional: true }, { click: "button#saveAndExit" }] }] }, { name: "privado", vendorUrl: "https://www.privado.ai/cookie-consent", cosmetic: false, runContext: { main: true, frame: false }, prehideSelectors: ["#cookie-consent-banner"], detectCmp: [{ exists: "#cookie-consent-banner #accept-button" }], detectPopup: [{ visible: "#cookie-consent-banner #accept-button" }], optIn: [{ waitForThenClick: "#cookie-consent-banner #accept-button" }], optOut: [{ if: { exists: "#cookie-consent-banner #deny-button" }, then: [{ waitForThenClick: "#cookie-consent-banner #deny-button" }], else: [{ waitForThenClick: "#cookie-consent-banner #manage-settings-button" }, { waitForVisible: "#manage-cookies #save-button" }, { waitForThenClick: "#manage-cookies #save-button" }] }] }, { name: "productz.com", vendorUrl: "https://productz.com/", runContext: { urlPattern: "^https://productz\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: ".c-modal.is-active" }], detectPopup: [{ visible: ".c-modal.is-active" }], optIn: [{ waitForThenClick: ".c-modal.is-active .is-accept" }], optOut: [{ waitForThenClick: ".c-modal.is-active .is-dismiss" }] }, { name: "pubtech", prehideSelectors: ["#pubtech-cmp"], detectCmp: [{ exists: "#pubtech-cmp" }], detectPopup: [{ visible: "#pubtech-cmp #pt-actions" }], optIn: [{ if: { exists: "#pt-accept-all" }, then: [{ click: "#pubtech-cmp #pt-actions #pt-accept-all" }], else: [{ click: "#pubtech-cmp #pt-actions button:nth-of-type(2)" }] }], optOut: [{ click: "#pubtech-cmp #pt-close" }], test: [{ eval: "EVAL_PUBTECH_0" }] }, { name: "quantcast", prehideSelectors: ["#qc-cmp2-main,#qc-cmp2-container"], detectCmp: [{ exists: "#qc-cmp2-container" }], detectPopup: [{ visible: "#qc-cmp2-ui" }], optOut: [{ waitFor: '.qc-cmp2-summary-buttons > button[mode="secondary"]', timeout: 2e3 }, { if: { exists: '.qc-cmp2-summary-buttons > button[mode="secondary"]:nth-of-type(2)' }, then: [{ click: '.qc-cmp2-summary-buttons > button[mode="secondary"]:nth-of-type(2)' }], else: [{ click: '.qc-cmp2-summary-buttons > button[mode="secondary"]:nth-of-type(1)' }, { waitForVisible: "#qc-cmp2-ui .qc-cmp2-consent-info" }, { click: '.qc-cmp2-toggle-switch > button[aria-checked="true"]', all: true, optional: true }, { 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: { exists: ".qc-cmp2-buttons-desktop > button[mode=primary]" }, then: [{ click: ".qc-cmp2-buttons-desktop > button[mode=primary]" }], 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 }] }] }], optIn: [{ click: '.qc-cmp2-summary-buttons > button[mode="primary"]' }] }, { name: "ratemyprofessors", vendorUrl: "https://www.ratemyprofessors.com/", cosmetic: true, runContext: { urlPattern: "^https://(www\\.)?ratemyprofessors\\.com/" }, prehideSelectors: ["[class*=CCPAModal]"], detectCmp: [{ exists: "[class*=CCPAModal]" }], detectPopup: [{ visible: "[class*=CCPAModal]" }], optIn: [{ waitForThenClick: "div[class*=FullPageModal]:has(> div > div[class*=FullPageModal] > div[class*=CCPAModal]) button" }], optOut: [{ hide: "div[class*=FullPageModal]:has(> div > div[class*=FullPageModal] > div[class*=CCPAModal])" }] }, { name: "readly", runContext: { urlPattern: "^https://([a-z0-9-]+\\.)?readly\\.com/" }, prehideSelectors: [".DialogHandlerContainer.visible:has(.cookie-dialog)"], detectCmp: [{ exists: ".DialogHandlerContainer.visible:has(.cookie-dialog)" }], detectPopup: [{ visible: ".DialogHandlerContainer.visible:has(.cookie-dialog)" }], optIn: [{ waitForThenClick: "span.cookie-option-large+div+div>button.gui-button" }], optOut: [{ waitForThenClick: "span.cookie-option-large>div>span.link-no-decoration.gui-text" }, { if: { exists: ".cookie-dialog form .CookieConsentOption input[type='checkbox']:not([name='permanent']):checked" }, then: [{ waitForThenClick: ".cookie-dialog form .CookieConsentOption input[type='checkbox']:not([name='permanent']):checked", all: true }], else: [] }, { waitForThenClick: ".cookie-dialog button[type='submit']" }] }, { name: "reddit.com", runContext: { urlPattern: "^https://www\\.reddit\\.com/" }, prehideSelectors: ["[bundlename=reddit_cookie_banner]"], detectCmp: [{ exists: "reddit-cookie-banner" }], detectPopup: [{ visible: "reddit-cookie-banner" }], optIn: [{ waitForThenClick: ["reddit-cookie-banner", "#accept-all-cookies-button > button"] }], optOut: [{ waitForThenClick: ["reddit-cookie-banner", "#reject-nonessential-cookies-button > button"] }], test: [{ cookieContains: "eu_cookie={%22opted%22:true%2C%22nonessential%22:false}" }] }, { name: "remarkable.com", vendorUrl: "https://www.remarkable.com/", cosmetic: false, runContext: { urlPattern: "^https://(www\\.)?remarkable\\.com/" }, prehideSelectors: [".overlay-cookies"], detectCmp: [{ exists: ".overlay-cookies,#cookieBar-button" }], detectPopup: [{ visible: ".overlay-cookies,#cookieBar-button" }], optIn: [{ waitForThenClick: ".overlay-cookies .ark-button--primary-neutral,#cookieBar-button" }], optOut: [{ if: { exists: "#cookieBar-button" }, then: [{ hide: "div:has(> button#cookieBar-button)" }], else: [{ waitForThenClick: ".overlay-cookies .ark-button--tertiary-neutral" }, { waitFor: ".overlay-cookies #cookie-group-control-necessary" }, { waitForThenClick: ".overlay-cookies .ark-button--secondary" }] }], test: [{ eval: "EVAL_REMARKABLE_TEST" }] }, { name: "ring", vendorUrl: "https://ring.com", prehideSelectors: [], detectCmp: [{ exists: ".consent-banner .consent-banner-copy" }], detectPopup: [{ visible: ".consent-banner .consent-banner-copy" }], optIn: [{ waitForThenClick: ".consent-banner .consent--accept" }], optOut: [{ waitForThenClick: ".consent-banner .consent--manage" }, { waitForVisible: ".consent-modal .consent-bucket" }, { click: ".consent-modal input[type=checkbox]:checked", all: true, optional: true }, { waitForThenClick: ".consent-modal .consent-save" }] }, { name: "roblox", vendorUrl: "https://roblox.com", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https://(www\\.)?roblox\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: ".cookie-banner-wrapper" }], detectPopup: [{ visible: ".cookie-banner-wrapper .cookie-banner" }], optIn: [{ waitForThenClick: ".cookie-banner-wrapper button.btn-cta-lg" }], optOut: [{ waitForThenClick: ".cookie-banner-wrapper button.btn-secondary-lg" }], test: [{ cookieContains: "RBXcb" }] }, { name: "rog-forum.asus.com", runContext: { urlPattern: "^https://rog-forum\\.asus\\.com/" }, prehideSelectors: ["#cookie-policy-info"], detectCmp: [{ exists: "#cookie-policy-info" }], detectPopup: [{ visible: "#cookie-policy-info" }], optIn: [{ click: 'div.cookie-btn-box > div[aria-label="Accept"]' }], optOut: [{ click: 'div.cookie-btn-box > div[aria-label="Reject"]' }, { waitForThenClick: '.cookie-policy-lightbox-bottom > div[aria-label="Save Settings"]' }] }, { name: "roofingmegastore.co.uk", runContext: { urlPattern: "^https://(www\\.)?roofingmegastore\\.co\\.uk" }, prehideSelectors: ["#m-cookienotice"], detectCmp: [{ exists: "#m-cookienotice" }], detectPopup: [{ visible: "#m-cookienotice" }], optIn: [{ click: "#accept-cookies" }], optOut: [{ click: "#manage-cookies" }, { waitForThenClick: "#accept-selected" }] }, { name: "rt", vendorUrl: "https://www.rt.com/", cosmetic: true, runContext: { urlPattern: "^https://(www\\.)?rt\\.com/" }, prehideSelectors: [".cookies-banner-shown"], detectCmp: [{ exists: ".cookies-banner-shown" }], detectPopup: [{ visible: ".cookies-banner-shown" }], optIn: [{ waitForThenClick: ".cookies-banner-shown .js-cookies-button" }], optOut: [{ hide: ".cookies-banner-shown" }] }, { name: "ryanair", vendorUrl: "https://www.ryanair.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https://(www\\.)?ryanair\\.com/" }, prehideSelectors: ["#cookie-popup-with-overlay"], detectCmp: [{ exists: "#cookie-popup-with-overlay" }], detectPopup: [{ visible: "#cookie-popup-with-overlay" }], optIn: [{ waitForThenClick: "#cookie-popup-with-overlay [data-ref='cookie.accept-all']" }], optOut: [{ waitForThenClick: "#cookie-popup-with-overlay [data-ref='cookie.no-thanks']" }], test: [{ cookieContains: "RY_COOKIE_CONSENT" }] }, { name: "samsung.com", runContext: { urlPattern: "^https://www\\.samsung\\.com/" }, cosmetic: true, prehideSelectors: ["div.cookie-bar"], detectCmp: [{ exists: "div.cookie-bar" }], detectPopup: [{ visible: "div.cookie-bar" }], optIn: [{ click: "div.cookie-bar__manage > a" }], optOut: [{ hide: "div.cookie-bar" }] }, { name: "sandhills", vendorUrl: "https://unknown", cosmetic: true, prehideSelectors: [".cookies-consent"], detectCmp: [{ exists: ".cookies-consent .cookies-inner" }], detectPopup: [{ visible: ".cookies-consent .cookies-inner" }], optIn: [{ waitForThenClick: ".cookies-consent .cookies-inner button.close" }], optOut: [{ hide: ".cookies-consent" }] }, { name: "sas", vendorUrl: "https://www.flysas.com/", prehideSelectors: ["s4s-privacy-module"], detectCmp: [{ exists: "s4s-privacy-module" }], detectPopup: [{ visible: "s4s-privacy-module" }], optIn: [{ waitForThenClick: "s4s-privacy-module button.accept" }], optOut: [{ waitForThenClick: "s4s-privacy-module button.decline" }], test: [{ cookieContains: "_cookieanalytics" }] }, { name: "setapp.com", vendorUrl: "https://setapp.com/", cosmetic: true, runContext: { urlPattern: "^https://setapp\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: ".cookie-banner.js-cookie-banner" }], detectPopup: [{ visible: ".cookie-banner.js-cookie-banner" }], optIn: [{ waitForThenClick: ".cookie-banner.js-cookie-banner button" }], optOut: [{ hide: ".cookie-banner.js-cookie-banner" }] }, { name: "shopify", vendorUrl: "https://shopify.dev/docs/api/customer-privacy", cosmetic: false, prehideSelectors: ["#shopify-pc__banner"], detectCmp: [{ exists: "#shopify-pc__banner" }], detectPopup: [{ visible: "#shopify-pc__banner" }], optIn: [{ waitForThenClick: "#shopify-pc__banner__btn-accept" }], optOut: [{ waitForThenClick: "#shopify-pc__banner__btn-decline" }], test: [{ eval: "EVAL_SHOPIFY_TEST" }] }, { name: "sibbo", prehideSelectors: ["sibbo-cmp-layout"], detectCmp: [{ exists: "sibbo-cmp-layout" }], detectPopup: [{ visible: "#rejectAllMain" }], optIn: [{ click: "#acceptAllMain" }], optOut: [{ click: "#rejectAllMain" }] }, { name: "similarweb.com", cosmetic: true, prehideSelectors: [".app-cookies-notification"], detectCmp: [{ exists: ".app-cookies-notification" }], detectPopup: [{ exists: ".app-layout .app-cookies-notification" }], optIn: [{ click: "button.app-cookies-notification__dismiss" }], optOut: [{ hide: ".app-layout .app-cookies-notification" }] }, { name: "Sirdata", cosmetic: false, prehideSelectors: ["#sd-cmp"], detectCmp: [{ exists: "#sd-cmp" }], detectPopup: [{ visible: "#sd-cmp" }], optIn: [{ waitForThenClick: "#sd-cmp .sd-cmp-3cRQ2" }], optOut: [{ waitForThenClick: ["#sd-cmp", "xpath///span[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')]"] }] }, { name: "skyscanner", vendorUrl: "https://skyscanner.com", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https://(www\\.)?skyscanner[\\.a-z]+/" }, prehideSelectors: [".cookie-banner-wrapper"], detectCmp: [{ exists: "#cookieBannerContent" }], detectPopup: [{ visible: "#cookieBannerContent" }], optIn: [{ waitForThenClick: "[data-tracking-element-id=cookie_banner_accept_all]" }], optOut: [{ waitForThenClick: "[data-tracking-element-id=cookie_banner_essential_only]" }, { waitForVisible: "#cookieBannerContent", check: "none" }], test: [{ eval: "EVAL_SKYSCANNER_TEST" }] }, { name: "snigel", detectCmp: [{ exists: ".snigel-cmp-framework" }], detectPopup: [{ visible: ".snigel-cmp-framework" }], optOut: [{ click: "#sn-b-custom" }, { click: "#sn-b-save" }], test: [{ cookieContains: "snconsent" }], optIn: [{ click: ".snigel-cmp-framework #accept-choices" }] }, { name: "squiz", vendorUrl: "https://www.squiz.net/webinars/cdp", cosmetic: false, runContext: { main: true, frame: false }, prehideSelectors: ["#cookie-consent-banner"], detectCmp: [{ exists: "#cookie-consent-banner #accept-cdp-cookie" }], detectPopup: [{ visible: "#cookie-consent-banner #accept-cdp-cookie" }], optIn: [{ waitForThenClick: "#accept-cdp-cookie" }], optOut: [{ waitForThenClick: "#reject-cdp-cookie" }], test: [{ wait: 500 }, { cookieContains: "squiz.cdp.consent" }] }, { name: "steampowered.com", detectCmp: [{ exists: ".cookiepreferences_popup" }, { visible: ".cookiepreferences_popup" }], detectPopup: [{ visible: ".cookiepreferences_popup" }], optOut: [{ click: "#rejectAllButton" }], optIn: [{ click: "#acceptAllButton" }], test: [{ wait: 1e3 }, { eval: "EVAL_STEAMPOWERED_0" }] }, { name: "strato.de", prehideSelectors: [".consent__wrapper"], runContext: { urlPattern: "^https://www\\.strato\\.de/" }, detectCmp: [{ exists: ".consent" }], detectPopup: [{ visible: ".consent" }], optIn: [{ click: "button.consentAgree" }], optOut: [{ click: "button.consentSettings" }, { waitForThenClick: "button#consentSubmit" }] }, { name: "stripchat.com", vendorUrl: "https://unknown", cosmetic: false, prehideSelectors: [".cookies-reminder"], detectCmp: [{ exists: ".cookies-reminder .cookies-reminder__content" }], detectPopup: [{ visible: ".cookies-reminder .cookies-reminder__content" }], optIn: [{ waitForThenClick: ".cookies-reminder .cookies-reminder__accept-all-button" }], optOut: [{ waitForThenClick: ".cookies-reminder .cookies-reminder__manage-button" }, { waitForThenClick: "dialog[open] .cookies-select-modal .cookies-select-modal__buttons .ds-btn-apply-2-ds" }], test: [{ wait: 500 }, { cookieContains: " c=%7B%22essential" }] }, { name: "summitracing", vendorUrl: "https://unknown", cosmetic: true, runContext: { main: true, frame: false }, prehideSelectors: ["#CookieConsentBannerPlaceholder"], detectCmp: [{ exists: "#CookieConsentBannerPlaceholder .cookies-banner-container" }], detectPopup: [{ visible: "#CookieConsentBannerPlaceholder .cookies-banner-container" }], optIn: [{ waitForThenClick: "#CookieConsentBannerPlaceholder .cookies-banner-container .cookies-button" }], optOut: [{ hide: "#CookieConsentBannerPlaceholder" }] }, { name: "svt.se", vendorUrl: "https://www.svt.se/", runContext: { urlPattern: "^https://www\\.svt\\.se/" }, prehideSelectors: ["[class*=CookieConsent__root___]"], detectCmp: [{ exists: "[class*=CookieConsent__root___]" }], detectPopup: [{ visible: "[class*=CookieConsent__modal___]" }], optIn: [{ waitForThenClick: "[class*=CookieConsent__modal___] > div > button[class*=primary]" }], optOut: [{ waitForThenClick: "[class*=CookieConsent__modal___] > div > button[class*=secondary]:nth-child(2)" }], test: [{ cookieContains: 'cookie-consent-1={"optedIn":true,"functionality":false,"statistics":false}' }] }, { name: "synology", vendorUrl: "https://synology.com", cosmetic: false, prehideSelectors: [".syno_cookie_element"], detectCmp: [{ exists: ".syno_cookie_element" }], detectPopup: [{ visible: ".syno_cookie_element" }], optIn: [{ waitForThenClick: ".syno_cookie_element .btn_accept" }], optOut: [{ waitForThenClick: ".syno_cookie_element .btn_option" }, { waitForVisible: ".syno_cookie_element .scb_dialog_body" }, { click: ".syno_cookie_element.scb_dialog input[type=checkbox]:checked:not(:disabled):not([readonly])", all: true, optional: true }, { waitForThenClick: ".syno_cookie_element.scb_dialog .scb_btn_save" }], test: [{ cookieContains: "syno_confirm_v5_answer" }, { cookieContains: '"targeting":false' }] }, { name: "takealot.com", cosmetic: true, prehideSelectors: ['div[class^="cookies-banner-module_"]'], detectCmp: [{ exists: 'div[class^="cookies-banner-module_cookie-banner_"]' }], detectPopup: [{ exists: 'div[class^="cookies-banner-module_cookie-banner_"]' }], optIn: [{ click: 'button[class*="cookies-banner-module_dismiss-button_"]' }], optOut: [{ hide: 'div[class^="cookies-banner-module_"]' }, { if: { exists: 'div[class^="cookies-banner-module_small-cookie-banner_"]' }, then: [{ eval: "EVAL_TAKEALOT_0" }], else: [] }] }, { name: "tarteaucitron.js", prehideSelectors: ["#tarteaucitronRoot"], detectCmp: [{ exists: "#tarteaucitronRoot" }], detectPopup: [{ visible: "#tarteaucitronRoot #tarteaucitronAlertBig", check: "any" }], optIn: [{ eval: "EVAL_TARTEAUCITRON_1" }], optOut: [{ eval: "EVAL_TARTEAUCITRON_0" }], test: [{ eval: "EVAL_TARTEAUCITRON_2", comment: "sometimes there are required categories, so we check that at least something is false" }] }, { name: "taunton", vendorUrl: "https://www.taunton.com/", prehideSelectors: ["#taunton-user-consent__overlay"], detectCmp: [{ exists: "#taunton-user-consent__overlay" }], detectPopup: [{ exists: "#taunton-user-consent__overlay:not([aria-hidden=true])" }], optIn: [{ click: "#taunton-user-consent__toolbar input[type=checkbox]:not(:checked)" }, { click: "#taunton-user-consent__toolbar button[type=submit]" }], optOut: [{ click: "#taunton-user-consent__toolbar input[type=checkbox]:checked", optional: true, all: true }, { click: "#taunton-user-consent__toolbar button[type=submit]" }], test: [{ cookieContains: "taunton_user_consent_submitted=true" }] }, { name: "tccCmpAlert", vendorUrl: "https://unknown", prehideSelectors: ["#tccCmpAlert"], detectCmp: [{ exists: "#tccCmpAlert" }], detectPopup: [{ visible: "#tccCmpAlert" }], optIn: [{ waitForThenClick: "xpath///span[contains(.,'Accetta tutto')]" }], optOut: [{ waitForThenClick: "xpath///span[contains(.,'Accetta solo cookie necessari')]" }] }, { name: "Tealium", prehideSelectors: ["#__tealiumGDPRecModal,#__tealiumGDPRcpPrefs,#__tealiumImplicitmodal,#consent-layer"], detectCmp: [{ exists: "#__tealiumGDPRecModal *,#__tealiumGDPRcpPrefs *,#__tealiumImplicitmodal *" }, { eval: "EVAL_TEALIUM_0" }], detectPopup: [{ visible: "#__tealiumGDPRecModal *,#__tealiumGDPRcpPrefs *,#__tealiumImplicitmodal *", check: "any" }], optOut: [{ eval: "EVAL_TEALIUM_1" }, { eval: "EVAL_TEALIUM_DONOTSELL" }, { hide: "#__tealiumGDPRecModal,#__tealiumGDPRcpPrefs,#__tealiumImplicitmodal" }, { waitForThenClick: "#cm-acceptNone,.js-accept-essential-cookies,#continueWithoutAccepting,#no_consent", timeout: 1e3, optional: true }], optIn: [{ hide: "#__tealiumGDPRecModal,#__tealiumGDPRcpPrefs" }, { eval: "EVAL_TEALIUM_2" }], test: [{ eval: "EVAL_TEALIUM_3" }, { eval: "EVAL_TEALIUM_DONOTSELL_CHECK" }, { visible: "#__tealiumGDPRecModal,#__tealiumGDPRcpPrefs", check: "none" }] }, { name: "temu", vendorUrl: "https://temu.com", runContext: { urlPattern: "^https://([a-z0-9-]+\\.)?temu\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: 'div > div > div > div > span[href*="/cookie-and-similar-technologies-policy.html"]' }], detectPopup: [{ visible: 'div > div > div > div > span[href*="/cookie-and-similar-technologies-policy.html"]' }], optIn: [{ waitForThenClick: 'div > div > div:has(> div > span[href*="/cookie-and-similar-technologies-policy.html"]) > [role=button]:nth-child(3)' }], optOut: [{ if: { exists: "xpath///span[contains(., 'Alle afwijzen') or contains(., 'Reject all') or contains(., 'T\xFCm\xFCn\xFC reddet') or contains(., 'Odrzu\u0107 wszystko')]" }, then: [{ waitForThenClick: "xpath///span[contains(., 'Alle afwijzen') or contains(., 'Reject all') or contains(., 'T\xFCm\xFCn\xFC reddet') or contains(., 'Odrzu\u0107 wszystko')]" }], else: [{ waitForThenClick: 'div > div > div:has(> div > span[href*="/cookie-and-similar-technologies-policy.html"]) > [role=button]:nth-child(2)' }] }] }, { name: "Termly", prehideSelectors: ["#termly-code-snippet-support"], detectCmp: [{ exists: "#termly-code-snippet-support" }], detectPopup: [{ visible: "#termly-code-snippet-support div" }], optIn: [{ waitForThenClick: '[data-tid="banner-accept"]' }], optOut: [{ if: { exists: '[data-tid="banner-decline"]' }, then: [{ click: '[data-tid="banner-decline"]' }], else: [{ waitForThenClick: '.t-preference-button,[data-testid="preferences-link"]' }, { waitFor: ".t-declineAllButton", timeout: 700 }, { if: { exists: ".t-declineAllButton" }, then: [{ click: ".t-declineAllButton" }], else: [{ waitForThenClick: ".t-preference-modal input[type=checkbox][checked]:not([disabled])", all: true }, { waitForThenClick: ".t-saveButton" }] }] }] }, { name: "termsfeed", vendorUrl: "https://termsfeed.com", comment: "v4.x.x", prehideSelectors: [".termsfeed-com---nb"], detectCmp: [{ exists: ".termsfeed-com---nb" }], detectPopup: [{ visible: ".termsfeed-com---nb" }], optIn: [{ waitForThenClick: ".cc-nb-okagree" }], optOut: [{ if: { exists: ".cc-nb-reject" }, then: [{ waitForThenClick: ".cc-nb-reject" }], else: [{ waitForThenClick: ".cc-nb-changep" }, { waitFor: 'input[cookie_consent_toggler="true"]' }, { click: 'input[cookie_consent_toggler="true"]:checked', all: true, optional: true }, { click: ".cc-cp-foot-save" }] }] }, { name: "termsfeed3", vendorUrl: "https://termsfeed.com", comment: "v3.x.x", prehideSelectors: [".cc_dialog.cc_css_reboot,.cc_overlay_lock"], detectCmp: [{ exists: ".cc_dialog.cc_css_reboot" }], detectPopup: [{ visible: ".cc_dialog.cc_css_reboot" }], optIn: [{ waitForThenClick: ".cc_dialog.cc_css_reboot .cc_b_ok" }], optOut: [{ if: { exists: ".cc_dialog.cc_css_reboot .cc_b_cp" }, then: [{ click: ".cc_dialog.cc_css_reboot .cc_b_cp" }, { waitForVisible: ".cookie-consent-preferences-dialog .cc_cp_f_save button" }, { waitForThenClick: ".cookie-consent-preferences-dialog .cc_cp_f_save button" }], else: [{ hide: ".cc_dialog.cc_css_reboot,.cc_overlay_lock" }] }] }, { name: "tesco", vendorUrl: "https://www.tesco.com", cosmetic: false, runContext: { urlPattern: "^https://(www\\.)?tesco\\.com/" }, prehideSelectors: ["[class*=CookieBanner__Sizer]"], detectCmp: [{ exists: "[aria-label=consent-banner]" }], detectPopup: [{ visible: "[aria-label=consent-banner]" }], optIn: [{ wait: 1e3 }, { waitForThenClick: "xpath///button[contains(., 'Accept all')]" }], optOut: [{ wait: 1e3 }, { waitForThenClick: "xpath///button[contains(., 'Reject all')]" }] }, { name: "tesla", vendorUrl: "https://tesla.com/", runContext: { main: true, frame: false, urlPattern: "^https://(www\\.)?tesla\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "#cookie_banner" }], detectPopup: [{ visible: "#cookie_banner" }], optIn: [{ waitForThenClick: "#tsla-accept-cookie" }], optOut: [{ waitForThenClick: "#tsla-reject-cookie" }], test: [{ cookieContains: "tsla-cookie-consent=rejected" }] }, { name: "Test page cosmetic CMP", cosmetic: true, prehideSelectors: ["#privacy-test-page-cmp-test-prehide"], detectCmp: [{ exists: "#privacy-test-page-cmp-test-banner" }], detectPopup: [{ visible: "#privacy-test-page-cmp-test-banner" }], optIn: [{ waitFor: "#accept-all" }, { click: "#accept-all" }], optOut: [{ hide: "#privacy-test-page-cmp-test-banner" }], test: [{ wait: 500 }, { eval: "EVAL_TESTCMP_COSMETIC_0" }] }, { name: "Test page CMP", prehideSelectors: ["#reject-all"], detectCmp: [{ exists: "#privacy-test-page-cmp-test" }], detectPopup: [{ visible: "#privacy-test-page-cmp-test" }], optIn: [{ waitFor: "#accept-all" }, { click: "#accept-all" }], optOut: [{ waitFor: "#reject-all" }, { eval: "EVAL_TESTCMP_STEP" }, { click: "#reject-all" }], test: [{ eval: "EVAL_TESTCMP_0" }] }, { name: "thalia.de", prehideSelectors: [".consent-banner-box"], detectCmp: [{ exists: "consent-banner[component=consent-banner]" }], detectPopup: [{ visible: ".consent-banner-box" }], optIn: [{ click: ".button-zustimmen" }], optOut: [{ click: "button[data-consent=disagree]" }] }, { name: "thefreedictionary.com", prehideSelectors: ["#cmpBanner"], detectCmp: [{ exists: "#cmpBanner" }], detectPopup: [{ visible: "#cmpBanner" }], optIn: [{ eval: "EVAL_THEFREEDICTIONARY_1" }], optOut: [{ eval: "EVAL_THEFREEDICTIONARY_0" }] }, { name: "theverge", runContext: { frame: false, main: true, urlPattern: "^https://(www)?\\.theverge\\.com" }, intermediate: false, prehideSelectors: [".duet--cta--cookie-banner"], detectCmp: [{ exists: ".duet--cta--cookie-banner" }], detectPopup: [{ visible: ".duet--cta--cookie-banner" }], optIn: [{ click: ".duet--cta--cookie-banner button.tracking-12", all: false }], optOut: [{ click: ".duet--cta--cookie-banner button.tracking-12 > span" }], test: [{ cookieContains: "_duet_gdpr_acknowledged=1" }] }, { name: "tinyurl", vendorUrl: "https://tinyurl.com/", cosmetic: true, runContext: { urlPattern: "^https://tinyurl\\.com/" }, prehideSelectors: ["[data-test-id=cookies_section]"], detectCmp: [{ exists: "[data-test-id=cookies_section]" }], detectPopup: [{ visible: "[data-test-id=cookies_section]" }], optIn: [{ waitForThenClick: "[data-test-id=cookies_section_got_it_btn]" }], optOut: [{ hide: "[data-test-id=cookies_section]" }] }, { name: "toyota", vendorUrl: "https://www.toyota.com/", cosmetic: false, runContext: { main: true, frame: false }, prehideSelectors: ["#cookie-banner.visible"], detectCmp: [{ exists: "#cookie-banner.visible .cookie-banner__container .cookie-banner__accept" }], detectPopup: [{ visible: "#cookie-banner.visible .cookie-banner__container .cookie-banner__accept" }], optIn: [{ waitForThenClick: "#cookie-banner.visible .cookie-banner__container .cookie-banner__accept" }], optOut: [{ waitForThenClick: "#cookie-banner.visible .cookie-banner__container .cookie-banner__reject" }], test: [{ cookieContains: "TOYOTANATIONAL_ENSIGHTEN_PRIVACY_TargetingCookies" }] }, { name: "tplink", vendorUrl: "https://www.tp-link.com", cosmetic: false, prehideSelectors: [".tp-dialog.cookie-dialog"], detectCmp: [{ exists: ".tp-dialog.cookie-dialog" }], detectPopup: [{ visible: ".tp-dialog.cookie-dialog button" }], optIn: [{ waitForThenClick: ".tp-dialog-box .tp-cookie-accept-all" }], optOut: [{ click: ".tp-dialog-box .checkbox.clickable:not(.checked)", all: true, optional: true }, { waitForThenClick: ".tp-dialog-box .tp-cookie-save" }], test: [{ cookieContains: "tp_privacy_base" }] }, { name: "tractor-supply", runContext: { urlPattern: "^https://www\\.tractorsupply\\.com/" }, cosmetic: true, prehideSelectors: [".tsc-cookie-banner"], detectCmp: [{ exists: ".tsc-cookie-banner" }], detectPopup: [{ visible: ".tsc-cookie-banner" }], optIn: [{ click: "#cookie-banner-cancel" }], optOut: [{ hide: ".tsc-cookie-banner" }] }, { name: "trader-joes-com", cosmetic: true, prehideSelectors: ['div.aem-page > div[class^="CookiesAlert_cookiesAlert__"]'], detectCmp: [{ exists: 'div.aem-page > div[class^="CookiesAlert_cookiesAlert__"]' }], detectPopup: [{ visible: 'div.aem-page > div[class^="CookiesAlert_cookiesAlert__"]' }], optIn: [{ click: 'div[class^="CookiesAlert_cookiesAlert__container__"] button' }], optOut: [{ hide: 'div.aem-page > div[class^="CookiesAlert_cookiesAlert__"]' }] }, { name: "transcend", vendorUrl: "https://unknown", cosmetic: true, prehideSelectors: ["#transcend-consent-manager"], detectCmp: [{ exists: "#transcend-consent-manager" }], detectPopup: [{ visible: "#transcend-consent-manager" }], optIn: [{ waitForThenClick: ["#transcend-consent-manager", "#consentManagerMainDialog .inner-container button"] }], optOut: [{ hide: "#transcend-consent-manager" }] }, { name: "transip-nl", runContext: { urlPattern: "^https://www\\.transip\\.nl/" }, prehideSelectors: ["#consent-modal"], detectCmp: [{ any: [{ exists: "#consent-modal" }, { exists: "#privacy-settings-content" }] }], detectPopup: [{ any: [{ visible: "#consent-modal" }, { visible: "#privacy-settings-content" }] }], optIn: [{ click: 'button[type="submit"]' }], optOut: [{ if: { exists: "#privacy-settings-content" }, then: [{ click: 'button[type="submit"]' }], else: [{ click: "div.one-modal__action-footer-column--secondary > a" }] }] }, { name: "tropicfeel-com", prehideSelectors: ["#shopify-section-cookies-controller"], detectCmp: [{ exists: "#shopify-section-cookies-controller" }], detectPopup: [{ visible: "#shopify-section-cookies-controller #cookies-controller-main-pane", check: "any" }], optIn: [{ waitForThenClick: "#cookies-controller-main-pane form[data-form-allow-all] button" }], optOut: [{ click: "#cookies-controller-main-pane a[data-tab-target=manage-cookies]" }, { waitFor: "#manage-cookies-pane.active" }, { click: "#manage-cookies-pane.active input[type=checkbox][checked]:not([disabled])", all: true }, { click: "#manage-cookies-pane.active button[type=submit]" }], test: [] }, { name: "true-car", runContext: { urlPattern: "^https://www\\.truecar\\.com/" }, cosmetic: true, prehideSelectors: ['div[aria-labelledby="cookie-banner-heading"]'], detectCmp: [{ exists: 'div[aria-labelledby="cookie-banner-heading"]' }], detectPopup: [{ visible: 'div[aria-labelledby="cookie-banner-heading"]' }], optIn: [{ click: 'div[aria-labelledby="cookie-banner-heading"] > button[aria-label="Close"]' }], optOut: [{ hide: 'div[aria-labelledby="cookie-banner-heading"]' }] }, { name: "truecar", vendorUrl: "https://www.truecar.com/", cosmetic: true, runContext: { urlPattern: "^https://(www\\.)?truecar\\.com/" }, prehideSelectors: [".fixed.bottom-0:has([data-test=cookieBannerButton])"], detectCmp: [{ exists: ".fixed.bottom-0 [data-test=cookieBannerButton]" }], detectPopup: [{ visible: ".fixed.bottom-0 [data-test=cookieBannerButton]" }], optIn: [{ waitForThenClick: "[data-test=cookieBannerButton]" }], optOut: [{ hide: ".fixed.bottom-0:has([data-test=cookieBannerButton])" }] }, { name: "truthsocial", vendorUrl: "https://truthsocial.com/", cosmetic: true, runContext: { urlPattern: "^https://(www\\.)?truthsocial\\.com/" }, prehideSelectors: ["[data-testid=banner]:has(a[href='https://help.truthsocial.com/legal/privacy-policy/'])"], detectCmp: [{ exists: "[data-testid=banner] a[href='https://help.truthsocial.com/legal/privacy-policy/']" }], detectPopup: [{ visible: "[data-testid=banner] a[href='https://help.truthsocial.com/legal/privacy-policy/']" }], optIn: [{ waitForThenClick: ["[data-testid=banner]", "xpath///button[contains(., 'Accept')]"] }], optOut: [{ hide: "[data-testid=banner]:has(a[href='https://help.truthsocial.com/legal/privacy-policy/'])" }] }, { name: "truyo", prehideSelectors: ["#truyo-consent-module"], detectCmp: [{ exists: "#truyo-cookieBarContent" }], detectPopup: [{ visible: "#truyo-consent-module" }], optIn: [{ click: "button#acceptAllCookieButton" }], optOut: [{ click: "button#declineAllCookieButton" }] }, { name: "twcc", vendorUrl: "https://unknown", cosmetic: false, runContext: { main: true, frame: false }, prehideSelectors: ["#twcc__mechanism"], detectCmp: [{ exists: "#twcc__mechanism .twcc__notice" }], detectPopup: [{ visible: "#twcc__mechanism .twcc__notice" }], optIn: [{ waitForThenClick: "#twcc__accept-button" }], optOut: [{ waitForThenClick: "#twcc__decline-button" }], test: [{ cookieContains: "twCookieConsent=" }] }, { name: "twitch-mobile", vendorUrl: "https://m.twitch.tv/", cosmetic: true, runContext: { urlPattern: "^https?://m\\.twitch\\.tv" }, prehideSelectors: [], detectCmp: [{ exists: '.ReactModal__Overlay [href="https://www.twitch.tv/p/cookie-policy"]' }], detectPopup: [{ visible: '.ReactModal__Overlay [href="https://www.twitch.tv/p/cookie-policy"]' }], optIn: [{ waitForThenClick: '.ReactModal__Overlay:has([href="https://www.twitch.tv/p/cookie-policy"]) button' }], optOut: [{ hide: '.ReactModal__Overlay:has([href="https://www.twitch.tv/p/cookie-policy"])' }] }, { name: "twitch.tv", runContext: { urlPattern: "^https?://(www\\.)?twitch\\.tv" }, prehideSelectors: ["div:has(> .consent-banner .consent-banner__content--gdpr-v2),.ReactModalPortal:has([data-a-target=consent-modal-save])"], detectCmp: [{ exists: ".consent-banner .consent-banner__content--gdpr-v2" }], detectPopup: [{ visible: ".consent-banner .consent-banner__content--gdpr-v2" }], optIn: [{ click: 'button[data-a-target="consent-banner-accept"]' }], optOut: [{ hide: "div:has(> .consent-banner .consent-banner__content--gdpr-v2)" }, { click: 'button[data-a-target="consent-banner-manage-preferences"]' }, { waitFor: "input[type=checkbox][data-a-target=tw-checkbox]" }, { click: "input[type=checkbox][data-a-target=tw-checkbox][checked]:not([disabled])", all: true, optional: true }, { waitForThenClick: "[data-a-target=consent-modal-save]" }, { waitForVisible: ".ReactModalPortal:has([data-a-target=consent-modal-save])", check: "none" }] }, { name: "twitter", runContext: { urlPattern: "^https://([a-z0-9-]+\\.)?(twitter|x)\\.com/" }, prehideSelectors: ['[data-testid="BottomBar"]'], detectCmp: [{ exists: '[data-testid="BottomBar"] div' }], detectPopup: [{ visible: '[data-testid="BottomBar"] div' }], optIn: [{ waitForThenClick: '[data-testid="BottomBar"] > div:has(>div:first-child>div:last-child>button[role=button]>span) > div:last-child > button[role=button]:first-child' }], optOut: [{ waitForThenClick: '[data-testid="BottomBar"] > div:has(>div:first-child>div:last-child>button[role=button]>span) > div:last-child > button[role=button]:last-child' }] }, { name: "u12-data-protection-notice", vendorUrl: "https://unknown", prehideSelectors: [".u12-data-protection-notice"], detectCmp: [{ exists: ".u12-data-protection-notice" }], detectPopup: [{ visible: ".u12-data-protection-notice button" }], optIn: [{ waitForThenClick: ".u12-data-protection-notice button.js-accept" }], optOut: [{ waitForThenClick: ".u12-data-protection-notice button.js-decline" }] }, { name: "ubuntu.com", prehideSelectors: ["dialog.cookie-policy"], detectCmp: [{ any: [{ exists: "dialog.cookie-policy header" }, { exists: 'xpath///*[@id="modal"]/div/header' }] }], detectPopup: [{ any: [{ visible: "dialog header" }, { visible: 'xpath///*[@id="modal"]/div/header' }] }], optIn: [{ any: [{ waitForThenClick: "#cookie-policy-button-accept" }, { waitForThenClick: 'xpath///*[@id="cookie-policy-button-accept"]' }] }], optOut: [{ any: [{ waitForThenClick: "button.js-manage" }, { waitForThenClick: 'xpath///*[@id="cookie-policy-content"]/p[4]/button[2]' }] }, { waitForThenClick: "dialog.cookie-policy .p-switch__input:checked", optional: true, all: true, timeout: 500 }, { any: [{ waitForThenClick: "dialog.cookie-policy .js-save-preferences" }, { waitForThenClick: 'xpath///*[@id="modal"]/div/button' }] }], test: [{ cookieContains: "_cookies_accepted=essential" }] }, { name: "UK Cookie Consent", prehideSelectors: ["#catapult-cookie-bar"], cosmetic: true, detectCmp: [{ exists: "#catapult-cookie-bar" }], detectPopup: [{ exists: ".has-cookie-bar #catapult-cookie-bar" }], optIn: [{ click: "#catapultCookie" }], optOut: [{ hide: "#catapult-cookie-bar" }], test: [{ cookieContains: "catAccCookies", negated: true }] }, { name: "unicourt", vendorUrl: "https://unicourt.com/", cosmetic: true, runContext: { urlPattern: "^https://(www\\.)?unicourt\\.com/" }, prehideSelectors: [".cookie-notification"], detectCmp: [{ exists: ".cookie-notification" }], detectPopup: [{ visible: ".cookie-notification" }], optIn: [{ waitForThenClick: ".cookie-notification button" }], optOut: [{ hide: ".cookie-notification" }] }, { name: "urbanarmorgear-com", cosmetic: true, prehideSelectors: ['div[class^="Layout__CookieBannerContainer-"]'], detectCmp: [{ exists: 'div[class^="Layout__CookieBannerContainer-"]' }], detectPopup: [{ visible: 'div[class^="Layout__CookieBannerContainer-"]' }], optIn: [{ click: 'button[class^="CookieBanner__AcceptButton"]' }], optOut: [{ hide: 'div[class^="Layout__CookieBannerContainer-"]' }] }, { name: "usercentrics-api", detectCmp: [{ exists: "#usercentrics-root,#usercentrics-cmp-ui" }], detectPopup: [{ eval: "EVAL_USERCENTRICS_API_0" }, { if: { exists: "#usercentrics-cmp-ui" }, then: [{ waitForVisible: "#usercentrics-cmp-ui", timeout: 2e3 }], else: [{ exists: ["#usercentrics-root", "[data-testid=uc-container]"] }, { waitForVisible: "#usercentrics-root", timeout: 2e3 }] }], optIn: [{ eval: "EVAL_USERCENTRICS_API_3" }, { eval: "EVAL_USERCENTRICS_API_1" }, { eval: "EVAL_USERCENTRICS_API_5" }], optOut: [{ eval: "EVAL_USERCENTRICS_API_1" }, { eval: "EVAL_USERCENTRICS_API_2" }], test: [{ eval: "EVAL_USERCENTRICS_API_6" }] }, { name: "usercentrics-button", detectCmp: [{ exists: "#usercentrics-button" }], detectPopup: [{ visible: "#usercentrics-button #uc-btn-accept-banner" }], optIn: [{ click: "#usercentrics-button #uc-btn-accept-banner" }], optOut: [{ click: "#usercentrics-button #uc-btn-deny-banner" }], test: [{ eval: "EVAL_USERCENTRICS_BUTTON_0" }] }, { name: "uswitch.com", runContext: { main: true, frame: false, urlPattern: "^https://(www\\.)?uswitch\\.com/" }, prehideSelectors: [".ucb"], detectCmp: [{ exists: ".ucb-banner" }], detectPopup: [{ visible: ".ucb-banner" }], optIn: [{ waitForThenClick: ".ucb-banner .ucb-btn-accept" }], optOut: [{ waitForThenClick: ".ucb-banner .ucb-btn-save" }] }, { name: "vodafone.de", runContext: { urlPattern: "^https://www\\.vodafone\\.de/" }, prehideSelectors: [".dip-consent,.dip-consent-container"], detectCmp: [{ exists: ".dip-consent-container" }], detectPopup: [{ visible: ".dip-consent-content" }], optOut: [{ click: '.dip-consent-btn[tabindex="2"]' }], optIn: [{ click: '.dip-consent-btn[tabindex="1"]' }] }, { name: "waitrose.com", prehideSelectors: ["div[aria-labelledby=CookieAlertModalHeading]", "section[data-test=initial-waitrose-cookie-consent-banner]", "section[data-test=cookie-consent-modal]"], detectCmp: [{ exists: "section[data-test=initial-waitrose-cookie-consent-banner]" }], detectPopup: [{ visible: "section[data-test=initial-waitrose-cookie-consent-banner]" }], optIn: [{ click: "button[data-test=accept-all]" }], optOut: [{ click: "button[data-test=manage-cookies]" }, { wait: 200 }, { eval: "EVAL_WAITROSE_0" }, { click: "button[data-test=submit]" }], test: [{ cookieContains: "wtr_cookies_advertising=0" }, { cookieContains: "wtr_cookies_analytics=0" }] }, { name: "web.de", vendorUrl: "https://web.de", runContext: { main: false, frame: true, urlPattern: "^https://(.*\\.)?web\\.de/" }, prehideSelectors: [], detectCmp: [{ exists: "#save-all-pur" }, { exists: "#reminder" }], detectPopup: [{ visible: "#reminder" }], optIn: [{ waitForThenClick: "#save-all-pur" }], optOut: [{ waitForThenClick: "#reminder" }] }, { name: "webflow", vendorUrl: "https://finsweet.com/cookie-consent", prehideSelectors: [".fs-cc-components,[fs-cc=banner]"], detectCmp: [{ exists: ".fs-cc-components,[fs-cc=banner]" }], detectPopup: [{ visible: ".fs-cc-components,[fs-cc=banner]" }, { visible: ".fs-cc-components,[fs-cc=banner] [fs-cc=allow]" }], optIn: [{ waitForThenClick: "[fs-cc=banner] [fs-cc=allow]" }], optOut: [{ if: { exists: "[fs-cc=banner] [fs-cc=deny]" }, then: [{ wait: 500 }, { waitForThenClick: "[fs-cc=banner] [fs-cc=deny]" }], else: [{ hide: "[fs-cc=banner]" }] }], test: [{ cookieContains: "fs-cc" }] }, { name: "whitepages.com", runContext: { urlPattern: "^https://www\\.whitepages\\.com/" }, cosmetic: true, prehideSelectors: [".cookie-wrapper, .cookie-overlay"], detectCmp: [{ exists: ".cookie-wrapper" }], detectPopup: [{ visible: ".cookie-overlay" }], optIn: [{ click: 'button[aria-label="Got it"]' }], optOut: [{ hide: ".cookie-wrapper" }] }, { name: "wiki.gg", vendorUrl: "https://wiki.gg", cosmetic: true, prehideSelectors: [".mw-cookiewarning-container"], detectCmp: [{ exists: ".mw-cookiewarning-container" }], detectPopup: [{ visible: ".mw-cookiewarning-container" }], optIn: [{ waitForThenClick: ".mw-cookiewarning-container button[name=disablecookiewarning]" }], optOut: [{ hide: ".mw-cookiewarning-container" }] }, { name: "wikiwand", vendorUrl: "https://www.wikiwand.com/", cosmetic: true, runContext: { urlPattern: "^https://(www\\.)?wikiwand\\.com/" }, prehideSelectors: ["[class^=cookie_wrapper]"], detectCmp: [{ exists: "[class^=cookie_wrapper]" }], detectPopup: [{ visible: "[class^=cookie_wrapper]" }], optIn: [{ waitForThenClick: "[class^=cookie_wrapper] button" }], optOut: [{ hide: "[class^=cookie_wrapper]" }] }, { name: "wix", vendorUrl: "https://www.wix.com/", cosmetic: false, prehideSelectors: [], detectCmp: [{ exists: "[data-comp-type=cookie-banner-root-wix],[data-hook=ccsu-banner-wrapper]" }], detectPopup: [{ visible: "[data-comp-type=cookie-banner-root-wix],[data-hook=ccsu-banner-wrapper]" }], optIn: [{ if: { exists: "[data-hook=ccsu-banner-accept]" }, then: [{ click: "[data-hook=ccsu-banner-accept]" }], else: [{ click: "[data-hook=ccsu-banner-decline]" }] }], optOut: [{ if: { exists: "[data-hook=ccsu-banner-decline-all]" }, then: [{ click: "[data-hook=ccsu-banner-decline-all]" }], else: [{ hide: "[data-hook=ccsu-banner-wrapper]" }] }] }, { name: "wolframalpha", vendorUrl: "https://www.wolframalpha.com", prehideSelectors: [], cosmetic: true, runContext: { urlPattern: "^https://www\\.wolframalpha\\.com/" }, detectCmp: [{ exists: "section._a_yb" }], detectPopup: [{ visible: "section._a_yb" }], optIn: [{ waitForThenClick: "section._a_yb button" }], optOut: [{ hide: "section._a_yb" }] }, { name: "womenshealthmag-us", vendorUrl: "https://womenshealthmag.com", cosmetic: true, runContext: { main: true, frame: false, urlPattern: "^https://(www\\.)?womenshealthmag\\.com/" }, prehideSelectors: ['[status=open]:has([aria-label="Privacy Disclosure"])'], detectCmp: [{ exists: '[status=open]:has([aria-label="Privacy Disclosure"])' }], detectPopup: [{ visible: '[status=open]:has([aria-label="Privacy Disclosure"])' }], optIn: [{ waitForThenClick: '[status=open]:has([aria-label="Privacy Disclosure"]) button' }], optOut: [{ hide: '[status=open]:has([aria-label="Privacy Disclosure"])' }] }, { name: "woo-commerce-com", prehideSelectors: [".wccom-comp-privacy-banner .wccom-privacy-banner"], detectCmp: [{ exists: ".wccom-comp-privacy-banner .wccom-privacy-banner" }], detectPopup: [{ exists: ".wccom-comp-privacy-banner .wccom-privacy-banner" }], optIn: [{ click: ".wccom-privacy-banner__content-buttons button.is-primary" }], optOut: [{ click: ".wccom-privacy-banner__content-buttons button.is-secondary" }, { waitForThenClick: "input[type=checkbox][checked]:not([disabled])", all: true }, { click: "div.wccom-modal__footer > button" }] }, { name: "WP Cookie Notice for GDPR", vendorUrl: "https://wordpress.org/plugins/gdpr-cookie-consent/", prehideSelectors: ["#gdpr-cookie-consent-bar"], detectCmp: [{ exists: "#gdpr-cookie-consent-bar" }], detectPopup: [{ visible: "#gdpr-cookie-consent-bar" }], optIn: [{ waitForThenClick: "#gdpr-cookie-consent-bar #cookie_action_accept" }], optOut: [{ waitForThenClick: "#gdpr-cookie-consent-bar #cookie_action_reject" }], test: [{ cookieContains: "wpl_viewed_cookie=no" }] }, { name: "wpcc", cosmetic: true, prehideSelectors: [".wpcc-container"], detectCmp: [{ exists: ".wpcc-container" }], detectPopup: [{ exists: ".wpcc-container .wpcc-message" }], optIn: [{ click: ".wpcc-compliance .wpcc-btn" }], optOut: [{ hide: ".wpcc-container" }] }, { name: "xe.com", vendorUrl: "https://www.xe.com/", runContext: { urlPattern: "^https://www\\.xe\\.com/" }, prehideSelectors: ["[class*=ConsentBanner]"], detectCmp: [{ exists: "[class*=ConsentBanner]" }], detectPopup: [{ visible: "[class*=ConsentBanner]" }], optIn: [{ waitForThenClick: "[class*=ConsentBanner] .egnScw" }], optOut: [{ wait: 1e3 }, { waitForThenClick: "[class*=ConsentBanner] .frDWEu" }, { waitForThenClick: "[class*=ConsentBanner] .hXIpFU" }], test: [{ cookieContains: "xeConsentState={%22performance%22:false%2C%22marketing%22:false%2C%22compliance%22:false}" }] }, { name: "xgroovy", vendorUrl: "https://unknown", cosmetic: true, prehideSelectors: [".cookie_warn"], detectCmp: [{ exists: ".cookie_warn .cookie_warn_inner" }], detectPopup: [{ visible: ".cookie_warn .cookie_warn_inner" }], optIn: [{ waitForThenClick: ".cookie_warn .cookie_warn_inner button.ok" }], optOut: [{ hide: ".cookie_warn" }] }, { name: "xhamster-eu", runContext: { urlPattern: "^https://(\\w+\\.)?xhamster\\d?\\.com" }, prehideSelectors: ["[class*=modal]"], detectCmp: [{ exists: "[class*=modal] a[href*='/cookie-policy']" }], detectPopup: [{ visible: "[class*=modal] a[href*='/cookie-policy']" }], optIn: [{ waitForThenClick: "[class*=modal]:has(a[href*='/cookie-policy']) button:nth-child(3)" }], optOut: [{ waitForThenClick: "[class*=modal]:has(a[href*='/cookie-policy']) button:nth-child(2)" }] }, { name: "xhamster-us", runContext: { urlPattern: "^https://(\\w+\\.)?xhamster\\d?\\.com" }, cosmetic: true, prehideSelectors: ["[class*=cookiesAnnounce]"], detectCmp: [{ exists: "[class*=cookiesAnnounce]" }], detectPopup: [{ visible: "[class*=cookiesAnnounce] [class*=announceText]" }], optIn: [{ click: "[class*=cookiesAnnounce] button[class*=closeButton]" }], optOut: [{ hide: "[class*=cookiesAnnounce]" }] }, { name: "xing.com", detectCmp: [{ exists: "div[class^=cookie-consent-CookieConsent]" }], detectPopup: [{ exists: "div[class^=cookie-consent-CookieConsent]" }], optIn: [{ click: "#consent-accept-button" }], optOut: [{ click: "#consent-settings-button" }, { click: ".consent-banner-button-accept-overlay" }], test: [{ cookieContains: "userConsent=%7B%22marketing%22%3Afalse" }] }, { name: "xnxx-com", cosmetic: true, prehideSelectors: ["#cookies-use-alert"], detectCmp: [{ exists: "#cookies-use-alert" }], detectPopup: [{ visible: "#cookies-use-alert" }], optIn: [{ click: "#cookies-use-alert .close" }], optOut: [{ hide: "#cookies-use-alert" }] }, { name: "xvideos", vendorUrl: "https://xvideos.com", runContext: { urlPattern: "^https://[^/]*xvideos\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: ".disclaimer-opened #disclaimer-cookies" }], detectPopup: [{ visible: ".disclaimer-opened #disclaimer-cookies" }], optIn: [{ waitForThenClick: "#disclaimer-accept_cookies" }], optOut: [{ waitForThenClick: "#disclaimer-reject_cookies" }] }, { name: "Yahoo", runContext: { urlPattern: "^https://consent\\.yahoo\\.com/v2/" }, prehideSelectors: ["#reject-all"], detectCmp: [{ exists: "#consent-page" }], detectPopup: [{ visible: "#consent-page" }], optIn: [{ waitForThenClick: "#consent-page button[value=agree]" }], optOut: [{ waitForThenClick: "#consent-page button[value=reject]" }] }, { name: "youporn.com", cosmetic: true, prehideSelectors: [".euCookieModal, #js_euCookieModal"], detectCmp: [{ exists: ".euCookieModal" }], detectPopup: [{ exists: ".euCookieModal, #js_euCookieModal" }], optIn: [{ click: 'button[name="user_acceptCookie"]' }], optOut: [{ hide: ".euCookieModal" }] }, { name: "youtube-desktop", prehideSelectors: ["tp-yt-iron-overlay-backdrop.opened", "ytd-consent-bump-v2-lightbox"], detectCmp: [{ exists: "ytd-consent-bump-v2-lightbox tp-yt-paper-dialog" }, { exists: 'ytd-consent-bump-v2-lightbox tp-yt-paper-dialog a[href^="https://consent.youtube.com/"]' }], detectPopup: [{ visible: "ytd-consent-bump-v2-lightbox tp-yt-paper-dialog" }], optIn: [{ waitForThenClick: "ytd-consent-bump-v2-lightbox .eom-buttons .eom-button-row:first-child ytd-button-renderer:last-child #button,ytd-consent-bump-v2-lightbox .eom-buttons .eom-button-row:first-child ytd-button-renderer:last-child button" }, { wait: 500 }], optOut: [{ waitForThenClick: "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" }, { wait: 500 }], test: [{ wait: 500 }, { cookieContains: "SOCS=CAE" }] }, { name: "youtube-mobile", prehideSelectors: [".consent-bump-v2-lightbox"], detectCmp: [{ exists: "ytm-consent-bump-v2-renderer" }], detectPopup: [{ visible: "ytm-consent-bump-v2-renderer" }], optIn: [{ waitForThenClick: "ytm-consent-bump-v2-renderer .privacy-terms + .one-col-dialog-buttons c3-material-button:first-child button, ytm-consent-bump-v2-renderer .privacy-terms + .one-col-dialog-buttons ytm-button-renderer:first-child button" }, { wait: 500 }], optOut: [{ waitForThenClick: "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" }, { wait: 500 }], test: [{ wait: 500 }, { cookieContains: "SOCS=CAE" }] }, { name: "zdf", prehideSelectors: ["#zdf-cmp-banner-sdk"], detectCmp: [{ exists: "#zdf-cmp-banner-sdk" }], detectPopup: [{ visible: "#zdf-cmp-main.zdf-cmp-show" }], optIn: [{ waitForThenClick: "#zdf-cmp-main #zdf-cmp-accept-btn" }], optOut: [{ waitForThenClick: "#zdf-cmp-main #zdf-cmp-deny-btn" }], test: [] }, { name: "zentralruf-de", runContext: { urlPattern: "^https://(www\\.)?zentralruf\\.de" }, prehideSelectors: ["#cookie_modal_wrapper"], detectCmp: [{ exists: "#cookie_modal_wrapper" }], detectPopup: [{ visible: "#cookie_modal_wrapper" }], optIn: [{ waitForThenClick: "#cookie_modal_wrapper #cookie_modal_button_consent_all" }], optOut: [{ waitForThenClick: "#cookie_modal_wrapper #cookie_modal_button_choose" }] }, { name: "zinio", vendorUrl: "https://www.zinio.com/", cosmetic: false, runContext: { urlPattern: "^https://(www\\.)?zinio\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "#consent-init" }], detectPopup: [{ visible: "#consent-init" }], optIn: [{ waitForThenClick: "#consent-init #consent-accept-all" }], optOut: [{ waitForThenClick: "#consent-init #consent-configure" }, { waitForThenClick: "#consent-update #consent-configuration-save" }], test: [{ cookieContains: "zinio-cookie-consent" }] }, { name: "auto_AU_24h-lemans.com_2ab", vendorUrl: "https://www.24h-lemans.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?24h-lemans\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])", comment: "Continue without agreeing \u2192" }] }, { name: "auto_AU_airbnb.co.uk_meg", vendorUrl: "https://www.airbnb.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?airbnb\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#react-application > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > section:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#react-application > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > section:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#react-application > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > section:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:not([id])", comment: "Only necessary" }] }, { name: "auto_AU_amayama.com_kw8", vendorUrl: "https://www.amayama.com/en", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?amayama\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > noindex:not([id]) > div#gdpr-alert > div:nth-child(2):not([id]) > button:nth-child(1)#close-gdpr-reject" }], detectPopup: [{ visible: "body:not([id]) > noindex:not([id]) > div#gdpr-alert > div:nth-child(2):not([id]) > button:nth-child(1)#close-gdpr-reject" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > noindex:not([id]) > div#gdpr-alert > div:nth-child(2):not([id]) > button:nth-child(1)#close-gdpr-reject", comment: "Reject" }] }, { name: "auto_AU_ancestry.co.uk_zw1", vendorUrl: "https://www.ancestry.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?ancestry\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#BannerRegion > div#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" }], detectPopup: [{ visible: "body:not([id]) > div#BannerRegion > div#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" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#BannerRegion > div#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", comment: "Reject all" }] }, { name: "auto_AU_arubanetworking.hpe.com_232", vendorUrl: "https://arubanetworking.hpe.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?arubanetworking\\.hpe\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#hpealertcomp_container > div#hpealertcomp > div:nth-child(2):not([id]) > div:not([id]) > a:nth-child(3):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#hpealertcomp_container > div#hpealertcomp > div:nth-child(2):not([id]) > div:not([id]) > a:nth-child(3):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#hpealertcomp_container > div#hpealertcomp > div:nth-child(2):not([id]) > div:not([id]) > a:nth-child(3):not([id])", comment: "Decline optional cookies" }] }, { name: "auto_AU_bet365.com.au_njh", vendorUrl: "https://www.bet365.com.au/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?bet365\\.com\\.au/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Essential Only" }] }, { name: "auto_AU_cam4.com_cyv", vendorUrl: "https://www.cam4.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?cam4\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#root > div:not([id]) > div:nth-child(7):not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#root > div:not([id]) > div:nth-child(7):not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#root > div:not([id]) > div:nth-child(7):not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", comment: "Reject All" }] }, { name: "auto_AU_castrol.com_xe1", vendorUrl: "https://www.castrol.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?castrol\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:nth-child(2):not([id])", comment: "Reject all" }] }, { name: "auto_AU_codeweavers.com_clm", vendorUrl: "https://www.codeweavers.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?codeweavers\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#GDPR-alert > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#GDPR-alert > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])" }], optIn: [], optOut: [{ wait: 500 }, { waitForThenClick: "body:not([id]) > div#GDPR-alert > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])", comment: " REJECT" }], test: [{ waitForVisible: "body:not([id]) > div#GDPR-alert > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])", timeout: 1e3, check: "none" }] }, { name: "auto_AU_community.dyson.com_lek", vendorUrl: "https://community.dyson.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?community\\.dyson\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "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])" }], detectPopup: [{ visible: "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])" }], optIn: [], optOut: [{ wait: 500 }, { waitForThenClick: "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])", comment: "Deny all" }], test: [{ waitForVisible: "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])", timeout: 1e3, check: "none" }] }, { name: "auto_AU_coverworld.com.au_884", vendorUrl: "https://www.coverworld.com.au/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?coverworld\\.com\\.au/" }, prehideSelectors: [], detectCmp: [{ exists: "body#html-body > div:not([id]) > aside:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div#modal-content-11 > div#pr-cookie-notice > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#btn-cookie-decline" }], detectPopup: [{ visible: "body#html-body > div:not([id]) > aside:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div#modal-content-11 > div#pr-cookie-notice > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#btn-cookie-decline" }], optIn: [], optOut: [{ waitForThenClick: "body#html-body > div:not([id]) > aside:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div#modal-content-11 > div#pr-cookie-notice > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#btn-cookie-decline", comment: "Decline" }] }, { name: "auto_AU_dahuasecurity.com_j0i", vendorUrl: "https://www.dahuasecurity.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?dahuasecurity\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#__nuxt > div:nth-child(2):not([id]) > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#__nuxt > div:nth-child(2):not([id]) > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#__nuxt > div:nth-child(2):not([id]) > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Reject" }] }, { name: "auto_AU_discover.utas.edu.au_k2n", vendorUrl: "https://discover.utas.edu.au/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?discover\\.utas\\.edu\\.au/" }, prehideSelectors: [], detectCmp: [{ exists: "body#portalTarget > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body#portalTarget > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body#portalTarget > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "Reject" }] }, { name: "auto_AU_drjoedispenza.com_ku0", vendorUrl: "https://drjoedispenza.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?drjoedispenza\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#__next > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:not([id]) > span:not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#__next > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:not([id]) > span:not([id])" }], optIn: [], optOut: [{ wait: 500 }, { waitForThenClick: "body:not([id]) > div#__next > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:not([id]) > span:not([id])", comment: "Allow Required Only" }], test: [{ waitForVisible: "body:not([id]) > div#__next > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:not([id]) > span:not([id])", timeout: 1e3, check: "none" }] }, { name: "auto_AU_earpros.com_3x3", vendorUrl: "https://www.earpros.com/au", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?earpros\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div: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])" }], detectPopup: [{ visible: "body:not([id]) > div: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])" }], optIn: [], optOut: [{ wait: 500 }, { waitForThenClick: "body:not([id]) > div: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])", comment: "Reject all" }], test: [{ waitForVisible: "body:not([id]) > div: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])", timeout: 1e3, check: "none" }] }, { name: "auto_AU_experts.griffith.edu.au_oi0", vendorUrl: "https://experts.griffith.edu.au/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?experts\\.griffith\\.edu\\.au/" }, prehideSelectors: [], detectCmp: [{ exists: "body#portalTarget > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body#portalTarget > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body#portalTarget > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "Reject" }] }, { name: "auto_AU_fanatical.com_nth", vendorUrl: "https://www.fanatical.com/en/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?fanatical\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#root > div:not([id]) > section:nth-child(1):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])" }], detectPopup: [{ visible: "body:not([id]) > div#root > div:not([id]) > section:nth-child(1):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])" }], optIn: [], optOut: [{ wait: 500 }, { waitForThenClick: "body:not([id]) > div#root > div:not([id]) > section:nth-child(1):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])", comment: "Reject All Non-Essential Cookies" }], test: [{ waitForVisible: "body:not([id]) > div#root > div:not([id]) > section:nth-child(1):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])", timeout: 1e3, check: "none" }] }, { name: "auto_AU_flinders.edu.au_7en", vendorUrl: "https://www.flinders.edu.au/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?flinders\\.edu\\.au/" }, prehideSelectors: [], detectCmp: [{ exists: "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" }], detectPopup: [{ visible: "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" }], optIn: [], optOut: [{ waitForThenClick: "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", comment: "Reject all non-essential cookies and continue" }] }, { name: "auto_AU_foliosociety.com_j08", vendorUrl: "https://www.foliosociety.com/uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?foliosociety\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > div#cdk-overlay-1 > modal-bottom-container:nth-child(2)#modal-1 > cookie-bar-modal:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > div#cdk-overlay-1 > modal-bottom-container:nth-child(2)#modal-1 > cookie-bar-modal:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > div#cdk-overlay-1 > modal-bottom-container:nth-child(2)#modal-1 > cookie-bar-modal:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "REJECT ALL COOKIES" }] }, { name: "auto_AU_fruugoaustralia.com_ifq", vendorUrl: "https://www.fruugoaustralia.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?fruugoaustralia\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > dialog:not([id]) > article:not([id]) > footer:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > dialog:not([id]) > article:not([id]) > footer:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > dialog:not([id]) > article:not([id]) > footer:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Decline all" }] }, { name: "auto_AU_gramophone.co.uk_3af", vendorUrl: "https://www.gramophone.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?gramophone\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookiescript_injected_wrapper > div#cookiescript_injected > div:nth-child(4)#cookiescript_buttons > div:nth-child(3)#cookiescript_reject" }], detectPopup: [{ visible: "body:not([id]) > div#cookiescript_injected_wrapper > div#cookiescript_injected > div:nth-child(4)#cookiescript_buttons > div:nth-child(3)#cookiescript_reject" }], optIn: [], optOut: [{ wait: 500 }, { waitForThenClick: "body:not([id]) > div#cookiescript_injected_wrapper > div#cookiescript_injected > div:nth-child(4)#cookiescript_buttons > div:nth-child(3)#cookiescript_reject", comment: "REJECT ADDITIONAL COOKIES" }], test: [{ waitForVisible: "body:not([id]) > div#cookiescript_injected_wrapper > div#cookiescript_injected > div:nth-child(4)#cookiescript_buttons > div:nth-child(3)#cookiescript_reject", timeout: 1e3, check: "none" }] }, { name: "auto_AU_help.dropbox.com_rwd", vendorUrl: "https://help.dropbox.com/", cosmetic: false, runContext: { main: false, frame: true, urlPattern: "^https?://(www\\.)?dropbox\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#root > span:not([id]) > 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" }], detectPopup: [{ visible: "body:not([id]) > div#root > span:not([id]) > 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" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#root > span:not([id]) > 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", comment: "Decline" }] }, { name: "auto_AU_hpe.com_1md", vendorUrl: "https://www.hpe.com/us/en/home.html", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?hpe\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#hpealertcomp_container > div#hpealertcomp > div:nth-child(2):not([id]) > div:not([id]) > a:nth-child(3):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#hpealertcomp_container > div#hpealertcomp > div:nth-child(2):not([id]) > div:not([id]) > a:nth-child(3):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#hpealertcomp_container > div#hpealertcomp > div:nth-child(2):not([id]) > div:not([id]) > a:nth-child(3):not([id])", comment: "Decline optional cookies" }] }, { name: "auto_AU_hpm.com.au_hbc", vendorUrl: "https://www.hpm.com.au/en", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?hpm\\.com\\.au/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#ppms_cm_consent_popup_41c35535-a0f0-40c6-8b4f-81749e4c584f > 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-a6a62119-1ec7-4283-a44a-97861a542f46 > button:nth-child(2)#ppms_cm_reject-all" }], detectPopup: [{ visible: "body:not([id]) > div#ppms_cm_consent_popup_41c35535-a0f0-40c6-8b4f-81749e4c584f > 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-a6a62119-1ec7-4283-a44a-97861a542f46 > button:nth-child(2)#ppms_cm_reject-all" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#ppms_cm_consent_popup_41c35535-a0f0-40c6-8b4f-81749e4c584f > 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-a6a62119-1ec7-4283-a44a-97861a542f46 > button:nth-child(2)#ppms_cm_reject-all", comment: "Decline all" }] }, { name: "auto_AU_jlcpcb.com_3h9", vendorUrl: "https://jlcpcb.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?jlcpcb\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#__nuxt > div#__layout > div:not([id]) > div:nth-child(5):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#__nuxt > div#__layout > div:not([id]) > div:nth-child(5):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#__nuxt > div#__layout > div:not([id]) > div:nth-child(5):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", comment: "Accept only essential cookies" }] }, { name: "auto_AU_johnlewis.com_1rt", vendorUrl: "https://www.johnlewis.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?johnlewis\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "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(1):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "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(1):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ wait: 500 }, { waitForThenClick: "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(1):not([id]) > button:nth-child(1):not([id])", comment: "Reject all" }], test: [{ waitForVisible: "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(1):not([id]) > button:nth-child(1):not([id])", timeout: 1e3, check: "none" }] }, { name: "auto_AU_karenmillen.com_4fo", vendorUrl: "https://www.karenmillen.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?karenmillen\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body#homepage > div#onetrust-consent-sdk > div:nth-child(2)#onetrust-banner-sdk > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2)#onetrust-button-group-parent > div#onetrust-button-group > button:nth-child(2)#onetrust-reject-all-handler" }], detectPopup: [{ visible: "body#homepage > div#onetrust-consent-sdk > div:nth-child(2)#onetrust-banner-sdk > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2)#onetrust-button-group-parent > div#onetrust-button-group > button:nth-child(2)#onetrust-reject-all-handler" }], optIn: [], optOut: [{ waitForThenClick: "body#homepage > div#onetrust-consent-sdk > div:nth-child(2)#onetrust-banner-sdk > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2)#onetrust-button-group-parent > div#onetrust-button-group > button:nth-child(2)#onetrust-reject-all-handler", comment: "ESSENTIAL ONLY" }] }, { name: "auto_AU_liebherr.com_b9q", vendorUrl: "https://www.liebherr.com/en-au/group/start-page-4862106", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?liebherr\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cmpStart > div#cmpStartx > div:nth-child(2)#cmpStartModal > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > button:nth-child(1)#uc-btn-deny-banner" }], detectPopup: [{ visible: "body:not([id]) > div#cmpStart > div#cmpStartx > div:nth-child(2)#cmpStartModal > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > button:nth-child(1)#uc-btn-deny-banner" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cmpStart > div#cmpStartx > div:nth-child(2)#cmpStartModal > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > button:nth-child(1)#uc-btn-deny-banner", comment: "DECLINE" }] }, { name: "auto_AU_makerworld.com_4l4", vendorUrl: "https://makerworld.com/en", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?makerworld\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "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" }], detectPopup: [{ visible: "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" }], optIn: [], optOut: [{ waitForThenClick: "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", comment: "Necessary only" }] }, { name: "auto_AU_metronomeonline.com_mco", vendorUrl: "https://www.metronomeonline.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?metronomeonline\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#termly-code-snippet-support > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#termly-code-snippet-support > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#termly-code-snippet-support > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Decline" }] }, { name: "auto_AU_msf.org.au_j95", vendorUrl: "https://msf.org.au/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?msf\\.org\\.au/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#sliding-popup > div:not([id]) > div:not([id]) > div:nth-child(2)#popup-buttons > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#sliding-popup > div:not([id]) > div:not([id]) > div:nth-child(2)#popup-buttons > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#sliding-popup > div:not([id]) > div:not([id]) > div:nth-child(2)#popup-buttons > button:nth-child(1):not([id])", comment: "Reject all" }] }, { name: "auto_AU_naturitas.com.au_7m0", vendorUrl: "https://www.naturitas.com.au/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?naturitas\\.com\\.au/" }, prehideSelectors: [], detectCmp: [{ exists: "body#html-body > div:not([id]) > aside:nth-child(1):not([id]) > div:nth-child(2):not([id]) > footer:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body#html-body > div:not([id]) > aside:nth-child(1):not([id]) > div:nth-child(2):not([id]) > footer:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body#html-body > div:not([id]) > aside:nth-child(1):not([id]) > div:nth-child(2):not([id]) > footer:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "Reject all" }] }, { name: "auto_AU_navman.com.au_zsn", vendorUrl: "https://www.navman.com.au/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?navman\\.com\\.au/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#bss-cookie-notice > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#bss-cookie-notice > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ wait: 500 }, { waitForThenClick: "body:not([id]) > div#bss-cookie-notice > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(2):not([id])", comment: "Accept Essential" }], test: [{ waitForVisible: "body:not([id]) > div#bss-cookie-notice > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(2):not([id])", timeout: 1e3, check: "none" }] }, { name: "auto_AU_orpheum.com.au_kdl", vendorUrl: "https://www.orpheum.com.au/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?orpheum\\.com\\.au/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#__next > div:nth-child(7):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1)#rcc-decline-button" }], detectPopup: [{ visible: "body:not([id]) > div#__next > div:nth-child(7):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1)#rcc-decline-button" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#__next > div:nth-child(7):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1)#rcc-decline-button", comment: "Decline all" }] }, { name: "auto_AU_peugeot.com.au_ja7", vendorUrl: "https://www.peugeot.com.au/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?peugeot\\.com\\.au/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#_psaihm_main_div > div:nth-child(5)#_psaihm_1_top > a#_psaihm_continue_without_accepting" }], detectPopup: [{ visible: "body:not([id]) > div#_psaihm_main_div > div:nth-child(5)#_psaihm_1_top > a#_psaihm_continue_without_accepting" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#_psaihm_main_div > div:nth-child(5)#_psaihm_1_top > a#_psaihm_continue_without_accepting", comment: "CONTINUE WITHOUT ACCEPTING\xA0\u2192" }] }, { name: "auto_AU_pichunter.com_zhf", vendorUrl: "https://www.pichunter.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?pichunter\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookieConsent > div:nth-child(2):not([id]) > a:nth-child(3):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#cookieConsent > div:nth-child(2):not([id]) > a:nth-child(3):not([id])" }], optIn: [], optOut: [{ wait: 500 }, { waitForThenClick: "body:not([id]) > div#cookieConsent > div:nth-child(2):not([id]) > a:nth-child(3):not([id])", comment: "Decline all" }], test: [{ waitForVisible: "body:not([id]) > div#cookieConsent > div:nth-child(2):not([id]) > a:nth-child(3):not([id])", timeout: 1e3, check: "none" }] }, { name: "auto_AU_portstephens.nsw.gov.au_62v", vendorUrl: "https://www.portstephens.nsw.gov.au/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?portstephens\\.nsw\\.gov\\.au/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Decline" }] }, { name: "auto_AU_profiles.uts.edu.au_ouv", vendorUrl: "https://profiles.uts.edu.au/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?profiles\\.uts\\.edu\\.au/" }, prehideSelectors: [], detectCmp: [{ exists: "body#portalTarget > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body#portalTarget > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body#portalTarget > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "Reject" }] }, { name: "auto_AU_staff.flinders.edu.au_cpu", vendorUrl: "https://staff.flinders.edu.au/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?staff\\.flinders\\.edu\\.au/" }, prehideSelectors: [], detectCmp: [{ exists: "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" }], detectPopup: [{ visible: "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" }], optIn: [], optOut: [{ wait: 500 }, { waitForThenClick: "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", comment: "Reject all non-essential cookies and continue" }], test: [{ waitForVisible: "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", timeout: 1e3, check: "none" }] }, { name: "auto_AU_students.flinders.edu.au_eh4", vendorUrl: "https://students.flinders.edu.au/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?students\\.flinders\\.edu\\.au/" }, prehideSelectors: [], detectCmp: [{ exists: "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" }], detectPopup: [{ visible: "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" }], optIn: [], optOut: [{ waitForThenClick: "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", comment: "Reject all non-essential cookies and continue" }] }, { name: "auto_AU_support.lenovo.com_bse", vendorUrl: "https://support.lenovo.com/au/en/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?support\\.lenovo\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > button:nth-child(5):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > button:nth-child(5):not([id])" }], optIn: [], optOut: [{ wait: 500 }, { waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > button:nth-child(5):not([id])", comment: "Decline All" }], test: [{ waitForVisible: "body:not([id]) > div:not([id]) > div:not([id]) > button:nth-child(5):not([id])", timeout: 1e3, check: "none" }] }, { name: "auto_AU_taronga.org.au_f6n", vendorUrl: "https://taronga.org.au/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?taronga\\.org\\.au/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookiescript_injected_wrapper > div#cookiescript_injected > div:nth-child(3)#cookiescript_bottompart > div#cookiescript_cookietablewrap > div:nth-child(3)#cookiescript_tabscontent > div:nth-child(1)#cookiescript_declarationwrap > div:nth-child(1)#cookiescript_categories > div:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#cookiescript_injected_wrapper > div#cookiescript_injected > div:nth-child(3)#cookiescript_bottompart > div#cookiescript_cookietablewrap > div:nth-child(3)#cookiescript_tabscontent > div:nth-child(1)#cookiescript_declarationwrap > div:nth-child(1)#cookiescript_categories > div:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookiescript_injected_wrapper > div#cookiescript_injected > div:nth-child(3)#cookiescript_bottompart > div#cookiescript_cookietablewrap > div:nth-child(3)#cookiescript_tabscontent > div:nth-child(1)#cookiescript_declarationwrap > div:nth-child(1)#cookiescript_categories > div:nth-child(1):not([id])", comment: "Strictly necessary" }] }, { name: "auto_AU_theabsolutesound.com_wcu", vendorUrl: "https://www.theabsolutesound.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?theabsolutesound\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "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])" }], detectPopup: [{ visible: "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])" }], optIn: [], optOut: [{ wait: 500 }, { waitForThenClick: "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])", comment: "Reject All" }], test: [{ waitForVisible: "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])", timeout: 1e3, check: "none" }] }, { name: "auto_AU_u-buy.com.au_rg0", vendorUrl: "https://www.u-buy.com.au/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?u-buy\\.com\\.au/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#notice-cookie-block > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#notice-cookie-block > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#notice-cookie-block > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:not([id])", comment: "Reject" }] }, { name: "auto_AU_unity.com_gvp", vendorUrl: "https://unity.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?unity\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#onetrust-consent-sdk > div:nth-child(2)#onetrust-banner-sdk > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2)#onetrust-button-group-parent > div#onetrust-button-group > button:nth-child(2)#onetrust-reject-all-handler" }], detectPopup: [{ visible: "body:not([id]) > div#onetrust-consent-sdk > div:nth-child(2)#onetrust-banner-sdk > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2)#onetrust-button-group-parent > div#onetrust-button-group > button:nth-child(2)#onetrust-reject-all-handler" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#onetrust-consent-sdk > div:nth-child(2)#onetrust-banner-sdk > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2)#onetrust-button-group-parent > div#onetrust-button-group > button:nth-child(2)#onetrust-reject-all-handler", comment: "Reject All" }] }, { name: "auto_AU_urallawoolroom.com.au_3ng", vendorUrl: "https://www.urallawoolroom.com.au/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?urallawoolroom\\.com\\.au/" }, prehideSelectors: [], detectCmp: [{ exists: "body#collection-59d726c7f6576e961db44d2c > div:not([id]) > section:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body#collection-59d726c7f6576e961db44d2c > div:not([id]) > section:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body#collection-59d726c7f6576e961db44d2c > div:not([id]) > section:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Decline" }] }, { name: "auto_AU_visa.com.au_j3q", vendorUrl: "https://www.visa.com.au/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?visa\\.com\\.au/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CookieReportsPanel > div:nth-child(2)#CookieReportsBanner > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#CookieReportsPanel > div:nth-child(2)#CookieReportsBanner > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CookieReportsPanel > div:nth-child(2)#CookieReportsBanner > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])", comment: "Reject all" }] }, { name: "auto_AU_vosan.co_d7y", vendorUrl: "https://www.vosan.co/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?vosan\\.co/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > 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])" }], detectPopup: [{ visible: "body:not([id]) > 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])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > 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])", comment: "Only essentials" }] }, { name: "auto_AU_wikifeetx.com_lw4", vendorUrl: "https://wikifeetx.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?wikifeetx\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#freeprivacypolicy-com---nb > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#freeprivacypolicy-com---nb > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ wait: 500 }, { waitForThenClick: "body:not([id]) > div#freeprivacypolicy-com---nb > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "I decline" }], test: [{ waitForVisible: "body:not([id]) > div#freeprivacypolicy-com---nb > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", timeout: 1e3, check: "none" }] }, { name: "auto_CA_123ink.ca_uhb", vendorUrl: "https://www.123ink.ca/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?123ink\\.ca/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(2)#cookie-modal > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#reject-btn" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(2)#cookie-modal > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#reject-btn" }], optIn: [], optOut: [{ wait: 500 }, { waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(2)#cookie-modal > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#reject-btn", comment: "Reject All" }], test: [{ waitForVisible: "body:not([id]) > div:not([id]) > div:nth-child(2)#cookie-modal > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#reject-btn", timeout: 1e3, check: "none" }] }, { name: "auto_CA_407etr.com_wrd", vendorUrl: "https://www.407etr.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?407etr\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > main:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > main:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > main:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > button:nth-child(2):not([id])", comment: "Decline" }] }, { name: "auto_CA_airbnb.ca_d52", vendorUrl: "https://www.airbnb.ca/?locale=en&_set_bev_on_new_domain=1750349954_EAZjM3OTdhMWQyMD", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?airbnb\\.ca/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#react-application > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > section:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#react-application > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > section:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#react-application > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > section:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:not([id])", comment: "Only necessary" }] }, { name: "auto_CA_algonquincollege.com_p4e", vendorUrl: "https://www.algonquincollege.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?algonquincollege\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body#home-2017 > div#accn-cookie-consent-wrapper > div#accn-cookie-consent > div:nth-child(2):not([id]) > div:nth-child(1)#btn_cookie_essential" }], detectPopup: [{ visible: "body#home-2017 > div#accn-cookie-consent-wrapper > div#accn-cookie-consent > div:nth-child(2):not([id]) > div:nth-child(1)#btn_cookie_essential" }], optIn: [], optOut: [{ waitForThenClick: "body#home-2017 > div#accn-cookie-consent-wrapper > div#accn-cookie-consent > div:nth-child(2):not([id]) > div:nth-child(1)#btn_cookie_essential", comment: "Essential " }] }, { name: "auto_CA_algonquincollege.com_x9c", vendorUrl: "https://www.algonquincollege.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?algonquincollege\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body#home-2017 > div#accn-cookie-consent-wrapper > div#accn-cookie-consent > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(3):not([id]) > button:not([id])" }], detectPopup: [{ visible: "body#home-2017 > div#accn-cookie-consent-wrapper > div#accn-cookie-consent > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(3):not([id]) > button:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body#home-2017 > div#accn-cookie-consent-wrapper > div#accn-cookie-consent > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(3):not([id]) > button:not([id])", comment: "Essential Only" }] }, { name: "auto_CA_arte.tv_7nv", vendorUrl: "https://www.arte.tv/en/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?arte\\.tv/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > button:nth-child(2):not([id])", comment: "Refuse" }] }, { name: "auto_CA_asus.com_dm1", vendorUrl: "https://www.asus.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?asus\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookie-policy-info > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#cookie-policy-info > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookie-policy-info > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Reject all" }] }, { name: "auto_CA_banfflakelouise.com_4eg", vendorUrl: "https://www.banfflakelouise.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?banfflakelouise\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#__next > section:nth-child(1)#cookieConsent > div:nth-child(3):not([id]) > button:nth-child(3):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#__next > section:nth-child(1)#cookieConsent > div:nth-child(3):not([id]) > button:nth-child(3):not([id])" }], optIn: [], optOut: [{ wait: 500 }, { waitForThenClick: "body:not([id]) > div#__next > section:nth-child(1)#cookieConsent > div:nth-child(3):not([id]) > button:nth-child(3):not([id])", comment: "Reject All" }], test: [{ waitForVisible: "body:not([id]) > div#__next > section:nth-child(1)#cookieConsent > div:nth-child(3):not([id]) > button:nth-child(3):not([id])", timeout: 1e3, check: "none" }] }, { name: "auto_CA_belairdirect.com_wic", vendorUrl: "https://www.belairdirect.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?belairdirect\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body#bod > 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" }], detectPopup: [{ visible: "body#bod > 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" }], optIn: [], optOut: [{ waitForThenClick: "body#bod > 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", comment: "Only essential cookies" }] }, { name: "auto_CA_blsindia-canada.com_qqp", vendorUrl: "https://www.blsindia-canada.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?blsindia-canada\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > a:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > a:nth-child(1):not([id])" }], optIn: [], optOut: [{ wait: 500 }, { waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > a:nth-child(1):not([id])", comment: "Accept Only Necessary Cookies" }], test: [{ waitForVisible: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > a:nth-child(1):not([id])", timeout: 1e3, check: "none" }] }, { name: "auto_CA_boatdealers.ca_wpl", vendorUrl: "https://www.boatdealers.ca/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?boatdealers\\.ca/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookieConsentBanner > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(2)#acceptEssentials" }], detectPopup: [{ visible: "body:not([id]) > div#cookieConsentBanner > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(2)#acceptEssentials" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookieConsentBanner > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(2)#acceptEssentials", comment: "ESSENTIAL ONLY" }] }, { name: "auto_CA_caainsurancecompany.ca_n0d", vendorUrl: "https://www.caainsurancecompany.ca/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?caainsurancecompany\\.ca/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#__next > div:not([id]) > div:nth-child(10):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#__next > div:not([id]) > div:nth-child(10):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ wait: 500 }, { waitForThenClick: "body:not([id]) > div#__next > div:not([id]) > div:nth-child(10):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", comment: "Decline" }], test: [{ waitForVisible: "body:not([id]) > div#__next > div:not([id]) > div:nth-child(10):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", timeout: 1e3, check: "none" }] }, { name: "auto_CA_cmpa-acpm.ca_nja", vendorUrl: "https://www.cmpa-acpm.ca/en/home", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?cmpa-acpm\\.ca/" }, prehideSelectors: [], detectCmp: [{ exists: "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" }], detectPopup: [{ visible: "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" }], optIn: [], optOut: [{ waitForThenClick: "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", comment: "Use necessary cookies only" }] }, { name: "auto_CA_coasthotels.com_f8m", vendorUrl: "https://www.coasthotels.com/", cosmetic: false, runContext: { main: false, frame: true, urlPattern: "^https?://(www\\.)?coasthotels\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "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])" }], detectPopup: [{ visible: "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])" }], optIn: [], optOut: [{ waitForThenClick: "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])", comment: "Decline" }] }, { name: "auto_CA_csagroup.org_3ho", vendorUrl: "https://www.csagroup.org/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?csagroup\\.org/" }, prehideSelectors: [], detectCmp: [{ exists: "body#en_lang > div:not([id]) > div:nth-child(1)#customise-cookies-main-bottom-notification > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(2):not([id]) > button:nth-child(1)#customise-cookies-required-cookies-btn" }], detectPopup: [{ visible: "body#en_lang > div:not([id]) > div:nth-child(1)#customise-cookies-main-bottom-notification > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(2):not([id]) > button:nth-child(1)#customise-cookies-required-cookies-btn" }], optIn: [], optOut: [{ wait: 500 }, { waitForThenClick: "body#en_lang > div:not([id]) > div:nth-child(1)#customise-cookies-main-bottom-notification > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(2):not([id]) > button:nth-child(1)#customise-cookies-required-cookies-btn", comment: "Reject non-essential" }], test: [{ waitForVisible: "body#en_lang > div:not([id]) > div:nth-child(1)#customise-cookies-main-bottom-notification > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(2):not([id]) > button:nth-child(1)#customise-cookies-required-cookies-btn", timeout: 1e3, check: "none" }] }, { name: "auto_CA_denniskirk.com_ezr", vendorUrl: "https://www.denniskirk.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?denniskirk\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#dk-cookie-message > div:not([id]) > button:nth-child(3):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#dk-cookie-message > div:not([id]) > button:nth-child(3):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#dk-cookie-message > div:not([id]) > button:nth-child(3):not([id])", comment: "Necessary cookies only" }] }, { name: "auto_CA_f6s.com_yjw", vendorUrl: "https://www.f6s.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?f6s\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(3):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(3):not([id])" }], optIn: [], optOut: [{ wait: 500 }, { waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(3):not([id])", comment: "Reject" }], test: [{ waitForVisible: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(3):not([id])", timeout: 1e3, check: "none" }] }, { name: "auto_CA_fleshbot.com_m3j", vendorUrl: "https://fleshbot.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?fleshbot\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookieConsent > div:nth-child(2):not([id]) > a:nth-child(3):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#cookieConsent > div:nth-child(2):not([id]) > a:nth-child(3):not([id])" }], optIn: [], optOut: [{ wait: 500 }, { waitForThenClick: "body:not([id]) > div#cookieConsent > div:nth-child(2):not([id]) > a:nth-child(3):not([id])", comment: "Decline all" }], test: [{ waitForVisible: "body:not([id]) > div#cookieConsent > div:nth-child(2):not([id]) > a:nth-child(3):not([id])", timeout: 1e3, check: "none" }] }, { name: "auto_CA_fyidoctors.com_25j", vendorUrl: "https://fyidoctors.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?fyidoctors\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#Avada-CookiesBar > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > div:not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#Avada-CookiesBar > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > div:not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ wait: 500 }, { waitForThenClick: "body:not([id]) > div#Avada-CookiesBar > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > div:not([id]) > button:nth-child(2):not([id])", comment: "Reject" }], test: [{ waitForVisible: "body:not([id]) > div#Avada-CookiesBar > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > div:not([id]) > button:nth-child(2):not([id])", timeout: 1e3, check: "none" }] }, { name: "auto_CA_golfavenue.ca_ero", vendorUrl: "https://www.golfavenue.ca/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?golfavenue\\.ca/" }, prehideSelectors: [], detectCmp: [{ exists: "body#html-body > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > a:nth-child(3):not([id])" }], detectPopup: [{ visible: "body#html-body > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > a:nth-child(3):not([id])" }], optIn: [], optOut: [{ wait: 500 }, { waitForThenClick: "body#html-body > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > a:nth-child(3):not([id])", comment: "Reject all" }], test: [{ waitForVisible: "body#html-body > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > a:nth-child(3):not([id])", timeout: 1e3, check: "none" }] }, { name: "auto_CA_homehardware.ca_4ih", vendorUrl: "https://www.homehardware.ca/en/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?homehardware\\.ca/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > dialog:not([id]) > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > dialog:not([id]) > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > dialog:not([id]) > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", comment: "Reject Non-Essential" }] }, { name: "auto_CA_ikmultimedia.com_v93", vendorUrl: "https://www.ikmultimedia.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?ikmultimedia\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookieConsent > div:nth-child(2)#cookiesBannerMain > div:nth-child(6):not([id]) > a:not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#cookieConsent > div:nth-child(2)#cookiesBannerMain > div:nth-child(6):not([id]) > a:not([id])" }], optIn: [], optOut: [{ wait: 500 }, { waitForThenClick: "body:not([id]) > div#cookieConsent > div:nth-child(2)#cookiesBannerMain > div:nth-child(6):not([id]) > a:not([id])", comment: "Deny All" }], test: [{ waitForVisible: "body:not([id]) > div#cookieConsent > div:nth-child(2)#cookiesBannerMain > div:nth-child(6):not([id]) > a:not([id])", timeout: 1e3, check: "none" }] }, { name: "auto_CA_keepersecurity.com_06v", vendorUrl: "https://www.keepersecurity.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?keepersecurity\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div#cookieConsentBanner > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div#cookieConsentBanner > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ wait: 500 }, { waitForThenClick: "body:not([id]) > div:not([id]) > div#cookieConsentBanner > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id])", comment: "Decline" }], test: [{ waitForVisible: "body:not([id]) > div:not([id]) > div#cookieConsentBanner > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id])", timeout: 1e3, check: "none" }] }, { name: "auto_CA_klm.ca_uvc", vendorUrl: "https://www.klm.ca/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?klm\\.ca/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#bw-cookie-banner > div:not([id]) > div#bw-cookie-banner-container > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#bw-cookie-banner > div:not([id]) > div#bw-cookie-banner-container > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ wait: 500 }, { waitForThenClick: "body:not([id]) > div#bw-cookie-banner > div:not([id]) > div#bw-cookie-banner-container > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id])", comment: "Reject" }], test: [{ waitForVisible: "body:not([id]) > div#bw-cookie-banner > div:not([id]) > div#bw-cookie-banner-container > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id])", timeout: 1e3, check: "none" }] }, { name: "auto_CA_lawyer.com_glx", vendorUrl: "http://www.lawyer.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?lawyer\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookieConsent > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#cookieConsent > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookieConsent > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Necessary Only" }] }, { name: "auto_CA_lectura-specs.com_hh2", vendorUrl: "https://www.lectura-specs.com/en", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?lectura-specs\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#gtmCookieConsentDialog > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#gtmCookieConsentDialog > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ wait: 500 }, { waitForThenClick: "body:not([id]) > div#gtmCookieConsentDialog > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id])", comment: "Decline" }], test: [{ waitForVisible: "body:not([id]) > div#gtmCookieConsentDialog > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id])", timeout: 1e3, check: "none" }] }, { name: "auto_CA_merx.com_2nd", vendorUrl: "https://www.merx.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?merx\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > main#content > div:nth-child(4):not([id]) > div:not([id]) > span:nth-child(2):not([id]) > button:nth-child(3)#cookieBannerRejectBtn" }], detectPopup: [{ visible: "body:not([id]) > main#content > div:nth-child(4):not([id]) > div:not([id]) > span:nth-child(2):not([id]) > button:nth-child(3)#cookieBannerRejectBtn" }], optIn: [], optOut: [{ wait: 500 }, { waitForThenClick: "body:not([id]) > main#content > div:nth-child(4):not([id]) > div:not([id]) > span:nth-child(2):not([id]) > button:nth-child(3)#cookieBannerRejectBtn", comment: "Reject all non-essential cookies" }], test: [{ waitForVisible: "body:not([id]) > main#content > div:nth-child(4):not([id]) > div:not([id]) > span:nth-child(2):not([id]) > button:nth-child(3)#cookieBannerRejectBtn", timeout: 1e3, check: "none" }] }, { name: "auto_CA_milestonesrestaurants.com_j2k", vendorUrl: "https://milestonesrestaurants.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?milestonesrestaurants\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(6):not([id]) > div:nth-child(1):not([id]) > a:nth-child(3):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(6):not([id]) > div:nth-child(1):not([id]) > a:nth-child(3):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(6):not([id]) > div:nth-child(1):not([id]) > a:nth-child(3):not([id])", comment: "Reject" }] }, { name: "auto_CA_natureconservancy.ca_3pp", vendorUrl: "https://www.natureconservancy.ca/en/", cosmetic: false, runContext: { main: false, frame: true, urlPattern: "^https?://(www\\.)?natureconservancy\\.ca/" }, prehideSelectors: [], detectCmp: [{ exists: "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])" }], detectPopup: [{ visible: "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])" }], optIn: [], optOut: [{ wait: 500 }, { waitForThenClick: "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])", comment: "Decline" }], test: [{ waitForVisible: "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])", timeout: 1e3, check: "none" }] }, { name: "auto_CA_nike.com_aer", vendorUrl: "https://www.nike.com/ca/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?nike\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#modal-root > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > section:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#modal-root > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > section:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#modal-root > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > section:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(2):not([id])", comment: "Decline All" }] }, { name: "auto_CA_redirection.ubisoft.com_18d", vendorUrl: "https://redirection.ubisoft.com/site/entrance?entrance=www.ubisoft.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?redirection\\.ubisoft\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#privacy_modal > div:nth-child(2)#privacy__modal__only > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(1)#privacy__modal__close" }], detectPopup: [{ visible: "body:not([id]) > div#privacy_modal > div:nth-child(2)#privacy__modal__only > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(1)#privacy__modal__close" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#privacy_modal > div:nth-child(2)#privacy__modal__only > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(1)#privacy__modal__close", comment: "I REFUSE COOKIES" }] }, { name: "auto_CA_remitly.com_mm4", vendorUrl: "https://www.remitly.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?remitly\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "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])" }], detectPopup: [{ visible: "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])" }], optIn: [], optOut: [{ wait: 500 }, { waitForThenClick: "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])", comment: "Decline all" }], test: [{ waitForVisible: "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])", timeout: 1e3, check: "none" }] }, { name: "auto_CA_rentboard.ca_f02", vendorUrl: "https://www.rentboard.ca/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?rentboard\\.ca/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > 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" }], detectPopup: [{ visible: "body:not([id]) > 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" }], optIn: [], optOut: [{ wait: 500 }, { waitForThenClick: "body:not([id]) > 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", comment: "Decline" }], test: [{ waitForVisible: "body:not([id]) > 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", timeout: 1e3, check: "none" }] }, { name: "auto_CA_rentfaster.ca_puj", vendorUrl: "https://www.rentfaster.ca/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?rentfaster\\.ca/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > 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" }], detectPopup: [{ visible: "body:not([id]) > 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" }], optIn: [], optOut: [{ wait: 500 }, { waitForThenClick: "body:not([id]) > 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", comment: "Decline" }], test: [{ waitForVisible: "body:not([id]) > 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", timeout: 1e3, check: "none" }] }, { name: "auto_CA_reshade.me_zsk", vendorUrl: "https://reshade.me/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?reshade\\.me/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#redim-cookiehint-modal > div#redim-cookiehint > div:nth-child(3):not([id]) > a:nth-child(2)#cookiehintsubmitno" }], detectPopup: [{ visible: "body:not([id]) > div#redim-cookiehint-modal > div#redim-cookiehint > div:nth-child(3):not([id]) > a:nth-child(2)#cookiehintsubmitno" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#redim-cookiehint-modal > div#redim-cookiehint > div:nth-child(3):not([id]) > a:nth-child(2)#cookiehintsubmitno", comment: "Decline" }] }, { name: "auto_CA_rvdealers.ca_bvc", vendorUrl: "https://www.rvdealers.ca/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?rvdealers\\.ca/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookieConsentBanner > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(2)#acceptEssentials" }], detectPopup: [{ visible: "body:not([id]) > div#cookieConsentBanner > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(2)#acceptEssentials" }], optIn: [], optOut: [{ wait: 500 }, { waitForThenClick: "body:not([id]) > div#cookieConsentBanner > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(2)#acceptEssentials", comment: "ESSENTIAL ONLY" }], test: [{ waitForVisible: "body:not([id]) > div#cookieConsentBanner > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(2)#acceptEssentials", timeout: 1e3, check: "none" }] }, { name: "auto_CA_sceneplus.ca_5zu", vendorUrl: "https://www.sceneplus.ca/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?sceneplus\\.ca/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#__next > div:not([id]) > div:nth-child(2)#cookie-banner > div#cookie-banner-content-wrapper > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#__next > div:not([id]) > div:nth-child(2)#cookie-banner > div#cookie-banner-content-wrapper > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ wait: 500 }, { waitForThenClick: "body:not([id]) > div#__next > div:not([id]) > div:nth-child(2)#cookie-banner > div#cookie-banner-content-wrapper > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Reject Cookies" }], test: [{ waitForVisible: "body:not([id]) > div#__next > div:not([id]) > div:nth-child(2)#cookie-banner > div#cookie-banner-content-wrapper > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", timeout: 1e3, check: "none" }] }, { name: "auto_CA_scu.mb.ca_mqv", vendorUrl: "https://scu.mb.ca/personal", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?scu\\.mb\\.ca/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > div:nth-child(2)#data-vsdufwkb-content > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > div:nth-child(2)#data-vsdufwkb-content > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ wait: 500 }, { waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > div:nth-child(2)#data-vsdufwkb-content > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "DECLINE" }], test: [{ waitForVisible: "body:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > div:nth-child(2)#data-vsdufwkb-content > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", timeout: 1e3, check: "none" }] }, { name: "auto_CA_skipthedishes.com_1sg", vendorUrl: "https://www.skipthedishes.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?skipthedishes\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "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])" }], detectPopup: [{ visible: "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])" }], optIn: [], optOut: [{ waitForThenClick: "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])", comment: "Reject all" }] }, { name: "auto_CA_stclaircollege.ca_fj8", vendorUrl: "https://www.stclaircollege.ca/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?stclaircollege\\.ca/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#mm-0 > div:nth-child(1):not([id]) > div:not([id]) > footer:nth-child(4):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > section:nth-child(2)#block-cookiesui > div#cookiesjsr > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#mm-0 > div:nth-child(1):not([id]) > div:not([id]) > footer:nth-child(4):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > section:nth-child(2)#block-cookiesui > div#cookiesjsr > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ wait: 500 }, { waitForThenClick: "body:not([id]) > div#mm-0 > div:nth-child(1):not([id]) > div:not([id]) > footer:nth-child(4):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > section:nth-child(2)#block-cookiesui > div#cookiesjsr > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "DENY ALL" }], test: [{ waitForVisible: "body:not([id]) > div#mm-0 > div:nth-child(1):not([id]) > div:not([id]) > footer:nth-child(4):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > section:nth-child(2)#block-cookiesui > div#cookiesjsr > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", timeout: 1e3, check: "none" }] }, { name: "auto_CA_troybilt.ca_2mo", vendorUrl: "https://www.troybilt.ca/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?troybilt\\.ca/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#onetrust-consent-sdk > div:nth-child(2)#onetrust-banner-sdk > div:not([id]) > div:not([id]) > div:nth-child(2)#onetrust-button-group-parent > div#onetrust-button-group > div:nth-child(2):not([id]) > button:nth-child(1)#onetrust-reject-all-handler" }], detectPopup: [{ visible: "body:not([id]) > div#onetrust-consent-sdk > div:nth-child(2)#onetrust-banner-sdk > div:not([id]) > div:not([id]) > div:nth-child(2)#onetrust-button-group-parent > div#onetrust-button-group > div:nth-child(2):not([id]) > button:nth-child(1)#onetrust-reject-all-handler" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#onetrust-consent-sdk > div:nth-child(2)#onetrust-banner-sdk > div:not([id]) > div:not([id]) > div:nth-child(2)#onetrust-button-group-parent > div#onetrust-button-group > div:nth-child(2):not([id]) > button:nth-child(1)#onetrust-reject-all-handler", comment: "Reject All" }] }, { name: "auto_CA_visa.ca_ldj", vendorUrl: "https://www.visa.ca/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?visa\\.ca/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CookieReportsPanel > div:nth-child(2)#CookieReportsBanner > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#CookieReportsPanel > div:nth-child(2)#CookieReportsBanner > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])" }], optIn: [], optOut: [{ wait: 500 }, { waitForThenClick: "body:not([id]) > div#CookieReportsPanel > div:nth-child(2)#CookieReportsBanner > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])", comment: "Reject all" }], test: [{ waitForVisible: "body:not([id]) > div#CookieReportsPanel > div:nth-child(2)#CookieReportsBanner > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])", timeout: 1e3, check: "none" }] }, { name: "auto_CA_vrporngalaxy.com_nw8", vendorUrl: "https://www.vrporngalaxy.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?vrporngalaxy\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookie-consent-popup > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#cookie-reject" }], detectPopup: [{ visible: "body:not([id]) > div#cookie-consent-popup > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#cookie-reject" }], optIn: [], optOut: [{ wait: 500 }, { waitForThenClick: "body:not([id]) > div#cookie-consent-popup > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#cookie-reject", comment: "REJECT" }], test: [{ waitForVisible: "body:not([id]) > div#cookie-consent-popup > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#cookie-reject", timeout: 1e3, check: "none" }] }, { name: "auto_CA_wealthsimple.com_kgz", vendorUrl: "https://www.wealthsimple.com/en-ca/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?wealthsimple\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", comment: "Allow necessary" }] }, { name: "auto_CA_westmount.org_l00", vendorUrl: "https://westmount.org/en", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?westmount\\.org/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > a:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > a:nth-child(1):not([id])" }], optIn: [], optOut: [{ wait: 500 }, { waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > a:nth-child(1):not([id])", comment: "I refuse" }], test: [{ waitForVisible: "body:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > a:nth-child(1):not([id])", timeout: 1e3, check: "none" }] }, { name: "auto_GB_192.com_0", vendorUrl: "https://www.192.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?192\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(1)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(1)", text: "Necessary Only" }] }, { name: "auto_GB_3djake.uk_0", vendorUrl: "https://www.3djake.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?3djake\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body#top > div:not([id]) > form:nth-child(1):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body#top > div:not([id]) > form:nth-child(1):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body#top > div:not([id]) > form:nth-child(1):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "Essential cookies only" }] }, { name: "auto_GB_abebooks.co.uk_0", vendorUrl: "https://www.abebooks.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?abebooks\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#wrapper > header:nth-child(1)#abe-top > div:nth-child(1)#abe-gdpr-banner > div:not([id]) > div#gdpr-banner-component > div:not([id]) > div:not([id]) > button:nth-child(4)#gdpr-banner-component-decline-btn" }], detectPopup: [{ visible: "body:not([id]) > div#wrapper > header:nth-child(1)#abe-top > div:nth-child(1)#abe-gdpr-banner > div:not([id]) > div#gdpr-banner-component > div:not([id]) > div:not([id]) > button:nth-child(4)#gdpr-banner-component-decline-btn" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#wrapper > header:nth-child(1)#abe-top > div:nth-child(1)#abe-gdpr-banner > div:not([id]) > div#gdpr-banner-component > div:not([id]) > div:not([id]) > button:nth-child(4)#gdpr-banner-component-decline-btn", comment: "Decline" }] }, { name: "auto_GB_accessable.co.uk_0", vendorUrl: "https://www.accessable.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?accessable\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#aa-cookie > div#cookieBannerBox > div:not([id]) > div:nth-child(4):not([id]) > div:not([id]) > button:nth-child(2)#aa-cookie-reject-btn" }], detectPopup: [{ visible: "body:not([id]) > div#aa-cookie > div#cookieBannerBox > div:not([id]) > div:nth-child(4):not([id]) > div:not([id]) > button:nth-child(2)#aa-cookie-reject-btn" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#aa-cookie > div#cookieBannerBox > div:not([id]) > div:nth-child(4):not([id]) > div:not([id]) > button:nth-child(2)#aa-cookie-reject-btn", comment: "Reject all" }] }, { name: "auto_GB_accounts.o2.co.uk_0", vendorUrl: "https://accounts.o2.co.uk/auth?sendTo=https%3A%2F%2Faccounts.o2.co.uk%2F%3Fcheckproduct%3Dtrue&failureUrl=https%3A%2F%2Faccounts.o2.co.uk%2F&auth_requirement_id=3e621702-f4bf-4ce1-9aae-6cffeb444706", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?accounts\\.o2\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookiePrompt > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#privacy_pref_optout" }], detectPopup: [{ visible: "body:not([id]) > div#cookiePrompt > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#privacy_pref_optout" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookiePrompt > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#privacy_pref_optout", comment: "Accept essential cookies only" }] }, { name: "auto_GB_accounts.snapchat.com_0", vendorUrl: "https://accounts.snapchat.com/accounts/v2/login", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?accounts\\.snapchat\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(1)#account-identifier-root > div:not([id]) > div:nth-child(4):not([id]) > div:not([id]) > section:nth-child(3):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(1)#account-identifier-root > div:not([id]) > div:nth-child(4):not([id]) > div:not([id]) > section:nth-child(3):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(1)#account-identifier-root > div:not([id]) > div:nth-child(4):not([id]) > div:not([id]) > section:nth-child(3):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id])", comment: "Essential Only" }] }, { name: "auto_GB_adisc.org_0", vendorUrl: "https://www.adisc.org/forum/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?adisc\\.org/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > ul:not([id]) > li:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id]) > span:not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > ul:not([id]) > li:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id]) > span:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > ul:not([id]) > li:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id]) > span:not([id])", comment: "Reject optional cookies" }] }, { name: "auto_GB_adultwork.com_l1i", vendorUrl: "https://www.adultwork.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?adultwork\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookie_fade > div#cookie_light > div:not([id]) > form:not([id]) > div:nth-child(1)#g-cookie-buttons > div:nth-child(1):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#cookie_fade > div#cookie_light > div:not([id]) > form:not([id]) > div:nth-child(1)#g-cookie-buttons > div:nth-child(1):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookie_fade > div#cookie_light > div:not([id]) > form:not([id]) > div:nth-child(1)#g-cookie-buttons > div:nth-child(1):not([id]) > button:nth-child(2):not([id])", comment: "Reject All" }] }, { name: "auto_GB_adventurebikerider.com_0", vendorUrl: "https://www.adventurebikerider.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?adventurebikerider\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#gnar-consent-popup-outer > div:not([id]) > div#gnar-consent-popup > div:nth-child(5):not([id]) > button:nth-child(1)#deny-cookies" }], detectPopup: [{ visible: "body:not([id]) > div#gnar-consent-popup-outer > div:not([id]) > div#gnar-consent-popup > div:nth-child(5):not([id]) > button:nth-child(1)#deny-cookies" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#gnar-consent-popup-outer > div:not([id]) > div#gnar-consent-popup > div:nth-child(5):not([id]) > button:nth-child(1)#deny-cookies", comment: "Reject non-essential" }] }, { name: "auto_GB_aircanada.com_0", vendorUrl: "https://www.aircanada.com/home/uk/en/aco/flights", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?aircanada\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div:nth-child(2) > div > div:nth-child(1) > div > div:nth-child(2) > div > button:nth-child(2)" }], detectPopup: [{ visible: "body > div > div:nth-child(2) > div > div:nth-child(1) > div > div:nth-child(2) > div > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div:nth-child(2) > div > div:nth-child(1) > div > div:nth-child(2) > div > button:nth-child(2)", text: "Reject All Cookies" }] }, { name: "auto_GB_alfaromeo.co.uk_0", vendorUrl: "https://www.alfaromeo.co.uk/", cosmetic: false, runContext: { main: false, frame: true, urlPattern: "^https?://(www\\.)?cookielaw\\.emea\\.fcagroup\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > 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" }], detectPopup: [{ visible: "body:not([id]) > 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" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > 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", comment: "REJECT ALL" }] }, { name: "auto_GB_ancestry.co.uk_0", vendorUrl: "https://www.ancestry.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?ancestry\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "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" }], detectPopup: [{ visible: "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" }], optIn: [], optOut: [{ waitForThenClick: "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", comment: "Reject all" }] }, { name: "auto_GB_ancestry.com_0", vendorUrl: "https://www.ancestry.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?ancestry\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#BannerRegion > div#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" }], detectPopup: [{ visible: "body:not([id]) > div#BannerRegion > div#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" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#BannerRegion > div#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", comment: "Reject all" }] }, { name: "auto_GB_anglingdirect.co.uk_1hl", vendorUrl: "https://www.anglingdirect.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?anglingdirect\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body#html-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])" }], detectPopup: [{ visible: "body#html-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])" }], optIn: [], optOut: [{ waitForThenClick: "body#html-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])", comment: "Reject All" }] }, { name: "auto_GB_arbtalk.co.uk_0", vendorUrl: "https://arbtalk.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?arbtalk\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#elGuestTerms > div:not([id]) > div:nth-child(2):not([id]) > form:not([id]) > button:nth-child(3):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#elGuestTerms > div:not([id]) > div:nth-child(2):not([id]) > form:not([id]) > button:nth-child(3):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#elGuestTerms > div:not([id]) > div:nth-child(2):not([id]) > form:not([id]) > button:nth-child(3):not([id])", comment: "\xA0Reject Cookies" }] }, { name: "auto_GB_arte.tv_0", vendorUrl: "https://www.arte.tv/en/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?arte\\.tv/" }, prehideSelectors: [], detectCmp: [{ exists: "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" }], detectPopup: [{ visible: "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" }], optIn: [], optOut: [{ waitForThenClick: "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", comment: "Refuse" }] }, { name: "auto_GB_artsupplies.co.uk_1so", vendorUrl: "https://www.artsupplies.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?artsupplies\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > sf-root:not([id]) > kb-cookie-consent:nth-child(5):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > sf-root:not([id]) > kb-cookie-consent:nth-child(5):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ wait: 500 }, { waitForThenClick: "body:not([id]) > sf-root:not([id]) > kb-cookie-consent:nth-child(5):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "ONLY NECESSARY COOKIES" }], test: [{ waitForVisible: "body:not([id]) > sf-root:not([id]) > kb-cookie-consent:nth-child(5):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", timeout: 1e3, check: "none" }] }, { name: "auto_GB_asda.jobs_y0y", vendorUrl: "https://www.asda.jobs/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?asda\\.jobs/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookie-notice-container > div:nth-child(1)#cookie-notice > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#cookies-reject-all" }], detectPopup: [{ visible: "body:not([id]) > div#cookie-notice-container > div:nth-child(1)#cookie-notice > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#cookies-reject-all" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookie-notice-container > div:nth-child(1)#cookie-notice > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#cookies-reject-all", comment: "Reject all" }] }, { name: "auto_GB_ashwoodnurseries.com_0", vendorUrl: "https://www.ashwoodnurseries.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?ashwoodnurseries\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookiebar > div:nth-child(2):not([id]) > a:nth-child(2)#decline-cookies" }], detectPopup: [{ visible: "body:not([id]) > div#cookiebar > div:nth-child(2):not([id]) > a:nth-child(2)#decline-cookies" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookiebar > div:nth-child(2):not([id]) > a:nth-child(2)#decline-cookies", comment: "Decline" }] }, { name: "auto_GB_atlasformen.co.uk_0", vendorUrl: "https://www.atlasformen.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?atlasformen\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > dialog:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > dialog:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > dialog:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", comment: "Continue without accepting" }] }, { name: "auto_GB_atombank.co.uk_0", vendorUrl: "https://www.atombank.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?atombank\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > astro-island > div > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > astro-island > div > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > astro-island > div > div:nth-child(2) > button:nth-child(2)", text: "Reject" }] }, { name: "auto_GB_atseuromaster.co.uk_0", vendorUrl: "https://www.atseuromaster.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?atseuromaster\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])", comment: "Continue without agreeing \u2192" }] }, { name: "auto_GB_attheraces.com_0", vendorUrl: "https://www.attheraces.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?attheraces\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > 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:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > 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:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > 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:nth-child(2):not([id])", comment: "Essential Only" }] }, { name: "auto_GB_audacityteam.org_0", vendorUrl: "https://www.audacityteam.org/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?audacityteam\\.org/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > astro-island:not([id]) > div#consent-popup > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > a:nth-child(1)#reject" }], detectPopup: [{ visible: "body:not([id]) > astro-island:not([id]) > div#consent-popup > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > a:nth-child(1)#reject" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > astro-island:not([id]) > div#consent-popup > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > a:nth-child(1)#reject", comment: "Reject" }] }, { name: "auto_GB_audioemotion.co.uk_0", vendorUrl: "https://www.audioemotion.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?audioemotion\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > 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])" }], detectPopup: [{ visible: "body:not([id]) > 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])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > 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])", comment: "Reject All" }] }, { name: "auto_GB_autodesk.com_0", vendorUrl: "https://www.autodesk.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?autodesk\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body#dhig > div#adsk-gdpr-footer-wrapper > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body#dhig > div#adsk-gdpr-footer-wrapper > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body#dhig > div#adsk-gdpr-footer-wrapper > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", comment: "Decline" }] }, { name: "auto_GB_autodoc.co.uk_0", vendorUrl: "https://www.autodoc.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?autodoc\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > button:nth-child(1):not([id])", comment: "Reject all cookies" }] }, { name: "auto_GB_autopartspro.co.uk_0", vendorUrl: "https://www.autopartspro.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?autopartspro\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div:nth-child(2) > div > div:nth-child(1) > div:nth-child(1) > span" }], detectPopup: [{ visible: "body > div > div:nth-child(2) > div > div:nth-child(1) > div:nth-child(1) > span" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div:nth-child(2) > div > div:nth-child(1) > div:nth-child(1) > span", text: "Reject all cookies" }] }, { name: "auto_GB_backmarket.co.uk_0", vendorUrl: "https://www.backmarket.co.uk/en-gb", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?backmarket\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#__nuxt > div:nth-child(3):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])" }], detectPopup: [{ visible: "body:not([id]) > div#__nuxt > div:nth-child(3):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])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#__nuxt > div:nth-child(3):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])", comment: "Reject all" }] }, { name: "auto_GB_bananafingers.co.uk_0", vendorUrl: "https://bananafingers.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?bananafingers\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > aside > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > button:nth-child(3)" }], detectPopup: [{ visible: "body > aside > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > button:nth-child(3)" }], optIn: [], optOut: [{ waitForThenClick: "body > aside > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > button:nth-child(3)", text: "Decline Cookies" }] }, { name: "auto_GB_bandlab.com_0", vendorUrl: "https://www.bandlab.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?bandlab\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > privacy-banner:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id]) > span:not([id])" }], detectPopup: [{ visible: "body:not([id]) > privacy-banner:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id]) > span:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > privacy-banner:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id]) > span:not([id])", comment: "Reject All" }] }, { name: "auto_GB_bangbros.com_0", vendorUrl: "https://bangbros.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?bangbros\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div:nth-child(3) > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div > div:nth-child(3) > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div:nth-child(3) > div:nth-child(2) > button:nth-child(2)", text: "ACCEPT ONLY ESSENTIAL COOKIES" }] }, { name: "auto_GB_bats.org.uk_0", vendorUrl: "https://www.bats.org.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?bats\\.org\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Deny all" }] }, { name: "auto_GB_bbc.co.uk_0", vendorUrl: "https://www.bbc.co.uk/news", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?bbc\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#root > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > header#header-content > section:nth-child(1):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#root > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > header#header-content > section:nth-child(1):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#root > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > header#header-content > section:nth-child(1):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Reject additional cookies" }] }, { name: "auto_GB_bbqworld.co.uk_0", vendorUrl: "https://www.bbqworld.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?bbqworld\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)", text: "Deny" }] }, { name: "auto_GB_bcfc.com_0", vendorUrl: "https://www.bcfc.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?bcfc\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(1) > div > div > div:nth-child(2) > div:nth-child(2) > div > div > div:nth-child(3) > div > div:nth-child(2) > div:nth-child(3) > div > div:nth-child(2) > div > div > div > div > div > div:nth-child(2) > div:nth-child(9) > div > div > div > div > div > div > div > div > div > div:nth-child(1) > div:nth-child(2) > button:nth-child(3)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(1) > div > div > div:nth-child(2) > div:nth-child(2) > div > div > div:nth-child(3) > div > div:nth-child(2) > div:nth-child(3) > div > div:nth-child(2) > div > div > div > div > div > div:nth-child(2) > div:nth-child(9) > div > div > div > div > div > div > div > div > div > div:nth-child(1) > div:nth-child(2) > button:nth-child(3)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(1) > div > div > div:nth-child(2) > div:nth-child(2) > div > div > div:nth-child(3) > div > div:nth-child(2) > div:nth-child(3) > div > div:nth-child(2) > div > div > div > div > div > div:nth-child(2) > div:nth-child(9) > div > div > div > div > div > div > div > div > div > div:nth-child(1) > div:nth-child(2) > button:nth-child(3)", text: "Reject Cookies" }] }, { name: "auto_GB_bcfc.com_1", vendorUrl: "https://www.bcfc.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?bcfc\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(1) > div > div > div:nth-child(2) > div:nth-child(2) > div > div > div:nth-child(3) > div > div:nth-child(2) > div:nth-child(3) > div > div:nth-child(2) > div > div > div > div > div > div:nth-child(2) > div:nth-child(9) > div > div > div > div > div > div > div > div > div > div:nth-child(1) > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(1) > div > div > div:nth-child(2) > div:nth-child(2) > div > div > div:nth-child(3) > div > div:nth-child(2) > div:nth-child(3) > div > div:nth-child(2) > div > div > div > div > div > div:nth-child(2) > div:nth-child(9) > div > div > div > div > div > div > div > div > div > div:nth-child(1) > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(1) > div > div > div:nth-child(2) > div:nth-child(2) > div > div > div:nth-child(3) > div > div:nth-child(2) > div:nth-child(3) > div > div:nth-child(2) > div > div > div > div > div > div:nth-child(2) > div:nth-child(9) > div > div > div > div > div > div > div > div > div > div:nth-child(1) > div:nth-child(2) > button:nth-child(2)", text: "Accept Essential Cookies Only" }] }, { name: "auto_GB_beersofeurope.co.uk_tt2", vendorUrl: "https://www.beersofeurope.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?beersofeurope\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#bs-cookie-settings > div#bs-cookie-wrapper > div:nth-child(1)#bs-cookie-bar > div:not([id]) > div#c-inr > div:nth-child(2)#c-bns > button:nth-child(2)#c-s-bn" }], detectPopup: [{ visible: "body:not([id]) > div#bs-cookie-settings > div#bs-cookie-wrapper > div:nth-child(1)#bs-cookie-bar > div:not([id]) > div#c-inr > div:nth-child(2)#c-bns > button:nth-child(2)#c-s-bn" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#bs-cookie-settings > div#bs-cookie-wrapper > div:nth-child(1)#bs-cookie-bar > div:not([id]) > div#c-inr > div:nth-child(2)#c-bns > button:nth-child(2)#c-s-bn", comment: "Reject all" }] }, { name: "auto_GB_benefitsandwork.co.uk_0", vendorUrl: "https://www.benefitsandwork.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?benefitsandwork\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body#baw > div#redim-cookiehint-modal > div#redim-cookiehint > div:nth-child(3):not([id]) > a:nth-child(2)#cookiehintsubmitno" }], detectPopup: [{ visible: "body#baw > div#redim-cookiehint-modal > div#redim-cookiehint > div:nth-child(3):not([id]) > a:nth-child(2)#cookiehintsubmitno" }], optIn: [], optOut: [{ waitForThenClick: "body#baw > div#redim-cookiehint-modal > div#redim-cookiehint > div:nth-child(3):not([id]) > a:nth-child(2)#cookiehintsubmitno", comment: "Decline" }] }, { name: "auto_GB_benq.eu_0", vendorUrl: "https://www.benq.eu/en-uk/index.html", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?benq\\.eu/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div:nth-child(92) > div > div > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > button:nth-child(1)" }], detectPopup: [{ visible: "body > div > div:nth-child(92) > div > div > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > button:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div:nth-child(92) > div > div > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > button:nth-child(1)", text: "Only Required Cookies" }] }, { name: "auto_GB_bensnaturalhealth.co.uk_0", vendorUrl: "https://www.bensnaturalhealth.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?bensnaturalhealth\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "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])" }], detectPopup: [{ visible: "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])" }], optIn: [], optOut: [{ waitForThenClick: "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])", comment: "Reject all" }] }, { name: "auto_GB_beta.northumberland.gov.uk_0", vendorUrl: "https://beta.northumberland.gov.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?beta\\.northumberland\\.gov\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#silktide-wrapper > div:nth-child(4)#silktide-banner > div:not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#silktide-wrapper > div:nth-child(4)#silktide-banner > div:not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#silktide-wrapper > div:nth-child(4)#silktide-banner > div:not([id]) > button:nth-child(2):not([id])", comment: "Reject non-essential" }] }, { name: "auto_GB_betterhelp.com_0", vendorUrl: "https://www.betterhelp.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?betterhelp\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body#main > div#body-container > div:nth-child(41)#cookie-settings-modal-container > div#modal-cookie-settings > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > div:nth-child(4):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body#main > div#body-container > div:nth-child(41)#cookie-settings-modal-container > div#modal-cookie-settings > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > div:nth-child(4):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body#main > div#body-container > div:nth-child(41)#cookie-settings-modal-container > div#modal-cookie-settings > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > div:nth-child(4):not([id]) > button:nth-child(1):not([id])", comment: "Reject All" }] }, { name: "auto_GB_betway.com_8oz", vendorUrl: "https://betway.com/en-gb/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?betway\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#__next > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#__next > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#__next > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:not([id])", comment: "Reject all" }] }, { name: "auto_GB_biblio.co.uk_0", vendorUrl: "https://biblio.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?biblio\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body#homepage > div#eu-cookie-disclaimer > div:not([id]) > form#new-cookie-form > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#required-only-btn" }], detectPopup: [{ visible: "body#homepage > div#eu-cookie-disclaimer > div:not([id]) > form#new-cookie-form > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#required-only-btn" }], optIn: [], optOut: [{ waitForThenClick: "body#homepage > div#eu-cookie-disclaimer > div:not([id]) > form#new-cookie-form > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#required-only-btn", comment: "REQUIRED COOKIES ONLY" }] }, { name: "auto_GB_bike24.com_0", vendorUrl: "https://www.bike24.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?bike24\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "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])" }], detectPopup: [{ visible: "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])" }], optIn: [], optOut: [{ waitForThenClick: "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])", comment: "DECLINE OPTIONAL COOKIES" }] }, { name: "auto_GB_bills-website.co.uk_0", vendorUrl: "https://bills-website.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?bills-website\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(1)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(1)", text: "Deny" }] }, { name: "auto_GB_bookmygarage.com_0", vendorUrl: "https://bookmygarage.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?bookmygarage\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:not([id])", comment: "Deny All" }] }, { name: "auto_GB_bookretreats.com_0", vendorUrl: "https://bookretreats.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?bookretreats\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(5):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(5):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(5):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "Necessary Only" }] }, { name: "auto_GB_bp.com_0", vendorUrl: "https://www.bp.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?bp\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:nth-child(2):not([id])", comment: "Reject all" }] }, { name: "auto_GB_bracknell-forest.gov.uk_0", vendorUrl: "https://www.bracknell-forest.gov.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?bracknell-forest\\.gov\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CookieReportsPanel > div:nth-child(2)#CookieReportsBanner > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > a:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#CookieReportsPanel > div:nth-child(2)#CookieReportsBanner > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > a:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CookieReportsPanel > div:nth-child(2)#CookieReportsBanner > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > a:nth-child(1):not([id])", comment: "Accept necessary cookies only" }] }, { name: "auto_GB_branches.halifax.co.uk_0", vendorUrl: "https://branches.halifax.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?branches\\.halifax\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > footer:nth-child(8) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div > footer:nth-child(8) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > footer:nth-child(8) > button:nth-child(2)", text: "Reject all" }] }, { name: "auto_GB_brazzers.com_0", vendorUrl: "https://www.brazzers.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?brazzers\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#root > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#root > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#root > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "ACCEPT ONLY ESSENTIAL COOKIES" }] }, { name: "auto_GB_bricksandlogic.co.uk_o5o", vendorUrl: "https://www.bricksandlogic.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?bricksandlogic\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookie-banner-container > div:nth-child(1):not([id]) > div:nth-child(1):not([id]) > div:not([id]) > a:not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#cookie-banner-container > div:nth-child(1):not([id]) > div:nth-child(1):not([id]) > div:not([id]) > a:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookie-banner-container > div:nth-child(1):not([id]) > div:nth-child(1):not([id]) > div:not([id]) > a:not([id])", comment: "essential cookies" }] }, { name: "auto_GB_bricksandlogic.co.uk_uwr", vendorUrl: "https://www.bricksandlogic.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?bricksandlogic\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookie-banner-container > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#cookie-banner-container > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookie-banner-container > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", comment: "Essential Only" }] }, { name: "auto_GB_brightonandhovealbion.com_0", vendorUrl: "https://www.brightonandhovealbion.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?brightonandhovealbion\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(1) > div:nth-child(2) > div > div:nth-child(2) > div > div:nth-child(2) > div:nth-child(2) > div > div > div:nth-child(3) > div > div:nth-child(2) > div > div > div:nth-child(2) > div > div > div > div:nth-child(2) > div:nth-child(11) > div > div > div > div > div > div > div > div > div > div:nth-child(1) > div:nth-child(2) > button:nth-child(3)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(1) > div:nth-child(2) > div > div:nth-child(2) > div > div:nth-child(2) > div:nth-child(2) > div > div > div:nth-child(3) > div > div:nth-child(2) > div > div > div:nth-child(2) > div > div > div > div:nth-child(2) > div:nth-child(11) > div > div > div > div > div > div > div > div > div > div:nth-child(1) > div:nth-child(2) > button:nth-child(3)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(1) > div:nth-child(2) > div > div:nth-child(2) > div > div:nth-child(2) > div:nth-child(2) > div > div > div:nth-child(3) > div > div:nth-child(2) > div > div > div:nth-child(2) > div > div > div > div:nth-child(2) > div:nth-child(11) > div > div > div > div > div > div > div > div > div > div:nth-child(1) > div:nth-child(2) > button:nth-child(3)", text: "Reject Cookies" }] }, { name: "auto_GB_brightonandhovealbion.com_1", vendorUrl: "https://www.brightonandhovealbion.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?brightonandhovealbion\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(1) > div:nth-child(2) > div > div:nth-child(2) > div > div:nth-child(2) > div:nth-child(2) > div > div > div:nth-child(3) > div > div:nth-child(2) > div > div > div:nth-child(2) > div > div > div > div:nth-child(2) > div:nth-child(11) > div > div > div > div > div > div > div > div > div > div:nth-child(1) > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(1) > div:nth-child(2) > div > div:nth-child(2) > div > div:nth-child(2) > div:nth-child(2) > div > div > div:nth-child(3) > div > div:nth-child(2) > div > div > div:nth-child(2) > div > div > div > div:nth-child(2) > div:nth-child(11) > div > div > div > div > div > div > div > div > div > div:nth-child(1) > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(1) > div:nth-child(2) > div > div:nth-child(2) > div > div:nth-child(2) > div:nth-child(2) > div > div > div:nth-child(3) > div > div:nth-child(2) > div > div > div:nth-child(2) > div > div > div > div:nth-child(2) > div:nth-child(11) > div > div > div > div > div > div > div > div > div > div:nth-child(1) > div:nth-child(2) > button:nth-child(2)", text: "Accept Essential Cookies Only" }] }, { name: "auto_GB_bristan.com_0", vendorUrl: "https://www.bristan.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?bristan\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div#cookie-form > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:nth-child(5)#btn-necessary-cookie" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div#cookie-form > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:nth-child(5)#btn-necessary-cookie" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div#cookie-form > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:nth-child(5)#btn-necessary-cookie", comment: "Necessary Cookies" }] }, { name: "auto_GB_britainsfinest.co.uk_0", vendorUrl: "https://www.britainsfinest.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?britainsfinest\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CookieMessage > div#CookieBox > div:nth-child(4):not([id]) > button:nth-child(2)#DenyButton" }], detectPopup: [{ visible: "body:not([id]) > div#CookieMessage > div#CookieBox > div:nth-child(4):not([id]) > button:nth-child(2)#DenyButton" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CookieMessage > div#CookieBox > div:nth-child(4):not([id]) > button:nth-child(2)#DenyButton", comment: "ESSENTIAL ONLY" }] }, { name: "auto_GB_britishironworkcentre.co.uk_fhq", vendorUrl: "https://www.britishironworkcentre.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?britishironworkcentre\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "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(1):not([id])" }], detectPopup: [{ visible: "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(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "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(1):not([id])", comment: "Reject All" }] }, { name: "auto_GB_britishsuperbike.com_0", vendorUrl: "https://www.britishsuperbike.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?britishsuperbike\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookies-eu-banner > button:nth-child(2)#cookies-eu-reject" }], detectPopup: [{ visible: "body:not([id]) > div#cookies-eu-banner > button:nth-child(2)#cookies-eu-reject" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookies-eu-banner > button:nth-child(2)#cookies-eu-reject", comment: "Reject" }] }, { name: "auto_GB_broadbandchoices.co.uk_0", vendorUrl: "https://www.broadbandchoices.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?broadbandchoices\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "Reject all" }] }, { name: "auto_GB_brooktaverner.co.uk_0", vendorUrl: "https://www.brooktaverner.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?brooktaverner\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div > div > div > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div > div > div > div > div > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div > div > div > div:nth-child(2) > button:nth-child(2)", text: "Decline" }] }, { name: "auto_GB_brunel.ac.uk_0", vendorUrl: "https://www.brunel.ac.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?brunel\\.ac\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)", text: "Use necessary cookies only" }] }, { name: "auto_GB_buckinghamshire.gov.uk_0", vendorUrl: "https://www.buckinghamshire.gov.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?buckinghamshire\\.gov\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#silktide-wrapper > div:nth-child(3)#silktide-banner > div:nth-child(4):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#silktide-wrapper > div:nth-child(3)#silktide-banner > div:nth-child(4):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#silktide-wrapper > div:nth-child(3)#silktide-banner > div:nth-child(4):not([id]) > button:nth-child(2):not([id])", comment: "Reject additional cookies" }] }, { name: "auto_GB_business.bankofscotland.co.uk_0", vendorUrl: "https://business.bankofscotland.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?business\\.bankofscotland\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#lbganalyticsCookies > footer:nth-child(8):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#lbganalyticsCookies > footer:nth-child(8):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#lbganalyticsCookies > footer:nth-child(8):not([id]) > button:nth-child(2):not([id])", comment: "Reject all" }] }, { name: "auto_GB_businessclass.com_0", vendorUrl: "https://www.businessclass.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?businessclass\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "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])" }], detectPopup: [{ visible: "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])" }], optIn: [], optOut: [{ waitForThenClick: "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])", comment: "REJECT ALL" }] }, { name: "auto_GB_buycarparts.co.uk_0", vendorUrl: "https://www.buycarparts.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?buycarparts\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div:nth-child(2) > div > div:nth-child(1) > div:nth-child(1) > span" }], detectPopup: [{ visible: "body > div > div:nth-child(2) > div > div:nth-child(1) > div:nth-child(1) > span" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div:nth-child(2) > div > div:nth-child(1) > div:nth-child(1) > span", text: "Reject all cookies" }] }, { name: "auto_GB_buyspares.co.uk_ia7", vendorUrl: "https://www.buyspares.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?buyspares\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(12):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(6):not([id]) > a:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(12):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(6):not([id]) > a:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(12):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(6):not([id]) > a:nth-child(2):not([id])", comment: "Reject Non-Essential Cookies" }] }, { name: "auto_GB_cam4.com_0", vendorUrl: "https://www.cam4.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?cam4\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#root > div:not([id]) > div:nth-child(6):not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#root > div:not([id]) > div:nth-child(6):not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#root > div:not([id]) > div:nth-child(6):not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", comment: "Reject All" }] }, { name: "auto_GB_cameraworld.co.uk_0", vendorUrl: "https://www.cameraworld.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?cameraworld\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body#html-body > div:not([id]) > aside:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:nth-child(2)#modal-content-14 > div#pr-cookie-notice > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#btn-cookie-decline" }], detectPopup: [{ visible: "body#html-body > div:not([id]) > aside:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:nth-child(2)#modal-content-14 > div#pr-cookie-notice > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#btn-cookie-decline" }], optIn: [], optOut: [{ waitForThenClick: "body#html-body > div:not([id]) > aside:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:nth-child(2)#modal-content-14 > div#pr-cookie-notice > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#btn-cookie-decline", comment: "Decline" }] }, { name: "auto_GB_canalworld.net_0", vendorUrl: "https://www.canalworld.net/forums/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?canalworld\\.net/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#elGuestTerms > div:not([id]) > div:nth-child(2):not([id]) > form:not([id]) > button:nth-child(3):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#elGuestTerms > div:not([id]) > div:nth-child(2):not([id]) > form:not([id]) > button:nth-child(3):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#elGuestTerms > div:not([id]) > div:nth-child(2):not([id]) > form:not([id]) > button:nth-child(3):not([id])", comment: "\xA0Reject Cookies" }] }, { name: "auto_GB_canon-europe.com_kjw", vendorUrl: "https://www.canon-europe.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?canon-europe\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#_evidon_banner > button:nth-child(3)#_evidon-decline-button" }], detectPopup: [{ visible: "body:not([id]) > div#_evidon_banner > button:nth-child(3)#_evidon-decline-button" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#_evidon_banner > button:nth-child(3)#_evidon-decline-button", comment: "DECLINE" }] }, { name: "auto_GB_capcut.com_0", vendorUrl: "https://www.capcut.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?capcut\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#root > div:nth-child(3):not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#root > div:nth-child(3):not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#root > div:nth-child(3):not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id])", comment: "Decline all" }] }, { name: "auto_GB_capitalone.co.uk_0", vendorUrl: "https://www.capitalone.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?capitalone\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#__next > div:nth-child(1):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#__next > div:nth-child(1):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#__next > div:nth-child(1):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Reject all" }] }, { name: "auto_GB_carbatterymarket.co.uk_0", vendorUrl: "https://carbatterymarket.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?carbatterymarket\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > 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])" }], detectPopup: [{ visible: "body:not([id]) > 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])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > 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])", comment: "DECLINE" }] }, { name: "auto_GB_careers.royalmailgroup.com_0", vendorUrl: "https://careers.royalmailgroup.com/gb/en", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?careers\\.royalmailgroup\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)", text: "Deny" }] }, { name: "auto_GB_carersuk.org_0", vendorUrl: "https://www.carersuk.org/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?carersuk\\.org/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#freeprivacypolicy-com---nb > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#freeprivacypolicy-com---nb > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#freeprivacypolicy-com---nb > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "I decline" }] }, { name: "auto_GB_carfromjapan.com_0", vendorUrl: "https://carfromjapan.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?carfromjapan\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body: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(4):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body: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(4):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body: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(4):not([id]) > button:nth-child(1):not([id])", comment: "Reject all" }] }, { name: "auto_GB_cartridgeworld.co.uk_0", vendorUrl: "https://www.cartridgeworld.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?cartridgeworld\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#consent-manager > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#consent-manager > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#consent-manager > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Reject all" }] }, { name: "auto_GB_catawiki.com_0", vendorUrl: "https://www.catawiki.com/en/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?catawiki\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "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])" }], detectPopup: [{ visible: "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])" }], optIn: [], optOut: [{ waitForThenClick: "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])", comment: "Continue without accepting" }] }, { name: "auto_GB_change.org_0", vendorUrl: "https://www.change.org/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?change\\.org/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#rootApp > div:nth-child(3):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#rootApp > div:nth-child(3):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#rootApp > div:nth-child(3):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:nth-child(2):not([id])", comment: "Reject non-essential cookies" }] }, { name: "auto_GB_charlesclinkard.co.uk_0", vendorUrl: "https://www.charlesclinkard.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?charlesclinkard\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > 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" }], detectPopup: [{ visible: "body:not([id]) > 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" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > 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", comment: "Reject All Cookies" }] }, { name: "auto_GB_chat.deepseek.com_0", vendorUrl: "https://chat.deepseek.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?chat\\.deepseek\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(2) > div:nth-child(3)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(2) > div:nth-child(3)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(2) > div:nth-child(3)", text: "Necessary cookies only" }] }, { name: "auto_GB_chatsworth.org_0", vendorUrl: "https://www.chatsworth.org/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?chatsworth\\.org/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookiebanner > div:nth-child(2):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(1):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#cookiebanner > div:nth-child(2):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(1):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookiebanner > div:nth-child(2):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(1):not([id]) > button:nth-child(2):not([id])", comment: "Use only necessary cookies " }] }, { name: "auto_GB_cheapflights.co.uk_0", vendorUrl: "https://www.cheapflights.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?cheapflights\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body: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]) > div:not([id]) > div:nth-child(1):not([id]) > button:nth-child(3):not([id]) > div:not([id]) > div:not([id])" }], detectPopup: [{ visible: "body: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]) > div:not([id]) > div:nth-child(1):not([id]) > button:nth-child(3):not([id]) > div:not([id]) > div:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body: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]) > div:not([id]) > div:nth-child(1):not([id]) > button:nth-child(3):not([id]) > div:not([id]) > div:not([id])", comment: "Reject all" }] }, { name: "auto_GB_chichester.gov.uk_0", vendorUrl: "https://www.chichester.gov.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?chichester\\.gov\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div:nth-child(1) > div > div:nth-child(3) > form > button:nth-child(2)" }], detectPopup: [{ visible: "body > div > div:nth-child(1) > div > div:nth-child(3) > form > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div:nth-child(1) > div > div:nth-child(3) > form > button:nth-child(2)", text: "Reject additional cookies" }] }, { name: "auto_GB_chilternseeds.co.uk_0", vendorUrl: "https://www.chilternseeds.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?chilternseeds\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > 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])" }], detectPopup: [{ visible: "body:not([id]) > 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])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > 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])", comment: "Essential cookies only" }] }, { name: "auto_GB_chrono24.co.uk_0", vendorUrl: "https://www.chrono24.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?chrono24\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "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])" }], detectPopup: [{ visible: "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])" }], optIn: [], optOut: [{ waitForThenClick: "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])", comment: "Only necessary cookies" }] }, { name: "auto_GB_chrono24.com_0", vendorUrl: "https://www.chrono24.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?chrono24\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "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])" }], detectPopup: [{ visible: "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])" }], optIn: [], optOut: [{ waitForThenClick: "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])", comment: "Only necessary cookies" }] }, { name: "auto_GB_churchinwales.org.uk_0", vendorUrl: "https://www.churchinwales.org.uk/en/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?churchinwales\\.org\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(3) > div > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(3) > div > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(3) > div > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)", text: "Decline" }] }, { name: "auto_GB_citizenwatch.co.uk_0", vendorUrl: "https://www.citizenwatch.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?citizenwatch\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body#html-body > div#gdprCookieBar > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body#html-body > div#gdprCookieBar > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body#html-body > div#gdprCookieBar > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Reject additional cookies" }] }, { name: "auto_GB_citroen.co.uk_0", vendorUrl: "https://www.citroen.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?citroen\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#_psaihm_main_div > div:nth-child(5)#_psaihm_text_div > div:nth-child(3)#_psaihm_cta_container > a:nth-child(3)#_psaihm_refuse_all" }], detectPopup: [{ visible: "body:not([id]) > div#_psaihm_main_div > div:nth-child(5)#_psaihm_text_div > div:nth-child(3)#_psaihm_cta_container > a:nth-child(3)#_psaihm_refuse_all" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#_psaihm_main_div > div:nth-child(5)#_psaihm_text_div > div:nth-child(3)#_psaihm_cta_container > a:nth-child(3)#_psaihm_refuse_all", comment: "REFUSE ALL" }] }, { name: "auto_GB_club.autodoc.co.uk_0", vendorUrl: "https://club.autodoc.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?club\\.autodoc\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#__nuxt > div#__layout > div#app > div:nth-child(7):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#__nuxt > div#__layout > div#app > div:nth-child(7):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#__nuxt > div#__layout > div#app > div:nth-child(7):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(1):not([id])", comment: "REJECT ALL COOKIES" }] }, { name: "auto_GB_coinbase.com_0", vendorUrl: "https://www.coinbase.com/en-gb", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?coinbase\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#root > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(3):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#root > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(3):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#root > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(3):not([id])", comment: "Reject all" }] }, { name: "auto_GB_college.police.uk_0", vendorUrl: "https://www.college.police.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?college\\.police\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > main:not([id]) > div:nth-child(2)#main-content > div:not([id]) > div:nth-child(1):not([id]) > div#block-cookiesui > div:not([id]) > div#cookiesjsr > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > main:not([id]) > div:nth-child(2)#main-content > div:not([id]) > div:nth-child(1):not([id]) > div#block-cookiesui > div:not([id]) > div#cookiesjsr > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > main:not([id]) > div:nth-child(2)#main-content > div:not([id]) > div:nth-child(1):not([id]) > div#block-cookiesui > div:not([id]) > div#cookiesjsr > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Decline non-essential" }] }, { name: "auto_GB_commission.europa.eu_o3q", vendorUrl: "https://commission.europa.eu/index_en", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?commission\\.europa\\.eu/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cck_here > div#cookie-consent-banner > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#cck_here > div#cookie-consent-banner > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cck_here > div#cookie-consent-banner > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])", comment: "Accept only essential cookies" }] }, { name: "auto_GB_community.arubanetworks.com_cxu", vendorUrl: "https://community.arubanetworks.com/home", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?community\\.arubanetworks\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#hpealertcomp_container > div#hpealertcomp > div:nth-child(2):not([id]) > div:not([id]) > a:nth-child(3):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#hpealertcomp_container > div#hpealertcomp > div:nth-child(2):not([id]) > div:not([id]) > a:nth-child(3):not([id])" }], optIn: [], optOut: [{ wait: 500 }, { waitForThenClick: "body:not([id]) > div#hpealertcomp_container > div#hpealertcomp > div:nth-child(2):not([id]) > div:not([id]) > a:nth-child(3):not([id])", comment: "Decline optional cookies" }], test: [{ waitForVisible: "body:not([id]) > div#hpealertcomp_container > div#hpealertcomp > div:nth-child(2):not([id]) > div:not([id]) > a:nth-child(3):not([id])", timeout: 1e3, check: "none" }] }, { name: "auto_GB_community.virginmedia.com_0", vendorUrl: "https://community.virginmedia.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?community\\.virginmedia\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div > div > div > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div > div:nth-child(2) > button:nth-child(2)", text: "Accept essential cookies only" }] }, { name: "auto_GB_compareholidaymoney.com_0", vendorUrl: "https://www.compareholidaymoney.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?compareholidaymoney\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#consent-cookie-banner > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(1):not([id]) > button:not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#consent-cookie-banner > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(1):not([id]) > button:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#consent-cookie-banner > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(1):not([id]) > button:not([id])", comment: "Decline" }] }, { name: "auto_GB_condorferries.co.uk_r1r", vendorUrl: "https://www.condorferries.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?condorferries\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body#top > div#cookiescript_injected_wrapper > div#cookiescript_injected > div:nth-child(6)#cookiescript_cookietablewrap > div:nth-child(3)#cookiescript_tabscontent > div:nth-child(1)#cookiescript_declarationwrap > div:nth-child(1)#cookiescript_categories > div:nth-child(1):not([id])" }], detectPopup: [{ visible: "body#top > div#cookiescript_injected_wrapper > div#cookiescript_injected > div:nth-child(6)#cookiescript_cookietablewrap > div:nth-child(3)#cookiescript_tabscontent > div:nth-child(1)#cookiescript_declarationwrap > div:nth-child(1)#cookiescript_categories > div:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body#top > div#cookiescript_injected_wrapper > div#cookiescript_injected > div:nth-child(6)#cookiescript_cookietablewrap > div:nth-child(3)#cookiescript_tabscontent > div:nth-child(1)#cookiescript_declarationwrap > div:nth-child(1)#cookiescript_categories > div:nth-child(1):not([id])", comment: "Strictly necessary" }] }, { name: "auto_GB_confused.com_0", vendorUrl: "https://www.confused.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?confused\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > section:nth-child(11):not([id]) > div:not([id]) > button:nth-child(4)#button-essential-only" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > section:nth-child(11):not([id]) > div:not([id]) > button:nth-child(4)#button-essential-only" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > section:nth-child(11):not([id]) > div:not([id]) > button:nth-child(4)#button-essential-only", comment: "Essential only" }] }, { name: "auto_GB_conjugator.reverso.net_0", vendorUrl: "https://conjugator.reverso.net/conjugation-english.html", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?conjugator\\.reverso\\.net/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])", comment: "Continue without agreeing \u2192" }] }, { name: "auto_GB_context.reverso.net_0", vendorUrl: "https://context.reverso.net/translation/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?context\\.reverso\\.net/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])", comment: "Continue without agreeing \u2192" }] }, { name: "auto_GB_cookpad.com_0", vendorUrl: "https://cookpad.com/uk", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?cookpad\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])", comment: "Refuse non-essential cookies" }] }, { name: "auto_GB_core.ac.uk_0", vendorUrl: "https://core.ac.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?core\\.ac\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#__next > div:nth-child(5)#cookies-popup > div:nth-child(2):not([id]) > button:nth-child(1)#essential_cookies_allowed" }], detectPopup: [{ visible: "body:not([id]) > div#__next > div:nth-child(5)#cookies-popup > div:nth-child(2):not([id]) > button:nth-child(1)#essential_cookies_allowed" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#__next > div:nth-child(5)#cookies-popup > div:nth-child(2):not([id]) > button:nth-child(1)#essential_cookies_allowed", comment: "ESSENTIAL COOKIES ONLY" }] }, { name: "auto_GB_costco.co.uk_0", vendorUrl: "https://www.costco.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?costco\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > main:not([id]) > sip-header:nth-child(1):not([id]) > header:nth-child(4):not([id]) > div:nth-child(6):not([id]) > sip-sip-gdpr-options-component:not([id]) > div#gdprMessage > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(3):not([id])" }], detectPopup: [{ visible: "body:not([id]) > main:not([id]) > sip-header:nth-child(1):not([id]) > header:nth-child(4):not([id]) > div:nth-child(6):not([id]) > sip-sip-gdpr-options-component:not([id]) > div#gdprMessage > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(3):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > main:not([id]) > sip-header:nth-child(1):not([id]) > header:nth-child(4):not([id]) > div:nth-child(6):not([id]) > sip-sip-gdpr-options-component:not([id]) > div#gdprMessage > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(3):not([id])", comment: "Reject All" }] }, { name: "auto_GB_cotswoldcameras.co.uk_0", vendorUrl: "https://www.cotswoldcameras.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?cotswoldcameras\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#footer > div:nth-child(5):not([id]) > div:nth-child(3)#CookieConsentBanner > form:not([id]) > div:nth-child(1)#CookieConsentBannerContent > span:nth-child(3)#CookieConsent-Buttons > span:nth-child(2)#CookieConsent-HollowButtons" }], detectPopup: [{ visible: "body:not([id]) > div#footer > div:nth-child(5):not([id]) > div:nth-child(3)#CookieConsentBanner > form:not([id]) > div:nth-child(1)#CookieConsentBannerContent > span:nth-child(3)#CookieConsent-Buttons > span:nth-child(2)#CookieConsent-HollowButtons" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#footer > div:nth-child(5):not([id]) > div:nth-child(3)#CookieConsentBanner > form:not([id]) > div:nth-child(1)#CookieConsentBannerContent > span:nth-child(3)#CookieConsent-Buttons > span:nth-child(2)#CookieConsent-HollowButtons", comment: "Reject All" }] }, { name: "auto_GB_cottonpatch.co.uk_0", vendorUrl: "https://www.cottonpatch.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?cottonpatch\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookie-bar > div:not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#cookie-bar > div:not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookie-bar > div:not([id]) > button:nth-child(2):not([id])", comment: "ACCEPT ESSENTIAL COOKIES ONLY" }] }, { name: "auto_GB_counciltax.info_0", vendorUrl: "https://www.counciltax.info/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?counciltax\\.info/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#freeprivacypolicy-com---nb > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#freeprivacypolicy-com---nb > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#freeprivacypolicy-com---nb > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "I decline" }] }, { name: "auto_GB_coventrybuildingsociety.co.uk_0", vendorUrl: "https://www.coventrybuildingsociety.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?coventrybuildingsociety\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#content > div:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > button:nth-child(3):not([id]) > div:not([id]) > a:not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#content > div:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > button:nth-child(3):not([id]) > div:not([id]) > a:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#content > div:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > button:nth-child(3):not([id]) > div:not([id]) > a:not([id])", comment: "Reject optional cookies" }] }, { name: "auto_GB_cpfc.co.uk_0", vendorUrl: "https://www.cpfc.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?cpfc\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "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])" }], detectPopup: [{ visible: "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])" }], optIn: [], optOut: [{ waitForThenClick: "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])", comment: "REJECT" }] }, { name: "auto_GB_create.roblox.com_m71", vendorUrl: "https://create.roblox.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?create\\.roblox\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", comment: "Decline All" }] }, { name: "auto_GB_creditkarma.co.uk_0", vendorUrl: "https://www.creditkarma.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?creditkarma\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > main#app-root > div:nth-child(1)#app-parent > div#app-app > div:nth-child(1):not([id]) > div:nth-child(6):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(4):not([id]) > div:not([id]) > button:not([id])" }], detectPopup: [{ visible: "body:not([id]) > main#app-root > div:nth-child(1)#app-parent > div#app-app > div:nth-child(1):not([id]) > div:nth-child(6):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(4):not([id]) > div:not([id]) > button:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > main#app-root > div:nth-child(1)#app-parent > div#app-app > div:nth-child(1):not([id]) > div:nth-child(6):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(4):not([id]) > div:not([id]) > button:not([id])", comment: "Reject non-essential cookies" }] }, { name: "auto_GB_crowndecoratingcentres.co.uk_0", vendorUrl: "https://www.crowndecoratingcentres.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?crowndecoratingcentres\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)", text: "Use necessary cookies only" }] }, { name: "auto_GB_cryptonews.com_0", vendorUrl: "https://cryptonews.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?cryptonews\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Reject Cookies" }] }, { name: "auto_GB_currys.ie_0", vendorUrl: "https://www.currys.ie/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?currys\\.ie/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#onetrust-consent-sdk > div:nth-child(2)#onetrust-banner-sdk > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2)#onetrust-button-group-parent > div#onetrust-button-group > div:nth-child(2):not([id]) > button#onetrust-reject-all-handler" }], detectPopup: [{ visible: "body:not([id]) > div#onetrust-consent-sdk > div:nth-child(2)#onetrust-banner-sdk > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2)#onetrust-button-group-parent > div#onetrust-button-group > div:nth-child(2):not([id]) > button#onetrust-reject-all-handler" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#onetrust-consent-sdk > div:nth-child(2)#onetrust-banner-sdk > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2)#onetrust-button-group-parent > div#onetrust-button-group > div:nth-child(2):not([id]) > button#onetrust-reject-all-handler", comment: "Allow required cookies only" }] }, { name: "auto_GB_curvissa.co.uk_ndd", vendorUrl: "https://www.curvissa.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?curvissa\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "Required Cookies Only" }] }, { name: "auto_GB_daikin.co.uk_0", vendorUrl: "https://www.daikin.co.uk/en_gb/residential.html", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?daikin\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(1) > div > div > div > section > div:nth-child(4) > div:nth-child(3) > button > span" }], detectPopup: [{ visible: "body > div > div > div:nth-child(1) > div > div > div > section > div:nth-child(4) > div:nth-child(3) > button > span" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(1) > div > div > div > section > div:nth-child(4) > div:nth-child(3) > button > span", text: "Reject all" }] }, { name: "auto_GB_dashboard.stripe.com_0", vendorUrl: "https://dashboard.stripe.com/login", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?dashboard\\.stripe\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(1):not([id]) > button:not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(1):not([id]) > button:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(1):not([id]) > button:not([id])", comment: "Reject all" }] }, { name: "auto_GB_de.pornhub.org_0", vendorUrl: "https://de.pornhub.org/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?de\\.pornhub\\.org/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookieBanner > div#cookieBannerWrapper > button:nth-child(3):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#cookieBanner > div#cookieBannerWrapper > button:nth-child(3):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookieBanner > div#cookieBannerWrapper > button:nth-child(3):not([id])", comment: "Accept Only Essential Cookies" }] }, { name: "auto_GB_deepl.com_0", vendorUrl: "https://www.deepl.com/en/translator", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?deepl\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div:nth-child(1) > div:nth-child(3) > div > div:nth-child(3) > button:nth-child(1)" }], detectPopup: [{ visible: "body > div > div:nth-child(1) > div:nth-child(3) > div > div:nth-child(3) > button:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div:nth-child(1) > div:nth-child(3) > div > div:nth-child(3) > button:nth-child(1)", text: "Reject" }] }, { name: "auto_GB_deezer.com_0", vendorUrl: "https://www.deezer.com/us/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?deezer\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "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" }], detectPopup: [{ visible: "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" }], optIn: [], optOut: [{ waitForThenClick: "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", comment: "Refuse" }] }, { name: "auto_GB_degruyterbrill.com_0", vendorUrl: "https://www.degruyterbrill.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?degruyterbrill\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(2) > button:nth-child(2)", text: "Reject non-essential cookies" }] }, { name: "auto_GB_dietdoctor.com_1", vendorUrl: "https://www.dietdoctor.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?dietdoctor\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookiescript_injected > div:nth-child(2)#cookiescript_toppart > div:nth-child(2)#cookiescript_rightpart > div#cookiescript_buttons > div:nth-child(3)#cookiescript_reject" }], detectPopup: [{ visible: "body:not([id]) > div#cookiescript_injected > div:nth-child(2)#cookiescript_toppart > div:nth-child(2)#cookiescript_rightpart > div#cookiescript_buttons > div:nth-child(3)#cookiescript_reject" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookiescript_injected > div:nth-child(2)#cookiescript_toppart > div:nth-child(2)#cookiescript_rightpart > div#cookiescript_buttons > div:nth-child(3)#cookiescript_reject", comment: "ONLY NECESSARY" }] }, { name: "auto_GB_disneylandparis.com_njk", vendorUrl: "https://www.disneylandparis.com/en-gb", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?disneylandparis\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "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" }], detectPopup: [{ visible: "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" }], optIn: [], optOut: [{ waitForThenClick: "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", comment: "Reject All" }] }, { name: "auto_GB_dobbies.com_0", vendorUrl: "https://www.dobbies.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?dobbies\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#renderPage > header:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div#cookieBanner > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#renderPage > header:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div#cookieBanner > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#renderPage > header:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div#cookieBanner > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "Reject all cookies" }] }, { name: "auto_GB_docs.gradle.org_0", vendorUrl: "https://docs.gradle.org/current/userguide/userguide.html", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?docs\\.gradle\\.org/" }, prehideSelectors: [], detectCmp: [{ exists: "body#what_is_gradle > div:not([id]) > main:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:nth-child(2)#analytics-consent-div > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1)#reject" }], detectPopup: [{ visible: "body#what_is_gradle > div:not([id]) > main:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:nth-child(2)#analytics-consent-div > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1)#reject" }], optIn: [], optOut: [{ waitForThenClick: "body#what_is_gradle > div:not([id]) > main:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:nth-child(2)#analytics-consent-div > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1)#reject", comment: "Reject" }] }, { name: "auto_GB_docs.snowflake.com_0", vendorUrl: "https://docs.snowflake.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?docs\\.snowflake\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#__next > div:nth-child(3):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#__next > div:nth-child(3):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#__next > div:nth-child(3):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Decline" }] }, { name: "auto_GB_docs.streamlit.io_0", vendorUrl: "https://docs.streamlit.io/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?docs\\.streamlit\\.io/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > main > div:nth-child(2) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div > main > div:nth-child(2) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > main > div:nth-child(2) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(2)", text: "Reject all" }] }, { name: "auto_GB_dofe.org_0", vendorUrl: "https://www.dofe.org/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?dofe\\.org/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(5):not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(5):not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(5):not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "REJECT ALL" }] }, { name: "auto_GB_dpd.com_0", vendorUrl: "https://www.dpd.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?dpd\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > 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" }], detectPopup: [{ visible: "body:not([id]) > 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" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > 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", comment: "Refuse all" }] }, { name: "auto_GB_drapertools.com_0", vendorUrl: "https://www.drapertools.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?drapertools\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#consent-manager > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#consent-manager > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#consent-manager > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Reject all" }] }, { name: "auto_GB_drfrost.org_0", vendorUrl: "https://www.drfrost.org/index.php", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?drfrost\\.org/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(6):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(6):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(6):not([id]) > button:nth-child(2):not([id])", comment: "Reject optional cookies" }] }, { name: "auto_GB_dropbox.com_0", vendorUrl: "https://www.dropbox.com/", cosmetic: false, runContext: { main: false, frame: true, urlPattern: "^https?://(www\\.)?dropbox\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "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" }], detectPopup: [{ visible: "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" }], optIn: [], optOut: [{ waitForThenClick: "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", comment: "Decline" }] }, { name: "auto_GB_dunsterhouse.co.uk_0", vendorUrl: "https://dunsterhouse.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?dunsterhouse\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > a:nth-child(2)#cookie-reject-button" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > a:nth-child(2)#cookie-reject-button" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > a:nth-child(2)#cookie-reject-button", comment: "Reject non-essential" }] }, { name: "auto_GB_durhamcathedral.co.uk_0", vendorUrl: "https://www.durhamcathedral.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?durhamcathedral\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(2) > div:nth-child(1) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(2) > div:nth-child(1) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(2) > div:nth-child(1) > button:nth-child(2)", text: "Deny all" }] }, { name: "auto_GB_dxdelivery.com_0", vendorUrl: "https://www.dxdelivery.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?dxdelivery\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > aside:nth-child(1):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])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > aside:nth-child(1):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])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > aside:nth-child(1):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])", comment: "DECLINE" }] }, { name: "auto_GB_eastriding.gov.uk_0", vendorUrl: "https://www.eastriding.gov.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?eastriding\\.gov\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#g-page-surround > section:nth-child(13)#g-cookies > div:not([id]) > div:nth-child(2):not([id]) > div#cookie-tabs > div#tabs-3280-particle > div#tabs-3280 > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(1):not([id]) > div#er-cookie-placeholder-settings > div:not([id]) > a:nth-child(5):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#g-page-surround > section:nth-child(13)#g-cookies > div:not([id]) > div:nth-child(2):not([id]) > div#cookie-tabs > div#tabs-3280-particle > div#tabs-3280 > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(1):not([id]) > div#er-cookie-placeholder-settings > div:not([id]) > a:nth-child(5):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#g-page-surround > section:nth-child(13)#g-cookies > div:not([id]) > div:nth-child(2):not([id]) > div#cookie-tabs > div#tabs-3280-particle > div#tabs-3280 > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(1):not([id]) > div#er-cookie-placeholder-settings > div:not([id]) > a:nth-child(5):not([id])", comment: " Reject all cookies" }] }, { name: "auto_GB_ecosia.org_0", vendorUrl: "https://www.ecosia.org/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?ecosia\\.org/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#didomi-host > div:not([id]) > div:not([id]) > div#didomi-notice > div:not([id]) > div:nth-child(2)#buttons > button:nth-child(2)#didomi-notice-disagree-button" }], detectPopup: [{ visible: "body:not([id]) > div#didomi-host > div:not([id]) > div:not([id]) > div#didomi-notice > div:not([id]) > div:nth-child(2)#buttons > button:nth-child(2)#didomi-notice-disagree-button" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#didomi-host > div:not([id]) > div:not([id]) > div#didomi-notice > div:not([id]) > div:nth-child(2)#buttons > button:nth-child(2)#didomi-notice-disagree-button", comment: "Reject non-essential" }] }, { name: "auto_GB_eduqas.co.uk_0", vendorUrl: "https://www.eduqas.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?eduqas\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > header:not([id]) > div:not([id]) > nav:nth-child(2)#navbar > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#decline-cookies" }], detectPopup: [{ visible: "body:not([id]) > header:not([id]) > div:not([id]) > nav:nth-child(2)#navbar > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#decline-cookies" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > header:not([id]) > div:not([id]) > nav:nth-child(2)#navbar > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#decline-cookies", comment: "Decline" }] }, { name: "auto_GB_electrical.theiet.org_0", vendorUrl: "https://electrical.theiet.org/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?electrical\\.theiet\\.org/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#ivcb-overlay > div#ivcb-banner > div:nth-child(1)#ivcb-welcome > p:nth-child(4):not([id]) > a:nth-child(3):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#ivcb-overlay > div#ivcb-banner > div:nth-child(1)#ivcb-welcome > p:nth-child(4):not([id]) > a:nth-child(3):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#ivcb-overlay > div#ivcb-banner > div:nth-child(1)#ivcb-welcome > p:nth-child(4):not([id]) > a:nth-child(3):not([id])", comment: "Allow Essential" }] }, { name: "auto_GB_ema.europa.eu_3wt", vendorUrl: "https://www.ema.europa.eu/en/homepage", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?ema\\.europa\\.eu/" }, prehideSelectors: [], detectCmp: [{ exists: "body#oe-back-to-top > div#cck_here > div:nth-child(1)#cookie-consent-banner > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])" }], detectPopup: [{ visible: "body#oe-back-to-top > div#cck_here > div:nth-child(1)#cookie-consent-banner > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body#oe-back-to-top > div#cck_here > div:nth-child(1)#cookie-consent-banner > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])", comment: "Accept only essential cookies" }] }, { name: "auto_GB_ema.europa.eu_9u1", vendorUrl: "https://www.ema.europa.eu/en/homepage", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?ema\\.europa\\.eu/" }, prehideSelectors: [], detectCmp: [{ exists: "body#oe-back-to-top > div#cck_here > div:nth-child(2)#cookie-consent-banner > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])" }], detectPopup: [{ visible: "body#oe-back-to-top > div#cck_here > div:nth-child(2)#cookie-consent-banner > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body#oe-back-to-top > div#cck_here > div:nth-child(2)#cookie-consent-banner > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])", comment: "Accept only essential cookies" }] }, { name: "auto_GB_emberinns.co.uk_0", vendorUrl: "https://www.emberinns.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?emberinns\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div > div > div > div > div:nth-child(1) > div:nth-child(4) > a:nth-child(2)" }], detectPopup: [{ visible: "body > div > div > div > div > div > div > div:nth-child(1) > div:nth-child(4) > a:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div > div > div > div > div:nth-child(1) > div:nth-child(4) > a:nth-child(2)", text: "REJECT COOKIES" }] }, { name: "auto_GB_en.community.sonos.com_0", vendorUrl: "https://en.community.sonos.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?en\\.community\\.sonos\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "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])" }], detectPopup: [{ visible: "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])" }], optIn: [], optOut: [{ waitForThenClick: "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])", comment: "Deny all" }] }, { name: "auto_GB_en.powys.gov.uk_0", vendorUrl: "https://en.powys.gov.uk/?ccp=true", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?en\\.powys\\.gov\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > header:not([id]) > div:nth-child(2)#cookie-consent-prompt > div:not([id]) > div:nth-child(2):not([id]) > form:nth-child(2)#cookie-consent-form > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > header:not([id]) > div:nth-child(2)#cookie-consent-prompt > div:not([id]) > div:nth-child(2):not([id]) > form:nth-child(2)#cookie-consent-form > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > header:not([id]) > div:nth-child(2)#cookie-consent-prompt > div:not([id]) > div:nth-child(2):not([id]) > form:nth-child(2)#cookie-consent-form > button:nth-child(2):not([id])", comment: "Reject all" }] }, { name: "auto_GB_engadget.com_0", vendorUrl: "https://www.engadget.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?engadget\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(3)#buttons > button:nth-child(2)#didomi-notice-disagree-button" }], detectPopup: [{ visible: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(3)#buttons > button:nth-child(2)#didomi-notice-disagree-button" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(3)#buttons > button:nth-child(2)#didomi-notice-disagree-button", comment: "Reject all" }] }, { name: "auto_GB_englandgolf.org_0", vendorUrl: "https://www.englandgolf.org/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?englandgolf\\.org/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > form:nth-child(1) > div:nth-child(43) > div:nth-child(2) > div > div > button:nth-child(5)" }], detectPopup: [{ visible: "body > div > form:nth-child(1) > div:nth-child(43) > div:nth-child(2) > div > div > button:nth-child(5)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > form:nth-child(1) > div:nth-child(43) > div:nth-child(2) > div > div > button:nth-child(5)", text: "Accept strictly necessary cookies" }] }, { name: "auto_GB_engx.theiet.org_0", vendorUrl: "https://engx.theiet.org/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?engx\\.theiet\\.org/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#ivcb-overlay > div#ivcb-banner > div:nth-child(1)#ivcb-welcome > p:nth-child(4):not([id]) > a:nth-child(3):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#ivcb-overlay > div#ivcb-banner > div:nth-child(1)#ivcb-welcome > p:nth-child(4):not([id]) > a:nth-child(3):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#ivcb-overlay > div#ivcb-banner > div:nth-child(1)#ivcb-welcome > p:nth-child(4):not([id]) > a:nth-child(3):not([id])", comment: "Allow Essential" }] }, { name: "auto_GB_es.pornhub.com_0", vendorUrl: "https://es.pornhub.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?es\\.pornhub\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookieBanner > div#cookieBannerWrapper > button:nth-child(3):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#cookieBanner > div#cookieBannerWrapper > button:nth-child(3):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookieBanner > div#cookieBannerWrapper > button:nth-child(3):not([id])", comment: "Accept Only Essential Cookies" }] }, { name: "auto_GB_espares.co.uk_9cm", vendorUrl: "https://www.espares.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?espares\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(6):not([id]) > a:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(6):not([id]) > a:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(6):not([id]) > a:nth-child(2):not([id])", comment: "Reject Non-Essential Cookies" }] }, { name: "auto_GB_eur-lex.europa.eu_l7d", vendorUrl: "https://eur-lex.europa.eu/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?eur-lex\\.europa\\.eu/" }, prehideSelectors: [], detectCmp: [{ exists: "body#splash > div#cookie-consent-banner > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])" }], detectPopup: [{ visible: "body#splash > div#cookie-consent-banner > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body#splash > div#cookie-consent-banner > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])", comment: "Accept only essential cookies" }] }, { name: "auto_GB_euronews.com_0", vendorUrl: "https://www.euronews.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?euronews\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])", comment: "Continue without agreeing \u2192" }] }, { name: "auto_GB_europarl.europa.eu_0", vendorUrl: "https://www.europarl.europa.eu/portal/en", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?europarl\\.europa\\.eu/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > section#cookie-policy > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > section#cookie-policy > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > section#cookie-policy > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", comment: "I refuse analytics cookies" }] }, { name: "auto_GB_europcar.co.uk_0", vendorUrl: "https://www.europcar.co.uk/en-gb", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?europcar\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])", comment: "Continue without agreeing \u2192" }] }, { name: "auto_GB_european-union.europa.eu_kb6", vendorUrl: "https://european-union.europa.eu/index_en", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?european-union\\.europa\\.eu/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cck_here > div#cookie-consent-banner > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#cck_here > div#cookie-consent-banner > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cck_here > div#cookie-consent-banner > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])", comment: "Accept only essential cookies" }] }, { name: "auto_GB_everysaving.co.uk_38t", vendorUrl: "https://www.everysaving.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?everysaving\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "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" }], detectPopup: [{ visible: "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" }], optIn: [], optOut: [{ waitForThenClick: "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", comment: "Only necessary" }] }, { name: "auto_GB_ewm.co.uk_0", vendorUrl: "https://www.ewm.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?ewm\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)", text: "DENY" }] }, { name: "auto_GB_excel.london_0", vendorUrl: "https://www.excel.london/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?excel\\.london/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(1):not([id])", comment: "Reject all optional" }] }, { name: "auto_GB_fanatics.co.uk_0", vendorUrl: "https://www.fanatics.co.uk/en/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?fanatics\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(9):not([id]) > div:nth-child(1)#global-footer > div:nth-child(6):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(9):not([id]) > div:nth-child(1)#global-footer > div:nth-child(6):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(9):not([id]) > div:nth-child(1)#global-footer > div:nth-child(6):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", comment: "Reject" }] }, { name: "auto_GB_faphouse.com_0", vendorUrl: "https://faphouse.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?faphouse\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "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])" }], detectPopup: [{ visible: "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])" }], optIn: [], optOut: [{ waitForThenClick: "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])", comment: "Reject cookies" }] }, { name: "auto_GB_fapjerks.com_0", vendorUrl: "https://fapjerks.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?fapjerks\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > a:nth-child(2)#disclaimer" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > a:nth-child(2)#disclaimer" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > a:nth-child(2)#disclaimer", comment: "I Reject" }] }, { name: "auto_GB_fareham.gov.uk_0", vendorUrl: "https://www.fareham.gov.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?fareham\\.gov\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div:nth-child(2) > p:nth-child(4) > a:nth-child(2)" }], detectPopup: [{ visible: "body > div > div:nth-child(2) > p:nth-child(4) > a:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div:nth-child(2) > p:nth-child(4) > a:nth-child(2)", text: "I Do Not Accept" }] }, { name: "auto_GB_farfetch.com_0", vendorUrl: "https://www.farfetch.com/uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?farfetch\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#root > section:nth-child(7):not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#root > section:nth-child(7):not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#root > section:nth-child(7):not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id])", comment: "Necessary Only" }] }, { name: "auto_GB_farmfoods.co.uk_0", vendorUrl: "https://www.farmfoods.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?farmfoods\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookie_banner > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > p:nth-child(2):not([id]) > button:nth-child(2)#cookie_deny" }], detectPopup: [{ visible: "body:not([id]) > div#cookie_banner > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > p:nth-child(2):not([id]) > button:nth-child(2)#cookie_deny" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookie_banner > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > p:nth-child(2):not([id]) > button:nth-child(2)#cookie_deny", comment: "Reject" }] }, { name: "auto_GB_fawkes-cycles.co.uk_0", vendorUrl: "https://fawkes-cycles.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?fawkes-cycles\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > 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" }], detectPopup: [{ visible: "body:not([id]) > 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" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > 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", comment: "REJECT ALL COOKIES" }] }, { name: "auto_GB_fca.org.uk_9p9", vendorUrl: "https://www.fca.org.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?fca\\.org\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#sliding-popup > div#cookiepopup > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#sliding-popup > div#cookiepopup > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#sliding-popup > div#cookiepopup > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "Reject additional cookies" }] }, { name: "auto_GB_fiat.co.uk_0", vendorUrl: "https://www.fiat.co.uk/", cosmetic: false, runContext: { main: false, frame: true, urlPattern: "^https?://(www\\.)?cookielaw\\.emea\\.fcagroup\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > 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" }], detectPopup: [{ visible: "body:not([id]) > 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" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > 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", comment: "REJECT ALL" }] }, { name: "auto_GB_fife.gov.uk_0", vendorUrl: "https://www.fife.gov.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?fife\\.gov\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#lhsc-overlay > div:not([id]) > div:nth-child(5):not([id]) > button:nth-child(2)#fc-reject-settings" }], detectPopup: [{ visible: "body:not([id]) > div#lhsc-overlay > div:not([id]) > div:nth-child(5):not([id]) > button:nth-child(2)#fc-reject-settings" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#lhsc-overlay > div:not([id]) > div:nth-child(5):not([id]) > button:nth-child(2)#fc-reject-settings", comment: "I do not accept cookies" }] }, { name: "auto_GB_firstclasswatches.co.uk_0", vendorUrl: "https://www.firstclasswatches.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?firstclasswatches\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cky-consent > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(3)#cky-btn-reject" }], detectPopup: [{ visible: "body:not([id]) > div#cky-consent > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(3)#cky-btn-reject" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cky-consent > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(3)#cky-btn-reject", comment: "Reject all" }] }, { name: "auto_GB_fishpal.com_0", vendorUrl: "https://www.fishpal.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?fishpal\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CookieMessage > div#CookieBox > div:nth-child(4):not([id]) > button:nth-child(2)#DenyButton" }], detectPopup: [{ visible: "body:not([id]) > div#CookieMessage > div#CookieBox > div:nth-child(4):not([id]) > button:nth-child(2)#DenyButton" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CookieMessage > div#CookieBox > div:nth-child(4):not([id]) > button:nth-child(2)#DenyButton", comment: "ESSENTIAL ONLY" }] }, { name: "auto_GB_fixpart.co.uk_0", vendorUrl: "https://fixpart.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?fixpart\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > p:nth-child(2):not([id]) > a:nth-child(3):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > p:nth-child(2):not([id]) > a:nth-child(3):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > p:nth-child(2):not([id]) > a:nth-child(3):not([id])", comment: "essential cookies" }] }, { name: "auto_GB_flooringhut.co.uk_0", vendorUrl: "https://www.flooringhut.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?flooringhut\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div:nth-child(9) > div > div:nth-child(3) > a:nth-child(2)" }], detectPopup: [{ visible: "body > div > div:nth-child(9) > div > div:nth-child(3) > a:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div:nth-child(9) > div > div:nth-child(3) > a:nth-child(2)", text: "Decline" }] }, { name: "auto_GB_ford.co.uk_0", vendorUrl: "https://www.ford.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?ford\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body#g3 > div#accelerator-page > div:nth-child(1):not([id]) > div:nth-child(1):not([id]) > div:not([id]) > p:nth-child(3):not([id]) > a:nth-child(2):not([id])" }], detectPopup: [{ visible: "body#g3 > div#accelerator-page > div:nth-child(1):not([id]) > div:nth-child(1):not([id]) > div:not([id]) > p:nth-child(3):not([id]) > a:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body#g3 > div#accelerator-page > div:nth-child(1):not([id]) > div:nth-child(1):not([id]) > div:not([id]) > p:nth-child(3):not([id]) > a:nth-child(2):not([id])", comment: "Decline Cookies" }] }, { name: "auto_GB_fordmoney.co.uk_0", vendorUrl: "https://www.fordmoney.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?fordmoney\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body#basicPage-cda5c3adc0 > div#accelerator-page > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > p:nth-child(4):not([id]) > a:nth-child(2):not([id])" }], detectPopup: [{ visible: "body#basicPage-cda5c3adc0 > div#accelerator-page > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > p:nth-child(4):not([id]) > a:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body#basicPage-cda5c3adc0 > div#accelerator-page > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > p:nth-child(4):not([id]) > a:nth-child(2):not([id])", comment: "Decline cookies" }] }, { name: "auto_GB_forum.affinity.serif.com_0", vendorUrl: "https://forum.affinity.serif.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?forum\\.affinity\\.serif\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#elGuestTerms > div:not([id]) > div:nth-child(2):not([id]) > form:not([id]) > button:nth-child(3):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#elGuestTerms > div:not([id]) > div:nth-child(2):not([id]) > form:not([id]) > button:nth-child(3):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#elGuestTerms > div:not([id]) > div:nth-child(2):not([id]) > form:not([id]) > button:nth-child(3):not([id])", comment: "\xA0Reject Cookies" }] }, { name: "auto_GB_forum.figma.com_0", vendorUrl: "https://forum.figma.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?forum\\.figma\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div:nth-child(4) > div > div > div:nth-child(1) > div:nth-child(3) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div > div:nth-child(4) > div > div > div:nth-child(1) > div:nth-child(3) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div:nth-child(4) > div > div > div:nth-child(1) > div:nth-child(3) > button:nth-child(2)", text: "Deny all" }] }, { name: "auto_GB_forum.ovoenergy.com_0", vendorUrl: "https://forum.ovoenergy.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?forum\\.ovoenergy\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "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])" }], detectPopup: [{ visible: "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])" }], optIn: [], optOut: [{ waitForThenClick: "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])", comment: "Deny all" }] }, { name: "auto_GB_forum.proxmox.com_0", vendorUrl: "https://forum.proxmox.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?forum\\.proxmox\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > ul:not([id]) > li:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id]) > span:not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > ul:not([id]) > li:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id]) > span:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > ul:not([id]) > li:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id]) > span:not([id])", comment: "Reject optional cookies" }] }, { name: "auto_GB_forum.prusa3d.com_0", vendorUrl: "https://forum.prusa3d.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?forum\\.prusa3d\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "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])" }], detectPopup: [{ visible: "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])" }], optIn: [], optOut: [{ waitForThenClick: "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])", comment: "Reject All" }] }, { name: "auto_GB_forums.malwarebytes.com_0", vendorUrl: "https://forums.malwarebytes.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?forums\\.malwarebytes\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#elGuestTerms > div:not([id]) > div:nth-child(2):not([id]) > form:not([id]) > button:nth-child(3):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#elGuestTerms > div:not([id]) > div:nth-child(2):not([id]) > form:not([id]) > button:nth-child(3):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#elGuestTerms > div:not([id]) > div:nth-child(2):not([id]) > form:not([id]) > button:nth-child(3):not([id])", comment: "\xA0Reject Cookies" }] }, { name: "auto_GB_forums.mbclub.co.uk_0", vendorUrl: "https://forums.mbclub.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?forums\\.mbclub\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > ul:not([id]) > li:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id]) > span:not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > ul:not([id]) > li:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id]) > span:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > ul:not([id]) > li:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id]) > span:not([id])", comment: "Reject optional cookies" }] }, { name: "auto_GB_foundryvtt.com_0", vendorUrl: "https://foundryvtt.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?foundryvtt\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > main#main-content > div:nth-child(1)#banner-messages > form:nth-child(2)#analytics-prompt > footer:nth-child(5):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > main#main-content > div:nth-child(1)#banner-messages > form:nth-child(2)#analytics-prompt > footer:nth-child(5):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > main#main-content > div:nth-child(1)#banner-messages > form:nth-child(2)#analytics-prompt > footer:nth-child(5):not([id]) > button:nth-child(2):not([id])", comment: " REQUIRED ONLY" }] }, { name: "auto_GB_fr.pornhub.com_0", vendorUrl: "https://fr.pornhub.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?fr\\.pornhub\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookieBanner > div#cookieBannerWrapper > button:nth-child(3):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#cookieBanner > div#cookieBannerWrapper > button:nth-child(3):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookieBanner > div#cookieBannerWrapper > button:nth-child(3):not([id])", comment: "Accept Only Essential Cookies" }] }, { name: "auto_GB_france24.com_0", vendorUrl: "https://www.france24.com/en/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?france24\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(3)#buttons > button:nth-child(2)#didomi-notice-disagree-button" }], detectPopup: [{ visible: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(3)#buttons > button:nth-child(2)#didomi-notice-disagree-button" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(3)#buttons > button:nth-child(2)#didomi-notice-disagree-button", comment: "Deny" }] }, { name: "auto_GB_francisandgaye.co.uk_m1d", vendorUrl: "https://www.francisandgaye.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?francisandgaye\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > 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" }], detectPopup: [{ visible: "body:not([id]) > 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" }], optIn: [], optOut: [{ wait: 500 }, { waitForThenClick: "body:not([id]) > 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", comment: "REJECT ALL COOKIES" }], test: [{ waitForVisible: "body:not([id]) > 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", timeout: 1e3, check: "none" }] }, { name: "auto_GB_fredolsencruises.com_0", vendorUrl: "https://www.fredolsencruises.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?fredolsencruises\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookie-consent > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#cookie-consent > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookie-consent > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "REJECT" }] }, { name: "auto_GB_freemans.com_0", vendorUrl: "https://www.freemans.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?freemans\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "Reject all" }] }, { name: "auto_GB_frenchestateagents.com_0", vendorUrl: "https://www.frenchestateagents.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?frenchestateagents\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#freeprivacypolicy-com---nb > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#freeprivacypolicy-com---nb > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#freeprivacypolicy-com---nb > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "I decline" }] }, { name: "auto_GB_fruugo.co.uk_686", vendorUrl: "https://www.fruugo.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?fruugo\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > dialog:not([id]) > article:not([id]) > footer:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > dialog:not([id]) > article:not([id]) > footer:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ wait: 500 }, { waitForThenClick: "body:not([id]) > dialog:not([id]) > article:not([id]) > footer:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Decline all" }], test: [{ waitForVisible: "body:not([id]) > dialog:not([id]) > article:not([id]) > footer:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", timeout: 1e3, check: "none" }] }, { name: "auto_GB_garden4less.co.uk_0", vendorUrl: "https://www.garden4less.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?garden4less\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#consent-box > p:not([id]) > span:not([id]) > button:nth-child(2)#decline-cookies" }], detectPopup: [{ visible: "body:not([id]) > div#consent-box > p:not([id]) > span:not([id]) > button:nth-child(2)#decline-cookies" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#consent-box > p:not([id]) > span:not([id]) > button:nth-child(2)#decline-cookies", comment: "DECLINE" }] }, { name: "auto_GB_gardenbuildingsdirect.co.uk_zq0", vendorUrl: "https://www.gardenbuildingsdirect.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?gardenbuildingsdirect\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookiescript_injected_wrapper > div#cookiescript_injected > div:nth-child(3)#cookiescript_bottompart > div#cookiescript_cookietablewrap > div:nth-child(2)#cookiescript_tabscontent > div:nth-child(1)#cookiescript_declarationwrap > div:nth-child(1)#cookiescript_categories > div:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#cookiescript_injected_wrapper > div#cookiescript_injected > div:nth-child(3)#cookiescript_bottompart > div#cookiescript_cookietablewrap > div:nth-child(2)#cookiescript_tabscontent > div:nth-child(1)#cookiescript_declarationwrap > div:nth-child(1)#cookiescript_categories > div:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookiescript_injected_wrapper > div#cookiescript_injected > div:nth-child(3)#cookiescript_bottompart > div#cookiescript_cookietablewrap > div:nth-child(2)#cookiescript_tabscontent > div:nth-child(1)#cookiescript_declarationwrap > div:nth-child(1)#cookiescript_categories > div:nth-child(1):not([id])", comment: "Strictly necessary" }] }, { name: "auto_GB_gateshead.gov.uk_0", vendorUrl: "https://www.gateshead.gov.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?gateshead\\.gov\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(1)#cookie-consent-prompt > div:not([id]) > div:nth-child(3):not([id]) > form#cookie-consent-form > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(1)#cookie-consent-prompt > div:not([id]) > div:nth-child(3):not([id]) > form#cookie-consent-form > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(1)#cookie-consent-prompt > div:not([id]) > div:nth-child(3):not([id]) > form#cookie-consent-form > button:nth-child(2):not([id])", comment: "Reject additional cookies" }] }, { name: "auto_GB_gcu.ac.uk_0", vendorUrl: "https://www.gcu.ac.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?gcu\\.ac\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)", text: "Use necessary cookies only" }] }, { name: "auto_GB_gear4music.com_0", vendorUrl: "https://www.gear4music.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?gear4music\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookieConsentWidgetDiv > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1)#banner-cookie-consent-reject-all" }], detectPopup: [{ visible: "body:not([id]) > div#cookieConsentWidgetDiv > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1)#banner-cookie-consent-reject-all" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookieConsentWidgetDiv > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1)#banner-cookie-consent-reject-all", comment: "REJECT ALL" }] }, { name: "auto_GB_genome.ch.bbc.co.uk_0", vendorUrl: "https://genome.ch.bbc.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?genome\\.ch\\.bbc\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookiePrompt > div:not([id]) > div:not([id]) > div:nth-child(2)#bbccookies > section#bbccookies-prompt > div:nth-child(2):not([id]) > button:nth-child(2)#bbccookies-reject-button" }], detectPopup: [{ visible: "body:not([id]) > div#cookiePrompt > div:not([id]) > div:not([id]) > div:nth-child(2)#bbccookies > section#bbccookies-prompt > div:nth-child(2):not([id]) > button:nth-child(2)#bbccookies-reject-button" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookiePrompt > div:not([id]) > div:not([id]) > div:nth-child(2)#bbccookies > section#bbccookies-prompt > div:nth-child(2):not([id]) > button:nth-child(2)#bbccookies-reject-button", comment: "Reject additional cookies" }] }, { name: "auto_GB_getchip.uk_0", vendorUrl: "https://www.getchip.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?getchip\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(1)#cookie-banner > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(1)#btn-reject-all" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(1)#cookie-banner > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(1)#btn-reject-all" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(1)#cookie-banner > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(1)#btn-reject-all", comment: "Reject all" }] }, { name: "auto_GB_giant-bicycles.com_0", vendorUrl: "https://www.giant-bicycles.com/global", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?giant-bicycles\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "Refuse all cookies" }] }, { name: "auto_GB_giffgaff.com_0", vendorUrl: "https://www.giffgaff.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?giffgaff\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookie-banner > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > a:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#cookie-banner > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > a:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookie-banner > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > a:nth-child(2):not([id])", comment: "Deny all" }] }, { name: "auto_GB_gmc-uk.org_0", vendorUrl: "https://www.gmc-uk.org/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?gmc-uk\\.org/" }, prehideSelectors: [], detectCmp: [{ exists: "body#mainGMC > div:not([id]) > div:nth-child(1)#cookieBanner > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#cookieBannerRejectAllButton" }], detectPopup: [{ visible: "body#mainGMC > div:not([id]) > div:nth-child(1)#cookieBanner > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#cookieBannerRejectAllButton" }], optIn: [], optOut: [{ waitForThenClick: "body#mainGMC > div:not([id]) > div:nth-child(1)#cookieBanner > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#cookieBannerRejectAllButton", comment: "Reject cookies" }] }, { name: "auto_GB_gold-traders.co.uk_0", vendorUrl: "https://www.gold-traders.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?gold-traders\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#page-wrap > div:nth-child(7)#cookie-notice > div:not([id]) > div:not([id]) > div:nth-child(3)#decline-cookies > button#cookie-decline-button" }], detectPopup: [{ visible: "body:not([id]) > div#page-wrap > div:nth-child(7)#cookie-notice > div:not([id]) > div:not([id]) > div:nth-child(3)#decline-cookies > button#cookie-decline-button" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#page-wrap > div:nth-child(7)#cookie-notice > div:not([id]) > div:not([id]) > div:nth-child(3)#decline-cookies > button#cookie-decline-button", comment: "DISABLE NON-ESSENTIAL COOKIES" }] }, { name: "auto_GB_goodenergy.co.uk_0", vendorUrl: "https://www.goodenergy.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?goodenergy\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#site-cookies-notice > div:not([id]) > form:nth-child(3)#cookies-1 > ul:nth-child(2):not([id]) > li:nth-child(3):not([id]) > button:not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#site-cookies-notice > div:not([id]) > form:nth-child(3)#cookies-1 > ul:nth-child(2):not([id]) > li:nth-child(3):not([id]) > button:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#site-cookies-notice > div:not([id]) > form:nth-child(3)#cookies-1 > ul:nth-child(2):not([id]) > li:nth-child(3):not([id]) > button:not([id])", comment: "Reject all\nextra cookies" }] }, { name: "auto_GB_grattan.co.uk_0", vendorUrl: "https://www.grattan.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?grattan\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "Reject all" }] }, { name: "auto_GB_groupon.co.uk_0", vendorUrl: "https://www.groupon.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?groupon\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body#ls-body > div#onetrust-consent-sdk > div:nth-child(2)#onetrust-banner-sdk > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2)#onetrust-button-group-parent > div#onetrust-button-group > button:nth-child(2)#onetrust-reject-all-handler" }], detectPopup: [{ visible: "body#ls-body > div#onetrust-consent-sdk > div:nth-child(2)#onetrust-banner-sdk > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2)#onetrust-button-group-parent > div#onetrust-button-group > button:nth-child(2)#onetrust-reject-all-handler" }], optIn: [], optOut: [{ waitForThenClick: "body#ls-body > div#onetrust-consent-sdk > div:nth-child(2)#onetrust-banner-sdk > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2)#onetrust-button-group-parent > div#onetrust-button-group > button:nth-child(2)#onetrust-reject-all-handler", comment: "Reject All" }] }, { name: "auto_GB_guide.michelin.com_0", vendorUrl: "https://guide.michelin.com/en", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?guide\\.michelin\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])", comment: "Continue without agreeing \u2192" }] }, { name: "auto_GB_guildford.gov.uk_0", vendorUrl: "https://www.guildford.gov.uk/?ccp=true", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?guildford\\.gov\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(2) > form:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(2) > form:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(2) > form:nth-child(2) > button:nth-child(2)", text: "Reject additional cookies" }] }, { name: "auto_GB_handbook.fca.org.uk_0", vendorUrl: "https://www.handbook.fca.org.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?handbook\\.fca\\.org\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > 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" }], detectPopup: [{ visible: "body:not([id]) > 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" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > 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", comment: "Reject additional cookies" }] }, { name: "auto_GB_haringey.gov.uk_0", vendorUrl: "https://www.haringey.gov.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?haringey\\.gov\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(1)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(1)", text: "Deny" }] }, { name: "auto_GB_harvester.co.uk_0", vendorUrl: "https://www.harvester.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?harvester\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div#CookieManager > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(4):not([id]) > a:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div#CookieManager > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(4):not([id]) > a:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div#CookieManager > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(4):not([id]) > a:nth-child(2):not([id])", comment: "REJECT COOKIES" }] }, { name: "auto_GB_healf.com_0", vendorUrl: "https://healf.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?healf\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(3) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(3) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(3) > button:nth-child(2)", text: "Deny all" }] }, { name: "auto_GB_heinnie.com_0", vendorUrl: "https://heinnie.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?heinnie\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#consent-manager > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#consent-manager > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#consent-manager > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Reject all" }] }, { name: "auto_GB_helmetcity.co.uk_0", vendorUrl: "https://www.helmetcity.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?helmetcity\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body#html-body > div:not([id]) > div:nth-child(7)#gdprCookieBar > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body#html-body > div:not([id]) > div:nth-child(7)#gdprCookieBar > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body#html-body > div:not([id]) > div:nth-child(7)#gdprCookieBar > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Decline" }] }, { name: "auto_GB_help.dropbox.com_0", vendorUrl: "https://help.dropbox.com/", cosmetic: false, runContext: { main: false, frame: true, urlPattern: "^https?://(www\\.)?dropbox\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "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" }], detectPopup: [{ visible: "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" }], optIn: [], optOut: [{ waitForThenClick: "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", comment: "Decline" }] }, { name: "auto_GB_help.revolut.com_0", vendorUrl: "https://help.revolut.com/help/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?help\\.revolut\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > button:nth-child(5):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > button:nth-child(5):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > button:nth-child(5):not([id])", comment: "Reject non-essential cookies" }] }, { name: "auto_GB_help.solidworks.com_0", vendorUrl: "https://help.solidworks.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?help\\.solidworks\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(1) > div > h2:nth-child(1) > button" }], detectPopup: [{ visible: "body > div > div > div:nth-child(1) > div > h2:nth-child(1) > button" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(1) > div > h2:nth-child(1) > button", text: "Continue with only necessary cookies" }] }, { name: "auto_GB_hero-wars.com_0", vendorUrl: "https://www.hero-wars.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?hero-wars\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div > div:nth-child(2) > ul > li:nth-child(2) > button > span" }], detectPopup: [{ visible: "body > div > div > div > div:nth-child(2) > ul > li:nth-child(2) > button > span" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div > div:nth-child(2) > ul > li:nth-child(2) > button > span", text: "Accept essential only" }] }, { name: "auto_GB_hetzner.com_ar5", vendorUrl: "https://www.hetzner.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?hetzner\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > header#header > div:nth-child(1)#InitModal > 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)#DeclineCookies" }], detectPopup: [{ visible: "body:not([id]) > header#header > div:nth-child(1)#InitModal > 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)#DeclineCookies" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > header#header > div:nth-child(1)#InitModal > 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)#DeclineCookies", comment: "Allow necessary cookies" }] }, { name: "auto_GB_hikvision.com_0", vendorUrl: "https://www.hikvision.com/uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?hikvision\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > section:nth-child(1):not([id]) > article:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > section:nth-child(1):not([id]) > article:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > section:nth-child(1):not([id]) > article:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])", comment: "Reject All" }] }, { name: "auto_GB_historicenvironment.scot_0", vendorUrl: "https://www.historicenvironment.scot/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?historicenvironment\\.scot/" }, prehideSelectors: [], detectCmp: [{ exists: "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" }], detectPopup: [{ visible: "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" }], optIn: [], optOut: [{ waitForThenClick: "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", comment: "Reject all and close" }] }, { name: "auto_GB_hmd.com_0", vendorUrl: "https://www.hmd.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?hmd\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cmp-modal > div:not([id]) > div#gravitoCMP-modal-layer1 > div:nth-child(4):not([id]) > div:nth-child(4):not([id]) > button:nth-child(1)#modalRejectAllFirstLayerBtn" }], detectPopup: [{ visible: "body:not([id]) > div#cmp-modal > div:not([id]) > div#gravitoCMP-modal-layer1 > div:nth-child(4):not([id]) > div:nth-child(4):not([id]) > button:nth-child(1)#modalRejectAllFirstLayerBtn" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cmp-modal > div:not([id]) > div#gravitoCMP-modal-layer1 > div:nth-child(4):not([id]) > div:nth-child(4):not([id]) > button:nth-child(1)#modalRejectAllFirstLayerBtn", comment: "Reject all" }] }, { name: "auto_GB_homeserve.co.uk_0", vendorUrl: "https://www.homeserve.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?homeserve\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookiebanner > div > div:nth-child(3)#button-test > ul:not([id]) > li:nth-child(3):not([id]) > a#c-essential-btn" }], detectPopup: [{ visible: "body:not([id]) > div#cookiebanner > div > div:nth-child(3)#button-test > ul:not([id]) > li:nth-child(3):not([id]) > a#c-essential-btn" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookiebanner > div > div:nth-child(3)#button-test > ul:not([id]) > li:nth-child(3):not([id]) > a#c-essential-btn", comment: "Use only necessary cookies" }] }, { name: "auto_GB_homeswapper.co.uk_x3o", vendorUrl: "https://www.homeswapper.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?homeswapper\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookie-container-id > div:nth-child(1)#cookie-partial-div > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button#rejectPolicy" }], detectPopup: [{ visible: "body:not([id]) > div#cookie-container-id > div:nth-child(1)#cookie-partial-div > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button#rejectPolicy" }], optIn: [], optOut: [{ wait: 500 }, { waitForThenClick: "body:not([id]) > div#cookie-container-id > div:nth-child(1)#cookie-partial-div > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button#rejectPolicy", comment: "Reject non-essential cookies" }], test: [{ waitForVisible: "body:not([id]) > div#cookie-container-id > div:nth-child(1)#cookie-partial-div > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button#rejectPolicy", timeout: 1e3, check: "none" }] }, { name: "auto_GB_honor.com_0", vendorUrl: "https://www.honor.com/uk/?host=honor.com", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?honor\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(12):not([id]) > div:nth-child(4)#cookie_notices > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(12):not([id]) > div:nth-child(4)#cookie_notices > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(12):not([id]) > div:nth-child(4)#cookie_notices > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])", comment: "Reject all cookies" }] }, { name: "auto_GB_hostinger.com_0", vendorUrl: "https://www.hostinger.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?hostinger\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#__nuxt > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id]) > span:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#__nuxt > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id]) > span:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#__nuxt > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id]) > span:nth-child(2):not([id])", comment: "Reject all" }] }, { name: "auto_GB_hotukdeals.com_0", vendorUrl: "https://www.hotukdeals.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?hotukdeals\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > main#main > div:nth-child(5):not([id]) > div:nth-child(4)#pageContent > div:nth-child(4):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > section:nth-child(2):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]) > div:nth-child(3):not([id]) > div:not([id]) > button:nth-child(3):not([id])" }], detectPopup: [{ visible: "body:not([id]) > main#main > div:nth-child(5):not([id]) > div:nth-child(4)#pageContent > div:nth-child(4):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > section:nth-child(2):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]) > div:nth-child(3):not([id]) > div:not([id]) > button:nth-child(3):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > main#main > div:nth-child(5):not([id]) > div:nth-child(4)#pageContent > div:nth-child(4):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > section:nth-child(2):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]) > div:nth-child(3):not([id]) > div:not([id]) > button:nth-child(3):not([id])", comment: "Continue without accepting" }] }, { name: "auto_GB_hrw.org_0", vendorUrl: "https://www.hrw.org/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?hrw\\.org/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#hrw-cookie-dialog > div:nth-child(3)#hrw-cookie-dialog__buttons > button:nth-child(2)#hrw-cookie-dialog__decline" }], detectPopup: [{ visible: "body:not([id]) > div#hrw-cookie-dialog > div:nth-child(3)#hrw-cookie-dialog__buttons > button:nth-child(2)#hrw-cookie-dialog__decline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#hrw-cookie-dialog > div:nth-child(3)#hrw-cookie-dialog__buttons > button:nth-child(2)#hrw-cookie-dialog__decline", comment: "Decline" }] }, { name: "auto_GB_hypixel.net_0", vendorUrl: "https://hypixel.net/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?hypixel\\.net/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > ul:not([id]) > li:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id]) > span:not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > ul:not([id]) > li:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id]) > span:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > ul:not([id]) > li:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id]) > span:not([id])", comment: "Reject optional cookies" }] }, { name: "auto_GB_ij.manual.canon_0", vendorUrl: "https://ij.manual.canon/ij/webmanual/WebPortal/PTL/ptl-top.html?lng=en", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?ij\\.manual\\.canon/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#infocookie_modal > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#cookie-button2" }], detectPopup: [{ visible: "body:not([id]) > div#infocookie_modal > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#cookie-button2" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#infocookie_modal > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#cookie-button2", comment: "Reject" }] }, { name: "auto_GB_immobiliare.it_0", vendorUrl: "https://www.immobiliare.it/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?immobiliare\\.it/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#didomi-host > div:not([id]) > div:not([id]) > div#didomi-notice > div:not([id]) > span:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#didomi-host > div:not([id]) > div:not([id]) > div#didomi-notice > div:not([id]) > span:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#didomi-host > div:not([id]) > div:not([id]) > div#didomi-notice > div:not([id]) > span:nth-child(1):not([id])", comment: "Continue without agreeing \u2192" }] }, { name: "auto_GB_imperial.nhs.uk_0", vendorUrl: "https://www.imperial.nhs.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?imperial\\.nhs\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)", text: "REJECT COOKIES" }] }, { name: "auto_GB_investing.thisismoney.co.uk_0", vendorUrl: "https://investing.thisismoney.co.uk/companies/A", cosmetic: false, runContext: { main: false, frame: true, urlPattern: "^https?://(www\\.)?thisismoney\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body#moneyinvesting > div#top > div#content > div:nth-child(4):not([id]) > a:nth-child(11):not([id])" }], detectPopup: [{ visible: "body#moneyinvesting > div#top > div#content > div:nth-child(4):not([id]) > a:nth-child(11):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body#moneyinvesting > div#top > div#content > div:nth-child(4):not([id]) > a:nth-child(11):not([id])", comment: "Do not sell or share my personal information" }] }, { name: "auto_GB_ionos.co.uk_c0a", vendorUrl: "https://www.ionos.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?ionos\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > 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" }], detectPopup: [{ visible: "body:not([id]) > 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" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > 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", comment: "Reject" }] }, { name: "auto_GB_ionos.co.uk_fz1", vendorUrl: "https://www.ionos.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?ionos\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > p:not([id]) > p:nth-child(1):not([id]) > button:nth-child(4)#confirmSelection" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > p:not([id]) > p:nth-child(1):not([id]) > button:nth-child(4)#confirmSelection" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > p:not([id]) > p:nth-child(1):not([id]) > button:nth-child(4)#confirmSelection", comment: "Reject" }] }, { name: "auto_GB_it.pornhub.com_0", vendorUrl: "https://it.pornhub.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?it\\.pornhub\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookieBanner > div#cookieBannerWrapper > button:nth-child(3):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#cookieBanner > div#cookieBannerWrapper > button:nth-child(3):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookieBanner > div#cookieBannerWrapper > button:nth-child(3):not([id])", comment: "Accept Only Essential Cookies" }] }, { name: "auto_GB_iweb-sharedealing.co.uk_0", vendorUrl: "https://www.iweb-sharedealing.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?iweb-sharedealing\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#lbganalyticsCookies > footer:nth-child(8):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#lbganalyticsCookies > footer:nth-child(8):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#lbganalyticsCookies > footer:nth-child(8):not([id]) > button:nth-child(2):not([id])", comment: "Reject all" }] }, { name: "auto_GB_jct600.co.uk_0", vendorUrl: "https://www.jct600.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?jct600\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(1)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(1)", text: "Deny" }] }, { name: "auto_GB_jlpjobs.com_0", vendorUrl: "https://www.jlpjobs.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?jlpjobs\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > span:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > span:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > span:nth-child(2):not([id])", comment: "Reject All" }] }, { name: "auto_GB_jw.org_0", vendorUrl: "https://www.jw.org/en/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?jw\\.org/" }, prehideSelectors: [], detectCmp: [{ exists: "body#mid1011200 > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body#mid1011200 > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body#mid1011200 > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "Decline" }] }, { name: "auto_GB_kaleidoscope.co.uk_0", vendorUrl: "https://www.kaleidoscope.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?kaleidoscope\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "Reject all" }] }, { name: "auto_GB_kayak.co.uk_0", vendorUrl: "https://www.kayak.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?kayak\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body: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]) > div:not([id]) > div:nth-child(1):not([id]) > button:nth-child(3):not([id]) > div:not([id]) > div:not([id])" }], detectPopup: [{ visible: "body: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]) > div:not([id]) > div:nth-child(1):not([id]) > button:nth-child(3):not([id]) > div:not([id]) > div:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body: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]) > div:not([id]) > div:nth-child(1):not([id]) > button:nth-child(3):not([id]) > div:not([id]) > div:not([id])", comment: "Reject all" }] }, { name: "auto_GB_kent.gov.uk_0", vendorUrl: "https://www.kent.gov.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?kent\\.gov\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div: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(2):not([id]) > span:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div: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(2):not([id]) > span:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div: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(2):not([id]) > span:nth-child(2):not([id])", comment: "Reject cookies" }] }, { name: "auto_GB_key.aero_0", vendorUrl: "https://www.key.aero/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?key\\.aero/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(1)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(1)", text: "Deny" }] }, { name: "auto_GB_kiaoval.com_0", vendorUrl: "https://www.kiaoval.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?kiaoval\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > span:nth-child(2) > div > div:nth-child(2) > a:nth-child(1)" }], detectPopup: [{ visible: "body > div > span:nth-child(2) > div > div:nth-child(2) > a:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > span:nth-child(2) > div > div:nth-child(2) > a:nth-child(1)", text: "REJECT" }] }, { name: "auto_GB_kick.com_0", vendorUrl: "https://kick.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?kick\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "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])" }], detectPopup: [{ visible: "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])" }], optIn: [], optOut: [{ waitForThenClick: "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])", comment: "Reject" }] }, { name: "auto_GB_kinopoisk.ru_0", vendorUrl: "https://www.kinopoisk.ru/showcaptcha?cc=1&form-fb-hint=8.20&mt=7042431B451C368AE24A0DDC8A597C86E6193B9F66AC996B625B1F43158632F9CCA2135BB7B347696C076D6859DE3C71F38862A52B1AA27C9A5F3C4300BFFE3289AB058A3B187E9C9BEA50EB23E48C20B952B2EA06BD4ED21E2C804D82F6A0E0F7542642938331A931941A7E8B9BB96E40CE77E8DED7D2AF2C4A881746B9B5088A0FB0973EBC31CA30EE250E778E990989BC8BFAC680F67CD2456A61C3EF1650E96D2EF31810C7A2D49C2795F1847909AE82F166D81E08BE9746F6BC2E5F9A8B8935C440ECD29460AA8D9B7495CA06FA82B2193379E27A36C37F353A&retpath=aHR0cHM6Ly93d3cua2lub3BvaXNrLnJ1Lz8%2C_e8cf39c16909ae09f7cda366691c0372&t=2/1747053250/63ab0c9aac30a8ede1e7332a89e4bd62&u=6562294569592051912&s=f41a45a2ee3b0ec83092021f1483036f", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?kinopoisk\\.ru/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)" }], detectPopup: [{ visible: "body > div > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)", text: "Allow essential cookies" }] }, { name: "auto_GB_kinsta.com_0", vendorUrl: "https://kinsta.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?kinsta\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div#cookies-bar > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div#cookies-bar > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div#cookies-bar > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "Decline non-essential" }] }, { name: "auto_GB_kirklees.gov.uk_0", vendorUrl: "https://www.kirklees.gov.uk/beta/default.aspx", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?kirklees\\.gov\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body#hgcBody > div#cookies-banner > a:nth-child(6)#btnCookieBannerNo" }], detectPopup: [{ visible: "body#hgcBody > div#cookies-banner > a:nth-child(6)#btnCookieBannerNo" }], optIn: [], optOut: [{ waitForThenClick: "body#hgcBody > div#cookies-banner > a:nth-child(6)#btnCookieBannerNo", comment: " I do not accept cookies" }] }, { name: "auto_GB_kirkusreviews.com_0", vendorUrl: "https://www.kirkusreviews.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?kirkusreviews\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body#home-page > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body#home-page > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body#home-page > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "Decline" }] }, { name: "auto_GB_klm.co.uk_0", vendorUrl: "https://www.klm.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?klm\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#bw-cookie-banner > div:not([id]) > div#bw-cookie-banner-container > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#bw-cookie-banner > div:not([id]) > div#bw-cookie-banner-container > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#bw-cookie-banner > div:not([id]) > div#bw-cookie-banner-container > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id])", comment: "Reject" }] }, { name: "auto_GB_knightfrank.co.uk_yl4", vendorUrl: "https://www.knightfrank.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?knightfrank\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > 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" }], detectPopup: [{ visible: "body:not([id]) > 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" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > 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", comment: "Decline All" }] }, { name: "auto_GB_kobo.com_0", vendorUrl: "https://www.kobo.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?kobo\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > button:nth-child(2)", text: "Decline" }] }, { name: "auto_GB_lancaster.ac.uk_0", vendorUrl: "https://www.lancaster.ac.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?lancaster\\.ac\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > dialog#biccy-banner > div#biccy-prompt > div:nth-child(2):not([id]) > button:nth-child(2)#biccy-reject-button" }], detectPopup: [{ visible: "body:not([id]) > dialog#biccy-banner > div#biccy-prompt > div:nth-child(2):not([id]) > button:nth-child(2)#biccy-reject-button" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > dialog#biccy-banner > div#biccy-prompt > div:nth-child(2):not([id]) > button:nth-child(2)#biccy-reject-button", comment: "Reject optional cookies" }] }, { name: "auto_GB_lionshome.co.uk_0", vendorUrl: "https://www.lionshome.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?lionshome\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookie_banner_container > div:not([id]) > div:not([id]) > div:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#cookie_banner_container > div:not([id]) > div:not([id]) > div:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookie_banner_container > div:not([id]) > div:not([id]) > div:nth-child(2):not([id])", comment: "Accept Only necessary cookies" }] }, { name: "auto_GB_litrg.org.uk_0", vendorUrl: "https://www.litrg.org.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?litrg\\.org\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(1)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(1)", text: "Deny" }] }, { name: "auto_GB_livejasmin.com_gdn", vendorUrl: "https://www.livejasmin.com/en/girls", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?livejasmin\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body#index\\.index > div#consent_modal > div:nth-child(2):not([id]) > button:nth-child(4)#reject-all-cookies-btn" }], detectPopup: [{ visible: "body#index\\.index > div#consent_modal > div:nth-child(2):not([id]) > button:nth-child(4)#reject-all-cookies-btn" }], optIn: [], optOut: [{ wait: 500 }, { waitForThenClick: "body#index\\.index > div#consent_modal > div:nth-child(2):not([id]) > button:nth-child(4)#reject-all-cookies-btn", comment: "Reject All" }], test: [{ waitForVisible: "body#index\\.index > div#consent_modal > div:nth-child(2):not([id]) > button:nth-child(4)#reject-all-cookies-btn", timeout: 1e3, check: "none" }] }, { name: "auto_GB_lloydsbankinggroup.com_0", vendorUrl: "https://www.lloydsbankinggroup.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?lloydsbankinggroup\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#lbganalyticsCookies > footer:nth-child(8):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#lbganalyticsCookies > footer:nth-child(8):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#lbganalyticsCookies > footer:nth-child(8):not([id]) > button:nth-child(2):not([id])", comment: "Reject all" }] }, { name: "auto_GB_lloydspharmacy.com_0", vendorUrl: "https://lloydspharmacy.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?lloydspharmacy\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body#lloydspharmacy-online-pharmacy-prescriptions-amp-health > div:not([id]) > div:not([id]) > div:nth-child(1)#ch2-dialog > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body#lloydspharmacy-online-pharmacy-prescriptions-amp-health > div:not([id]) > div:not([id]) > div:nth-child(1)#ch2-dialog > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body#lloydspharmacy-online-pharmacy-prescriptions-amp-health > div:not([id]) > div:not([id]) > div:nth-child(1)#ch2-dialog > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Reject unrequired cookies" }] }, { name: "auto_GB_lnk.bio_0", vendorUrl: "https://lnk.bio/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?lnk\\.bio/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(3) > div:nth-child(2) > button" }], detectPopup: [{ visible: "body > div > div > div:nth-child(3) > div:nth-child(2) > button" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(3) > div:nth-child(2) > button", text: "Reject non-necessary" }] }, { name: "auto_GB_londonmuseum.org.uk_0", vendorUrl: "https://www.londonmuseum.org.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?londonmuseum\\.org\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)", text: "Reject all" }] }, { name: "auto_GB_lovable.dev_4ul", vendorUrl: "https://lovable.dev/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?lovable\\.dev/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ wait: 500 }, { waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Reject non-essential cookies" }], test: [{ waitForVisible: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", timeout: 1e3, check: "none" }] }, { name: "auto_GB_loveholidays.com_0", vendorUrl: "https://www.loveholidays.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?loveholidays\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div#lv-c-b > div:nth-child(4):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div#lv-c-b > div:nth-child(4):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div#lv-c-b > div:nth-child(4):not([id]) > button:nth-child(2):not([id])", comment: "Reject non-essential" }] }, { name: "auto_GB_loyalfans.com_0", vendorUrl: "https://www.loyalfans.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?loyalfans\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > app-root:not([id]) > app-cookie-consent:nth-child(1):not([id]) > div:not([id]) > section:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > app-root:not([id]) > app-cookie-consent:nth-child(1):not([id]) > div:not([id]) > section:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > app-root:not([id]) > app-cookie-consent:nth-child(1):not([id]) > div:not([id]) > section:nth-child(2):not([id]) > button:nth-child(1):not([id])", comment: "ONLY NECESSARY COOKIES" }] }, { name: "auto_GB_lpsg.com_0", vendorUrl: "https://www.lpsg.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?lpsg\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > ul:not([id]) > li:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > a:nth-child(2):not([id]) > span:not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > ul:not([id]) > li:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > a:nth-child(2):not([id]) > span:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > ul:not([id]) > li:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > a:nth-child(2):not([id]) > span:not([id])", comment: "Reject optional cookies" }] }, { name: "auto_GB_lse.co.uk_0", vendorUrl: "https://www.lse.co.uk/", cosmetic: false, runContext: { main: false, frame: true, urlPattern: "^https?://(www\\.)?lse\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > section > form > article:nth-child(3) > nav:nth-child(3) > span:nth-child(1) > button" }], detectPopup: [{ visible: "body > section > form > article:nth-child(3) > nav:nth-child(3) > span:nth-child(1) > button" }], optIn: [], optOut: [{ waitForThenClick: "body > section > form > article:nth-child(3) > nav:nth-child(3) > span:nth-child(1) > button", text: "Decline" }] }, { name: "auto_GB_lush.com_0", vendorUrl: "https://www.lush.com/uk/en", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?lush\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > 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])" }], detectPopup: [{ visible: "body:not([id]) > 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])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > 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])", comment: "Reject non-essential" }] }, { name: "auto_GB_lustery.com_0", vendorUrl: "https://lustery.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?lustery\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Decline" }] }, { name: "auto_GB_m.yandex.com_0", vendorUrl: "http://m.yandex.com/showcaptcha?cc=1&form-fb-hint=2.46&mt=F7C0FAE631266AFB96520DBCB75DF828A77F7FCCCD68CAA18D00CBBA52071C2A20E3DFBA014C09519BFA7F889E27A24B26A997D45C44909B329D1477E475729C691F4B27CD899CED7CCD59F1AD6FCA8091F16B8F6E3D1F090855F132DB803617B122A7CC32AC5EC0944EC3E8BDDF6C78FD89BAE782334CBF9F6427401D1715C6DD8CDDAAAC50550F55F1BFE993AF29659972EE1319B625AB3FC5C35E05E283C4120727245A336F15107F2A284199B30558A30F80CA62138F56A266F0AB69A2EF4E6DE65025B781C03150C2EDE646A430730D133F323C75CCEEFFF7AD&retpath=aHR0cDovL20ueWFuZGV4LmNvbS8__e2cccf39d1ecba0d9a70ef5363ccd5c6&t=2/1747054244/701dd9a870e8d68a9ced0a07ef5e590d&u=6562361253256153619&s=9303a881d3ea3770ed3bc85e517761f3", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?m\\.yandex\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)" }], detectPopup: [{ visible: "body > div > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)", text: "Allow essential cookies" }] }, { name: "auto_GB_manomano.co.uk_0", vendorUrl: "https://www.manomano.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?manomano\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])", comment: "Continue without agreeing \u2192" }] }, { name: "auto_GB_manutd.com_0", vendorUrl: "https://www.manutd.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?manutd\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body#siteCorePage > div#root > div:nth-child(4):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#reject-btn" }], detectPopup: [{ visible: "body#siteCorePage > div#root > div:nth-child(4):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#reject-btn" }], optIn: [], optOut: [{ waitForThenClick: "body#siteCorePage > div#root > div:nth-child(4):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#reject-btn", comment: "REJECT ALL" }] }, { name: "auto_GB_menkind.co.uk_0", vendorUrl: "https://www.menkind.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?menkind\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#consent-manager > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#consent-manager > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#consent-manager > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Reject all Cookies" }] }, { name: "auto_GB_mercuryholidays.co.uk_0", vendorUrl: "https://www.mercuryholidays.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?mercuryholidays\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#__next > div:nth-child(6):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#__next > div:nth-child(6):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#__next > div:nth-child(6):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:not([id])", comment: "Reject" }] }, { name: "auto_GB_methodist.org.uk_0", vendorUrl: "https://www.methodist.org.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?methodist\\.org\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#privacy-choices > div:not([id]) > div:nth-child(3):not([id]) > div#privacy-choices-banner > div:nth-child(2)#privacy-choices-prompt > div:nth-child(2)#privacy-choices-prompt-buttons > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#privacy-choices > div:not([id]) > div:nth-child(3):not([id]) > div#privacy-choices-banner > div:nth-child(2)#privacy-choices-prompt > div:nth-child(2)#privacy-choices-prompt-buttons > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#privacy-choices > div:not([id]) > div:nth-child(3):not([id]) > div#privacy-choices-banner > div:nth-child(2)#privacy-choices-prompt > div:nth-child(2)#privacy-choices-prompt-buttons > button:nth-child(2):not([id])", comment: "Decline" }] }, { name: "auto_GB_milkandmore.co.uk_0", vendorUrl: "https://www.milkandmore.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?milkandmore\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookies_notice > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1)#cookies_notice_reject" }], detectPopup: [{ visible: "body:not([id]) > div#cookies_notice > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1)#cookies_notice_reject" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookies_notice > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1)#cookies_notice_reject", comment: "Reject all" }] }, { name: "auto_GB_millerandcarter.co.uk_0", vendorUrl: "https://www.millerandcarter.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?millerandcarter\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div#CookieManager > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(4):not([id]) > a:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div#CookieManager > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(4):not([id]) > a:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div#CookieManager > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(4):not([id]) > a:nth-child(2):not([id])", comment: "REJECT COOKIES" }] }, { name: "auto_GB_minerva.com_0", vendorUrl: "https://www.minerva.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?minerva\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)", text: "Deny" }] }, { name: "auto_GB_momondo.co.uk_0", vendorUrl: "https://www.momondo.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?momondo\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body: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]) > div:not([id]) > div:nth-child(1):not([id]) > button:nth-child(3):not([id]) > div:not([id]) > div:not([id])" }], detectPopup: [{ visible: "body: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]) > div:not([id]) > div:nth-child(1):not([id]) > button:nth-child(3):not([id]) > div:not([id]) > div:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body: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]) > div:not([id]) > div:nth-child(1):not([id]) > button:nth-child(3):not([id]) > div:not([id]) > div:not([id])", comment: "Reject all" }] }, { name: "auto_GB_moneysupermarket.com_0", vendorUrl: "https://www.moneysupermarket.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?moneysupermarket\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > dialog:nth-child(2):not([id]) > div:nth-child(4):not([id]) > button:nth-child(2)#banner-reject > span:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > dialog:nth-child(2):not([id]) > div:nth-child(4):not([id]) > button:nth-child(2)#banner-reject > span:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > dialog:nth-child(2):not([id]) > div:nth-child(4):not([id]) > button:nth-child(2)#banner-reject > span:nth-child(1):not([id])", comment: "Reject all" }] }, { name: "auto_GB_monzo.com_0", vendorUrl: "https://monzo.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?monzo\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div:nth-child(5) > div > div > div > div:nth-child(3) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div > div:nth-child(5) > div > div > div > div:nth-child(3) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div:nth-child(5) > div > div > div > div:nth-child(3) > button:nth-child(2)", text: "Reject all" }] }, { name: "auto_GB_morphyrichards.co.uk_0", vendorUrl: "https://www.morphyrichards.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?morphyrichards\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(2) > button:nth-child(2)", text: "Deny" }] }, { name: "auto_GB_morrisons.jobs_6bw", vendorUrl: "https://www.morrisons.jobs/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?morrisons\\.jobs/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookie-notice-container > div:nth-child(1)#cookie-notice > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#cookies-reject-all" }], detectPopup: [{ visible: "body:not([id]) > div#cookie-notice-container > div:nth-child(1)#cookie-notice > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#cookies-reject-all" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookie-notice-container > div:nth-child(1)#cookie-notice > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#cookies-reject-all", comment: "Reject all" }] }, { name: "auto_GB_moss-europe.co.uk_0", vendorUrl: "https://www.moss-europe.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?moss-europe\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)", text: "DENY" }] }, { name: "auto_GB_motor-doctor.co.uk_0", vendorUrl: "https://www.motor-doctor.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?motor-doctor\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div:nth-child(3) > div > div:nth-child(1) > div:nth-child(1) > span" }], detectPopup: [{ visible: "body > div > div:nth-child(3) > div > div:nth-child(1) > div:nth-child(1) > span" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div:nth-child(3) > div > div:nth-child(1) > div:nth-child(1) > span", text: "Reject all cookies" }] }, { name: "auto_GB_msccruises.co.uk_0", vendorUrl: "https://www.msccruises.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?msccruises\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body#outerContainer > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2)#buttons > button:nth-child(2)#didomi-notice-disagree-button" }], detectPopup: [{ visible: "body#outerContainer > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2)#buttons > button:nth-child(2)#didomi-notice-disagree-button" }], optIn: [], optOut: [{ waitForThenClick: "body#outerContainer > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(2)#buttons > button:nth-child(2)#didomi-notice-disagree-button", comment: "Reject all" }] }, { name: "auto_GB_musiciansunion.org.uk_0", vendorUrl: "https://musiciansunion.org.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?musiciansunion\\.org\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > form#form > div:nth-child(15)#site-container > div:nth-child(1)#cookie-consent > div:not([id]) > span:nth-child(2):not([id]) > button:nth-child(2)#essential-cookies" }], detectPopup: [{ visible: "body:not([id]) > form#form > div:nth-child(15)#site-container > div:nth-child(1)#cookie-consent > div:not([id]) > span:nth-child(2):not([id]) > button:nth-child(2)#essential-cookies" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > form#form > div:nth-child(15)#site-container > div:nth-child(1)#cookie-consent > div:not([id]) > span:nth-child(2):not([id]) > button:nth-child(2)#essential-cookies", comment: "Reject analytics cookies" }] }, { name: "auto_GB_musicnotes.com_0", vendorUrl: "https://www.musicnotes.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?musicnotes\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookie-consent > div:nth-child(3):not([id]) > button:nth-child(1)#reject-cookies" }], detectPopup: [{ visible: "body:not([id]) > div#cookie-consent > div:nth-child(3):not([id]) > button:nth-child(1)#reject-cookies" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookie-consent > div:nth-child(3):not([id]) > button:nth-child(1)#reject-cookies", comment: "Reject" }] }, { name: "auto_GB_mypharmacy.co.uk_0", vendorUrl: "https://www.mypharmacy.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?mypharmacy\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > button:nth-child(3)" }], detectPopup: [{ visible: "body > div > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > button:nth-child(3)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > button:nth-child(3)", text: "DENY ALL" }] }, { name: "auto_GB_mytrainpal.com_0", vendorUrl: "http://www.mytrainpal.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?mytrainpal\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(3) > div > div > div:nth-child(3) > button:nth-child(1)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(3) > div > div > div:nth-child(3) > button:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(3) > div > div > div:nth-child(3) > button:nth-child(1)", text: "Decline" }] }, { name: "auto_GB_n-somerset.gov.uk_0", vendorUrl: "https://n-somerset.gov.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?n-somerset\\.gov\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:nth-child(3)#block-cookiesui > div#cookiesjsr > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:nth-child(3)#block-cookiesui > div#cookiesjsr > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:nth-child(3)#block-cookiesui > div#cookiesjsr > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Deny All" }] }, { name: "auto_GB_nakedwines.co.uk_0", vendorUrl: "https://www.nakedwines.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?nakedwines\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > nkd-cookie-banner:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > span:not([id]) > button:not([id])" }], detectPopup: [{ visible: "body:not([id]) > nkd-cookie-banner:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > span:not([id]) > button:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > nkd-cookie-banner:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > span:not([id]) > button:not([id])", comment: "Reject" }] }, { name: "auto_GB_nationalschoolsregatta.co.uk_0", vendorUrl: "https://www.nationalschoolsregatta.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?nationalschoolsregatta\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Decline All" }] }, { name: "auto_GB_nationaltrust.org.uk_0", vendorUrl: "https://www.nationaltrust.org.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?nationaltrust\\.org\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div#cookieOptions > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > a:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div#cookieOptions > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > a:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div#cookieOptions > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > a:nth-child(2):not([id])", comment: "Reject additional cookies" }] }, { name: "auto_GB_ncsc.gov.uk_0", vendorUrl: "https://www.ncsc.gov.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?ncsc\\.gov\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#root > div:nth-child(1):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id]) > div:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#root > div:nth-child(1):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id]) > div:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#root > div:nth-child(1):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id]) > div:nth-child(1):not([id])", comment: "Reject optional cookies" }] }, { name: "auto_GB_nealsyardremedies.com_0", vendorUrl: "https://www.nealsyardremedies.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?nealsyardremedies\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)", text: "Deny" }] }, { name: "auto_GB_netmums.com_0", vendorUrl: "https://www.netmums.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?netmums\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])", comment: "Continue without agreeing \u2192" }] }, { name: "auto_GB_news.bet365.com_0", vendorUrl: "https://news.bet365.com/en-gb", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?news\\.bet365\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Essential Only" }] }, { name: "auto_GB_nextcloud.com_0", vendorUrl: "https://nextcloud.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?nextcloud\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookie_banner > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2)#save_settings" }], detectPopup: [{ visible: "body:not([id]) > div#cookie_banner > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2)#save_settings" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookie_banner > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2)#save_settings", comment: "Reject all" }] }, { name: "auto_GB_nfuonline.com_0", vendorUrl: "https://www.nfuonline.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?nfuonline\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div:nth-child(1) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div > div:nth-child(1) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div:nth-child(1) > button:nth-child(2)", text: "Accept Essential" }] }, { name: "auto_GB_nigella.com_0", vendorUrl: "https://www.nigella.com/", cosmetic: false, runContext: { main: false, frame: true, urlPattern: "^https?://(www\\.)?nigella\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > section > form > article:nth-child(3) > nav:nth-child(3) > span:nth-child(1) > button" }], detectPopup: [{ visible: "body > section > form > article:nth-child(3) > nav:nth-child(3) > span:nth-child(1) > button" }], optIn: [], optOut: [{ waitForThenClick: "body > section > form > article:nth-child(3) > nav:nth-child(3) > span:nth-child(1) > button", text: "Decline" }] }, { name: "auto_GB_ninjakitchen.co.uk_0", vendorUrl: "https://ninjakitchen.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?ninjakitchen\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(1)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(1)", text: "Reject all" }] }, { name: "auto_GB_nl.pornhub.com_0", vendorUrl: "https://nl.pornhub.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?nl\\.pornhub\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookieBanner > div#cookieBannerWrapper > button:nth-child(3):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#cookieBanner > div#cookieBannerWrapper > button:nth-child(3):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookieBanner > div#cookieBannerWrapper > button:nth-child(3):not([id])", comment: "Accept Only Essential Cookies" }] }, { name: "auto_GB_nordvpn.com_0", vendorUrl: "https://nordvpn.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?nordvpn\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#consent-widget-container > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#widget-button-reject" }], detectPopup: [{ visible: "body:not([id]) > div#consent-widget-container > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#widget-button-reject" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#consent-widget-container > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#widget-button-reject", comment: "Reject" }] }, { name: "auto_GB_norfolktulips.co.uk_0", vendorUrl: "https://www.norfolktulips.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?norfolktulips\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(1) > div:nth-child(2) > button:nth-child(1)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(1) > div:nth-child(2) > button:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(1) > div:nth-child(2) > button:nth-child(1)", text: "Decline" }] }, { name: "auto_GB_northnorthants.gov.uk_0", vendorUrl: "https://www.northnorthants.gov.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?northnorthants\\.gov\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#__next > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#__next > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#__next > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "Reject all cookies" }] }, { name: "auto_GB_novaloca.com_0", vendorUrl: "https://www.novaloca.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?novaloca\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Decline" }] }, { name: "auto_GB_nutaku.net_0", vendorUrl: "https://www.nutaku.net/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?nutaku\\.net/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#page > section:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#page > section:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#page > section:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Accept Only Essential Cookies" }] }, { name: "auto_GB_o2.co.uk_0", vendorUrl: "https://www.o2.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?o2\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookiePrompt > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#privacy_pref_optout" }], detectPopup: [{ visible: "body:not([id]) > div#cookiePrompt > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#privacy_pref_optout" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookiePrompt > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#privacy_pref_optout", comment: "Accept essential cookies only" }] }, { name: "auto_GB_oakley.com_1", vendorUrl: "https://www.oakley.com/en-gb", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?oakley\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#__tealiumGDPRecModal > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#consent_prompt_submitNo" }], detectPopup: [{ visible: "body:not([id]) > div#__tealiumGDPRecModal > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#consent_prompt_submitNo" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#__tealiumGDPRecModal > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#consent_prompt_submitNo", comment: "REFUSE" }] }, { name: "auto_GB_on1.com_0", vendorUrl: "https://www.on1.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?on1\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#on1-cookie-banner > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > p:not([id]) > a:nth-child(3):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#on1-cookie-banner > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > p:not([id]) > a:nth-child(3):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#on1-cookie-banner > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > p:not([id]) > a:nth-child(3):not([id])", comment: "Decline" }] }, { name: "auto_GB_onetraveller.co.uk_0", vendorUrl: "https://www.onetraveller.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?onetraveller\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#app > div:nth-child(1)#container > div:nth-child(1):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])" }], detectPopup: [{ visible: "body:not([id]) > div#app > div:nth-child(1)#container > div:nth-child(1):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])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#app > div:nth-child(1)#container > div:nth-child(1):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])", comment: "Decline Cookies" }] }, { name: "auto_GB_online-pharmacy4u.co.uk_iag", vendorUrl: "https://online-pharmacy4u.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?online-pharmacy4u\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookie-banner > div:nth-child(2):not([id]) > button:nth-child(2)#reject-all" }], detectPopup: [{ visible: "body:not([id]) > div#cookie-banner > div:nth-child(2):not([id]) > button:nth-child(2)#reject-all" }], optIn: [], optOut: [{ wait: 500 }, { waitForThenClick: "body:not([id]) > div#cookie-banner > div:nth-child(2):not([id]) > button:nth-child(2)#reject-all", comment: "Reject All" }], test: [{ waitForVisible: "body:not([id]) > div#cookie-banner > div:nth-child(2):not([id]) > button:nth-child(2)#reject-all", timeout: 1e3, check: "none" }] }, { name: "auto_GB_online.yandex.com_0", vendorUrl: "http://online.yandex.com/showcaptcha?cc=1&form-fb-hint=2.46&mt=9C1A8EF03CC125070498241D1837B2C83F250FCD96CBBEFF941B00EBF338C95596B66CB14D5D249927EAC88FF1D1E95ED201DDB5F1C5CDBE93A941410CDC9F3FB0C0367D165CA08B1810B728D1D1007193EC1862A3DDCA86D6D57914DE246E8E1761B4DB1175307DEEBF09492520A47FE823BCF5DDC1EA4EAC307E0430421BD13C663941D2B88D91C0C9D9DA219B70A64875C7354DF2D812B6EF08A575F6BC9CB85E0C7E68B5222A54AD6F270C10D79EC1D597E401A1F72CDA96260BD9F1FBBAAB9E6CBC4678BA437618AFF3315A07F02819EC72BE086BA5829F63CA&retpath=aHR0cDovL29ubGluZS55YW5kZXguY29tLz8%2C_748357013737f589ff7f4d6d2d1b454f&t=2/1747051610/fbf82f906f396d334d969e518efe9ca6&u=6562184460993743420&s=0ab95f2a6a84f0f2517baf814ab16a0e", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?online\\.yandex\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)" }], detectPopup: [{ visible: "body > div > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)", text: "Allow essential cookies" }] }, { name: "auto_GB_onlinedoctor.lloydspharmacy.com_0", vendorUrl: "https://onlinedoctor.lloydspharmacy.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?onlinedoctor\\.lloydspharmacy\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1)#ch2-dialog > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1)#ch2-dialog > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1)#ch2-dialog > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Reject unrequired cookies" }] }, { name: "auto_GB_onlinemortgageadvisor.co.uk_0", vendorUrl: "https://www.onlinemortgageadvisor.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?onlinemortgageadvisor\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div > div > div > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div > div > div > div > div > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div > div > div > div:nth-child(2) > button:nth-child(2)", text: "Decline" }] }, { name: "auto_GB_openai.com_0", vendorUrl: "https://openai.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?openai\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div:nth-child(2) > button:nth-child(2)", text: "Reject non-essential" }] }, { name: "auto_GB_openairtheatre.com_0", vendorUrl: "https://openairtheatre.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?openairtheatre\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > aside:not([id]) > div:not([id]) > div:not([id]) > form:nth-child(3):not([id]) > button:not([id])" }], detectPopup: [{ visible: "body:not([id]) > aside:not([id]) > div:not([id]) > div:not([id]) > form:nth-child(3):not([id]) > button:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > aside:not([id]) > div:not([id]) > div:not([id]) > form:nth-child(3):not([id]) > button:not([id])", comment: "Decline cookies" }] }, { name: "auto_GB_opodo.co.uk_0", vendorUrl: "https://www.opodo.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?opodo\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body#viewport > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])" }], detectPopup: [{ visible: "body#viewport > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body#viewport > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])", comment: "Continue without agreeing \u2192" }] }, { name: "auto_GB_opticiansdirect.co.uk_0", vendorUrl: "https://www.opticiansdirect.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?opticiansdirect\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > button:nth-child(3)" }], detectPopup: [{ visible: "body > div > button:nth-child(3)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > button:nth-child(3)", text: "I Decline" }] }, { name: "auto_GB_orkney.com_0", vendorUrl: "https://www.orkney.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?orkney\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#nb-cookie-consent-modal > div#nb-cookie-consent-modal-dialog > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(2)#nb-cookie-consent-button-left" }], detectPopup: [{ visible: "body:not([id]) > div#nb-cookie-consent-modal > div#nb-cookie-consent-modal-dialog > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(2)#nb-cookie-consent-button-left" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#nb-cookie-consent-modal > div#nb-cookie-consent-modal-dialog > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(2)#nb-cookie-consent-button-left", comment: "USE ESSENTIAL ONLY" }] }, { name: "auto_GB_outdooraction.co.uk_0", vendorUrl: "https://www.outdooraction.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?outdooraction\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > 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" }], detectPopup: [{ visible: "body:not([id]) > 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" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > 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", comment: "REJECT ALL COOKIES" }] }, { name: "auto_GB_outdooractive.com_0", vendorUrl: "https://www.outdooractive.com/en/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?outdooractive\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > 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])" }], detectPopup: [{ visible: "body:not([id]) > 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])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > 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])", comment: "Necessary cookies only" }] }, { name: "auto_GB_painshill.co.uk_0", vendorUrl: "https://www.painshill.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?painshill\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > span > div > div:nth-child(2) > a:nth-child(1)" }], detectPopup: [{ visible: "body > div > span > div > div:nth-child(2) > a:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > span > div > div:nth-child(2) > a:nth-child(1)", text: "Decline Optional Cookies" }] }, { name: "auto_GB_paramountplants.co.uk_0", vendorUrl: "https://www.paramountplants.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?paramountplants\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#consentPopup > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(3)#consent-reject" }], detectPopup: [{ visible: "body:not([id]) > div#consentPopup > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(3)#consent-reject" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#consentPopup > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(3)#consent-reject", comment: "REJECT ALL" }] }, { name: "auto_GB_parcelmonkey.co.uk_0", vendorUrl: "https://www.parcelmonkey.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?parcelmonkey\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > section > div > div > div > div:nth-child(2) > a:nth-child(1)" }], detectPopup: [{ visible: "body > section > div > div > div > div:nth-child(2) > a:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > section > div > div > div > div:nth-child(2) > a:nth-child(1)", text: "Required only" }] }, { name: "auto_GB_parliamentlive.tv_r3v", vendorUrl: "https://parliamentlive.tv/Commons", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?parliamentlive\\.tv/" }, prehideSelectors: [], detectCmp: [{ exists: "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" }], detectPopup: [{ visible: "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" }], optIn: [], optOut: [{ waitForThenClick: "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", comment: "Reject" }] }, { name: "auto_GB_partmaster.co.uk_528", vendorUrl: "https://www.partmaster.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?partmaster\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(11):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(6):not([id]) > a:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(11):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(6):not([id]) > a:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(11):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(6):not([id]) > a:nth-child(2):not([id])", comment: "Reject Non-Essential Cookies" }] }, { name: "auto_GB_partscentre.co.uk_0", vendorUrl: "https://www.partscentre.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?partscentre\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body#html-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" }], detectPopup: [{ visible: "body#html-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" }], optIn: [], optOut: [{ wait: 500 }, { waitForThenClick: "body#html-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", comment: "Decline" }], test: [{ waitForVisible: "body#html-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", timeout: 1e3, check: "none" }] }, { name: "auto_GB_petertyson.co.uk_0", vendorUrl: "https://petertyson.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?petertyson\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body#html-body > div#gdprCookieBar > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:nth-child(3):not([id])" }], detectPopup: [{ visible: "body#html-body > div#gdprCookieBar > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:nth-child(3):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body#html-body > div#gdprCookieBar > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:nth-child(3):not([id])", comment: "Decline" }] }, { name: "auto_GB_peugeot.co.uk_0", vendorUrl: "https://www.peugeot.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?peugeot\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#_psaihm_main_div > div:nth-child(5)#_psaihm_text_div > div:nth-child(3)#_psaihm_cta_container > a:nth-child(3)#_psaihm_refuse_all" }], detectPopup: [{ visible: "body:not([id]) > div#_psaihm_main_div > div:nth-child(5)#_psaihm_text_div > div:nth-child(3)#_psaihm_cta_container > a:nth-child(3)#_psaihm_refuse_all" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#_psaihm_main_div > div:nth-child(5)#_psaihm_text_div > div:nth-child(3)#_psaihm_cta_container > a:nth-child(3)#_psaihm_refuse_all", comment: "REFUSE ALL" }] }, { name: "auto_GB_phin.org.uk_5ot", vendorUrl: "https://www.phin.org.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?phin\\.org\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#sapper > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(5):not([id]) > div:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#sapper > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(5):not([id]) > div:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#sapper > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(5):not([id]) > div:nth-child(2):not([id])", comment: "Reject analytics cookies" }] }, { name: "auto_GB_phonely.co.uk_0", vendorUrl: "https://www.phonely.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?phonely\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookie-banner > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#adopt-reject-all-button" }], detectPopup: [{ visible: "body:not([id]) > div#cookie-banner > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#adopt-reject-all-button" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookie-banner > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#adopt-reject-all-button", comment: "Reject" }] }, { name: "auto_GB_pinsentmasons.com_0", vendorUrl: "https://www.pinsentmasons.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?pinsentmasons\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(6):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(6):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(6):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "Reject all" }] }, { name: "auto_GB_pl.pornhub.com_0", vendorUrl: "https://pl.pornhub.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?pl\\.pornhub\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookieBanner > div#cookieBannerWrapper > button:nth-child(3):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#cookieBanner > div#cookieBannerWrapper > button:nth-child(3):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookieBanner > div#cookieBannerWrapper > button:nth-child(3):not([id])", comment: "Accept Only Essential Cookies" }] }, { name: "auto_GB_planningportal.co.uk_0", vendorUrl: "https://www.planningportal.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?planningportal\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div#tqc-modal-9 > footer:nth-child(3):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div#tqc-modal-9 > footer:nth-child(3):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div#tqc-modal-9 > footer:nth-child(3):not([id]) > button:nth-child(1):not([id])", comment: "Reject all" }] }, { name: "auto_GB_play.runescape.com_0", vendorUrl: "https://play.runescape.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?play\\.runescape\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(1)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(1)", text: "Use necessary cookies only" }] }, { name: "auto_GB_plex.tv_0", vendorUrl: "https://www.plex.tv/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?plex\\.tv/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > a:not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > a:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > a:not([id])", comment: "I Reject" }] }, { name: "auto_GB_poki.com_lwh", vendorUrl: "https://poki.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?poki\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#app-root > div:nth-child(6)#notification-stack > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(5):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#app-root > div:nth-child(6)#notification-stack > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(5):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#app-root > div:nth-child(6)#notification-stack > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(5):not([id]) > button:nth-child(2):not([id])", comment: "Reject all optional Cookies" }] }, { name: "auto_GB_pond-planet.co.uk_0", vendorUrl: "https://www.pond-planet.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?pond-planet\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div:nth-child(2) > div > div:nth-child(2) > div:nth-child(2)" }], detectPopup: [{ visible: "body > div > div:nth-child(2) > div > div:nth-child(2) > div:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div:nth-child(2) > div > div:nth-child(2) > div:nth-child(2)", text: "REJECT ALL COOKIES" }] }, { name: "auto_GB_pondkeeper.co.uk_0", vendorUrl: "https://www.pondkeeper.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?pondkeeper\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#page-wrap > div:nth-child(7)#cookie-notice > div:not([id]) > div:not([id]) > div:nth-child(3)#decline-cookies > button#cookie-decline-button" }], detectPopup: [{ visible: "body:not([id]) > div#page-wrap > div:nth-child(7)#cookie-notice > div:not([id]) > div:not([id]) > div:nth-child(3)#decline-cookies > button#cookie-decline-button" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#page-wrap > div:nth-child(7)#cookie-notice > div:not([id]) > div:not([id]) > div:nth-child(3)#decline-cookies > button#cookie-decline-button", comment: "DISABLE NON-ESSENTIAL COOKIES" }] }, { name: "auto_GB_porscheclubgb.com_0", vendorUrl: "https://www.porscheclubgb.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?porscheclubgb\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body#Home > div#cky-consent > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#cky-btn-reject" }], detectPopup: [{ visible: "body#Home > div#cky-consent > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#cky-btn-reject" }], optIn: [], optOut: [{ waitForThenClick: "body#Home > div#cky-consent > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#cky-btn-reject", comment: "Reject All" }] }, { name: "auto_GB_powercuts.nationalgrid.co.uk_43h", vendorUrl: "https://powercuts.nationalgrid.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?powercuts\\.nationalgrid\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body#ng-app > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(3)#cookie-notice > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(4):not([id]) > button:nth-child(3):not([id])" }], detectPopup: [{ visible: "body#ng-app > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(3)#cookie-notice > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(4):not([id]) > button:nth-child(3):not([id])" }], optIn: [], optOut: [{ wait: 500 }, { waitForThenClick: "body#ng-app > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(3)#cookie-notice > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(4):not([id]) > button:nth-child(3):not([id])", comment: "Reject all" }], test: [{ waitForVisible: "body#ng-app > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(3)#cookie-notice > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(4):not([id]) > button:nth-child(3):not([id])", timeout: 1e3, check: "none" }] }, { name: "auto_GB_powerland.co.uk_0", vendorUrl: "https://www.powerland.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?powerland\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(2) > div:nth-child(2) > button:nth-child(1)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(2) > div:nth-child(2) > button:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(2) > div:nth-child(2) > button:nth-child(1)", text: "Decline" }] }, { name: "auto_GB_premierinn.com_93p", vendorUrl: "https://www.premierinn.com/gb/en/home.html", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?premierinn\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > pi-cookie-policy-modal:not([id]) > pi-modal#manageCookieModal > modal-dialog:nth-child(2):not([id]) > modal-body:nth-child(2):not([id]) > div:not([id]) > pi-modal-cookie-intro:nth-child(1):not([id]) > div:nth-child(4):not([id]) > button:nth-child(2)#necessary-only-cookies-button" }], detectPopup: [{ visible: "body:not([id]) > pi-cookie-policy-modal:not([id]) > pi-modal#manageCookieModal > modal-dialog:nth-child(2):not([id]) > modal-body:nth-child(2):not([id]) > div:not([id]) > pi-modal-cookie-intro:nth-child(1):not([id]) > div:nth-child(4):not([id]) > button:nth-child(2)#necessary-only-cookies-button" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > pi-cookie-policy-modal:not([id]) > pi-modal#manageCookieModal > modal-dialog:nth-child(2):not([id]) > modal-body:nth-child(2):not([id]) > div:not([id]) > pi-modal-cookie-intro:nth-child(1):not([id]) > div:nth-child(4):not([id]) > button:nth-child(2)#necessary-only-cookies-button", comment: "Necessary only" }] }, { name: "auto_GB_products.aspose.app_0", vendorUrl: "https://products.aspose.app/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?products\\.aspose\\.app/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#gdpr-consent-banner > div:nth-child(2):not([id]) > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#denyAll" }], detectPopup: [{ visible: "body:not([id]) > div#gdpr-consent-banner > div:nth-child(2):not([id]) > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#denyAll" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#gdpr-consent-banner > div:nth-child(2):not([id]) > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#denyAll", comment: "DENY" }] }, { name: "auto_GB_publichealthscotland.scot_nvx", vendorUrl: "https://publichealthscotland.scot/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?publichealthscotland\\.scot/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookieModal > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > p:not([id]) > a#reject-all-cookies-modal" }], detectPopup: [{ visible: "body:not([id]) > div#cookieModal > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > p:not([id]) > a#reject-all-cookies-modal" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookieModal > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > p:not([id]) > a#reject-all-cookies-modal", comment: "Reject all" }] }, { name: "auto_GB_qatarairways.com_0", vendorUrl: "https://www.qatarairways.com/en-gb/homepage.html", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?qatarairways\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(6):not([id]) > div:not([id]) > div:nth-child(18)#cookiebarNew > div:not([id]) > div:not([id]) > div:not([id]) > div#cookie-container > div#cookie-id > div:nth-child(2):not([id]) > div:not([id]) > a:nth-child(2)#rejectAll" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(6):not([id]) > div:not([id]) > div:nth-child(18)#cookiebarNew > div:not([id]) > div:not([id]) > div:not([id]) > div#cookie-container > div#cookie-id > div:nth-child(2):not([id]) > div:not([id]) > a:nth-child(2)#rejectAll" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(6):not([id]) > div:not([id]) > div:nth-child(18)#cookiebarNew > div:not([id]) > div:not([id]) > div:not([id]) > div#cookie-container > div#cookie-id > div:nth-child(2):not([id]) > div:not([id]) > a:nth-child(2)#rejectAll", comment: "Reject all" }] }, { name: "auto_GB_quilter.com_0", vendorUrl: "https://www.quilter.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?quilter\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#modal-region-select > div#modal-overlay-region-select > div:not([id]) > div:nth-child(2):not([id]) > div#regions-roles > footer:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#modal-region-select > div#modal-overlay-region-select > div:not([id]) > div:nth-child(2):not([id]) > div#regions-roles > footer:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#modal-region-select > div#modal-overlay-region-select > div:not([id]) > div:nth-child(2):not([id]) > div#regions-roles > footer:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "Reject all cookies" }] }, { name: "auto_GB_qvcuk.com_0", vendorUrl: "https://www.qvcuk.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?qvcuk\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div#qPrivacyBanner > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div#qPrivacyBanner > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div#qPrivacyBanner > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > button:nth-child(2):not([id])", comment: "Reject All Cookies" }] }, { name: "auto_GB_rapidonline.com_0", vendorUrl: "https://www.rapidonline.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?rapidonline\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(1)#cookieConsent > div:nth-child(3):not([id]) > button:nth-child(2)#st-cookie-accept-essential" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(1)#cookieConsent > div:nth-child(3):not([id]) > button:nth-child(2)#st-cookie-accept-essential" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(1)#cookieConsent > div:nth-child(3):not([id]) > button:nth-child(2)#st-cookie-accept-essential", comment: "Reject non-essential" }] }, { name: "auto_GB_rcdow.org.uk_0", vendorUrl: "https://rcdow.org.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?rcdow\\.org\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body#page-root > div#cookie-consent > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body#page-root > div#cookie-consent > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body#page-root > div#cookie-consent > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Necessary Cookies Only" }] }, { name: "auto_GB_rcgp.org.uk_vw7", vendorUrl: "https://www.rcgp.org.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?rcgp\\.org\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookie > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#cookie-rejected" }], detectPopup: [{ visible: "body:not([id]) > div#cookie > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#cookie-rejected" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookie > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#cookie-rejected", comment: "Reject" }] }, { name: "auto_GB_rcp.ac.uk_lga", vendorUrl: "https://www.rcp.ac.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?rcp\\.ac\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1)#consentDecline" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1)#consentDecline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1)#consentDecline", comment: "decline" }] }, { name: "auto_GB_reading.gov.uk_0", vendorUrl: "https://www.reading.gov.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?reading\\.gov\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > 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])" }], detectPopup: [{ visible: "body:not([id]) > 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])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > 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])", comment: "Reject analytics cookies" }] }, { name: "auto_GB_realitykings.com_0", vendorUrl: "https://www.realitykings.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?realitykings\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div:nth-child(3) > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div > div:nth-child(3) > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div:nth-child(3) > div:nth-child(2) > button:nth-child(2)", text: "ACCEPT ONLY ESSENTIAL COOKIES" }] }, { name: "auto_GB_redgifs.com_0", vendorUrl: "https://www.redgifs.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?redgifs\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#root > div:not([id]) > div:nth-child(4):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#root > div:not([id]) > div:nth-child(4):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#root > div:not([id]) > div:nth-child(4):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Decline" }] }, { name: "auto_GB_redtube.com_0", vendorUrl: "https://www.redtube.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?redtube\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookie_consent_wrapper > div:not([id]) > div:nth-child(4):not([id]) > button:nth-child(2)#consent_accept_essential" }], detectPopup: [{ visible: "body:not([id]) > div#cookie_consent_wrapper > div:not([id]) > div:nth-child(4):not([id]) > button:nth-child(2)#consent_accept_essential" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookie_consent_wrapper > div:not([id]) > div:nth-child(4):not([id]) > button:nth-child(2)#consent_accept_essential", comment: "Accept only essential cookies" }] }, { name: "auto_GB_redtube.net_0", vendorUrl: "https://www.redtube.net/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?redtube\\.net/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookie_consent_wrapper > div:not([id]) > div:nth-child(4):not([id]) > button:nth-child(2)#consent_accept_essential" }], detectPopup: [{ visible: "body:not([id]) > div#cookie_consent_wrapper > div:not([id]) > div:nth-child(4):not([id]) > button:nth-child(2)#consent_accept_essential" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookie_consent_wrapper > div:not([id]) > div:nth-child(4):not([id]) > button:nth-child(2)#consent_accept_essential", comment: "Accept only essential cookies" }] }, { name: "auto_GB_remove.bg_0", vendorUrl: "https://www.remove.bg/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?remove\\.bg/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#app > div:nth-child(6):not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div#wrapper > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#app > div:nth-child(6):not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div#wrapper > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#app > div:nth-child(6):not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div#wrapper > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Reject all" }] }, { name: "auto_GB_reolink.com_tw6", vendorUrl: "https://reolink.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?reolink\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > span:nth-child(1):not([id]) > a:not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > span:nth-child(1):not([id]) > a:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > span:nth-child(1):not([id]) > a:not([id])", comment: "Reject All" }] }, { name: "auto_GB_researchgate.net_0", vendorUrl: "https://www.researchgate.net/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?researchgate\\.net/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#didomi-host > div:not([id]) > div:not([id]) > div#didomi-notice > div:not([id]) > div:nth-child(2)#buttons > button:nth-child(2)#didomi-notice-disagree-button" }], detectPopup: [{ visible: "body:not([id]) > div#didomi-host > div:not([id]) > div:not([id]) > div#didomi-notice > div:not([id]) > div:nth-child(2)#buttons > button:nth-child(2)#didomi-notice-disagree-button" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#didomi-host > div:not([id]) > div:not([id]) > div#didomi-notice > div:not([id]) > div:nth-child(2)#buttons > button:nth-child(2)#didomi-notice-disagree-button", comment: "Reject" }] }, { name: "auto_GB_restless.co.uk_0", vendorUrl: "https://restless.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?restless\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:nth-child(2):not([id])", comment: "Reject All" }] }, { name: "auto_GB_resume.io_0", vendorUrl: "https://resume.io/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?resume\\.io/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(3) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(3) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(3) > button:nth-child(2)", text: "Essential only" }] }, { name: "auto_GB_resume.io_1", vendorUrl: "https://resume.io/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?resume\\.io/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(2) > a:nth-child(1)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(2) > a:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(2) > a:nth-child(1)", text: "reject" }] }, { name: "auto_GB_rettie.co.uk_0", vendorUrl: "https://www.rettie.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?rettie\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookie-consent-modal > div#cookie-consent-modal-dialog > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(2)#cookie-consent-button-left" }], detectPopup: [{ visible: "body:not([id]) > div#cookie-consent-modal > div#cookie-consent-modal-dialog > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(2)#cookie-consent-button-left" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookie-consent-modal > div#cookie-consent-modal-dialog > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(2)#cookie-consent-button-left", comment: "REJECT ALL" }] }, { name: "auto_GB_reverso.net_0", vendorUrl: "https://www.reverso.net/text-translation", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?reverso\\.net/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])", comment: "Continue without agreeing \u2192" }] }, { name: "auto_GB_reviewed.com_f1g", vendorUrl: "https://www.reviewed.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?reviewed\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > 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" }], detectPopup: [{ visible: "body:not([id]) > 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" }], optIn: [], optOut: [{ wait: 500 }, { waitForThenClick: "body:not([id]) > 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", comment: "Decline" }], test: [{ waitForVisible: "body:not([id]) > 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", timeout: 1e3, check: "none" }] }, { name: "auto_GB_revolut.com_0", vendorUrl: "https://www.revolut.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?revolut\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > button:nth-child(5):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > button:nth-child(5):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > button:nth-child(5):not([id])", comment: "Reject non-essential cookies" }] }, { name: "auto_GB_rexel.co.uk_0", vendorUrl: "https://www.rexel.co.uk/uki/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?rexel\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#mmenu-wrap-target > div:nth-child(18)#gdprCookieConsentManagedSummary > 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:not([id]) > div:not([id]) > button:nth-child(3)#declineAllConsentSummary" }], detectPopup: [{ visible: "body:not([id]) > div#mmenu-wrap-target > div:nth-child(18)#gdprCookieConsentManagedSummary > 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:not([id]) > div:not([id]) > button:nth-child(3)#declineAllConsentSummary" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#mmenu-wrap-target > div:nth-child(18)#gdprCookieConsentManagedSummary > 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:not([id]) > div:not([id]) > button:nth-child(3)#declineAllConsentSummary", comment: "Decline all" }] }, { name: "auto_GB_riverside.fm_0", vendorUrl: "https://riverside.fm/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?riverside\\.fm/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1)#ch2-dialog > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1)#ch2-dialog > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1)#ch2-dialog > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Deny all" }] }, { name: "auto_GB_rolandgarros.com_0", vendorUrl: "https://www.rolandgarros.com/en-us/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?rolandgarros\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > 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" }], detectPopup: [{ visible: "body:not([id]) > 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" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > 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", comment: "REFUSE ALL" }] }, { name: "auto_GB_rolls-royce.com_0", vendorUrl: "https://www.rolls-royce.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?rolls-royce\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div:nth-child(1) > div > div > div > div > div > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div > div:nth-child(1) > div > div > div > div > div > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div:nth-child(1) > div > div > div > div > div > div:nth-child(2) > button:nth-child(2)", text: "DECLINE COOKIES" }] }, { name: "auto_GB_ronniescotts.co.uk_0", vendorUrl: "https://www.ronniescotts.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?ronniescotts\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Deny all" }] }, { name: "auto_GB_royalholloway.ac.uk_0", vendorUrl: "https://www.royalholloway.ac.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?royalholloway\\.ac\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#badge-container > div#seers-cmp-cookie-data-hol > div:nth-child(2)#SeersCMPBannerMainBar > div:nth-child(2):not([id]) > a:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#badge-container > div#seers-cmp-cookie-data-hol > div:nth-child(2)#SeersCMPBannerMainBar > div:nth-child(2):not([id]) > a:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#badge-container > div#seers-cmp-cookie-data-hol > div:nth-child(2)#SeersCMPBannerMainBar > div:nth-child(2):not([id]) > a:nth-child(2):not([id])", comment: "Disable all" }] }, { name: "auto_GB_royalmail.com_0", vendorUrl: "https://www.royalmail.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?royalmail\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#__tealiumGDPRecModal > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:nth-child(2)#consent_prompt_decline" }], detectPopup: [{ visible: "body:not([id]) > div#__tealiumGDPRecModal > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:nth-child(2)#consent_prompt_decline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#__tealiumGDPRecModal > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:nth-child(2)#consent_prompt_decline", comment: "Reject all" }] }, { name: "auto_GB_rt.pornhub.com_0", vendorUrl: "https://rt.pornhub.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?rt\\.pornhub\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookieBanner > div#cookieBannerWrapper > button:nth-child(3):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#cookieBanner > div#cookieBannerWrapper > button:nth-child(3):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookieBanner > div#cookieBannerWrapper > button:nth-child(3):not([id])", comment: "Accept Only Essential Cookies" }] }, { name: "auto_GB_ruck.co.uk_1yo", vendorUrl: "https://www.ruck.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?ruck\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#uniccmp > div#unic-b > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#uniccmp > div#unic-b > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ wait: 500 }, { waitForThenClick: "body:not([id]) > div#uniccmp > div#unic-b > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > button:nth-child(2):not([id])", comment: "Reject All" }], test: [{ waitForVisible: "body:not([id]) > div#uniccmp > div#unic-b > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > button:nth-child(2):not([id])", timeout: 1e3, check: "none" }] }, { name: "auto_GB_rumble.com_0", vendorUrl: "https://rumble.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?rumble\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#js-client-storage-consent__popup > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1)#js-client-storage-consent__reject" }], detectPopup: [{ visible: "body:not([id]) > div#js-client-storage-consent__popup > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1)#js-client-storage-consent__reject" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#js-client-storage-consent__popup > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:nth-child(1)#js-client-storage-consent__reject", comment: "Reject All" }] }, { name: "auto_GB_safelincs.co.uk_0", vendorUrl: "https://www.safelincs.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?safelincs\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div:nth-child(8) > div > div:nth-child(6) > a:nth-child(1)" }], detectPopup: [{ visible: "body > div > div:nth-child(8) > div > div:nth-child(6) > a:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div:nth-child(8) > div > div:nth-child(6) > a:nth-child(1)", text: "Reject all" }] }, { name: "auto_GB_saily.com_0", vendorUrl: "https://saily.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?saily\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#consent-widget-container > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#widget-button-reject" }], detectPopup: [{ visible: "body:not([id]) > div#consent-widget-container > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#widget-button-reject" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#consent-widget-container > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#widget-button-reject", comment: "Reject" }] }, { name: "auto_GB_salomon.com_b7d", vendorUrl: "https://www.salomon.com/en-gb", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?salomon\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#udp-footer > section:nth-child(4):not([id]) > div:nth-child(1)#push-information > div:nth-child(1):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])" }], detectPopup: [{ visible: "body:not([id]) > div#udp-footer > section:nth-child(4):not([id]) > div:nth-child(1)#push-information > div:nth-child(1):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])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#udp-footer > section:nth-child(4):not([id]) > div:nth-child(1)#push-information > div:nth-child(1):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])", comment: "Use only necessary cookies" }] }, { name: "auto_GB_samconveyancing.co.uk_0", vendorUrl: "https://www.samconveyancing.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?samconveyancing\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookie-compliance > div:nth-child(1):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#cookie-compliance > div:nth-child(1):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookie-compliance > div:nth-child(1):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:not([id])", comment: "Reject All" }] }, { name: "auto_GB_sanctuary-bathrooms.co.uk_0", vendorUrl: "https://www.sanctuary-bathrooms.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?sanctuary-bathrooms\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])", comment: "Reject" }] }, { name: "auto_GB_savoo.co.uk_0", vendorUrl: "https://www.savoo.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?savoo\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookie-consent > div:not([id]) > a:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#cookie-consent > div:not([id]) > a:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookie-consent > div:not([id]) > a:nth-child(1):not([id])", comment: "Continue without accepting" }] }, { name: "auto_GB_scotcourts.gov.uk_0", vendorUrl: "https://www.scotcourts.gov.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?scotcourts\\.gov\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Use essential cookies only" }] }, { name: "auto_GB_scotlandspeople.gov.uk_0", vendorUrl: "https://www.scotlandspeople.gov.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?scotlandspeople\\.gov\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(2)#page-wrapper > div#page > header:nth-child(1)#header > nav:nth-child(1)#navbar-top > div:not([id]) > div:nth-child(2)#block-sp2024-cookiesui > div:not([id]) > div#cookiesjsr > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(2)#page-wrapper > div#page > header:nth-child(1)#header > nav:nth-child(1)#navbar-top > div:not([id]) > div:nth-child(2)#block-sp2024-cookiesui > div:not([id]) > div#cookiesjsr > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(2)#page-wrapper > div#page > header:nth-child(1)#header > nav:nth-child(1)#navbar-top > div:not([id]) > div:nth-child(2)#block-sp2024-cookiesui > div:not([id]) > div#cookiesjsr > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Use essential cookies only" }] }, { name: "auto_GB_scottishwidows.co.uk_0", vendorUrl: "https://www.scottishwidows.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?scottishwidows\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#lbganalyticsCookies > footer:nth-child(8):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#lbganalyticsCookies > footer:nth-child(8):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#lbganalyticsCookies > footer:nth-child(8):not([id]) > button:nth-child(2):not([id])", comment: "Reject all" }] }, { name: "auto_GB_scottsdalegolf.co.uk_0", vendorUrl: "https://www.scottsdalegolf.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?scottsdalegolf\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#app > div:nth-child(13):not([id]) > button:nth-child(4):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#app > div:nth-child(13):not([id]) > button:nth-child(4):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#app > div:nth-child(13):not([id]) > button:nth-child(4):not([id])", comment: "DECLINE" }] }, { name: "auto_GB_secure.cbonline.co.uk_0", vendorUrl: "https://secure.cbonline.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?secure\\.cbonline\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > 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" }], detectPopup: [{ visible: "body:not([id]) > 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" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > 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", comment: "Reject optional cookies" }] }, { name: "auto_GB_secure.ybonline.co.uk_0", vendorUrl: "https://secure.ybonline.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?secure\\.ybonline\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div:nth-child(2) > div:nth-child(1) > div:nth-child(5) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div > div:nth-child(2) > div:nth-child(1) > div:nth-child(5) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div:nth-child(2) > div:nth-child(1) > div:nth-child(5) > button:nth-child(2)", text: "Reject optional cookies" }] }, { name: "auto_GB_seetickets.com_0", vendorUrl: "https://www.seetickets.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?seetickets\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > footer:not([id]) > div:nth-child(2)#seeGdprCookieConsent > div:not([id]) > p:nth-child(2):not([id]) > a:nth-child(2)#seeGdprReject" }], detectPopup: [{ visible: "body:not([id]) > footer:not([id]) > div:nth-child(2)#seeGdprCookieConsent > div:not([id]) > p:nth-child(2):not([id]) > a:nth-child(2)#seeGdprReject" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > footer:not([id]) > div:nth-child(2)#seeGdprCookieConsent > div:not([id]) > p:nth-child(2):not([id]) > a:nth-child(2)#seeGdprReject", comment: "Reject" }] }, { name: "auto_GB_sellercentral.amazon.co.uk_0", vendorUrl: "https://sellercentral.amazon.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?sellercentral\\.amazon\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > 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])" }], detectPopup: [{ visible: "body:not([id]) > 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])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > 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])", comment: "Continue without accepting" }] }, { name: "auto_GB_semrush.com_0", vendorUrl: "https://www.semrush.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?semrush\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > div#ch2-dialog > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > div#ch2-dialog > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > div#ch2-dialog > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Deny all" }] }, { name: "auto_GB_send.dpd.co.uk_0", vendorUrl: "https://send.dpd.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?send\\.dpd\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > 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" }], detectPopup: [{ visible: "body:not([id]) > 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" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > 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", comment: "Refuse all" }] }, { name: "auto_GB_sheetmusicplus.com_0", vendorUrl: "https://www.sheetmusicplus.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?sheetmusicplus\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > 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(4):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > 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(4):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > 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(4):not([id]) > button:nth-child(2):not([id])", comment: "REJECT" }] }, { name: "auto_GB_shemalestardb.com_0", vendorUrl: "https://shemalestardb.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?shemalestardb\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div#glowCookies-banner > div:nth-child(3):not([id]) > button:nth-child(2)#rejectCookies" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div#glowCookies-banner > div:nth-child(3):not([id]) > button:nth-child(2)#rejectCookies" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div#glowCookies-banner > div:nth-child(3):not([id]) > button:nth-child(2)#rejectCookies", comment: "Reject" }] }, { name: "auto_GB_shop.nationaltrust.org.uk_0", vendorUrl: "https://shop.nationaltrust.org.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?shop\\.nationaltrust\\.org\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body#html-body > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div#cookieOptions > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > a:nth-child(2):not([id])" }], detectPopup: [{ visible: "body#html-body > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div#cookieOptions > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > a:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body#html-body > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div#cookieOptions > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > a:nth-child(2):not([id])", comment: "Reject additional cookies" }] }, { name: "auto_GB_shopify.com_0", vendorUrl: "https://www.shopify.com/uk", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?shopify\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "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])" }], detectPopup: [{ visible: "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])" }], optIn: [], optOut: [{ waitForThenClick: "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])", comment: "Reject all" }] }, { name: "auto_GB_showcasecinemas.co.uk_0", vendorUrl: "https://www.showcasecinemas.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?showcasecinemas\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(3)#buttons > button:nth-child(2)#didomi-notice-disagree-button" }], detectPopup: [{ visible: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(3)#buttons > button:nth-child(2)#didomi-notice-disagree-button" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(3)#buttons > button:nth-child(2)#didomi-notice-disagree-button", comment: "Refuse non-essential cookies and close" }] }, { name: "auto_GB_signin.ebay.co.uk_0", vendorUrl: "https://signin.ebay.co.uk/ws/eBayISAPI.dll?SignIn&ru=https%3A%2F%2Fmy.ebay.co.uk%2F&sgfl=sm&smuid=5dd614ba443b42679a133019ab896beb", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?signin\\.ebay\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(6)#widgets-placeholder > div:nth-child(1):not([id]) > section:nth-child(2)#gdpr-banner > div:nth-child(2):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2)#gdpr-banner-decline" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(6)#widgets-placeholder > div:nth-child(1):not([id]) > section:nth-child(2)#gdpr-banner > div:nth-child(2):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2)#gdpr-banner-decline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(6)#widgets-placeholder > div:nth-child(1):not([id]) > section:nth-child(2)#gdpr-banner > div:nth-child(2):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2)#gdpr-banner-decline", comment: "Decline all" }] }, { name: "auto_GB_size.co.uk_2nx", vendorUrl: "https://www.size.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?size\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(3):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(3):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(3):not([id])", comment: "Reject All Cookies" }] }, { name: "auto_GB_skinport.com_0", vendorUrl: "https://skinport.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?skinport\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div:nth-child(3) > div > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div > div:nth-child(3) > div > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div:nth-child(3) > div > div:nth-child(2) > button:nth-child(2)", text: "REFUSE NON-ESSENTIAL COOKIES" }] }, { name: "auto_GB_smarkets.com_0", vendorUrl: "https://smarkets.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?smarkets\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body#smarkets > div#content > div:nth-child(3)#app > div:nth-child(2)#app-content-wrapper > div#header-wrapper > div:nth-child(2)#content-wrapper > div:nth-child(2)#cookies-notice > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body#smarkets > div#content > div:nth-child(3)#app > div:nth-child(2)#app-content-wrapper > div#header-wrapper > div:nth-child(2)#content-wrapper > div:nth-child(2)#cookies-notice > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ wait: 500 }, { waitForThenClick: "body#smarkets > div#content > div:nth-child(3)#app > div:nth-child(2)#app-content-wrapper > div#header-wrapper > div:nth-child(2)#content-wrapper > div:nth-child(2)#cookies-notice > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "REJECT" }], test: [{ waitForVisible: "body#smarkets > div#content > div:nth-child(3)#app > div:nth-child(2)#app-content-wrapper > div#header-wrapper > div:nth-child(2)#content-wrapper > div:nth-child(2)#cookies-notice > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", timeout: 1e3, check: "none" }] }, { name: "auto_GB_societe.com_0", vendorUrl: "https://www.societe.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?societe\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])", comment: "Continue without agreeing \u2192" }] }, { name: "auto_GB_sohohouse.com_0", vendorUrl: "https://www.sohohouse.com/en-us/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?sohohouse\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div > div > div > div:nth-child(5) > div > div:nth-child(2) > button:nth-child(1)" }], detectPopup: [{ visible: "body > div > div > div > div > div > div:nth-child(5) > div > div:nth-child(2) > button:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div > div > div > div:nth-child(5) > div > div:nth-child(2) > button:nth-child(1)", text: "Reject" }] }, { name: "auto_GB_somersetft.nhs.uk_zno", vendorUrl: "https://www.somersetft.nhs.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?somersetft\\.nhs\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#consentPopup > button:nth-child(3)#consentReject" }], detectPopup: [{ visible: "body:not([id]) > div#consentPopup > button:nth-child(3)#consentReject" }], optIn: [], optOut: [{ wait: 500 }, { waitForThenClick: "body:not([id]) > div#consentPopup > button:nth-child(3)#consentReject", comment: "Reject all" }], test: [{ waitForVisible: "body:not([id]) > div#consentPopup > button:nth-child(3)#consentReject", timeout: 1e3, check: "none" }] }, { name: "auto_GB_southeastwater.co.uk_0", vendorUrl: "https://www.southeastwater.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?southeastwater\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#___gatsby > div:nth-child(1)#gatsby-focus-wrapper > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#rcc-decline-button" }], detectPopup: [{ visible: "body:not([id]) > div#___gatsby > div:nth-child(1)#gatsby-focus-wrapper > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#rcc-decline-button" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#___gatsby > div:nth-child(1)#gatsby-focus-wrapper > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#rcc-decline-button", comment: "Refuse Cookies" }] }, { name: "auto_GB_southhams.gov.uk_0", vendorUrl: "https://www.southhams.gov.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?southhams\\.gov\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > footer:nth-child(6) > div:nth-child(1) > div > div > div:nth-child(3) > div > div > div > div:nth-child(2) > div > div > div > div:nth-child(2) > button:nth-child(1)" }], detectPopup: [{ visible: "body > div > footer:nth-child(6) > div:nth-child(1) > div > div > div:nth-child(3) > div > div > div > div:nth-child(2) > div > div > div > div:nth-child(2) > button:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > footer:nth-child(6) > div:nth-child(1) > div > div > div:nth-child(3) > div > div > div > div:nth-child(2) > div > div > div > div:nth-child(2) > button:nth-child(1)", text: "DENY ALL" }] }, { name: "auto_GB_southnorfolkandbroadland.gov.uk_0", vendorUrl: "https://www.southnorfolkandbroadland.gov.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?southnorfolkandbroadland\\.gov\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)", text: "Use essential cookies only" }] }, { name: "auto_GB_sparepartstore24.co.uk_0", vendorUrl: "https://www.sparepartstore24.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?sparepartstore24\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(1):not([id]) > span:not([id]) > button:not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(1):not([id]) > span:not([id]) > button:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(1):not([id]) > span:not([id]) > button:not([id])", comment: "Reject all cookies" }] }, { name: "auto_GB_speedyservices.com_0", vendorUrl: "https://www.speedyservices.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?speedyservices\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookieoverlay > div:nth-child(1)#cookiebanner > div:nth-child(2)#cookiebuttoncontainer > a:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#cookieoverlay > div:nth-child(1)#cookiebanner > div:nth-child(2)#cookiebuttoncontainer > a:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookieoverlay > div:nth-child(1)#cookiebanner > div:nth-child(2)#cookiebuttoncontainer > a:nth-child(2):not([id])", comment: "Reject all cookies" }] }, { name: "auto_GB_sportpursuit.com_0", vendorUrl: "https://www.sportpursuit.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?sportpursuit\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#app > div:nth-child(1):not([id]) > div#cookie-consent-banner > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#app > div:nth-child(1):not([id]) > div#cookie-consent-banner > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#app > div:nth-child(1):not([id]) > div#cookie-consent-banner > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", comment: "REJECT ALL" }] }, { name: "auto_GB_sqlservercentral.com_0", vendorUrl: "https://www.sqlservercentral.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?sqlservercentral\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > ul:nth-child(3):not([id]) > li:nth-child(2):not([id]) > button:not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > ul:nth-child(3):not([id]) > li:nth-child(2):not([id]) > button:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > ul:nth-child(3):not([id]) > li:nth-child(2):not([id]) > button:not([id])", comment: "Reject additional cookies" }] }, { name: "auto_GB_sso.passport.yandex.ru_0", vendorUrl: "https://sso.passport.yandex.ru/showcaptcha?cc=1&form-fb-hint=2.188&mt=4C5C10F0FBF8AADA5C63DB655AA32FED1303F0487ECF06DD60DEC9C0E06AE04242591C1DFC8038026684D8C03E2BCBE4F525B56D34D2F28A0E2CEC36CD08B36CABA2580C0E97D80125DB4CF2BBFD0E67812E254FD775BD633469F43E71B710DE0325638933E4570C29C602E65E70CF19439B46CC731F052A05949979D69BD7CBC2D248F364498112AD854FB54B1FE32F4B778DE25F72BB6E3FF60BA27897EDC6DA0E4E3F6C4940C46B79D49E9C93BABE0CE4918A3BBF0F2B03454C92B117E46E66A3859F1308EA6EB2C4C3C21F9B203B4C5A6998E633D1258986EE1CE5&retpath=aHR0cHM6Ly9zc28ucGFzc3BvcnQueWFuZGV4LnJ1L3B1c2g_cmV0cGF0aD1odHRwcyUzQSUyRiUyRnd3dy5raW5vcG9pc2sucnUlMkYmdXVpZD04ZTI0M2FlMS0yNzMyLTQ1YTgtODY5ZC04ZjFlYTA3ZDQwZDM%2C_74bfa8778dd155086e0e2c4c7ea91661&t=2/1748631993/2bb4049dae017d4768310d98e8aba5b9&u=6668242215649448863&s=574b0890a898c3433dff74b37ed2758e", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?sso\\.passport\\.yandex\\.ru/" }, prehideSelectors: [], detectCmp: [{ exists: "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" }], detectPopup: [{ visible: "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" }], optIn: [], optOut: [{ waitForThenClick: "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", comment: "Allow essential cookies" }] }, { name: "auto_GB_standardlife.co.uk_0", vendorUrl: "https://www.standardlife.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?standardlife\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(2) > div:nth-child(2) > button:nth-child(1)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(2) > div:nth-child(2) > button:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(2) > div:nth-child(2) > button:nth-child(1)", text: "Decline All Cookies" }] }, { name: "auto_GB_standoutsocks.co.uk_0", vendorUrl: "https://www.standoutsocks.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?standoutsocks\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div > button:nth-child(2)" }], detectPopup: [{ visible: "body > div > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div > button:nth-child(2)", text: "Reject" }] }, { name: "auto_GB_stargazerslounge.com_0", vendorUrl: "https://stargazerslounge.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?stargazerslounge\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#elGuestTerms > div:not([id]) > div:nth-child(2):not([id]) > form:not([id]) > button:nth-child(3):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#elGuestTerms > div:not([id]) > div:nth-child(2):not([id]) > form:not([id]) > button:nth-child(3):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#elGuestTerms > div:not([id]) > div:nth-child(2):not([id]) > form:not([id]) > button:nth-child(3):not([id])", comment: "\xA0Reject Cookies" }] }, { name: "auto_GB_starlingbank.com_0", vendorUrl: "https://www.starlingbank.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?starlingbank\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(3) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(3) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(3) > button:nth-child(2)", text: "Decline" }] }, { name: "auto_GB_stellantisandyou.co.uk_0", vendorUrl: "https://www.stellantisandyou.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?stellantisandyou\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookieCardBg > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#cookieCardBg > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookieCardBg > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "REJECT ALL" }] }, { name: "auto_GB_stereonet.com_1", vendorUrl: "https://stereonet.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?stereonet\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#geotargetlygeoconsent1740635347323container > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#geotargetlygeoconsent1740635347323container > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#geotargetlygeoconsent1740635347323container > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "REJECT ALL" }] }, { name: "auto_GB_stereonet.com_1", vendorUrl: "https://stereonet.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?stereonet\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > 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])" }], detectPopup: [{ visible: "body:not([id]) > 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])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > 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])", comment: "Reject All" }] }, { name: "auto_GB_stockopedia.com_0", vendorUrl: "https://www.stockopedia.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?stockopedia\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div#cookie-banner > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1)#cookie-banner__deny" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div#cookie-banner > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1)#cookie-banner__deny" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div#cookie-banner > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1)#cookie-banner__deny", comment: "DECLINE" }] }, { name: "auto_GB_strava.com_0", vendorUrl: "https://www.strava.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?strava\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#__next > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#__next > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#__next > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Reject" }] }, { name: "auto_GB_stripe.com_0", vendorUrl: "https://stripe.com/gb", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?stripe\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body: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]) > a:nth-child(2):not([id])" }], detectPopup: [{ visible: "body: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]) > a:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body: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]) > a:nth-child(2):not([id])", comment: "Reject all" }] }, { name: "auto_GB_stuartslondon.com_0", vendorUrl: "https://www.stuartslondon.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?stuartslondon\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookie_alert > div#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" }], detectPopup: [{ visible: "body:not([id]) > div#cookie_alert > div#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" }], optIn: [], optOut: [{ wait: 500 }, { waitForThenClick: "body:not([id]) > div#cookie_alert > div#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", comment: "REJECT ALL COOKIES" }], test: [{ waitForVisible: "body:not([id]) > div#cookie_alert > div#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", timeout: 1e3, check: "none" }] }, { name: "auto_GB_sunderland.gov.uk_0", vendorUrl: "https://www.sunderland.gov.uk/?ccp=true", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?sunderland\\.gov\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookie-consent-prompt > div:not([id]) > div:nth-child(2):not([id]) > form:nth-child(2)#cookie-consent-form > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#cookie-consent-prompt > div:not([id]) > div:nth-child(2):not([id]) > form:nth-child(2)#cookie-consent-form > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookie-consent-prompt > div:not([id]) > div:nth-child(2):not([id]) > form:nth-child(2)#cookie-consent-form > button:nth-child(2):not([id])", comment: "Reject additional cookies" }] }, { name: "auto_GB_support.hpe.com_0", vendorUrl: "https://support.hpe.com/connect/s/?language=en_US", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?support\\.hpe\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#hpealertcomp_container > div#hpealertcomp > div:nth-child(2):not([id]) > div:not([id]) > a:nth-child(3):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#hpealertcomp_container > div#hpealertcomp > div:nth-child(2):not([id]) > div:not([id]) > a:nth-child(3):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#hpealertcomp_container > div#hpealertcomp > div:nth-child(2):not([id]) > div:not([id]) > a:nth-child(3):not([id])", comment: "Decline optional cookies" }] }, { name: "auto_GB_support.nordvpn.com_0", vendorUrl: "https://support.nordvpn.com/hc/en-us", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?support\\.nordvpn\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#consent-widget-container > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#widget-button-reject" }], detectPopup: [{ visible: "body:not([id]) > div#consent-widget-container > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#widget-button-reject" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#consent-widget-container > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#widget-button-reject", comment: "Reject" }] }, { name: "auto_GB_support.plex.tv_0", vendorUrl: "https://support.plex.tv/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?support\\.plex\\.tv/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > a:not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > a:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > a:not([id])", comment: "I Reject" }] }, { name: "auto_GB_support.strava.com_0", vendorUrl: "https://support.strava.com/hc/en-us", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?support\\.strava\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(2) > button:nth-child(2)", text: "Reject" }] }, { name: "auto_GB_supremecourt.uk_0", vendorUrl: "https://www.supremecourt.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?supremecourt\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body#body > header#header > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#reject-button" }], detectPopup: [{ visible: "body#body > header#header > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#reject-button" }], optIn: [], optOut: [{ waitForThenClick: "body#body > header#header > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#reject-button", comment: "Reject analytics cookies" }] }, { name: "auto_GB_surfshark.com_0", vendorUrl: "https://surfshark.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?surfshark\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#__next > div:not([id]) > div:nth-child(4):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#__next > div:not([id]) > div:nth-child(4):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#__next > div:not([id]) > div:nth-child(4):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Decline all" }] }, { name: "auto_GB_surrey.ac.uk_rnf", vendorUrl: "https://www.surrey.ac.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?surrey\\.ac\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > dialog#cookie-consent-dialog > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#cookie-consent-reject-button" }], detectPopup: [{ visible: "body:not([id]) > dialog#cookie-consent-dialog > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#cookie-consent-reject-button" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > dialog#cookie-consent-dialog > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#cookie-consent-reject-button", comment: "Reject all" }] }, { name: "auto_GB_sussexwildlifetrust.org.uk_0", vendorUrl: "https://sussexwildlifetrust.org.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?sussexwildlifetrust\\.org\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div > div > div > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div > div:nth-child(2) > button:nth-child(2)", text: "Deny" }] }, { name: "auto_GB_swiftaid.co.uk_0", vendorUrl: "https://www.swiftaid.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?swiftaid\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#vs-cc-wrapper > div#vs-cc > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#vs-cc-wrapper > div#vs-cc > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#vs-cc-wrapper > div#vs-cc > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > button:nth-child(2):not([id])", comment: "Decline" }] }, { name: "auto_GB_swinnertoncycles.co.uk_0", vendorUrl: "https://www.swinnertoncycles.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?swinnertoncycles\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookie_alert > div#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" }], detectPopup: [{ visible: "body:not([id]) > div#cookie_alert > div#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" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookie_alert > div#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", comment: "REJECT ALL COOKIES" }] }, { name: "auto_GB_taxinsider.co.uk_0", vendorUrl: "https://www.taxinsider.co.uk/home", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?taxinsider\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookies > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(1)#declineCookies" }], detectPopup: [{ visible: "body:not([id]) > div#cookies > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(1)#declineCookies" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookies > div:not([id]) > div:nth-child(2):not([id]) > a:nth-child(1)#declineCookies", comment: "Decline" }] }, { name: "auto_GB_tefal.co.uk_0", vendorUrl: "https://www.tefal.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?tefal\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(2) > button:nth-child(1)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(2) > button:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(2) > button:nth-child(1)", text: "Refuse non-necessary Cookies" }] }, { name: "auto_GB_tfgm.com_0", vendorUrl: "https://tfgm.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?tfgm\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookie-consent-banner > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > button:nth-child(6):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#cookie-consent-banner > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > button:nth-child(6):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookie-consent-banner > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > button:nth-child(6):not([id])", comment: "Accept only essential cookies" }] }, { name: "auto_GB_the-shops.co.uk_0", vendorUrl: "https://www.the-shops.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?the-shops\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])", comment: "Continue without agreeing \u2192" }] }, { name: "auto_GB_thebatteryshop.co.uk_0", vendorUrl: "https://www.thebatteryshop.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?thebatteryshop\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div:nth-child(10) > div:nth-child(2) > div > div:nth-child(2) > div:nth-child(2)" }], detectPopup: [{ visible: "body > div > div:nth-child(10) > div:nth-child(2) > div > div:nth-child(2) > div:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div:nth-child(10) > div:nth-child(2) > div > div:nth-child(2) > div:nth-child(2)", text: "Reject All" }] }, { name: "auto_GB_thebushcraftstore.co.uk_0", vendorUrl: "https://www.thebushcraftstore.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?thebushcraftstore\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > 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])" }], detectPopup: [{ visible: "body:not([id]) > 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])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > 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])", comment: "Reject All" }] }, { name: "auto_GB_thecompostshop.co.uk_0", vendorUrl: "https://www.thecompostshop.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?thecompostshop\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > p > button:nth-child(2)" }], detectPopup: [{ visible: "body > div > div > p > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > p > button:nth-child(2)", text: "DECLINE" }] }, { name: "auto_GB_thegazette.co.uk_0", vendorUrl: "https://www.thegazette.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?thegazette\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > ul:nth-child(3):not([id]) > li:nth-child(4):not([id]) > button:not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > ul:nth-child(3):not([id]) > li:nth-child(4):not([id]) > button:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > ul:nth-child(3):not([id]) > li:nth-child(4):not([id]) > button:not([id])", comment: "Reject all cookies" }] }, { name: "auto_GB_theiet.org_0", vendorUrl: "https://www.theiet.org/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?theiet\\.org/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#ivcb-overlay > div#ivcb-banner > div:nth-child(1)#ivcb-welcome > p:nth-child(4):not([id]) > a:nth-child(3):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#ivcb-overlay > div#ivcb-banner > div:nth-child(1)#ivcb-welcome > p:nth-child(4):not([id]) > a:nth-child(3):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#ivcb-overlay > div#ivcb-banner > div:nth-child(1)#ivcb-welcome > p:nth-child(4):not([id]) > a:nth-child(3):not([id])", comment: "Allow Essential" }] }, { name: "auto_GB_themetalstore.co.uk_0", vendorUrl: "https://www.themetalstore.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?themetalstore\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(4):not([id]) > button:nth-child(1):not([id])", comment: "Decline" }] }, { name: "auto_GB_thenational.academy_0", vendorUrl: "https://www.thenational.academy/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?thenational\\.academy/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#__next > div:nth-child(4):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#__next > div:nth-child(4):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#__next > div:nth-child(4):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:not([id])", comment: "Reject non-essential cookies" }] }, { name: "auto_GB_theoutnet.com_0", vendorUrl: "https://www.theoutnet.com/en-gb/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?theoutnet\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "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" }], detectPopup: [{ visible: "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" }], optIn: [], optOut: [{ waitForThenClick: "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", comment: "Allow only essential cookies" }] }, { name: "auto_GB_thepensionsregulator.gov.uk_0", vendorUrl: "https://www.thepensionsregulator.gov.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?thepensionsregulator\\.gov\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body#pagetop > div:not([id]) > header:nth-child(5):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(2):not([id]) > div:not([id]) > a#cookie-reject" }], detectPopup: [{ visible: "body#pagetop > div:not([id]) > header:nth-child(5):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(2):not([id]) > div:not([id]) > a#cookie-reject" }], optIn: [], optOut: [{ waitForThenClick: "body#pagetop > div:not([id]) > header:nth-child(5):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(2):not([id]) > div:not([id]) > a#cookie-reject", comment: "Reject" }] }, { name: "auto_GB_theritzlondon.com_h5x", vendorUrl: "https://www.theritzlondon.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?theritzlondon\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#CookieReportsPanel > div:nth-child(2)#CookieReportsBanner > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > a:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#CookieReportsPanel > div:nth-child(2)#CookieReportsBanner > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > a:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#CookieReportsPanel > div:nth-child(2)#CookieReportsBanner > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > a:nth-child(1):not([id])", comment: "Necessary cookies only" }] }, { name: "auto_GB_thorlabs.com_87c", vendorUrl: "https://www.thorlabs.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?thorlabs\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > form:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > form:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > form:nth-child(3):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Deny Optional Cookies" }] }, { name: "auto_GB_thumbzilla.com_0", vendorUrl: "https://www.thumbzilla.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?thumbzilla\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookieBanner > div#cookieBannerWrapper > button:nth-child(3):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#cookieBanner > div#cookieBannerWrapper > button:nth-child(3):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookieBanner > div#cookieBannerWrapper > button:nth-child(3):not([id])", comment: "Accept Only Essential Cookies" }] }, { name: "auto_GB_tinder.com_0", vendorUrl: "https://tinder.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?tinder\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(2) > div > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > button" }], detectPopup: [{ visible: "body > div > div > div:nth-child(2) > div > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > button" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(2) > div > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > button", text: "I decline" }] }, { name: "auto_GB_titantravel.co.uk_0", vendorUrl: "https://www.titantravel.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?titantravel\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#__next > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#__next > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#__next > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "Reject additional cookies" }] }, { name: "auto_GB_tobycarvery.co.uk_0", vendorUrl: "https://www.tobycarvery.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?tobycarvery\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div#CookieManager > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(4):not([id]) > a:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div#CookieManager > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(4):not([id]) > a:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div#CookieManager > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(4):not([id]) > a:nth-child(2):not([id])", comment: "REJECT COOKIES" }] }, { name: "auto_GB_topdoctors.co.uk_0", vendorUrl: "https://www.topdoctors.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?topdoctors\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#__nuxt > div:not([id]) > div:nth-child(4):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#__nuxt > div:not([id]) > div:nth-child(4):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#__nuxt > div:not([id]) > div:nth-child(4):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Only essential" }] }, { name: "auto_GB_topdoctors.co.uk_1", vendorUrl: "https://www.topdoctors.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?topdoctors\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#__nuxt > div:not([id]) > div:nth-child(4):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#__nuxt > div:not([id]) > div:nth-child(4):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#__nuxt > div:not([id]) > div:nth-child(4):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", comment: "Reject" }] }, { name: "auto_GB_torbayandsouthdevon.nhs.uk_jkq", vendorUrl: "https://www.torbayandsouthdevon.nhs.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?torbayandsouthdevon\\.nhs\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#silktide-wrapper > div:nth-child(4)#silktide-banner > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#silktide-wrapper > div:nth-child(4)#silktide-banner > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#silktide-wrapper > div:nth-child(4)#silktide-banner > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Reject non-essential" }] }, { name: "auto_GB_trainsplit.com_0", vendorUrl: "https://trainsplit.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?trainsplit\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div > span:nth-child(2) > a:nth-child(2)" }], detectPopup: [{ visible: "body > div > div > div > span:nth-child(2) > a:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div > span:nth-child(2) > a:nth-child(2)", text: " Reject non-essential cookies" }] }, { name: "auto_GB_transactual.org.uk_0", vendorUrl: "https://transactual.org.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?transactual\\.org\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > dialog > div > div > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > a:nth-child(2)" }], detectPopup: [{ visible: "body > div > dialog > div > div > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > a:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > dialog > div > div > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > a:nth-child(2)", text: "Continue without consent" }] }, { name: "auto_GB_translate.yandex.com_0", vendorUrl: "https://translate.yandex.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?translate\\.yandex\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "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" }], detectPopup: [{ visible: "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" }], optIn: [], optOut: [{ waitForThenClick: "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", comment: "Allow essential cookies" }] }, { name: "auto_GB_transport.gov.scot_0", vendorUrl: "https://www.transport.gov.scot/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?transport\\.gov\\.scot/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > section:not([id]) > div:not([id]) > div:not([id]) > button:nth-child(5):not([id])" }], detectPopup: [{ visible: "body:not([id]) > section:not([id]) > div:not([id]) > div:not([id]) > button:nth-child(5):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > section:not([id]) > div:not([id]) > div:not([id]) > button:nth-child(5):not([id])", comment: "Reject all" }] }, { name: "auto_GB_travelzoo.com_0", vendorUrl: "https://www.travelzoo.com/uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?travelzoo\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > section > div > div:nth-child(2) > div:nth-child(2) > button" }], detectPopup: [{ visible: "body > section > div > div:nth-child(2) > div:nth-child(2) > button" }], optIn: [], optOut: [{ waitForThenClick: "body > section > div > div:nth-child(2) > div:nth-child(2) > button", text: "REJECT ALL" }] }, { name: "auto_GB_triodos.co.uk_0", vendorUrl: "https://www.triodos.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?triodos\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > section: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])" }], detectPopup: [{ visible: "body:not([id]) > section: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])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > section: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])", comment: "Reject" }] }, { name: "auto_GB_truecaller.com_0", vendorUrl: "https://www.truecaller.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?truecaller\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "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])" }], detectPopup: [{ visible: "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])" }], optIn: [], optOut: [{ waitForThenClick: "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])", comment: "Accept Necessary Cookies" }] }, { name: "auto_GB_truepotential.co.uk_0", vendorUrl: "https://www.truepotential.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?truepotential\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div > div:nth-child(2) > a:nth-child(2)" }], detectPopup: [{ visible: "body > div > div > div > div:nth-child(2) > a:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div > div:nth-child(2) > a:nth-child(2)", text: "Reject all" }] }, { name: "auto_GB_tube8.com_0", vendorUrl: "https://www.tube8.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?tube8\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookie_consent_wrapper > div:not([id]) > div:nth-child(4):not([id]) > button:nth-child(2)#consent_accept_essential" }], detectPopup: [{ visible: "body:not([id]) > div#cookie_consent_wrapper > div:not([id]) > div:nth-child(4):not([id]) > button:nth-child(2)#consent_accept_essential" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookie_consent_wrapper > div:not([id]) > div:nth-child(4):not([id]) > button:nth-child(2)#consent_accept_essential", comment: "Accept only essential cookies" }] }, { name: "auto_GB_twinkl.co.uk_0", vendorUrl: "https://www.twinkl.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?twinkl\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > section:nth-child(1):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > section:nth-child(1):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > section:nth-child(1):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "Reject non-essential cookies" }] }, { name: "auto_GB_u3a.org.uk_0", vendorUrl: "https://www.u3a.org.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?u3a\\.org\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookiesck > div:not([id]) > span:nth-child(2)#cookiesck_buttons > a:nth-child(2)#cookiesck_decline" }], detectPopup: [{ visible: "body:not([id]) > div#cookiesck > div:not([id]) > span:nth-child(2)#cookiesck_buttons > a:nth-child(2)#cookiesck_decline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookiesck > div:not([id]) > span:nth-child(2)#cookiesck_buttons > a:nth-child(2)#cookiesck_decline", comment: "Decline all" }] }, { name: "auto_GB_uber.com_0", vendorUrl: "https://www.uber.com/gb/en/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?uber\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#privacy-cookie-banners-root > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#privacy-cookie-banners-root > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#privacy-cookie-banners-root > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "Reject" }] }, { name: "auto_GB_ubereats.com_0", vendorUrl: "https://www.ubereats.com/gb", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?ubereats\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#privacy-cookie-banners-root > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#privacy-cookie-banners-root > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#privacy-cookie-banners-root > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "Reject" }] }, { name: "auto_GB_uk.hisense.com_0", vendorUrl: "https://uk.hisense.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?uk\\.hisense\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > app-root:not([id]) > cx-storefront:nth-child(1):not([id]) > footer:nth-child(6):not([id]) > cx-page-layout:not([id]) > cx-page-slot:nth-child(3):not([id]) > app-gg-cookie-consent-management-banner:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > app-root:not([id]) > cx-storefront:nth-child(1):not([id]) > footer:nth-child(6):not([id]) > cx-page-layout:not([id]) > cx-page-slot:nth-child(3):not([id]) > app-gg-cookie-consent-management-banner:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > app-root:not([id]) > cx-storefront:nth-child(1):not([id]) > footer:nth-child(6):not([id]) > cx-page-layout:not([id]) > cx-page-slot:nth-child(3):not([id]) > app-gg-cookie-consent-management-banner:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Reject all" }] }, { name: "auto_GB_uk.russellhobbs.com_0", vendorUrl: "https://uk.russellhobbs.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?uk\\.russellhobbs\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body#html-body > aside:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(3):not([id])" }], detectPopup: [{ visible: "body#html-body > aside:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(3):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body#html-body > aside:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(3):not([id])", comment: "DECLINE COOKIES" }] }, { name: "auto_GB_uk.trip.com_0", vendorUrl: "https://uk.trip.com/?locale=en-gb", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?uk\\.trip\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#main > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#main > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#main > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Decline" }] }, { name: "auto_GB_uk.virginmoney.com_0", vendorUrl: "https://uk.virginmoney.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?uk\\.virginmoney\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body#top > 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" }], detectPopup: [{ visible: "body#top > 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" }], optIn: [], optOut: [{ waitForThenClick: "body#top > 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", comment: "Reject optional cookies" }] }, { name: "auto_GB_ukmeds.co.uk_0", vendorUrl: "https://www.ukmeds.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?ukmeds\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id]) > span:not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id]) > span:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id]) > span:not([id])", comment: "Accept only necessary" }] }, { name: "auto_GB_unsplash.com_0", vendorUrl: "https://unsplash.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?unsplash\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > dialog:not([id]) > div:nth-child(5):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > dialog:not([id]) > div:nth-child(5):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > dialog:not([id]) > div:nth-child(5):not([id]) > button:nth-child(1):not([id])", comment: "Accept essential only" }] }, { name: "auto_GB_utmost.co.uk_0", vendorUrl: "https://www.utmost.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?utmost\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div:nth-child(2) > button:nth-child(7)" }], detectPopup: [{ visible: "body > div > div:nth-child(2) > button:nth-child(7)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div:nth-child(2) > button:nth-child(7)", text: "I DO NOT ACCEPT" }] }, { name: "auto_GB_vauxhall.co.uk_0", vendorUrl: "https://www.vauxhall.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?vauxhall\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#_psaihm_main_div > div:nth-child(5)#_psaihm_text_div > div:nth-child(3)#_psaihm_cta_container > a:nth-child(3)#_psaihm_refuse_all" }], detectPopup: [{ visible: "body:not([id]) > div#_psaihm_main_div > div:nth-child(5)#_psaihm_text_div > div:nth-child(3)#_psaihm_cta_container > a:nth-child(3)#_psaihm_refuse_all" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#_psaihm_main_div > div:nth-child(5)#_psaihm_text_div > div:nth-child(3)#_psaihm_cta_container > a:nth-child(3)#_psaihm_refuse_all", comment: "REFUSE ALL" }] }, { name: "auto_GB_vehiclescore.co.uk_0", vendorUrl: "https://vehiclescore.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?vehiclescore\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#__next > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(6):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#__next > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(6):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#__next > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(6):not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "Reject Cookies" }] }, { name: "auto_GB_velux.co.uk_0", vendorUrl: "https://www.velux.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?velux\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookiebot__body > div:not([id]) > div#cookiebot__modal-wrapper > div:nth-child(3):not([id]) > div:not([id]) > a:nth-child(1)#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection" }], detectPopup: [{ visible: "body:not([id]) > div#cookiebot__body > div:not([id]) > div#cookiebot__modal-wrapper > div:nth-child(3):not([id]) > div:not([id]) > a:nth-child(1)#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookiebot__body > div:not([id]) > div#cookiebot__modal-wrapper > div:nth-child(3):not([id]) > div:not([id]) > a:nth-child(1)#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection", comment: "NECESSARY ONLY" }] }, { name: "auto_GB_vetuk.co.uk_0", vendorUrl: "https://www.vetuk.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?vetuk\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookies_overlay > div#cookies_banner > div:nth-child(2)#cookies_decision > button:nth-child(2)#cookies_read_declined" }], detectPopup: [{ visible: "body:not([id]) > div#cookies_overlay > div#cookies_banner > div:nth-child(2)#cookies_decision > button:nth-child(2)#cookies_read_declined" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookies_overlay > div#cookies_banner > div:nth-child(2)#cookies_decision > button:nth-child(2)#cookies_read_declined", comment: "Decline" }] }, { name: "auto_GB_viamichelin.co.uk_0", vendorUrl: "https://www.viamichelin.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?viamichelin\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])", comment: "Continue without agreeing \u2192" }] }, { name: "auto_GB_viamichelin.com_0", vendorUrl: "https://www.viamichelin.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?viamichelin\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#didomi-host > div:not([id]) > div#didomi-popup > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > span:nth-child(1):not([id])", comment: "Continue without agreeing \u2192" }] }, { name: "auto_GB_vintage-erotica-forum.com_0", vendorUrl: "http://vintage-erotica-forum.com/", cosmetic: false, runContext: { main: false, frame: true, urlPattern: "^https?://(www\\.)?best\\.aliexpress\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#gdpr-new-container > div:not([id]) > div#gdpr-new-container > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#gdpr-new-container > div:not([id]) > div#gdpr-new-container > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#gdpr-new-container > div:not([id]) > div#gdpr-new-container > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "Reject cookies" }] }, { name: "auto_GB_vintageinn.co.uk_0", vendorUrl: "https://www.vintageinn.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?vintageinn\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div#CookieManager > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(4):not([id]) > a:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div#CookieManager > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(4):not([id]) > a:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div#CookieManager > div:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(4):not([id]) > a:nth-child(2):not([id])", comment: "REJECT COOKIES" }] }, { name: "auto_GB_vintagestory.at_1", vendorUrl: "https://www.vintagestory.at/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?vintagestory\\.at/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#elGuestTerms > div:not([id]) > div:nth-child(2):not([id]) > form:not([id]) > button:nth-child(3):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#elGuestTerms > div:not([id]) > div:nth-child(2):not([id]) > form:not([id]) > button:nth-child(3):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#elGuestTerms > div:not([id]) > div:nth-child(2):not([id]) > form:not([id]) > button:nth-child(3):not([id])", comment: "\xA0Reject Cookies" }] }, { name: "auto_GB_virgin.com_0", vendorUrl: "https://www.virgin.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?virgin\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div:nth-child(3) > div > div > div > div:nth-child(4) > div:nth-child(2) > button" }], detectPopup: [{ visible: "body > div > div:nth-child(3) > div > div > div > div:nth-child(4) > div:nth-child(2) > button" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div:nth-child(3) > div > div > div > div:nth-child(4) > div:nth-child(2) > button", text: "Reject all" }] }, { name: "auto_GB_virginmedia.com_0", vendorUrl: "https://www.virginmedia.com/myvmo2", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?virginmedia\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookiePrompt > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#privacy_pref_optout" }], detectPopup: [{ visible: "body:not([id]) > div#cookiePrompt > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#privacy_pref_optout" }], optIn: [], optOut: [{ wait: 500 }, { waitForThenClick: "body:not([id]) > div#cookiePrompt > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#privacy_pref_optout", comment: "Accept essential cookies only" }], test: [{ waitForVisible: "body:not([id]) > div#cookiePrompt > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#privacy_pref_optout", timeout: 1e3, check: "none" }] }, { name: "auto_GB_vistaprint.co.uk_0", vendorUrl: "https://www.vistaprint.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?vistaprint\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#consent-manager-container > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#consent-manager-container > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#consent-manager-container > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:not([id])", comment: "Continue without accepting" }] }, { name: "auto_GB_waitrose.com_0", vendorUrl: "https://www.waitrose.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?waitrose\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#content > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:not([id]) > section:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#content > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:not([id]) > section:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#content > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:not([id]) > section:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "Reject all" }] }, { name: "auto_GB_warwickshire.gov.uk_0", vendorUrl: "https://www.warwickshire.gov.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?warwickshire\\.gov\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div#freeprivacypolicy-com---nb > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div#freeprivacypolicy-com---nb > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div#freeprivacypolicy-com---nb > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "I decline" }] }, { name: "auto_GB_watch.plex.tv_0", vendorUrl: "https://watch.plex.tv/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?watch\\.plex\\.tv/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > section:nth-child(7):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > section:nth-child(7):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > section:nth-child(7):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > div:nth-child(1):not([id]) > button:nth-child(2):not([id])", comment: "I Reject" }] }, { name: "auto_GB_watch.thechosen.tv_0", vendorUrl: "https://watch.thechosen.tv/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?watch\\.thechosen\\.tv/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(4) > div:nth-child(3) > button:nth-child(3)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(4) > div:nth-child(3) > button:nth-child(3)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(4) > div:nth-child(3) > button:nth-child(3)", text: "Necessary only" }] }, { name: "auto_GB_weber.com_0", vendorUrl: "https://www.weber.com/GB/en/home/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?weber\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)" }], detectPopup: [{ visible: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)", text: "Use necessary cookies only" }] }, { name: "auto_GB_weldricks.co.uk_0", vendorUrl: "https://www.weldricks.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?weldricks\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookie-consent-banner > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2)#btn-reject-all" }], detectPopup: [{ visible: "body:not([id]) > div#cookie-consent-banner > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2)#btn-reject-all" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookie-consent-banner > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2)#btn-reject-all", comment: "Reject All" }] }, { name: "auto_GB_westbrom.co.uk_0", vendorUrl: "https://www.westbrom.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?westbrom\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > section:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > section:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > section:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "Decline cookies" }] }, { name: "auto_GB_westsussex.gov.uk_0", vendorUrl: "https://www.westsussex.gov.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?westsussex\\.gov\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > section:not([id]) > div#preferences-banner__content > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > section:not([id]) > div#preferences-banner__content > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > section:not([id]) > div#preferences-banner__content > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Accept only essential cookies" }] }, { name: "auto_GB_westwitteringestate.co.uk_hjv", vendorUrl: "https://www.westwitteringestate.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?westwitteringestate\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#abedcfbae-7589-497a-bf0e-a5e627359ac0 > dialog:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#abedcfbae-7589-497a-bf0e-a5e627359ac0 > dialog:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])" }], optIn: [], optOut: [{ wait: 500 }, { waitForThenClick: "body:not([id]) > div#abedcfbae-7589-497a-bf0e-a5e627359ac0 > dialog:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])", comment: "Continue without consent" }], test: [{ waitForVisible: "body:not([id]) > div#abedcfbae-7589-497a-bf0e-a5e627359ac0 > dialog:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(3):not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])", timeout: 1e3, check: "none" }] }, { name: "auto_GB_wheelspinmodels.co.uk_0", vendorUrl: "https://wheelspinmodels.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?wheelspinmodels\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookiescript_injected_wrapper > div#cookiescript_injected > div:nth-child(4)#cookiescript_buttons > div:nth-child(3)#cookiescript_reject" }], detectPopup: [{ visible: "body:not([id]) > div#cookiescript_injected_wrapper > div#cookiescript_injected > div:nth-child(4)#cookiescript_buttons > div:nth-child(3)#cookiescript_reject" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookiescript_injected_wrapper > div#cookiescript_injected > div:nth-child(4)#cookiescript_buttons > div:nth-child(3)#cookiescript_reject", comment: "DECLINE ALL" }] }, { name: "auto_GB_wikidiff.com_0", vendorUrl: "https://wikidiff.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?wikidiff\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > 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])" }], detectPopup: [{ visible: "body:not([id]) > 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])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > 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])", comment: "Reject All" }] }, { name: "auto_GB_wikifeet.com_0", vendorUrl: "https://wikifeet.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?wikifeet\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#freeprivacypolicy-com---nb > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#freeprivacypolicy-com---nb > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#freeprivacypolicy-com---nb > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(2):not([id])", comment: "I decline" }] }, { name: "auto_GB_williamhill.com_0", vendorUrl: "https://www.williamhill.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?williamhill\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#cookieBannerAcceptEssential" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#cookieBannerAcceptEssential" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#cookieBannerAcceptEssential", comment: "Accept essential cookies only" }] }, { name: "auto_GB_wjec.co.uk_0", vendorUrl: "https://www.wjec.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?wjec\\.co\\.uk/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > header:not([id]) > div:not([id]) > nav:nth-child(2)#navbar > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#decline-cookies" }], detectPopup: [{ visible: "body:not([id]) > header:not([id]) > div:not([id]) > nav:nth-child(2)#navbar > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#decline-cookies" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > header:not([id]) > div:not([id]) > nav:nth-child(2)#navbar > div:nth-child(2):not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#decline-cookies", comment: "Decline" }] }, { name: "auto_GB_worldofwater.com_0", vendorUrl: "https://worldofwater.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?worldofwater\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#consent-manager > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#consent-manager > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#consent-manager > div:not([id]) > div:not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Reject all" }] }, { name: "auto_GB_www2.hm.com_0", vendorUrl: "https://www2.hm.com/en_gb/index.html", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?www2\\.hm\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(1):not([id]) > button:nth-child(2)#banner-reject-btn" }], detectPopup: [{ visible: "body:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(1):not([id]) > button:nth-child(2)#banner-reject-btn" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(1):not([id]) > button:nth-child(2)#banner-reject-btn", comment: "Only required cookies" }] }, { name: "auto_GB_wwws.airfrance.co.uk_0", vendorUrl: "https://wwws.airfrance.co.uk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(wwws?\\.)?airfrance\\.([a-z]+|co\\.uk|co\\.jp)/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#bw-cookie-banner > div:not([id]) > div#bw-cookie-banner-container > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#bw-cookie-banner > div:not([id]) > div#bw-cookie-banner-container > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#bw-cookie-banner > div:not([id]) > div#bw-cookie-banner-container > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(1):not([id])", comment: "Reject" }] }, { name: "auto_GB_xmlsearch.yandex.ru_0", vendorUrl: "http://xmlsearch.yandex.ru/showcaptcha?cc=1&form-fb-hint=2.46&mt=5235F211244F27DB389E15936076B249A7183076674DB088041B99419F12BB902ED7EE9D0A1C0C29660BB5F8027B02D825C5C944600A0B9597A7FABA95A4604010886AB62BCFC48EBB2B0D9A5944F5295B068DB3142F3C620544C45DEF3A35D23E73FF5A7CAA21CD45C924A53813130DCAC68EA4B19E614606DA986426F2BF335F9E379637FFE088ED6A479BBCC75C642B60C2B9457F95F7D4030254F991E439D26E3F9B2C77F808BCC1CFE371F72FFC2BEA60FD158C5EE2D8ED97E98E1559997E6A76511C47F0750B9355235719544CB6AE275062F5214674F0FA83&retpath=aHR0cDovL3htbHNlYXJjaC55YW5kZXgucnUvPw%2C%2C_c7fb16a61d9f94f55710c79a0fec2254&t=2/1747051796/704f5ee1a32f741d5a630a7c1151ac51&u=6562196981291979412&s=ddc964486073cb77944fbf1fea224565", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?xmlsearch\\.yandex\\.ru/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)" }], detectPopup: [{ visible: "body > div > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)", text: "Allow essential cookies" }] }, { name: "auto_GB_ya.ru_1", vendorUrl: "https://ya.ru/?nr=1&redirect_ts=1748623978.00000", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?ya\\.ru/" }, prehideSelectors: [], detectCmp: [{ exists: "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" }], detectPopup: [{ visible: "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" }], optIn: [], optOut: [{ waitForThenClick: "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", comment: "Allow essential cookies" }] }, { name: "auto_GB_yamaha-motor.eu_0", vendorUrl: "https://www.yamaha-motor.eu/gb/en/home/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?yamaha-motor\\.eu/" }, prehideSelectors: [], detectCmp: [{ exists: "body#home-page-05529aed94 > div#onetrust-consent-sdk > div:nth-child(2)#onetrust-banner-sdk > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2)#onetrust-button-group-parent > div#onetrust-button-group > button:nth-child(2)#onetrust-reject-all-handler" }], detectPopup: [{ visible: "body#home-page-05529aed94 > div#onetrust-consent-sdk > div:nth-child(2)#onetrust-banner-sdk > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2)#onetrust-button-group-parent > div#onetrust-button-group > button:nth-child(2)#onetrust-reject-all-handler" }], optIn: [], optOut: [{ waitForThenClick: "body#home-page-05529aed94 > div#onetrust-consent-sdk > div:nth-child(2)#onetrust-banner-sdk > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2)#onetrust-button-group-parent > div#onetrust-button-group > button:nth-child(2)#onetrust-reject-all-handler", comment: "REJECT ALL" }] }, { name: "auto_GB_yandex.com.tr_0", vendorUrl: "https://yandex.com.tr/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?yandex\\.com\\.tr/" }, prehideSelectors: [], detectCmp: [{ exists: "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" }], detectPopup: [{ visible: "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" }], optIn: [], optOut: [{ waitForThenClick: "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", comment: "Allow essential cookies" }] }, { name: "auto_GB_yandex.com_0", vendorUrl: "https://yandex.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?yandex\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "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" }], detectPopup: [{ visible: "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" }], optIn: [], optOut: [{ waitForThenClick: "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", comment: "Allow essential cookies" }] }, { name: "auto_GB_yorkshiretrading.com_0", vendorUrl: "https://www.yorkshiretrading.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?yorkshiretrading\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#__nuxt > div#__layout > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > button:nth-child(3)#reject-cookies-btn" }], detectPopup: [{ visible: "body:not([id]) > div#__nuxt > div#__layout > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > button:nth-child(3)#reject-cookies-btn" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#__nuxt > div#__layout > div:not([id]) > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > button:nth-child(3)#reject-cookies-btn", comment: "REJECT OPTIONAL" }] }, { name: "auto_GB_youporn.com_0", vendorUrl: "https://www.youporn.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?youporn\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookie_consent_wrapper > div:not([id]) > div:nth-child(4):not([id]) > button:nth-child(2)#consent_accept_essential" }], detectPopup: [{ visible: "body:not([id]) > div#cookie_consent_wrapper > div:not([id]) > div:nth-child(4):not([id]) > button:nth-child(2)#consent_accept_essential" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookie_consent_wrapper > div:not([id]) > div:nth-child(4):not([id]) > button:nth-child(2)#consent_accept_essential", comment: "Accept only essential cookies" }] }, { name: "auto_GB_zeemo.ai_0", vendorUrl: "https://zeemo.ai/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?zeemo\\.ai/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#app > div#app > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#app > div#app > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#app > div#app > div:nth-child(1):not([id]) > div:nth-child(3):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", comment: "Reject" }] }, { name: "auto_GB_zopa.com_0", vendorUrl: "https://www.zopa.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?zopa\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#onetrust-consent-sdk > div:nth-child(2)#onetrust-banner-sdk > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2)#onetrust-button-group-parent > div#onetrust-button-group > button:nth-child(2)#onetrust-reject-all-handler" }], detectPopup: [{ visible: "body:not([id]) > div#onetrust-consent-sdk > div:nth-child(2)#onetrust-banner-sdk > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2)#onetrust-button-group-parent > div#onetrust-button-group > button:nth-child(2)#onetrust-reject-all-handler" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#onetrust-consent-sdk > div:nth-child(2)#onetrust-banner-sdk > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2)#onetrust-button-group-parent > div#onetrust-button-group > button:nth-child(2)#onetrust-reject-all-handler", comment: "Reject all cookies" }] }, { name: "auto_US_airport.guide_0", vendorUrl: "https://www.airport.guide/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?airport\\.guide/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#cookie-banner > div:nth-child(4):not([id]) > button:nth-child(2)#cookie-decline" }], detectPopup: [{ visible: "body:not([id]) > div#cookie-banner > div:nth-child(4):not([id]) > button:nth-child(2)#cookie-decline" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#cookie-banner > div:nth-child(4):not([id]) > button:nth-child(2)#cookie-decline", comment: "Reject" }] }, { name: "auto_US_amazon.jobs_0", vendorUrl: "https://www.amazon.jobs/en/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?amazon\\.jobs/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[class] > div:nth-child(2) > div:nth-child(3) > container:nth-child(2) > div > div > div > div:nth-child(2) > ul > li:nth-child(2) > button" }], detectPopup: [{ visible: "body > div[class] > div:nth-child(2) > div:nth-child(3) > container:nth-child(2) > div > div > div > div:nth-child(2) > ul > li:nth-child(2) > button" }], optIn: [], optOut: [{ waitForThenClick: "body > div[class] > div:nth-child(2) > div:nth-child(3) > container:nth-child(2) > div > div > div > div:nth-child(2) > ul > li:nth-child(2) > button", text: "Reject all" }] }, { name: "auto_US_amsoil.com_fgr", vendorUrl: "https://www.amsoil.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?amsoil\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "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" }], detectPopup: [{ visible: "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" }], optIn: [], optOut: [{ waitForThenClick: "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", comment: "REJECT OPTIONAL" }] }, { name: "auto_US_askpython.com_0", vendorUrl: "https://www.askpython.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?askpython\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[class][data-location] > div:nth-child(3) > div > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[class][data-location] > div:nth-child(3) > div > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[class][data-location] > div:nth-child(3) > div > div:nth-child(2) > button:nth-child(2)", text: "Decline" }] }, { name: "auto_US_audacityteam.org_0", vendorUrl: "https://www.audacityteam.org/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?audacityteam\\.org/" }, prehideSelectors: [], detectCmp: [{ exists: "body > astro-island[uid][prefix][component-url][component-export][renderer-url][props][client][opts][await-children] > div > div > div:nth-child(2) > div:nth-child(2) > a:nth-child(1)" }], detectPopup: [{ visible: "body > astro-island[uid][prefix][component-url][component-export][renderer-url][props][client][opts][await-children] > div > div > div:nth-child(2) > div:nth-child(2) > a:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > astro-island[uid][prefix][component-url][component-export][renderer-url][props][client][opts][await-children] > div > div > div:nth-child(2) > div:nth-child(2) > a:nth-child(1)", text: "Reject" }] }, { name: "auto_US_bangbros.com_0", vendorUrl: "https://bangbros.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?bangbros\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id] > div:nth-child(3) > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[id] > div:nth-child(3) > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id] > div:nth-child(3) > div:nth-child(2) > button:nth-child(2)", text: "ACCEPT ONLY ESSENTIAL COOKIES" }] }, { name: "auto_US_blinkforhome.com_bk2", vendorUrl: "https://blinkforhome.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?blinkforhome\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body#collection-674ebc282fc924573a1f0015 > div#siteWrapper > div:nth-child(1):not([id]) > section:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body#collection-674ebc282fc924573a1f0015 > div#siteWrapper > div:nth-child(1):not([id]) > section:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ wait: 500 }, { waitForThenClick: "body#collection-674ebc282fc924573a1f0015 > div#siteWrapper > div:nth-child(1):not([id]) > section:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", comment: "Decline" }], test: [{ waitForVisible: "body#collection-674ebc282fc924573a1f0015 > div#siteWrapper > div:nth-child(1):not([id]) > section:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", timeout: 1e3, check: "none" }] }, { name: "auto_US_bookclubs.com_gxf", vendorUrl: "https://bookclubs.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?bookclubs\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#root > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1)#rcc-decline-button" }], detectPopup: [{ visible: "body:not([id]) > div#root > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1)#rcc-decline-button" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#root > div:not([id]) > div:nth-child(2):not([id]) > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1)#rcc-decline-button", comment: "REJECT" }] }, { name: "auto_US_brazzers.com_0", vendorUrl: "https://www.brazzers.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?brazzers\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id] > div:nth-child(3) > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[id] > div:nth-child(3) > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id] > div:nth-child(3) > div:nth-child(2) > button:nth-child(2)", text: "ACCEPT ONLY ESSENTIAL COOKIES" }] }, { name: "auto_US_burpee.com_8gz", vendorUrl: "https://www.burpee.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?burpee\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body#html-body > div#onetrust-consent-sdk > div:nth-child(2)#onetrust-banner-sdk > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2)#onetrust-button-group-parent > div#onetrust-button-group > button:nth-child(2)#onetrust-reject-all-handler" }], detectPopup: [{ visible: "body#html-body > div#onetrust-consent-sdk > div:nth-child(2)#onetrust-banner-sdk > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2)#onetrust-button-group-parent > div#onetrust-button-group > button:nth-child(2)#onetrust-reject-all-handler" }], optIn: [], optOut: [{ wait: 500 }, { waitForThenClick: "body#html-body > div#onetrust-consent-sdk > div:nth-child(2)#onetrust-banner-sdk > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2)#onetrust-button-group-parent > div#onetrust-button-group > button:nth-child(2)#onetrust-reject-all-handler", comment: "Reject All" }], test: [{ waitForVisible: "body#html-body > div#onetrust-consent-sdk > div:nth-child(2)#onetrust-banner-sdk > div:not([id]) > div:nth-child(1):not([id]) > div:not([id]) > div:nth-child(2)#onetrust-button-group-parent > div#onetrust-button-group > button:nth-child(2)#onetrust-reject-all-handler", timeout: 1e3, check: "none" }] }, { name: "auto_US_chilis.com_0", vendorUrl: "https://www.chilis.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?chilis\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id] > div > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > button" }], detectPopup: [{ visible: "body > div[id] > div > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > button" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id] > div > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > button", text: "REJECT ALL" }] }, { name: "auto_US_community.goodsam.com_0", vendorUrl: "https://community.goodsam.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?community\\.goodsam\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id] > div:nth-child(3) > div:nth-child(3) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[id] > div:nth-child(3) > div:nth-child(3) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id] > div:nth-child(3) > div:nth-child(3) > button:nth-child(2)", text: "Decline" }] }, { name: "auto_US_computerworld.com_0", vendorUrl: "https://www.computerworld.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?computerworld\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[class] > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[class] > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[class] > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)", text: "Do not accept" }] }, { name: "auto_US_coupons.businessinsider.com_6xd", vendorUrl: "https://coupons.businessinsider.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?coupons\\.businessinsider\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > 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])" }], detectPopup: [{ visible: "body:not([id]) > 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])" }], optIn: [], optOut: [{ wait: 500 }, { waitForThenClick: "body:not([id]) > 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])", comment: "Do Not Sell My Personal Information" }], test: [{ waitForVisible: "body:not([id]) > 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])", timeout: 1e3, check: "none" }] }, { name: "auto_US_coupons.slickdeals.net_wya", vendorUrl: "https://coupons.slickdeals.net/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?coupons\\.slickdeals\\.net/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > 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])" }], detectPopup: [{ visible: "body:not([id]) > 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])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > 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])", comment: "Do Not Sell My Personal Information" }] }, { name: "auto_US_crumblcookies.com_0", vendorUrl: "https://crumblcookies.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?crumblcookies\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id] > div > div:nth-child(1) > div > div:nth-child(3) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[id] > div > div:nth-child(1) > div > div:nth-child(3) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id] > div > div:nth-child(1) > div > div:nth-child(3) > button:nth-child(2)", text: "Reject Non-Essential Cookies" }] }, { name: "auto_US_csoonline.com_0", vendorUrl: "https://www.csoonline.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?csoonline\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[class] > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[class] > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[class] > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)", text: "Do not accept" }] }, { name: "auto_US_deezer.com_0", vendorUrl: "https://www.deezer.com/us/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?deezer\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id][cookie-banner-data-theme] > div > div > div > div:nth-child(2) > div:nth-child(2) > button" }], detectPopup: [{ visible: "body > div[id][cookie-banner-data-theme] > div > div > div > div:nth-child(2) > div:nth-child(2) > button" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id][cookie-banner-data-theme] > div > div > div > div:nth-child(2) > div:nth-child(2) > button", text: "Refuse" }] }, { name: "auto_US_dickblick.com_0", vendorUrl: "https://www.dickblick.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?dickblick\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id] > div > div:nth-child(3) > header:nth-child(1) > div:nth-child(2) > div > div > div:nth-child(3) > button:nth-child(1)" }], detectPopup: [{ visible: "body > div[id] > div > div:nth-child(3) > header:nth-child(1) > div:nth-child(2) > div > div > div:nth-child(3) > button:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id] > div > div:nth-child(3) > header:nth-child(1) > div:nth-child(2) > div > div > div:nth-child(3) > button:nth-child(1)", text: "REJECT ALL NON-ESSENTIAL COOKIES" }] }, { name: "auto_US_dietdoctor.com_0", vendorUrl: "https://www.dietdoctor.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?dietdoctor\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id][tabindex][role][aria-live][data-nosnippet][class][style] > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(3)" }], detectPopup: [{ visible: "body > div[id][tabindex][role][aria-live][data-nosnippet][class][style] > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(3)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id][tabindex][role][aria-live][data-nosnippet][class][style] > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(3)", text: "ONLY NECESSARY" }] }, { name: "auto_US_dinarrecaps.com_qnj", vendorUrl: "https://dinarrecaps.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?dinarrecaps\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body#collection-5d5226193cfb38000127fdfd > div#siteWrapper > div:nth-child(1):not([id]) > section:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], detectPopup: [{ visible: "body#collection-5d5226193cfb38000127fdfd > div#siteWrapper > div:nth-child(1):not([id]) > section:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body#collection-5d5226193cfb38000127fdfd > div#siteWrapper > div:nth-child(1):not([id]) > section:not([id]) > div:nth-child(2):not([id]) > button:nth-child(1):not([id])", comment: "DECLINE" }] }, { name: "auto_US_docs.snowflake.com_0", vendorUrl: "https://docs.snowflake.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?docs\\.snowflake\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id] > div:nth-child(3) > div > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[id] > div:nth-child(3) > div > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id] > div:nth-child(3) > div > div:nth-child(2) > button:nth-child(2)", text: "Decline" }] }, { name: "auto_US_dropbox.com_0", vendorUrl: "https://www.dropbox.com/", cosmetic: false, runContext: { main: false, frame: true, urlPattern: "^https?://(www\\.)?dropbox\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id] > div > div > div > div > div:nth-child(3) > span > span > div:nth-child(2) > span:nth-child(1) > button" }], detectPopup: [{ visible: "body > div[id] > div > div > div > div > div:nth-child(3) > span > span > div:nth-child(2) > span:nth-child(1) > button" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id] > div > div > div > div > div:nth-child(3) > span > span > div:nth-child(2) > span:nth-child(1) > button", text: "Decline" }] }, { name: "auto_US_e-chords.com_0", vendorUrl: "https://www.e-chords.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?e-chords\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > main[id][data-v-app] > div:nth-child(4) > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > main[id][data-v-app] > div:nth-child(4) > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > main[id][data-v-app] > div:nth-child(4) > div:nth-child(2) > button:nth-child(2)", text: "Reject all" }] }, { name: "auto_US_emagine-entertainment.com_0", vendorUrl: "https://www.emagine-entertainment.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?emagine-entertainment\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[class][id][style] > div:nth-child(2) > div:nth-child(2) > a:nth-child(2)" }], detectPopup: [{ visible: "body > div[class][id][style] > div:nth-child(2) > div:nth-child(2) > a:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[class][id][style] > div:nth-child(2) > div:nth-child(2) > a:nth-child(2)", text: "Disable All" }] }, { name: "auto_US_en.community.sonos.com_0", vendorUrl: "https://en.community.sonos.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?en\\.community\\.sonos\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id][class] > div:nth-child(4) > div > div > div:nth-child(1) > div:nth-child(3) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[id][class] > div:nth-child(4) > div > div > div:nth-child(1) > div:nth-child(3) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id][class] > div:nth-child(4) > div > div > div:nth-child(1) > div:nth-child(3) > button:nth-child(2)", text: "Deny all" }] }, { name: "auto_US_faphouse.com_0", vendorUrl: "https://faphouse.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?faphouse\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id][class] > div > div:nth-child(4) > div > div:nth-child(4) > button:nth-child(2) > span" }], detectPopup: [{ visible: "body > div[id][class] > div > div:nth-child(4) > div > div:nth-child(4) > button:nth-child(2) > span" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id][class] > div > div:nth-child(4) > div > div:nth-child(4) > button:nth-child(2) > span", text: "Reject cookies" }] }, { name: "auto_US_forum.affinity.serif.com_0", vendorUrl: "https://forum.affinity.serif.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?forum\\.affinity\\.serif\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id][class][data-role][data-controller][style] > div > div:nth-child(2) > form > button:nth-child(3)" }], detectPopup: [{ visible: "body > div[id][class][data-role][data-controller][style] > div > div:nth-child(2) > form > button:nth-child(3)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id][class][data-role][data-controller][style] > div > div:nth-child(2) > form > button:nth-child(3)", text: "\xA0Reject Cookies" }] }, { name: "auto_US_forum.proxmox.com_0", vendorUrl: "https://forum.proxmox.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?forum\\.proxmox\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[class] > ul > li > div > div:nth-child(2) > div > div:nth-child(2) > a:nth-child(2) > span" }], detectPopup: [{ visible: "body > div[class] > ul > li > div > div:nth-child(2) > div > div:nth-child(2) > a:nth-child(2) > span" }], optIn: [], optOut: [{ waitForThenClick: "body > div[class] > ul > li > div > div:nth-child(2) > div > div:nth-child(2) > a:nth-child(2) > span", text: "Reject optional cookies" }] }, { name: "auto_US_forum.prusa3d.com_0", vendorUrl: "https://forum.prusa3d.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?forum\\.prusa3d\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[class][tabindex] > div > div > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[class][tabindex] > div > div > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[class][tabindex] > div > div > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)", text: "Reject All" }] }, { name: "auto_US_forums.malwarebytes.com_0", vendorUrl: "https://forums.malwarebytes.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?forums\\.malwarebytes\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id][class][data-role][data-controller][style] > div > div:nth-child(2) > form > button:nth-child(3)" }], detectPopup: [{ visible: "body > div[id][class][data-role][data-controller][style] > div > div:nth-child(2) > form > button:nth-child(3)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id][class][data-role][data-controller][style] > div > div:nth-child(2) > form > button:nth-child(3)", text: "\xA0Reject Cookies" }] }, { name: "auto_US_foundryvtt.com_0", vendorUrl: "https://foundryvtt.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?foundryvtt\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > main[class][id] > div:nth-child(1) > form:nth-child(2) > footer:nth-child(5) > button:nth-child(2)" }], detectPopup: [{ visible: "body > main[class][id] > div:nth-child(1) > form:nth-child(2) > footer:nth-child(5) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > main[class][id] > div:nth-child(1) > form:nth-child(2) > footer:nth-child(5) > button:nth-child(2)", text: " REQUIRED ONLY" }] }, { name: "auto_US_framesdirect.com_0", vendorUrl: "https://www.framesdirect.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?framesdirect\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id] > div > div > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[id] > div > div > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id] > div > div > div:nth-child(2) > button:nth-child(2)", text: "REJECT" }] }, { name: "auto_US_fullscript.com_0", vendorUrl: "https://fullscript.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?fullscript\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[class] > div > div:nth-child(7) > div:nth-child(2) > button:nth-child(1)" }], detectPopup: [{ visible: "body > div[class] > div > div:nth-child(7) > div:nth-child(2) > button:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[class] > div > div:nth-child(7) > div:nth-child(2) > button:nth-child(1)", text: "Decline cookies" }] }, { name: "auto_US_gayporn.com_0", vendorUrl: "https://gayporn.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?gayporn\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id] > div:nth-child(3) > div:nth-child(2) > div > div > div:nth-child(5) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[id] > div:nth-child(3) > div:nth-child(2) > div > div > div:nth-child(5) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id] > div:nth-child(3) > div:nth-child(2) > div > div > div:nth-child(5) > button:nth-child(2)", text: "Reject All" }] }, { name: "auto_US_giant-bicycles.com_0", vendorUrl: "https://www.giant-bicycles.com/global", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?giant-bicycles\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[class][role][aria-label][style] > div > div:nth-child(3) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[class][role][aria-label][style] > div > div:nth-child(3) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[class][role][aria-label][style] > div > div:nth-child(3) > button:nth-child(2)", text: "Refuse all cookies" }] }, { name: "auto_US_gibson.com_0", vendorUrl: "https://www.gibson.com/en-US/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?gibson\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id][class][role][aria-labelledby][tabindex][data-backdrop][data-keyboard][aria-modal][style] > div > div > button:nth-child(6)" }], detectPopup: [{ visible: "body > div[id][class][role][aria-labelledby][tabindex][data-backdrop][data-keyboard][aria-modal][style] > div > div > button:nth-child(6)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id][class][role][aria-labelledby][tabindex][data-backdrop][data-keyboard][aria-modal][style] > div > div > button:nth-child(6)", text: "ACCEPT ESSENTIAL COOKIES" }] }, { name: "auto_US_gocivilairpatrol.com_0", vendorUrl: "https://www.gocivilairpatrol.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?gocivilairpatrol\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#mm-1 > div:nth-child(2)#cookie-consent-container > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#mm-1 > div:nth-child(2)#cookie-consent-container > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#mm-1 > div:nth-child(2)#cookie-consent-container > div:nth-child(2):not([id]) > div:nth-child(2):not([id]) > a:nth-child(2):not([id])", comment: "Reject All" }] }, { name: "auto_US_gog.com_0", vendorUrl: "https://www.gog.com/en/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?gog\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id][name][role][aria-modal][aria-labelledby][tabindex][lang][dir][ng-non-bindable][style][data-template][class] > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(1)" }], detectPopup: [{ visible: "body > div[id][name][role][aria-modal][aria-labelledby][tabindex][lang][dir][ng-non-bindable][style][data-template][class] > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id][name][role][aria-modal][aria-labelledby][tabindex][lang][dir][ng-non-bindable][style][data-template][class] > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(1)", text: "Reject all" }] }, { name: "auto_US_hearth.com_0", vendorUrl: "https://www.hearth.com/talk/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?hearth\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[class] > ul > li > div > div:nth-child(2) > div > div:nth-child(2) > a:nth-child(2) > span" }], detectPopup: [{ visible: "body > div[class] > ul > li > div > div:nth-child(2) > div > div:nth-child(2) > a:nth-child(2) > span" }], optIn: [], optOut: [{ waitForThenClick: "body > div[class] > ul > li > div > div:nth-child(2) > div > div:nth-child(2) > a:nth-child(2) > span", text: "Reject optional cookies" }] }, { name: "auto_US_help.dropbox.com_0", vendorUrl: "https://help.dropbox.com/", cosmetic: false, runContext: { main: false, frame: true, urlPattern: "^https?://(www\\.)?dropbox\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id] > div > div > div > div > div:nth-child(3) > span > span > div:nth-child(2) > span:nth-child(1) > button" }], detectPopup: [{ visible: "body > div[id] > div > div > div > div > div:nth-child(3) > span > span > div:nth-child(2) > span:nth-child(1) > button" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id] > div > div > div > div > div:nth-child(3) > span > span > div:nth-child(2) > span:nth-child(1) > button", text: "Decline" }] }, { name: "auto_US_help.solidworks.com_0", vendorUrl: "https://help.solidworks.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?help\\.solidworks\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id][class] > div > div:nth-child(1) > div > h2:nth-child(1) > button" }], detectPopup: [{ visible: "body > div[id][class] > div > div:nth-child(1) > div > h2:nth-child(1) > button" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id][class] > div > div:nth-child(1) > div > h2:nth-child(1) > button", text: "Continue with only necessary cookies" }] }, { name: "auto_US_honeybaked.com_0", vendorUrl: "https://www.honeybaked.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?honeybaked\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[class] > div > div:nth-child(2) > div > div > div:nth-child(3) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[class] > div > div:nth-child(2) > div > div > div:nth-child(3) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[class] > div > div:nth-child(2) > div > div > div:nth-child(3) > button:nth-child(2)", text: "Deny Cookies and Close" }] }, { name: "auto_US_hypixel.net_0", vendorUrl: "https://hypixel.net/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?hypixel\\.net/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[class] > ul > li > div > div > div:nth-child(2) > a:nth-child(2) > span" }], detectPopup: [{ visible: "body > div[class] > ul > li > div > div > div:nth-child(2) > a:nth-child(2) > span" }], optIn: [], optOut: [{ waitForThenClick: "body > div[class] > ul > li > div > div > div:nth-child(2) > a:nth-child(2) > span", text: "Reject optional cookies" }] }, { name: "auto_US_interactivebrokers.com_0", vendorUrl: "https://www.interactivebrokers.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?interactivebrokers\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[class][id][tabindex][role][aria-labelledby][aria-modal][style] > div > div > div:nth-child(3) > div > div > p > button:nth-child(3)" }], detectPopup: [{ visible: "body > div[class][id][tabindex][role][aria-labelledby][aria-modal][style] > div > div > div:nth-child(3) > div > div > p > button:nth-child(3)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[class][id][tabindex][role][aria-labelledby][aria-modal][style] > div > div > div:nth-child(3) > div > div > p > button:nth-child(3)", text: "Reject All Cookies" }] }, { name: "auto_US_inven.ai_0", vendorUrl: "https://www.inven.ai/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?inven\\.ai/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id][class][style] > div > div:nth-child(2) > a:nth-child(2)" }], detectPopup: [{ visible: "body > div[id][class][style] > div > div:nth-child(2) > a:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id][class][style] > div > div:nth-child(2) > a:nth-child(2)", text: "Necessary" }] }, { name: "auto_US_jeld-wen.com_0", vendorUrl: "https://www.jeld-wen.com/en-us", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?jeld-wen\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id][name][role][aria-modal][aria-labelledby][tabindex][lang][dir][ng-non-bindable][style][data-template][class] > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)" }], detectPopup: [{ visible: "body > div[id][name][role][aria-modal][aria-labelledby][tabindex][lang][dir][ng-non-bindable][style][data-template][class] > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id][name][role][aria-modal][aria-labelledby][tabindex][lang][dir][ng-non-bindable][style][data-template][class] > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)", text: "Deny" }] }, { name: "auto_US_jw.org_0", vendorUrl: "https://www.jw.org/en/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?jw\\.org/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[class][style] > div > div:nth-child(3) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[class][style] > div > div:nth-child(3) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[class][style] > div > div:nth-child(3) > button:nth-child(2)", text: "Decline" }] }, { name: "auto_US_kansascity.com_0", vendorUrl: "https://www.kansascity.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?kansascity\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[data-nosnippet][class][dir] > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[data-nosnippet][class][dir] > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[data-nosnippet][class][dir] > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)", text: "Deny" }] }, { name: "auto_US_kentucky.com_0", vendorUrl: "https://www.kentucky.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?kentucky\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[data-nosnippet][class][dir] > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[data-nosnippet][class][dir] > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[data-nosnippet][class][dir] > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)", text: "Deny" }] }, { name: "auto_US_kirkusreviews.com_0", vendorUrl: "https://www.kirkusreviews.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?kirkusreviews\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[class] > div > div:nth-child(3) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[class] > div > div:nth-child(3) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[class] > div > div:nth-child(3) > button:nth-child(2)", text: "Decline" }] }, { name: "auto_US_klm.com_0", vendorUrl: "https://www.klm.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?klm\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id][class] > div > div > div:nth-child(1) > div > div:nth-child(3) > button:nth-child(1)" }], detectPopup: [{ visible: "body > div[id][class] > div > div > div:nth-child(1) > div > div:nth-child(3) > button:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id][class] > div > div > div:nth-child(1) > div > div:nth-child(3) > button:nth-child(1)", text: "Reject" }] }, { name: "auto_US_lakehouse.com_qes", vendorUrl: "https://www.lakehouse.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?lakehouse\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#main > div:nth-child(4):not([id]) > div:nth-child(10):not([id]) > button:nth-child(3):not([id])" }], detectPopup: [{ visible: "body:not([id]) > div#main > div:nth-child(4):not([id]) > div:nth-child(10):not([id]) > button:nth-child(3):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#main > div:nth-child(4):not([id]) > div:nth-child(10):not([id]) > button:nth-child(3):not([id])", comment: "Deny" }] }, { name: "auto_US_learn.ligonier.org_0", vendorUrl: "https://learn.ligonier.org/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?learn\\.ligonier\\.org/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[class] > form > div > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[class] > form > div > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[class] > form > div > div:nth-child(2) > button:nth-child(2)", text: "Strictly Necessary" }] }, { name: "auto_US_ligonier.org_0", vendorUrl: "https://www.ligonier.org/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?ligonier\\.org/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id] > div:nth-child(2) > div:nth-child(4) > div > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[id] > div:nth-child(2) > div:nth-child(4) > div > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id] > div:nth-child(2) > div:nth-child(4) > div > div:nth-child(2) > button:nth-child(2)", text: "Strictly Necessary" }] }, { name: "auto_US_loyalfans.com_0", vendorUrl: "https://www.loyalfans.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?loyalfans\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > app-root[ng-version][_nghost-ng-c1385255947][aria-hidden] > app-cookie-consent:nth-child(1) > div > section:nth-child(2) > button:nth-child(1)" }], detectPopup: [{ visible: "body > app-root[ng-version][_nghost-ng-c1385255947][aria-hidden] > app-cookie-consent:nth-child(1) > div > section:nth-child(2) > button:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > app-root[ng-version][_nghost-ng-c1385255947][aria-hidden] > app-cookie-consent:nth-child(1) > div > section:nth-child(2) > button:nth-child(1)", text: "ONLY NECESSARY COOKIES" }] }, { name: "auto_US_mainehealth.org_0", vendorUrl: "https://www.mainehealth.org/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?mainehealth\\.org/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id][name][role][aria-modal][aria-labelledby][tabindex][lang][dir][ng-non-bindable][style][data-template][class] > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)" }], detectPopup: [{ visible: "body > div[id][name][role][aria-modal][aria-labelledby][tabindex][lang][dir][ng-non-bindable][style][data-template][class] > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id][name][role][aria-modal][aria-labelledby][tabindex][lang][dir][ng-non-bindable][style][data-template][class] > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)", text: "Deny" }] }, { name: "auto_US_mainlinehealth.org_1vu", vendorUrl: "https://www.mainlinehealth.org/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?mainlinehealth\\.org/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#ppms_cm_consent_popup_e5f9b35a-6679-48b0-9aca-685630f5a919 > 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-b2431db8-970e-4204-a7f2-83be58cc11cc > div:nth-child(2)#ppms-617076d4-f7f5-41c1-9dce-3ed8c3be988f > button:nth-child(2)#ppms_cm_reject-all" }], detectPopup: [{ visible: "body:not([id]) > div#ppms_cm_consent_popup_e5f9b35a-6679-48b0-9aca-685630f5a919 > 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-b2431db8-970e-4204-a7f2-83be58cc11cc > div:nth-child(2)#ppms-617076d4-f7f5-41c1-9dce-3ed8c3be988f > button:nth-child(2)#ppms_cm_reject-all" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#ppms_cm_consent_popup_e5f9b35a-6679-48b0-9aca-685630f5a919 > 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-b2431db8-970e-4204-a7f2-83be58cc11cc > div:nth-child(2)#ppms-617076d4-f7f5-41c1-9dce-3ed8c3be988f > button:nth-child(2)#ppms_cm_reject-all", comment: "Decline all" }] }, { name: "auto_US_marriedbiography.com_0", vendorUrl: "https://marriedbiography.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?marriedbiography\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id][data-nosnippet][data-cli-type][style] > span > a:nth-child(3)" }], detectPopup: [{ visible: "body > div[id][data-nosnippet][data-cli-type][style] > span > a:nth-child(3)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id][data-nosnippet][data-cli-type][style] > span > a:nth-child(3)", text: "REJECT" }] }, { name: "auto_US_marvin.com_0", vendorUrl: "https://www.marvin.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?marvin\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[class] > div > div:nth-child(2) > div > button:nth-child(1)" }], detectPopup: [{ visible: "body > div[class] > div > div:nth-child(2) > div > button:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[class] > div > div:nth-child(2) > div > button:nth-child(1)", text: "Decline" }] }, { name: "auto_US_medifind.com_0", vendorUrl: "https://www.medifind.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?medifind\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id] > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > button:nth-child(1)" }], detectPopup: [{ visible: "body > div[id] > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > button:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id] > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > button:nth-child(1)", text: "Accept Necessary" }] }, { name: "auto_US_monkeytype.com_0", vendorUrl: "https://monkeytype.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?monkeytype\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id] > dialog:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[id] > dialog:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id] > dialog:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)", text: "reject non-essential" }] }, { name: "auto_US_mountsinai.org_bgh", vendorUrl: "https://www.mountsinai.org/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?mountsinai\\.org/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#ppms_cm_consent_popup_a27d2fb5-8255-4f15-94c7-cd1f4ffb0436 > 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-59442d7f-1516-40e2-bbd7-12ad4b9a353e > div:nth-child(2)#ppms-3cde0edc-dff1-4c19-939f-15c95f4382d6 > button:nth-child(2)#ppms_cm_reject-all" }], detectPopup: [{ visible: "body:not([id]) > div#ppms_cm_consent_popup_a27d2fb5-8255-4f15-94c7-cd1f4ffb0436 > 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-59442d7f-1516-40e2-bbd7-12ad4b9a353e > div:nth-child(2)#ppms-3cde0edc-dff1-4c19-939f-15c95f4382d6 > button:nth-child(2)#ppms_cm_reject-all" }], optIn: [], optOut: [{ waitForThenClick: "body:not([id]) > div#ppms_cm_consent_popup_a27d2fb5-8255-4f15-94c7-cd1f4ffb0436 > 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-59442d7f-1516-40e2-bbd7-12ad4b9a353e > div:nth-child(2)#ppms-3cde0edc-dff1-4c19-939f-15c95f4382d6 > button:nth-child(2)#ppms_cm_reject-all", comment: "Decline all" }] }, { name: "auto_US_musicnotes.com_0", vendorUrl: "https://www.musicnotes.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?musicnotes\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id][class] > div:nth-child(3) > button:nth-child(1)" }], detectPopup: [{ visible: "body > div[id][class] > div:nth-child(3) > button:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id][class] > div:nth-child(3) > button:nth-child(1)", text: "Reject" }] }, { name: "auto_US_mycharisma.com_u6r", vendorUrl: "https://mycharisma.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?mycharisma\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#zcb-banner > div#zcb-info > span:nth-child(2):not([id]) > a:nth-child(1)#zc-decline" }], detectPopup: [{ visible: "body:not([id]) > div#zcb-banner > div#zcb-info > span:nth-child(2):not([id]) > a:nth-child(1)#zc-decline" }], optIn: [], optOut: [{ wait: 500 }, { waitForThenClick: "body:not([id]) > div#zcb-banner > div#zcb-info > span:nth-child(2):not([id]) > a:nth-child(1)#zc-decline", comment: "Deny" }], test: [{ waitForVisible: "body:not([id]) > div#zcb-banner > div#zcb-info > span:nth-child(2):not([id]) > a:nth-child(1)#zc-decline", timeout: 1e3, check: "none" }] }, { name: "auto_US_mychart.wellstar.org_pwj", vendorUrl: "https://mychart.wellstar.org/MyChart/Authentication/Login?", cosmetic: false, runContext: { main: false, frame: true, urlPattern: "^https?://(www\\.)?wellstar\\.org/" }, prehideSelectors: [], detectCmp: [{ exists: "body#prelogin > div#wrapper > main:nth-child(3):not([id]) > div:nth-child(4)#cookie-consent-banner > div:nth-child(2):not([id]) > button:nth-child(1)#cookie-deny-btn" }], detectPopup: [{ visible: "body#prelogin > div#wrapper > main:nth-child(3):not([id]) > div:nth-child(4)#cookie-consent-banner > div:nth-child(2):not([id]) > button:nth-child(1)#cookie-deny-btn" }], optIn: [], optOut: [{ wait: 500 }, { waitForThenClick: "body#prelogin > div#wrapper > main:nth-child(3):not([id]) > div:nth-child(4)#cookie-consent-banner > div:nth-child(2):not([id]) > button:nth-child(1)#cookie-deny-btn", comment: "Deny all cookies" }], test: [{ waitForVisible: "body#prelogin > div#wrapper > main:nth-child(3):not([id]) > div:nth-child(4)#cookie-consent-banner > div:nth-child(2):not([id]) > button:nth-child(1)#cookie-deny-btn", timeout: 1e3, check: "none" }] }, { name: "auto_US_mynm.nm.org_0", vendorUrl: "https://mynm.nm.org/MyChart/Authentication/Login?utm_source=mychart.nm.org&utm_medium=301re&utm_campaign=mynm", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?mynm\\.nm\\.org/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id] > div > div > div:nth-child(3) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[id] > div > div > div:nth-child(3) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id] > div > div > div:nth-child(3) > button:nth-child(2)", text: "Decline" }] }, { name: "auto_US_newsbreak.com_0", vendorUrl: "https://www.newsbreak.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?newsbreak\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "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])" }], detectPopup: [{ visible: "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])" }], optIn: [], optOut: [{ waitForThenClick: "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])", comment: "Reject" }] }, { name: "auto_US_nm.org_0", vendorUrl: "https://www.nm.org/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?nm\\.org/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id] > div > div:nth-child(2) > div > div > div > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[id] > div > div:nth-child(2) > div > div > div > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id] > div > div:nth-child(2) > div > div > div > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)", text: "Decline All" }] }, { name: "auto_US_no.co_0", vendorUrl: "https://no.co/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?no\\.co/" }, prehideSelectors: [], detectCmp: [{ exists: "body > main[class] > div:nth-child(5) > div > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > main[class] > div:nth-child(5) > div > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > main[class] > div:nth-child(5) > div > div:nth-child(2) > button:nth-child(2)", text: "REJECT" }] }, { name: "auto_US_nutaku.net_0", vendorUrl: "https://www.nutaku.net/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?nutaku\\.net/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id] > section:nth-child(1) > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[id] > section:nth-child(1) > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id] > section:nth-child(1) > div:nth-child(2) > button:nth-child(2)", text: "Accept Only Essential Cookies" }] }, { name: "auto_US_oakley.com_0", vendorUrl: "https://www.oakley.com/en-us", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?oakley\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id] > div > div > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[id] > div > div > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id] > div > div > div:nth-child(2) > button:nth-child(2)", text: "REJECT" }] }, { name: "auto_US_oip.manual.canon_0", vendorUrl: "https://oip.manual.canon/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?oip\\.manual\\.canon/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id] > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[id] > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id] > div:nth-child(2) > button:nth-child(2)", text: "Reject" }] }, { name: "auto_US_parchment.com_7r7", vendorUrl: "https://www.parchment.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?parchment\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "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])" }], detectPopup: [{ visible: "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])" }], optIn: [], optOut: [{ waitForThenClick: "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])", comment: "Reject All" }] }, { name: "auto_US_peekyou.com_32h", vendorUrl: "https://www.peekyou.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?peekyou\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body#index_landing > div#consent-banner > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], detectPopup: [{ visible: "body#index_landing > div#consent-banner > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])" }], optIn: [], optOut: [{ waitForThenClick: "body#index_landing > div#consent-banner > div:not([id]) > div:nth-child(2):not([id]) > button:nth-child(2):not([id])", comment: "Decline All" }] }, { name: "auto_US_peptidesciences.com_0", vendorUrl: "https://www.peptidesciences.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?peptidesciences\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body#html-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])" }], detectPopup: [{ visible: "body#html-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])" }], optIn: [], optOut: [{ waitForThenClick: "body#html-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])", comment: "ACCEPT ONLY REQUIRED COOKIES" }] }, { name: "auto_US_powerofpositivity.com_0", vendorUrl: "https://www.powerofpositivity.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?powerofpositivity\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[class] > div > div > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[class] > div > div > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[class] > div > div > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)", text: "REJECT ALL" }] }, { name: "auto_US_raymondjames.com_0", vendorUrl: "https://www.raymondjames.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?raymondjames\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[class] > div:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > button:nth-child(1)" }], detectPopup: [{ visible: "body > div[class] > div:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > button:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[class] > div:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > button:nth-child(1)", text: "Decline" }] }, { name: "auto_US_recology.com_0", vendorUrl: "https://www.recology.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?recology\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id][role][class][aria-label] > div > div:nth-child(2) > a:nth-child(2)" }], detectPopup: [{ visible: "body > div[id][role][class][aria-label] > div > div:nth-child(2) > a:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id][role][class][aria-label] > div > div:nth-child(2) > a:nth-child(2)", text: "Reject cookies" }] }, { name: "auto_US_redgifs.com_0", vendorUrl: "https://www.redgifs.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?redgifs\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id] > div > div:nth-child(4) > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[id] > div > div:nth-child(4) > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id] > div > div:nth-child(4) > div:nth-child(2) > button:nth-child(2)", text: "Decline" }] }, { name: "auto_US_schedule1-calculator.com_0", vendorUrl: "https://schedule1-calculator.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?schedule1-calculator\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id][class] > div:nth-child(2) > button:nth-child(1)" }], detectPopup: [{ visible: "body > div[id][class] > div:nth-child(2) > button:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id][class] > div:nth-child(2) > button:nth-child(1)", text: "Deny" }] }, { name: "auto_US_semrush.com_0", vendorUrl: "https://www.semrush.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?semrush\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[data-region][class][data-nosnippet][style] > div > div > div:nth-child(2) > button:nth-child(1)" }], detectPopup: [{ visible: "body > div[data-region][class][data-nosnippet][style] > div > div > div:nth-child(2) > button:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[data-region][class][data-nosnippet][style] > div > div > div:nth-child(2) > button:nth-child(1)", text: "Do not sell or share my personal information" }] }, { name: "auto_US_shemalestardb.com_0", vendorUrl: "https://shemalestardb.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?shemalestardb\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[] > div > div:nth-child(3) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[] > div > div:nth-child(3) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[] > div > div:nth-child(3) > button:nth-child(2)", text: "Reject" }] }, { name: "auto_US_slidesgo.com_0", vendorUrl: "https://slidesgo.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?slidesgo\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id] > div:nth-child(2) > div > div:nth-child(1) > div > div:nth-child(2) > div > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[id] > div:nth-child(2) > div > div:nth-child(1) > div > div:nth-child(2) > div > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id] > div:nth-child(2) > div > div:nth-child(1) > div > div:nth-child(2) > div > button:nth-child(2)", text: "Reject All" }] }, { name: "auto_US_sportsinjuryclinic.net_0", vendorUrl: "https://www.sportsinjuryclinic.net/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?sportsinjuryclinic\\.net/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id][data-nosnippet][style] > span > a:nth-child(2)" }], detectPopup: [{ visible: "body > div[id][data-nosnippet][style] > span > a:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id][data-nosnippet][style] > span > a:nth-child(2)", text: "Reject" }] }, { name: "auto_US_sqlservercentral.com_0", vendorUrl: "https://www.sqlservercentral.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?sqlservercentral\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[class] > div > div > ul:nth-child(3) > li:nth-child(2) > button" }], detectPopup: [{ visible: "body > div[class] > div > div > ul:nth-child(3) > li:nth-child(2) > button" }], optIn: [], optOut: [{ waitForThenClick: "body > div[class] > div > div > ul:nth-child(3) > li:nth-child(2) > button", text: "Reject additional cookies" }] }, { name: "auto_US_sso.passport.yandex.ru_0", vendorUrl: "https://sso.passport.yandex.ru/showcaptcha?cc=1&form-fb-hint=2.188&mt=5E71C1D91D0866158B80FEE22C9B73358A94542D4F112538C2885016A45DF4AF1FF53B413DBA8E3711FD7A0EC0BE80592F29B588C3EF46241DC91E31F9A4B8DB25234D461DFF05185F1119D33AEBADA56B301D58B8D5C0F245D7C8EDD56B40CA588E06CB67A367432DF89BB8785CC82C28A95DA133758B87D9791EC18C2F931C7521370FC1A697AE40A76F25A3D7E61D2315F550CC58EE1518E88433593379B0C4E15219404822C86EFBB2CF9BEE94629D17300B69D90F3E293DF6146336C794FCA92E522CC131EE41715C081B5F093C7A0D4BD2A04DA34DF3FD26BF50&retpath=aHR0cHM6Ly9zc28ucGFzc3BvcnQueWFuZGV4LnJ1L3B1c2g_cmV0cGF0aD1odHRwcyUzQSUyRiUyRnlhLnJ1JTJGJTNGbnIlM0QxJTI2cmVkaXJlY3RfdHMlM0QxNzQ3MDc2Mzk2LjAwMDAwJnV1aWQ9MTg3M2QzOGQtYTBkNC00ODViLTk4NjMtZjc2ZTM2ODBhYWUw_30d0f94f115a06dbb83791054a6546bb&t=2/1747076398/9c7f96b6e48bb0c103811c61935582c8&u=6563847972491272717&s=02fa626eff4de100d1cfbf71c669b142", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?sso\\.passport\\.yandex\\.ru/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[class][role][aria-labelledby][aria-live][lang] > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)" }], detectPopup: [{ visible: "body > div[class][role][aria-labelledby][aria-live][lang] > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[class][role][aria-labelledby][aria-live][lang] > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)", text: "Allow essential cookies" }] }, { name: "auto_US_strava.com_0", vendorUrl: "https://www.strava.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?strava\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id] > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[id] > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id] > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(2)", text: "Reject" }] }, { name: "auto_US_support.nordvpn.com_0", vendorUrl: "https://support.nordvpn.com/hc/en-us", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?support\\.nordvpn\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[class][id] > div > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[class][id] > div > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[class][id] > div > div:nth-child(2) > button:nth-child(2)", text: "Reject" }] }, { name: "auto_US_tackledirect.com_0", vendorUrl: "https://www.tackledirect.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?tackledirect\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id][style] > div > div > div > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[id][style] > div > div > div > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id][style] > div > div > div > div:nth-child(2) > button:nth-child(2)", text: "Reject all" }] }, { name: "auto_US_tecadmin.net_4bn", vendorUrl: "https://tecadmin.net/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?tecadmin\\.net/" }, prehideSelectors: [], detectCmp: [{ exists: "body:not([id]) > div#consent-popup > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(3)#decline-all" }], detectPopup: [{ visible: "body:not([id]) > div#consent-popup > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(3)#decline-all" }], optIn: [], optOut: [{ wait: 500 }, { waitForThenClick: "body:not([id]) > div#consent-popup > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(3)#decline-all", comment: "DECLINE ALL" }], test: [{ waitForVisible: "body:not([id]) > div#consent-popup > div:not([id]) > div:nth-child(3):not([id]) > button:nth-child(3)#decline-all", timeout: 1e3, check: "none" }] }, { name: "auto_US_thedrardisshow.com_0", vendorUrl: "https://thedrardisshow.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?thedrardisshow\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id][aria-hidden][style] > div > div > div > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[id][aria-hidden][style] > div > div > div > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id][aria-hidden][style] > div > div > div > div:nth-child(2) > button:nth-child(2)", text: "Reject all" }] }, { name: "auto_US_thingiverse.com_0", vendorUrl: "https://www.thingiverse.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?thingiverse\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id][name][role][aria-modal][aria-labelledby][tabindex][lang][dir][ng-non-bindable][data-template][class][style] > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)" }], detectPopup: [{ visible: "body > div[id][name][role][aria-modal][aria-labelledby][tabindex][lang][dir][ng-non-bindable][data-template][class][style] > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id][name][role][aria-modal][aria-labelledby][tabindex][lang][dir][ng-non-bindable][data-template][class][style] > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)", text: "Deny" }] }, { name: "auto_US_tinder.com_0", vendorUrl: "https://tinder.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?tinder\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id][class] > div > div:nth-child(2) > div > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > button" }], detectPopup: [{ visible: "body > div[id][class] > div > div:nth-child(2) > div > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > button" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id][class] > div > div:nth-child(2) > div > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > button", text: "I decline" }] }, { name: "auto_US_tirerack.com_0", vendorUrl: "https://www.tirerack.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?tirerack\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id][style][class] > div > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[id][style][class] > div > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id][style][class] > div > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > button:nth-child(2)", text: "Reject All" }] }, { name: "auto_US_titleist.com_0", vendorUrl: "https://www.titleist.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?titleist\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id][lang][dir][ng-non-bindable][name][class][style] > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > a:nth-child(2)" }], detectPopup: [{ visible: "body > div[id][lang][dir][ng-non-bindable][name][class][style] > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > a:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id][lang][dir][ng-non-bindable][name][class][style] > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > a:nth-child(2)", text: "Accept Only Essential" }] }, { name: "auto_US_translate.yandex.com_0", vendorUrl: "http://translate.yandex.com/showcaptcha?cc=1&form-fb-hint=2.41&mt=5B191C33065B82A7211FB7CCE4E724BCED5D0FEAE8A37F306508D6CF148D98D5C780522BBCA064F51DB7BA39B1CA293592510CE99D2F37736A995DEC92044CB367AD4B9FD30942EF76C56DDB03E5707B4D673CFD3E780AE22EC249AB273052817FA796F6EF1FFBB02C86F07A028F1E02B19F962ABB8375A7D3CF04F53BEE36072CA193984A5566D3C00D10BFD1BE1686E9CBFB960309919308C88BDCC05546436055E446F32441363EAF1530B69E3E08B19874079464A6A859F019B919347EFCD705A0063F06D8784502A11EBF91BE4E37A4B71FF30C7EEC5E70A94B&retpath=aHR0cDovL3RyYW5zbGF0ZS55YW5kZXguY29tLz8%2C_6808a98e6375b9531344c4a572dd9808&t=2/1747075483/5d2b55f64235729a4f44085ba42637ed&u=6563786572041462285&s=fcd033bea3dc780c0e74042d648ae79a", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?translate\\.yandex\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[class][role][aria-labelledby][aria-live][lang] > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)" }], detectPopup: [{ visible: "body > div[class][role][aria-labelledby][aria-live][lang] > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[class][role][aria-labelledby][aria-live][lang] > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)", text: "Allow essential cookies" }] }, { name: "auto_US_trekbikes.com_0", vendorUrl: "https://www.trekbikes.com/us/en_US/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?trekbikes\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id][name][role][aria-modal][aria-labelledby][tabindex][lang][dir][ng-non-bindable][style][data-template][class] > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)" }], detectPopup: [{ visible: "body > div[id][name][role][aria-modal][aria-labelledby][tabindex][lang][dir][ng-non-bindable][style][data-template][class] > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id][name][role][aria-modal][aria-labelledby][tabindex][lang][dir][ng-non-bindable][style][data-template][class] > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(4)", text: "Use necessary cookies only" }] }, { name: "auto_US_truecaller.com_0", vendorUrl: "https://www.truecaller.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?truecaller\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id] > div > div:nth-child(1) > div > div > div > div:nth-child(2) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[id] > div > div:nth-child(1) > div > div > div > div:nth-child(2) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id] > div > div:nth-child(1) > div > div > div > div:nth-child(2) > button:nth-child(2)", text: "Accept Necessary Cookies" }] }, { name: "auto_US_try.frndlytv.com_0", vendorUrl: "https://try.frndlytv.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?try\\.frndlytv\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[class] > div:nth-child(2) > button:nth-child(1)" }], detectPopup: [{ visible: "body > div[class] > div:nth-child(2) > button:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[class] > div:nth-child(2) > button:nth-child(1)", text: "Reject All" }] }, { name: "auto_US_tv.yandex.com_0", vendorUrl: "http://tv.yandex.com/showcaptcha?cc=1&form-fb-hint=2.46&mt=E8520F7D490D8E70C0A6EC04A97B98DAC6F74063586201018CF157E29CB9A7003B711D9F7CC7EBFF083BA3323912DFF80A095302AC1257744CD8728B9DCAEE38288EDEC033A9097D02D58E87396DB860E9BD5F43B5F7E7BB8FCB738D6231514894D4D685775E9A370E93C8DAF670B967B265706F73015049F7303C8FAD0236C10D0BFA4A23BB72999EEBE5418861E62A311A053E1DF6BEEC952791A5E51407E8A44FE38394A3A663350D33A0E1C23355C889492809693890096BB0F6C6A2DA9005F418B1A8B511FD0046C31410D40099C139EDED0FCB9E51DBD660AE&retpath=aHR0cDovL3R2LnlhbmRleC5jb20vPw%2C%2C_3b9620ed58a4f7a18a59e6464bdefe71&t=2/1747071878/8aeb7be02a10b81c8864706c30954d18&u=6563544663781699041&s=2b02a18f2a605ddb76df067dc3d2dab1", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?tv\\.yandex\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[class][role][aria-labelledby][aria-live][lang] > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)" }], detectPopup: [{ visible: "body > div[class][role][aria-labelledby][aria-live][lang] > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[class][role][aria-labelledby][aria-live][lang] > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)", text: "Allow essential cookies" }] }, { name: "auto_US_usa.visa.com_0", vendorUrl: "https://usa.visa.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?usa\\.visa\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id][lang] > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(2)" }], detectPopup: [{ visible: "body > div[id][lang] > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id][lang] > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(2)", text: "Reject all" }] }, { name: "auto_US_vintagestory.at_0", vendorUrl: "https://www.vintagestory.at/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?vintagestory\\.at/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id][class][data-role][data-controller][style] > div > div:nth-child(2) > form > button:nth-child(3)" }], detectPopup: [{ visible: "body > div[id][class][data-role][data-controller][style] > div > div:nth-child(2) > form > button:nth-child(3)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id][class][data-role][data-controller][style] > div > div:nth-child(2) > form > button:nth-child(3)", text: "\xA0Reject Cookies" }] }, { name: "auto_US_watch.thechosen.tv_0", vendorUrl: "https://watch.thechosen.tv/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?watch\\.thechosen\\.tv/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id] > div > div:nth-child(4) > div:nth-child(3) > button:nth-child(3)" }], detectPopup: [{ visible: "body > div[id] > div > div:nth-child(4) > div:nth-child(3) > button:nth-child(3)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id] > div > div:nth-child(4) > div:nth-child(3) > button:nth-child(3)", text: "Necessary only" }] }, { name: "auto_US_weforum.org_0", vendorUrl: "https://www.weforum.org/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?weforum\\.org/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id][name][role][aria-modal][aria-labelledby][tabindex][lang][dir][ng-non-bindable][style][data-template][class] > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(1)" }], detectPopup: [{ visible: "body > div[id][name][role][aria-modal][aria-labelledby][tabindex][lang][dir][ng-non-bindable][style][data-template][class] > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id][name][role][aria-modal][aria-labelledby][tabindex][lang][dir][ng-non-bindable][style][data-template][class] > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(1)", text: "Reject optional cookies" }] }, { name: "auto_US_weingartz.com_aso", vendorUrl: "https://www.weingartz.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?weingartz\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "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])" }], detectPopup: [{ visible: "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])" }], optIn: [], optOut: [{ waitForThenClick: "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])", comment: "Decline" }] }, { name: "auto_US_wellstar.org_0", vendorUrl: "https://www.wellstar.org/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?wellstar\\.org/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id][class][role] > main:nth-child(3) > div:nth-child(6) > div:nth-child(2) > button:nth-child(1)" }], detectPopup: [{ visible: "body > div[id][class][role] > main:nth-child(3) > div:nth-child(6) > div:nth-child(2) > button:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id][class][role] > main:nth-child(3) > div:nth-child(6) > div:nth-child(2) > button:nth-child(1)", text: "Deny all cookies" }] }, { name: "auto_US_wikifeet.com_0", vendorUrl: "https://wikifeet.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?wikifeet\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[class][id][role][aria-modal][aria-labelledby][aria-describedby] > div > div:nth-child(3) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[class][id][role][aria-modal][aria-labelledby][aria-describedby] > div > div:nth-child(3) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[class][id][role][aria-modal][aria-labelledby][aria-describedby] > div > div:nth-child(3) > button:nth-child(2)", text: "I decline" }] }, { name: "auto_US_wilsoncombat.com_0", vendorUrl: "https://wilsoncombat.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?wilsoncombat\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body#html-body > div:not([id]) > aside:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div#modal-content-92 > div#pr-cookie-notice > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#btn-cookie-decline" }], detectPopup: [{ visible: "body#html-body > div:not([id]) > aside:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div#modal-content-92 > div#pr-cookie-notice > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#btn-cookie-decline" }], optIn: [], optOut: [{ wait: 500 }, { waitForThenClick: "body#html-body > div:not([id]) > aside:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div#modal-content-92 > div#pr-cookie-notice > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#btn-cookie-decline", comment: "DECLINE" }], test: [{ waitForVisible: "body#html-body > div:not([id]) > aside:nth-child(2):not([id]) > div:nth-child(2):not([id]) > div#modal-content-92 > div#pr-cookie-notice > div:nth-child(1):not([id]) > div:nth-child(2):not([id]) > button:nth-child(2)#btn-cookie-decline", timeout: 1e3, check: "none" }] }, { name: "auto_US_ya.ru_0", vendorUrl: "https://ya.ru/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?ya\\.ru/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[class][role][aria-labelledby][aria-live][lang] > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)" }], detectPopup: [{ visible: "body > div[class][role][aria-labelledby][aria-live][lang] > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[class][role][aria-labelledby][aria-live][lang] > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)", text: "Allow essential cookies" }] }, { name: "auto_US_yandex.com.tr_0", vendorUrl: "https://yandex.com.tr/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?yandex\\.com\\.tr/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[class][role][aria-labelledby][aria-live][lang] > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)" }], detectPopup: [{ visible: "body > div[class][role][aria-labelledby][aria-live][lang] > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[class][role][aria-labelledby][aria-live][lang] > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)", text: "Allow essential cookies" }] }, { name: "auto_US_yandex.com_0", vendorUrl: "https://yandex.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?yandex\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[class][role][aria-labelledby][aria-live][lang] > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)" }], detectPopup: [{ visible: "body > div[class][role][aria-labelledby][aria-live][lang] > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[class][role][aria-labelledby][aria-live][lang] > div:nth-child(1) > div:nth-child(3) > div:nth-child(2)", text: "Allow essential cookies" }] }, { name: "auto_US_yubico.com_0", vendorUrl: "https://www.yubico.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?yubico\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[id][name][role][aria-modal][aria-labelledby][tabindex][lang][dir][ng-non-bindable][style][data-template][class] > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(1)" }], detectPopup: [{ visible: "body > div[id][name][role][aria-modal][aria-labelledby][tabindex][lang][dir][ng-non-bindable][style][data-template][class] > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(1)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[id][name][role][aria-modal][aria-labelledby][tabindex][lang][dir][ng-non-bindable][style][data-template][class] > div > div:nth-child(4) > div:nth-child(1) > div > div:nth-child(2) > button:nth-child(1)", text: "Deny" }] }, { name: "auto_US_zacks.com_0", vendorUrl: "https://www.zacks.com/", cosmetic: false, runContext: { main: true, frame: false, urlPattern: "^https?://(www\\.)?zacks\\.com/" }, prehideSelectors: [], detectCmp: [{ exists: "body > div[aria-label][class][role][style] > div:nth-child(3) > button:nth-child(2)" }], detectPopup: [{ visible: "body > div[aria-label][class][role][style] > div:nth-child(3) > button:nth-child(2)" }], optIn: [], optOut: [{ waitForThenClick: "body > div[aria-label][class][role][style] > div:nth-child(3) > button:nth-child(2)", text: "Deny Optional" }] }];
4431
4443
 
4432
4444
  // rules/consentomatic.json
4433
4445
  var consentomatic = { "didomi.io": { detectors: [{ presentMatcher: { target: { selector: "#didomi-host, #didomi-notice" }, type: "css" }, showingMatcher: { target: { selector: "body.didomi-popup-open, .didomi-notice-banner" }, type: "css" } }], methods: [{ action: { target: { selector: ".didomi-popup-notice-buttons .didomi-button:not(.didomi-button-highlight), .didomi-notice-banner .didomi-learn-more-button" }, type: "click" }, name: "OPEN_OPTIONS" }, { action: { actions: [{ retries: 50, target: { selector: "#didomi-purpose-cookies" }, type: "waitcss", waitTime: 50 }, { consents: [{ description: "Share (everything) with others", falseAction: { target: { selector: ".didomi-components-radio__option[aria-describedby=didomi-purpose-share_whith_others]:first-child" }, type: "click" }, trueAction: { target: { selector: ".didomi-components-radio__option[aria-describedby=didomi-purpose-share_whith_others]:last-child" }, type: "click" }, type: "X" }, { description: "Information storage and access", falseAction: { target: { selector: ".didomi-components-radio__option[aria-describedby=didomi-purpose-cookies]:first-child" }, type: "click" }, trueAction: { target: { selector: ".didomi-components-radio__option[aria-describedby=didomi-purpose-cookies]:last-child" }, type: "click" }, type: "D" }, { description: "Content selection, offers and marketing", falseAction: { target: { selector: ".didomi-components-radio__option[aria-describedby=didomi-purpose-CL-T1Rgm7]:first-child" }, type: "click" }, trueAction: { target: { selector: ".didomi-components-radio__option[aria-describedby=didomi-purpose-CL-T1Rgm7]:last-child" }, type: "click" }, type: "E" }, { description: "Analytics", falseAction: { target: { selector: ".didomi-components-radio__option[aria-describedby=didomi-purpose-analytics]:first-child" }, type: "click" }, trueAction: { target: { selector: ".didomi-components-radio__option[aria-describedby=didomi-purpose-analytics]:last-child" }, type: "click" }, type: "B" }, { description: "Analytics", falseAction: { target: { selector: ".didomi-components-radio__option[aria-describedby=didomi-purpose-M9NRHJe3G]:first-child" }, type: "click" }, trueAction: { target: { selector: ".didomi-components-radio__option[aria-describedby=didomi-purpose-M9NRHJe3G]:last-child" }, type: "click" }, type: "B" }, { description: "Ad and content selection", falseAction: { target: { selector: ".didomi-components-radio__option[aria-describedby=didomi-purpose-advertising_personalization]:first-child" }, type: "click" }, trueAction: { target: { selector: ".didomi-components-radio__option[aria-describedby=didomi-purpose-advertising_personalization]:last-child" }, type: "click" }, type: "F" }, { description: "Ad and content selection", falseAction: { parent: { childFilter: { target: { selector: "#didomi-purpose-pub-ciblee" } }, selector: ".didomi-consent-popup-data-processing, .didomi-components-accordion-label-container" }, target: { selector: ".didomi-components-radio__option[aria-describedby=didomi-purpose-pub-ciblee]:first-child" }, type: "click" }, trueAction: { target: { selector: ".didomi-components-radio__option[aria-describedby=didomi-purpose-pub-ciblee]:last-child" }, type: "click" }, type: "F" }, { description: "Ad and content selection - basics", falseAction: { target: { selector: ".didomi-components-radio__option[aria-describedby=didomi-purpose-q4zlJqdcD]:first-child" }, type: "click" }, trueAction: { target: { selector: ".didomi-components-radio__option[aria-describedby=didomi-purpose-q4zlJqdcD]:last-child" }, type: "click" }, type: "F" }, { description: "Ad and content selection - partners and subsidiaries", falseAction: { target: { selector: ".didomi-components-radio__option[aria-describedby=didomi-purpose-partenaire-cAsDe8jC]:first-child" }, type: "click" }, trueAction: { target: { selector: ".didomi-components-radio__option[aria-describedby=didomi-purpose-partenaire-cAsDe8jC]:last-child" }, type: "click" }, type: "F" }, { description: "Ad and content selection - social networks", falseAction: { target: { selector: ".didomi-components-radio__option[aria-describedby=didomi-purpose-p4em9a8m]:first-child" }, type: "click" }, trueAction: { target: { selector: ".didomi-components-radio__option[aria-describedby=didomi-purpose-p4em9a8m]:last-child" }, type: "click" }, type: "F" }, { description: "Ad and content selection - others", falseAction: { target: { selector: ".didomi-components-radio__option[aria-describedby=didomi-purpose-autres-pub]:first-child" }, type: "click" }, trueAction: { target: { selector: ".didomi-components-radio__option[aria-describedby=didomi-purpose-autres-pub]:last-child" }, type: "click" }, type: "F" }, { description: "Social networks", falseAction: { target: { selector: ".didomi-components-radio__option[aria-describedby=didomi-purpose-reseauxsociaux]:first-child" }, type: "click" }, trueAction: { target: { selector: ".didomi-components-radio__option[aria-describedby=didomi-purpose-reseauxsociaux]:last-child" }, type: "click" }, type: "A" }, { description: "Social networks", falseAction: { target: { selector: ".didomi-components-radio__option[aria-describedby=didomi-purpose-social_media]:first-child" }, type: "click" }, trueAction: { target: { selector: ".didomi-components-radio__option[aria-describedby=didomi-purpose-social_media]:last-child" }, type: "click" }, type: "A" }, { description: "Content selection", falseAction: { target: { selector: ".didomi-components-radio__option[aria-describedby=didomi-purpose-content_personalization]:first-child" }, type: "click" }, trueAction: { target: { selector: ".didomi-components-radio__option[aria-describedby=didomi-purpose-content_personalization]:last-child" }, type: "click" }, type: "E" }, { description: "Ad delivery", falseAction: { target: { selector: ".didomi-components-radio__option[aria-describedby=didomi-purpose-ad_delivery]:first-child" }, type: "click" }, trueAction: { target: { selector: ".didomi-components-radio__option[aria-describedby=didomi-purpose-ad_delivery]:last-child" }, type: "click" }, type: "F" }], type: "consent" }, { action: { consents: [{ matcher: { childFilter: { target: { selector: ":not(.didomi-components-radio__option--selected)" } }, type: "css" }, trueAction: { target: { selector: ":nth-child(2)" }, type: "click" }, falseAction: { target: { selector: ":first-child" }, type: "click" }, type: "X" }], type: "consent" }, target: { selector: ".didomi-components-radio" }, type: "foreach" }], type: "list" }, name: "DO_CONSENT" }, { action: { parent: { selector: ".didomi-consent-popup-footer .didomi-consent-popup-actions" }, target: { selector: ".didomi-components-button:first-child" }, type: "click" }, name: "SAVE_CONSENT" }] }, oil: { detectors: [{ presentMatcher: { target: { selector: ".as-oil-content-overlay" }, type: "css" }, showingMatcher: { target: { selector: ".as-oil-content-overlay" }, type: "css" } }], methods: [{ action: { actions: [{ target: { selector: ".as-js-advanced-settings" }, type: "click" }, { retries: "10", target: { selector: ".as-oil-cpc__purpose-container" }, type: "waitcss", waitTime: "250" }], type: "list" }, name: "OPEN_OPTIONS" }, { action: { actions: [{ consents: [{ matcher: { parent: { selector: ".as-oil-cpc__purpose-container", textFilter: ["Information storage and access", "Opbevaring af og adgang til oplysninger p\xE5 din enhed"] }, target: { selector: "input" }, type: "checkbox" }, toggleAction: { parent: { selector: ".as-oil-cpc__purpose-container", textFilter: ["Information storage and access", "Opbevaring af og adgang til oplysninger p\xE5 din enhed"] }, target: { selector: ".as-oil-cpc__switch" }, type: "click" }, type: "D" }, { matcher: { parent: { selector: ".as-oil-cpc__purpose-container", textFilter: ["Personlige annoncer", "Personalisation"] }, target: { selector: "input" }, type: "checkbox" }, toggleAction: { parent: { selector: ".as-oil-cpc__purpose-container", textFilter: ["Personlige annoncer", "Personalisation"] }, target: { selector: ".as-oil-cpc__switch" }, type: "click" }, type: "E" }, { matcher: { parent: { selector: ".as-oil-cpc__purpose-container", textFilter: ["Annoncevalg, levering og rapportering", "Ad selection, delivery, reporting"] }, target: { selector: "input" }, type: "checkbox" }, toggleAction: { parent: { selector: ".as-oil-cpc__purpose-container", textFilter: ["Annoncevalg, levering og rapportering", "Ad selection, delivery, reporting"] }, target: { selector: ".as-oil-cpc__switch" }, type: "click" }, type: "F" }, { matcher: { parent: { selector: ".as-oil-cpc__purpose-container", textFilter: ["Personalisering af indhold", "Content selection, delivery, reporting"] }, target: { selector: "input" }, type: "checkbox" }, toggleAction: { parent: { selector: ".as-oil-cpc__purpose-container", textFilter: ["Personalisering af indhold", "Content selection, delivery, reporting"] }, target: { selector: ".as-oil-cpc__switch" }, type: "click" }, type: "E" }, { matcher: { parent: { childFilter: { target: { selector: ".as-oil-cpc__purpose-header", textFilter: ["M\xE5ling", "Measurement"] } }, selector: ".as-oil-cpc__purpose-container" }, target: { selector: "input" }, type: "checkbox" }, toggleAction: { parent: { childFilter: { target: { selector: ".as-oil-cpc__purpose-header", textFilter: ["M\xE5ling", "Measurement"] } }, selector: ".as-oil-cpc__purpose-container" }, target: { selector: ".as-oil-cpc__switch" }, type: "click" }, type: "B" }, { matcher: { parent: { selector: ".as-oil-cpc__purpose-container", textFilter: "Google" }, target: { selector: "input" }, type: "checkbox" }, toggleAction: { parent: { selector: ".as-oil-cpc__purpose-container", textFilter: "Google" }, target: { selector: ".as-oil-cpc__switch" }, type: "click" }, type: "F" }], type: "consent" }], type: "list" }, name: "DO_CONSENT" }, { action: { target: { selector: ".as-oil__btn-optin" }, type: "click" }, name: "SAVE_CONSENT" }, { action: { target: { selector: "div.as-oil" }, type: "hide" }, name: "HIDE_CMP" }] }, optanon: { detectors: [{ presentMatcher: { target: { selector: "#optanon-menu, .optanon-alert-box-wrapper" }, type: "css" }, showingMatcher: { target: { displayFilter: true, selector: ".optanon-alert-box-wrapper" }, type: "css" } }], methods: [{ action: { actions: [{ target: { selector: ".optanon-alert-box-wrapper .optanon-toggle-display, a[onclick*='OneTrust.ToggleInfoDisplay()'], a[onclick*='Optanon.ToggleInfoDisplay()']" }, type: "click" }], type: "list" }, name: "OPEN_OPTIONS" }, { action: { actions: [{ target: { selector: ".preference-menu-item #Your-privacy" }, type: "click" }, { target: { selector: "#optanon-vendor-consent-text" }, type: "click" }, { action: { consents: [{ matcher: { target: { selector: "input" }, type: "checkbox" }, toggleAction: { target: { selector: "label" }, type: "click" }, type: "X" }], type: "consent" }, target: { selector: "#optanon-vendor-consent-list .vendor-item" }, type: "foreach" }, { target: { selector: ".vendor-consent-back-link" }, type: "click" }, { parent: { selector: "#optanon-menu, .optanon-menu" }, target: { selector: ".menu-item-performance" }, trueAction: { actions: [{ parent: { selector: "#optanon-menu, .optanon-menu" }, target: { selector: ".menu-item-performance" }, type: "click" }, { consents: [{ matcher: { parent: { selector: "#optanon-popup-body-right" }, target: { selector: ".optanon-status input" }, type: "checkbox" }, toggleAction: { parent: { selector: "#optanon-popup-body-right" }, target: { selector: ".optanon-status label" }, type: "click" }, type: "B" }], type: "consent" }], type: "list" }, type: "ifcss" }, { parent: { selector: "#optanon-menu, .optanon-menu" }, target: { selector: ".menu-item-functional" }, trueAction: { actions: [{ parent: { selector: "#optanon-menu, .optanon-menu" }, target: { selector: ".menu-item-functional" }, type: "click" }, { consents: [{ matcher: { parent: { selector: "#optanon-popup-body-right" }, target: { selector: ".optanon-status input" }, type: "checkbox" }, toggleAction: { parent: { selector: "#optanon-popup-body-right" }, target: { selector: ".optanon-status label" }, type: "click" }, type: "E" }], type: "consent" }], type: "list" }, type: "ifcss" }, { parent: { selector: "#optanon-menu, .optanon-menu" }, target: { selector: ".menu-item-advertising" }, trueAction: { actions: [{ parent: { selector: "#optanon-menu, .optanon-menu" }, target: { selector: ".menu-item-advertising" }, type: "click" }, { consents: [{ matcher: { parent: { selector: "#optanon-popup-body-right" }, target: { selector: ".optanon-status input" }, type: "checkbox" }, toggleAction: { parent: { selector: "#optanon-popup-body-right" }, target: { selector: ".optanon-status label" }, type: "click" }, type: "F" }], type: "consent" }], type: "list" }, type: "ifcss" }, { parent: { selector: "#optanon-menu, .optanon-menu" }, target: { selector: ".menu-item-social" }, trueAction: { actions: [{ parent: { selector: "#optanon-menu, .optanon-menu" }, target: { selector: ".menu-item-social" }, type: "click" }, { consents: [{ matcher: { parent: { selector: "#optanon-popup-body-right" }, target: { selector: ".optanon-status input" }, type: "checkbox" }, toggleAction: { parent: { selector: "#optanon-popup-body-right" }, target: { selector: ".optanon-status label" }, type: "click" }, type: "B" }], type: "consent" }], type: "list" }, type: "ifcss" }, { parent: { selector: "#optanon-menu, .optanon-menu" }, target: { selector: ".menu-item-necessary", textFilter: "Social Media Cookies" }, trueAction: { actions: [{ parent: { selector: "#optanon-menu, .optanon-menu" }, target: { selector: ".menu-item-necessary", textFilter: "Social Media Cookies" }, type: "click" }, { consents: [{ matcher: { parent: { selector: "#optanon-popup-body-right" }, target: { selector: ".optanon-status input" }, type: "checkbox" }, toggleAction: { parent: { selector: "#optanon-popup-body-right" }, target: { selector: ".optanon-status label" }, type: "click" }, type: "B" }], type: "consent" }], type: "list" }, type: "ifcss" }, { parent: { selector: "#optanon-menu, .optanon-menu" }, target: { selector: ".menu-item-necessary", textFilter: "Personalisation" }, trueAction: { actions: [{ parent: { selector: "#optanon-menu, .optanon-menu" }, target: { selector: ".menu-item-necessary", textFilter: "Personalisation" }, type: "click" }, { consents: [{ matcher: { parent: { selector: "#optanon-popup-body-right" }, target: { selector: ".optanon-status input" }, type: "checkbox" }, toggleAction: { parent: { selector: "#optanon-popup-body-right" }, target: { selector: ".optanon-status label" }, type: "click" }, type: "E" }], type: "consent" }], type: "list" }, type: "ifcss" }, { parent: { selector: "#optanon-menu, .optanon-menu" }, target: { selector: ".menu-item-necessary", textFilter: "Site monitoring cookies" }, trueAction: { actions: [{ parent: { selector: "#optanon-menu, .optanon-menu" }, target: { selector: ".menu-item-necessary", textFilter: "Site monitoring cookies" }, type: "click" }, { consents: [{ matcher: { parent: { selector: "#optanon-popup-body-right" }, target: { selector: ".optanon-status input" }, type: "checkbox" }, toggleAction: { parent: { selector: "#optanon-popup-body-right" }, target: { selector: ".optanon-status label" }, type: "click" }, type: "B" }], type: "consent" }], type: "list" }, type: "ifcss" }, { parent: { selector: "#optanon-menu, .optanon-menu" }, target: { selector: ".menu-item-necessary", textFilter: "Third party privacy-enhanced content" }, trueAction: { actions: [{ parent: { selector: "#optanon-menu, .optanon-menu" }, target: { selector: ".menu-item-necessary", textFilter: "Third party privacy-enhanced content" }, type: "click" }, { consents: [{ matcher: { parent: { selector: "#optanon-popup-body-right" }, target: { selector: ".optanon-status input" }, type: "checkbox" }, toggleAction: { parent: { selector: "#optanon-popup-body-right" }, target: { selector: ".optanon-status label" }, type: "click" }, type: "X" }], type: "consent" }], type: "list" }, type: "ifcss" }, { parent: { selector: "#optanon-menu, .optanon-menu" }, target: { selector: ".menu-item-necessary", textFilter: "Performance & Advertising Cookies" }, trueAction: { actions: [{ parent: { selector: "#optanon-menu, .optanon-menu" }, target: { selector: ".menu-item-necessary", textFilter: "Performance & Advertising Cookies" }, type: "click" }, { consents: [{ matcher: { parent: { selector: "#optanon-popup-body-right" }, target: { selector: ".optanon-status input" }, type: "checkbox" }, toggleAction: { parent: { selector: "#optanon-popup-body-right" }, target: { selector: ".optanon-status label" }, type: "click" }, type: "F" }], type: "consent" }], type: "list" }, type: "ifcss" }, { parent: { selector: "#optanon-menu, .optanon-menu" }, target: { selector: ".menu-item-necessary", textFilter: "Information storage and access" }, trueAction: { actions: [{ parent: { selector: "#optanon-menu, .optanon-menu" }, target: { selector: ".menu-item-necessary", textFilter: "Information storage and access" }, type: "click" }, { consents: [{ matcher: { parent: { selector: "#optanon-popup-body-right" }, target: { selector: ".optanon-status input" }, type: "checkbox" }, toggleAction: { parent: { selector: "#optanon-popup-body-right" }, target: { selector: ".optanon-status label" }, type: "click" }, type: "D" }], type: "consent" }], type: "list" }, type: "ifcss" }, { parent: { selector: "#optanon-menu, .optanon-menu" }, target: { selector: ".menu-item-necessary", textFilter: "Ad selection, delivery, reporting" }, trueAction: { actions: [{ parent: { selector: "#optanon-menu, .optanon-menu" }, target: { selector: ".menu-item-necessary", textFilter: "Ad selection, delivery, reporting" }, type: "click" }, { consents: [{ matcher: { parent: { selector: "#optanon-popup-body-right" }, target: { selector: ".optanon-status input" }, type: "checkbox" }, toggleAction: { parent: { selector: "#optanon-popup-body-right" }, target: { selector: ".optanon-status label" }, type: "click" }, type: "F" }], type: "consent" }], type: "list" }, type: "ifcss" }, { parent: { selector: "#optanon-menu, .optanon-menu" }, target: { selector: ".menu-item-necessary", textFilter: "Content selection, delivery, reporting" }, trueAction: { actions: [{ parent: { selector: "#optanon-menu, .optanon-menu" }, target: { selector: ".menu-item-necessary", textFilter: "Content selection, delivery, reporting" }, type: "click" }, { consents: [{ matcher: { parent: { selector: "#optanon-popup-body-right" }, target: { selector: ".optanon-status input" }, type: "checkbox" }, toggleAction: { parent: { selector: "#optanon-popup-body-right" }, target: { selector: ".optanon-status label" }, type: "click" }, type: "E" }], type: "consent" }], type: "list" }, type: "ifcss" }, { parent: { selector: "#optanon-menu, .optanon-menu" }, target: { selector: ".menu-item-necessary", textFilter: "Measurement" }, trueAction: { actions: [{ parent: { selector: "#optanon-menu, .optanon-menu" }, target: { selector: ".menu-item-necessary", textFilter: "Measurement" }, type: "click" }, { consents: [{ matcher: { parent: { selector: "#optanon-popup-body-right" }, target: { selector: ".optanon-status input" }, type: "checkbox" }, toggleAction: { parent: { selector: "#optanon-popup-body-right" }, target: { selector: ".optanon-status label" }, type: "click" }, type: "B" }], type: "consent" }], type: "list" }, type: "ifcss" }, { parent: { selector: "#optanon-menu, .optanon-menu" }, target: { selector: ".menu-item-necessary", textFilter: "Recommended Cookies" }, trueAction: { actions: [{ parent: { selector: "#optanon-menu, .optanon-menu" }, target: { selector: ".menu-item-necessary", textFilter: "Recommended Cookies" }, type: "click" }, { consents: [{ matcher: { parent: { selector: "#optanon-popup-body-right" }, target: { selector: ".optanon-status input" }, type: "checkbox" }, toggleAction: { parent: { selector: "#optanon-popup-body-right" }, target: { selector: ".optanon-status label" }, type: "click" }, type: "X" }], type: "consent" }], type: "list" }, type: "ifcss" }, { parent: { selector: "#optanon-menu, .optanon-menu" }, target: { selector: ".menu-item-necessary", textFilter: "Unclassified Cookies" }, trueAction: { actions: [{ parent: { selector: "#optanon-menu, .optanon-menu" }, target: { selector: ".menu-item-necessary", textFilter: "Unclassified Cookies" }, type: "click" }, { consents: [{ matcher: { parent: { selector: "#optanon-popup-body-right" }, target: { selector: ".optanon-status input" }, type: "checkbox" }, toggleAction: { parent: { selector: "#optanon-popup-body-right" }, target: { selector: ".optanon-status label" }, type: "click" }, type: "X" }], type: "consent" }], type: "list" }, type: "ifcss" }, { parent: { selector: "#optanon-menu, .optanon-menu" }, target: { selector: ".menu-item-necessary", textFilter: "Analytical Cookies" }, trueAction: { actions: [{ parent: { selector: "#optanon-menu, .optanon-menu" }, target: { selector: ".menu-item-necessary", textFilter: "Analytical Cookies" }, type: "click" }, { consents: [{ matcher: { parent: { selector: "#optanon-popup-body-right" }, target: { selector: ".optanon-status input" }, type: "checkbox" }, toggleAction: { parent: { selector: "#optanon-popup-body-right" }, target: { selector: ".optanon-status label" }, type: "click" }, type: "B" }], type: "consent" }], type: "list" }, type: "ifcss" }, { parent: { selector: "#optanon-menu, .optanon-menu" }, target: { selector: ".menu-item-necessary", textFilter: "Marketing Cookies" }, trueAction: { actions: [{ parent: { selector: "#optanon-menu, .optanon-menu" }, target: { selector: ".menu-item-necessary", textFilter: "Marketing Cookies" }, type: "click" }, { consents: [{ matcher: { parent: { selector: "#optanon-popup-body-right" }, target: { selector: ".optanon-status input" }, type: "checkbox" }, toggleAction: { parent: { selector: "#optanon-popup-body-right" }, target: { selector: ".optanon-status label" }, type: "click" }, type: "F" }], type: "consent" }], type: "list" }, type: "ifcss" }, { parent: { selector: "#optanon-menu, .optanon-menu" }, target: { selector: ".menu-item-necessary", textFilter: "Personalization" }, trueAction: { actions: [{ parent: { selector: "#optanon-menu, .optanon-menu" }, target: { selector: ".menu-item-necessary", textFilter: "Personalization" }, type: "click" }, { consents: [{ matcher: { parent: { selector: "#optanon-popup-body-right" }, target: { selector: ".optanon-status input" }, type: "checkbox" }, toggleAction: { parent: { selector: "#optanon-popup-body-right" }, target: { selector: ".optanon-status label" }, type: "click" }, type: "E" }], type: "consent" }], type: "list" }, type: "ifcss" }, { parent: { selector: "#optanon-menu, .optanon-menu" }, target: { selector: ".menu-item-necessary", textFilter: "Ad Selection, Delivery & Reporting" }, trueAction: { actions: [{ parent: { selector: "#optanon-menu, .optanon-menu" }, target: { selector: ".menu-item-necessary", textFilter: "Ad Selection, Delivery & Reporting" }, type: "click" }, { consents: [{ matcher: { parent: { selector: "#optanon-popup-body-right" }, target: { selector: ".optanon-status input" }, type: "checkbox" }, toggleAction: { parent: { selector: "#optanon-popup-body-right" }, target: { selector: ".optanon-status label" }, type: "click" }, type: "F" }], type: "consent" }], type: "list" }, type: "ifcss" }, { parent: { selector: "#optanon-menu, .optanon-menu" }, target: { selector: ".menu-item-necessary", textFilter: "Content Selection, Delivery & Reporting" }, trueAction: { actions: [{ parent: { selector: "#optanon-menu, .optanon-menu" }, target: { selector: ".menu-item-necessary", textFilter: "Content Selection, Delivery & Reporting" }, type: "click" }, { consents: [{ matcher: { parent: { selector: "#optanon-popup-body-right" }, target: { selector: ".optanon-status input" }, type: "checkbox" }, toggleAction: { parent: { selector: "#optanon-popup-body-right" }, target: { selector: ".optanon-status label" }, type: "click" }, type: "E" }], type: "consent" }], type: "list" }, type: "ifcss" }], type: "list" }, name: "DO_CONSENT" }, { action: { parent: { selector: ".optanon-save-settings-button" }, target: { selector: ".optanon-white-button-middle" }, type: "click" }, name: "SAVE_CONSENT" }, { action: { actions: [{ target: { selector: "#optanon-popup-wrapper" }, type: "hide" }, { target: { selector: "#optanon-popup-bg" }, type: "hide" }, { target: { selector: ".optanon-alert-box-wrapper" }, type: "hide" }], type: "list" }, name: "HIDE_CMP" }] }, quantcast2: { detectors: [{ presentMatcher: { target: { selector: "[data-tracking-opt-in-overlay]" }, type: "css" }, showingMatcher: { target: { selector: "[data-tracking-opt-in-overlay] [data-tracking-opt-in-learn-more]" }, type: "css" } }], methods: [{ action: { target: { selector: "[data-tracking-opt-in-overlay] [data-tracking-opt-in-learn-more]" }, type: "click" }, name: "OPEN_OPTIONS" }, { action: { actions: [{ type: "wait", waitTime: 500 }, { action: { actions: [{ target: { selector: "div", textFilter: ["Information storage and access"] }, trueAction: { consents: [{ matcher: { target: { selector: "input" }, type: "checkbox" }, toggleAction: { target: { selector: "label" }, type: "click" }, type: "D" }], type: "consent" }, type: "ifcss" }, { target: { selector: "div", textFilter: ["Personalization"] }, trueAction: { consents: [{ matcher: { target: { selector: "input" }, type: "checkbox" }, toggleAction: { target: { selector: "label" }, type: "click" }, type: "F" }], type: "consent" }, type: "ifcss" }, { target: { selector: "div", textFilter: ["Ad selection, delivery, reporting"] }, trueAction: { consents: [{ matcher: { target: { selector: "input" }, type: "checkbox" }, toggleAction: { target: { selector: "label" }, type: "click" }, type: "F" }], type: "consent" }, type: "ifcss" }, { target: { selector: "div", textFilter: ["Content selection, delivery, reporting"] }, trueAction: { consents: [{ matcher: { target: { selector: "input" }, type: "checkbox" }, toggleAction: { target: { selector: "label" }, type: "click" }, type: "E" }], type: "consent" }, type: "ifcss" }, { target: { selector: "div", textFilter: ["Measurement"] }, trueAction: { consents: [{ matcher: { target: { selector: "input" }, type: "checkbox" }, toggleAction: { target: { selector: "label" }, type: "click" }, type: "B" }], type: "consent" }, type: "ifcss" }, { target: { selector: "div", textFilter: ["Other Partners"] }, trueAction: { consents: [{ matcher: { target: { selector: "input" }, type: "checkbox" }, toggleAction: { target: { selector: "label" }, type: "click" }, type: "X" }], type: "consent" }, type: "ifcss" }], type: "list" }, parent: { childFilter: { target: { selector: "input" } }, selector: "[data-tracking-opt-in-overlay] > div > div" }, target: { childFilter: { target: { selector: "input" } }, selector: ":scope > div" }, type: "foreach" }], type: "list" }, name: "DO_CONSENT" }, { action: { target: { selector: "[data-tracking-opt-in-overlay] [data-tracking-opt-in-save]" }, type: "click" }, name: "SAVE_CONSENT" }] }, springer: { detectors: [{ presentMatcher: { parent: null, target: { selector: ".cmp-app_gdpr" }, type: "css" }, showingMatcher: { parent: null, target: { displayFilter: true, selector: ".cmp-popup_popup" }, type: "css" } }], methods: [{ action: { actions: [{ target: { selector: ".cmp-intro_rejectAll" }, type: "click" }, { type: "wait", waitTime: 250 }, { target: { selector: ".cmp-purposes_purposeItem:not(.cmp-purposes_selectedPurpose)" }, type: "click" }], type: "list" }, name: "OPEN_OPTIONS" }, { action: { consents: [{ matcher: { parent: { selector: ".cmp-purposes_detailHeader", textFilter: "Przechowywanie informacji na urz\u0105dzeniu lub dost\u0119p do nich", childFilter: { target: { selector: ".cmp-switch_switch" } } }, target: { selector: ".cmp-switch_switch .cmp-switch_isSelected" }, type: "css" }, toggleAction: { parent: { selector: ".cmp-purposes_detailHeader", textFilter: "Przechowywanie informacji na urz\u0105dzeniu lub dost\u0119p do nich", childFilter: { target: { selector: ".cmp-switch_switch" } } }, target: { selector: ".cmp-switch_switch:not(.cmp-switch_isSelected)" }, type: "click" }, type: "D" }, { matcher: { parent: { selector: ".cmp-purposes_detailHeader", textFilter: "Wyb\xF3r podstawowych reklam", childFilter: { target: { selector: ".cmp-switch_switch" } } }, target: { selector: ".cmp-switch_switch .cmp-switch_isSelected" }, type: "css" }, toggleAction: { parent: { selector: ".cmp-purposes_detailHeader", textFilter: "Wyb\xF3r podstawowych reklam", childFilter: { target: { selector: ".cmp-switch_switch" } } }, target: { selector: ".cmp-switch_switch:not(.cmp-switch_isSelected)" }, type: "click" }, type: "F" }, { matcher: { parent: { selector: ".cmp-purposes_detailHeader", textFilter: "Tworzenie profilu spersonalizowanych reklam", childFilter: { target: { selector: ".cmp-switch_switch" } } }, target: { selector: ".cmp-switch_switch .cmp-switch_isSelected" }, type: "css" }, toggleAction: { parent: { selector: ".cmp-purposes_detailHeader", textFilter: "Tworzenie profilu spersonalizowanych reklam", childFilter: { target: { selector: ".cmp-switch_switch" } } }, target: { selector: ".cmp-switch_switch:not(.cmp-switch_isSelected)" }, type: "click" }, type: "F" }, { matcher: { parent: { selector: ".cmp-purposes_detailHeader", textFilter: "Wyb\xF3r spersonalizowanych reklam", childFilter: { target: { selector: ".cmp-switch_switch" } } }, target: { selector: ".cmp-switch_switch .cmp-switch_isSelected" }, type: "css" }, toggleAction: { parent: { selector: ".cmp-purposes_detailHeader", textFilter: "Wyb\xF3r spersonalizowanych reklam", childFilter: { target: { selector: ".cmp-switch_switch" } } }, target: { selector: ".cmp-switch_switch:not(.cmp-switch_isSelected)" }, type: "click" }, type: "E" }, { matcher: { parent: { selector: ".cmp-purposes_detailHeader", textFilter: "Tworzenie profilu spersonalizowanych tre\u015Bci", childFilter: { target: { selector: ".cmp-switch_switch" } } }, target: { selector: ".cmp-switch_switch .cmp-switch_isSelected" }, type: "css" }, toggleAction: { parent: { selector: ".cmp-purposes_detailHeader", textFilter: "Tworzenie profilu spersonalizowanych tre\u015Bci", childFilter: { target: { selector: ".cmp-switch_switch" } } }, target: { selector: ".cmp-switch_switch:not(.cmp-switch_isSelected)" }, type: "click" }, type: "E" }, { matcher: { parent: { selector: ".cmp-purposes_detailHeader", textFilter: "Wyb\xF3r spersonalizowanych tre\u015Bci", childFilter: { target: { selector: ".cmp-switch_switch" } } }, target: { selector: ".cmp-switch_switch .cmp-switch_isSelected" }, type: "css" }, toggleAction: { parent: { selector: ".cmp-purposes_detailHeader", textFilter: "Wyb\xF3r spersonalizowanych tre\u015Bci", childFilter: { target: { selector: ".cmp-switch_switch" } } }, target: { selector: ".cmp-switch_switch:not(.cmp-switch_isSelected)" }, type: "click" }, type: "B" }, { matcher: { parent: { selector: ".cmp-purposes_detailHeader", textFilter: "Pomiar wydajno\u015Bci reklam", childFilter: { target: { selector: ".cmp-switch_switch" } } }, target: { selector: ".cmp-switch_switch .cmp-switch_isSelected" }, type: "css" }, toggleAction: { parent: { selector: ".cmp-purposes_detailHeader", textFilter: "Pomiar wydajno\u015Bci reklam", childFilter: { target: { selector: ".cmp-switch_switch" } } }, target: { selector: ".cmp-switch_switch:not(.cmp-switch_isSelected)" }, type: "click" }, type: "B" }, { matcher: { parent: { selector: ".cmp-purposes_detailHeader", textFilter: "Pomiar wydajno\u015Bci tre\u015Bci", childFilter: { target: { selector: ".cmp-switch_switch" } } }, target: { selector: ".cmp-switch_switch .cmp-switch_isSelected" }, type: "css" }, toggleAction: { parent: { selector: ".cmp-purposes_detailHeader", textFilter: "Pomiar wydajno\u015Bci tre\u015Bci", childFilter: { target: { selector: ".cmp-switch_switch" } } }, target: { selector: ".cmp-switch_switch:not(.cmp-switch_isSelected)" }, type: "click" }, type: "B" }, { matcher: { parent: { selector: ".cmp-purposes_detailHeader", textFilter: "Stosowanie bada\u0144 rynkowych w celu generowania opinii odbiorc\xF3w", childFilter: { target: { selector: ".cmp-switch_switch" } } }, target: { selector: ".cmp-switch_switch .cmp-switch_isSelected" }, type: "css" }, toggleAction: { parent: { selector: ".cmp-purposes_detailHeader", textFilter: "Stosowanie bada\u0144 rynkowych w celu generowania opinii odbiorc\xF3w", childFilter: { target: { selector: ".cmp-switch_switch" } } }, target: { selector: ".cmp-switch_switch:not(.cmp-switch_isSelected)" }, type: "click" }, type: "X" }, { matcher: { parent: { selector: ".cmp-purposes_detailHeader", textFilter: "Opracowywanie i ulepszanie produkt\xF3w", childFilter: { target: { selector: ".cmp-switch_switch" } } }, target: { selector: ".cmp-switch_switch .cmp-switch_isSelected" }, type: "css" }, toggleAction: { parent: { selector: ".cmp-purposes_detailHeader", textFilter: "Opracowywanie i ulepszanie produkt\xF3w", childFilter: { target: { selector: ".cmp-switch_switch" } } }, target: { selector: ".cmp-switch_switch:not(.cmp-switch_isSelected)" }, type: "click" }, type: "X" }], type: "consent" }, name: "DO_CONSENT" }, { action: { target: { selector: ".cmp-details_save" }, type: "click" }, name: "SAVE_CONSENT" }] }, wordpressgdpr: { detectors: [{ presentMatcher: { parent: null, target: { selector: ".wpgdprc-consent-bar" }, type: "css" }, showingMatcher: { parent: null, target: { displayFilter: true, selector: ".wpgdprc-consent-bar" }, type: "css" } }], methods: [{ action: { parent: null, target: { selector: ".wpgdprc-consent-bar .wpgdprc-consent-bar__settings", textFilter: null }, type: "click" }, name: "OPEN_OPTIONS" }, { action: { actions: [{ target: { selector: ".wpgdprc-consent-modal .wpgdprc-button", textFilter: "Eyeota" }, type: "click" }, { consents: [{ description: "Eyeota Cookies", matcher: { parent: { selector: ".wpgdprc-consent-modal__description", textFilter: "Eyeota" }, target: { selector: "input" }, type: "checkbox" }, toggleAction: { parent: { selector: ".wpgdprc-consent-modal__description", textFilter: "Eyeota" }, target: { selector: "label" }, type: "click" }, type: "X" }], type: "consent" }, { target: { selector: ".wpgdprc-consent-modal .wpgdprc-button", textFilter: "Advertising" }, type: "click" }, { consents: [{ description: "Advertising Cookies", matcher: { parent: { selector: ".wpgdprc-consent-modal__description", textFilter: "Advertising" }, target: { selector: "input" }, type: "checkbox" }, toggleAction: { parent: { selector: ".wpgdprc-consent-modal__description", textFilter: "Advertising" }, target: { selector: "label" }, type: "click" }, type: "F" }], type: "consent" }], type: "list" }, name: "DO_CONSENT" }, { action: { parent: null, target: { selector: ".wpgdprc-button", textFilter: "Save my settings" }, type: "click" }, name: "SAVE_CONSENT" }] } };