Update content scope scripts to version 13.33.0#8018
Merged
karlenDimla merged 1 commit intodevelopfrom Mar 19, 2026
Merged
Conversation
karlenDimla
approved these changes
Mar 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Task/Issue URL: https://app.asana.com/0/488551667048375/1213729660473597/f
This PR updates the content scope scripts dependency to the latest available version and copies the necessary files.
Tests will only run if something has changed in the
node_modules/@duckduckgo/content-scope-scriptsfolder.If only the package version has changed, there is no need to run the tests.
If tests have failed, see https://app.asana.com/0/1202561462274611/1203986899650836/f for further information on what to do next.
content-scope-scriptsfolder updateOnly
content-scope-scriptspackage updateNote
Medium Risk
Updates bundled content-scope scripts that run on web pages, including YouTube interference detection behavior and new event firing, which could affect detection accuracy and page performance. Most changes are vendor-built/minified, making regressions harder to spot in review.
Overview
Bumps
@duckduckgo/content-scope-scriptsto13.33.0and refreshes the bundled Android content-scope artifacts.The update extends YouTube ad/interference detection to optionally fire
webEventsdetection events, adds safer start/stop lifecycle cleanup for retry timers, and gates running the detector to YouTube/test hostnames.Includes a handful of robustness fixes in the bundled scripts (safer window/property and text extraction checks, improved performance-metrics error handling/LCP observer cleanup, favicon extraction type-guarding, and minor runtime safety in the DuckPlayer bundle).
Written by Cursor Bugbot for commit 001ee9b. This will update automatically on new commits. Configure here.