From 7b2b54515773f699c857053d5699252cdcffcd1f Mon Sep 17 00:00:00 2001 From: Dendi Date: Mon, 22 Apr 2024 20:01:16 +0800 Subject: [PATCH] fix: add document end timing --- src/manifest.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/manifest.ts b/src/manifest.ts index dd3a501..bce1266 100644 --- a/src/manifest.ts +++ b/src/manifest.ts @@ -12,6 +12,7 @@ const manifest: ManifestV3Export = { { matches: ['https://twitter.com/*'], js: ['src/content/index.tsx'], + run_at: 'document_end', }, ], host_permissions: ['https://twitter.com/*', 'https://x.com/*'],