From c165725297a9e8aadea15cb22957db38b37c4515 Mon Sep 17 00:00:00 2001 From: Nuckyz <61953774+Nuckyz@users.noreply.github.com> Date: Sat, 2 Sep 2023 03:03:50 -0300 Subject: [PATCH] Fix OpenInApp patch --- src/plugins/openInApp.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/openInApp.ts b/src/plugins/openInApp.ts index 2db0b8dd..9fd335bd 100644 --- a/src/plugins/openInApp.ts +++ b/src/plugins/openInApp.ts @@ -55,8 +55,8 @@ export default definePlugin({ { find: '"MaskedLinkStore"', replacement: { - match: /return ((\i)\.apply\(this,arguments\))(?=\}function \i.{0,200}\.trusted)/, - replace: "return $self.handleLink(...arguments).then(handled => handled || $1)" + match: /return ((\i)\.apply\(this,arguments\))(?=\}function \i.{0,250}\.trusted)/, + replace: "return $self.handleLink(...arguments).then(handled => handled||$1)" } }, // Make Spotify profile activity links open in app on web