Fix OpenInApp patch
This commit is contained in:
parent
29fbe3701a
commit
c165725297
@ -55,7 +55,7 @@ export default definePlugin({
|
||||
{
|
||||
find: '"MaskedLinkStore"',
|
||||
replacement: {
|
||||
match: /return ((\i)\.apply\(this,arguments\))(?=\}function \i.{0,200}\.trusted)/,
|
||||
match: /return ((\i)\.apply\(this,arguments\))(?=\}function \i.{0,250}\.trusted)/,
|
||||
replace: "return $self.handleLink(...arguments).then(handled => handled||$1)"
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user