Tried the example in the docs and it stopped working. ```js const match = script.match(/\(\{[^}]*apiKey:"([^"]+)"[^}]*\}\)/gm); if (match) return Function("return " + match[0])(); ``` Matching this regex doesn't work anymore