From 0651bad4f41ad1af47a290a4bd824a80ac3f1e5d Mon Sep 17 00:00:00 2001 From: Jade Macho Date: Sat, 1 Jun 2024 21:42:18 +0200 Subject: [PATCH] Blacklist loading module 73233 early --- Jadefin.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jadefin.js b/Jadefin.js index 5ec56e0..9dbe619 100644 --- a/Jadefin.js +++ b/Jadefin.js @@ -95,7 +95,8 @@ export default JadefinIntegrity("Jadefin", import.meta.url, () => window["Jadefi c.startsWith("session-login.") || c.startsWith("syncPlay-ui-") || c.startsWith("35463.") || - c.startsWith("1998.") + c.startsWith("1998.") || + c.startsWith("73233.") ))) { return null; }