diff --git a/src/client/dom/element.ts b/src/client/dom/element.ts index 679c672..54c8fad 100644 --- a/src/client/dom/element.ts +++ b/src/client/dom/element.ts @@ -264,7 +264,7 @@ export default function (client: ScramjetClient, self: typeof window) { ctx.args[0], client.cookieStore, client.meta, - true + false ); } }, @@ -283,12 +283,11 @@ export default function (client: ScramjetClient, self: typeof window) { client.Proxy("document.writeln", { apply(ctx) { - // this injects scramjet multiple times but who gaf ctx.args[0] = rewriteHtml( ctx.args[0], client.cookieStore, client.meta, - true + false ); }, });