From 589c0707735cf0b59d0534052e33b54ee4486669 Mon Sep 17 00:00:00 2001 From: Vendicated Date: Thu, 26 Oct 2023 22:51:03 +0200 Subject: [PATCH 1/2] fix not removing vencord 'chunks' from webpack --- src/webpack/webpack.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webpack/webpack.ts b/src/webpack/webpack.ts index 812e36079..3ef5ac80a 100644 --- a/src/webpack/webpack.ts +++ b/src/webpack/webpack.ts @@ -63,10 +63,10 @@ export function _initWebpack(instance: typeof window.webpackChunkdiscord_app) { if (cache !== void 0) throw "no."; instance.push([[Symbol("Vencord")], {}, r => wreq = r]); + instance.pop(); if (!wreq) return false; cache = wreq.c; - instance.pop(); for (const id in cache) { const { exports } = cache[id]; From 2f94e167c415797fde67934e92cb3ab2286820da Mon Sep 17 00:00:00 2001 From: AutumnVN Date: Fri, 27 Oct 2023 03:52:48 +0700 Subject: [PATCH 2/2] noProfileThemes: fix usrbg compatibility (#1905) --- src/plugins/noProfileThemes/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/noProfileThemes/index.ts b/src/plugins/noProfileThemes/index.ts index c31f42838..e2b9327e8 100644 --- a/src/plugins/noProfileThemes/index.ts +++ b/src/plugins/noProfileThemes/index.ts @@ -30,7 +30,7 @@ export default definePlugin({ // = isPremiumAtLeast(user.premiumType, TIER_2) match: /=(?=\i\.\i\.isPremiumAtLeast\(null==(\i))/, // = user.banner && isPremiumAtLeast(user.premiumType, TIER_2) - replace: "=$1?.banner&&" + replace: "=(arguments[0]?.bannerSrc||$1?.banner)&&" } }, {