From b239de9346893b61214a0bc55ee99334353b8e64 Mon Sep 17 00:00:00 2001 From: cyfung1031 <44498510+cyfung1031@users.noreply.github.com> Date: Mon, 21 Jul 2025 19:45:10 +0900 Subject: [PATCH] =?UTF-8?q?=E6=9C=AA=E6=94=AF=E6=8C=81`window.onurlchange`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/service/content/create_context.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/service/content/create_context.ts b/src/app/service/content/create_context.ts index 4419ca5ac..b5a280d2f 100644 --- a/src/app/service/content/create_context.ts +++ b/src/app/service/content/create_context.ts @@ -28,7 +28,7 @@ export const createContext = ( GM: { info: GMInfo }, GM_info: GMInfo, window: { - onurlchange: null, + // onurlchange: null, }, grantSet: new Set(), });