From a4c11381481e116f07934e3ff09074da07de4ffd Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Tue, 4 Feb 2025 21:05:41 -0500 Subject: [PATCH] Fix --- src/equicordplugins/fullVcPfp/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/equicordplugins/fullVcPfp/index.tsx b/src/equicordplugins/fullVcPfp/index.tsx index b76a9194..b8f60fab 100644 --- a/src/equicordplugins/fullVcPfp/index.tsx +++ b/src/equicordplugins/fullVcPfp/index.tsx @@ -17,7 +17,7 @@ export default definePlugin({ patches: [{ find: "\"data-selenium-video-tile\":", replacement: { - match: /(?<=function\((\i),\i\)\{)(?=let.{0,40},style:)/, + match: /(?<=function\((\i),\i\)\{)/, replace: "$1.style=$self.getVoiceBackgroundStyles($1);", } }],