Fix DeArrow patch

main
Nuckyz 11 months ago
parent 2e04b3d1ef
commit fdf3480b27
No known key found for this signature in database
GPG Key ID: 440BF8296E1C4AD9

@ -147,7 +147,7 @@ export default definePlugin({
replacement: [
// patch componentDidMount to replace embed thumbnail and title
{
match: /render\(\)\{let\{embed:/,
match: /render\(\)\{.{0,30}let\{embed:/,
replace: "componentDidMount=$self.embedDidMount;$&"
},

Loading…
Cancel
Save