From dec59d0832c33e47d154f4959153465bdb8809d0 Mon Sep 17 00:00:00 2001 From: kawamataryo Date: Mon, 14 Aug 2023 06:05:14 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20add=20x.com?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/content.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content.ts b/src/content.ts index 9495de4..ea53c2f 100644 --- a/src/content.ts +++ b/src/content.ts @@ -8,7 +8,7 @@ import "./style.content.css" import { debugLog } from "~lib/utils"; export const config: PlasmoCSConfig = { - matches: ["https://twitter.com/*"], + matches: ["https://twitter.com/*", "https://x.com/*"], all_frames: true }