Skip to content

patchAll breaks on duolingo.com #3

Description

@gBasil

I'm using the latest runtime and the following config (sans other siteConfigs):

  const config = {
    spacepackEverywhere: {
      enabled: false, // Automatically detect webpack objects and inject them with spacepack (Default: true)
      ignoreSites: ["discord.com"], // Don't inject spacepack on matching sites (Default: [])

      // Don't inject spacepack on matching webpack objects (Default: [])
      ignoreChunkObjects: [
        "webpackChunkruffle_extension", // https://ruffle.rs/
      ],
    },
    siteConfigs: [
      {
        name: "Duolingo",
        chunkObject: "webpackChunk",
        webpackVersion: "5", // guess
        matchSites: ["www.duolingo.com"],
        patchAll: true,
      },
    ],
  };

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions