@duckduckgo/autoconsent 14.73.0 → 14.75.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,28 @@
1
+ # v14.75.0 (Thu Apr 23 2026)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - Bump the adblocker group across 1 directory with 2 updates [#1221](https://github.com/duckduckgo/autoconsent/pull/1221) ([@dependabot[bot]](https://github.com/dependabot[bot]))
6
+
7
+ #### Authors: 1
8
+
9
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
10
+
11
+ ---
12
+
13
+ # v14.74.0 (Wed Apr 22 2026)
14
+
15
+ #### 🚀 Enhancement
16
+
17
+ - Fix Sourcepoint opt-out on carwow.co.uk [#1318](https://github.com/duckduckgo/autoconsent/pull/1318) ([@cursoragent](https://github.com/cursoragent) [@muodov](https://github.com/muodov))
18
+
19
+ #### Authors: 2
20
+
21
+ - Cursor Agent ([@cursoragent](https://github.com/cursoragent))
22
+ - Maxim Tsoy ([@muodov](https://github.com/muodov))
23
+
24
+ ---
25
+
1
26
  # v14.73.0 (Sat Apr 18 2026)
2
27
 
3
28
  #### 🚀 Enhancement
@@ -2400,7 +2400,7 @@
2400
2400
  if (!actionable) {
2401
2401
  return false;
2402
2402
  }
2403
- if (!this.elementExists(manageSelector)) {
2403
+ if (this.elementVisible(".sp_choice_type_13", "any")) {
2404
2404
  return await this.click(".sp_choice_type_13");
2405
2405
  }
2406
2406
  await this.click(manageSelector);
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "manifest_version": 3,
3
3
  "name": "Autoconsent",
4
- "version": "2026.4.17",
4
+ "version": "2026.4.22",
5
5
  "background": {
6
6
  "scripts": [
7
7
  "background.bundle.js"
@@ -2400,7 +2400,7 @@
2400
2400
  if (!actionable) {
2401
2401
  return false;
2402
2402
  }
2403
- if (!this.elementExists(manageSelector)) {
2403
+ if (this.elementVisible(".sp_choice_type_13", "any")) {
2404
2404
  return await this.click(".sp_choice_type_13");
2405
2405
  }
2406
2406
  await this.click(manageSelector);
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "manifest_version": 3,
3
3
  "name": "Autoconsent",
4
- "version": "2026.4.17",
4
+ "version": "2026.4.22",
5
5
  "background": {
6
6
  "service_worker": "background.bundle.js"
7
7
  },
@@ -2435,7 +2435,7 @@ var SourcePoint = class extends AutoConsentCMPBase {
2435
2435
  if (!actionable) {
2436
2436
  return false;
2437
2437
  }
2438
- if (!this.elementExists(manageSelector)) {
2438
+ if (this.elementVisible(".sp_choice_type_13", "any")) {
2439
2439
  return await this.click(".sp_choice_type_13");
2440
2440
  }
2441
2441
  await this.click(manageSelector);
@@ -2405,7 +2405,7 @@ var SourcePoint = class extends AutoConsentCMPBase {
2405
2405
  if (!actionable) {
2406
2406
  return false;
2407
2407
  }
2408
- if (!this.elementExists(manageSelector)) {
2408
+ if (this.elementVisible(".sp_choice_type_13", "any")) {
2409
2409
  return await this.click(".sp_choice_type_13");
2410
2410
  }
2411
2411
  await this.click(manageSelector);