@duckduckgo/content-scope-scripts
    Preparing search index...

    Notification sent when a surrogate script is injected. Only emitted when surrogateInjectionEnabled is true. Native classifies via TrackerResolver.

    interface SurrogateInjected {
        pageUrl: string;
        surrogateName: string;
        url: string;
    }
    Index

    Properties

    pageUrl: string

    The URL of the page where the surrogate was injected

    surrogateName: string

    The name of the surrogate that was injected (e.g., 'google-analytics.com/analytics.js')

    url: string

    The URL of the blocked tracker resource