Fix NoTrack

This commit is contained in:
Vendicated 2023-03-30 01:35:42 +02:00
parent 12cbd73e7f
commit 9d41b360c9
No known key found for this signature in database
GPG Key ID: A1DC0CFB5615D905
1 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,8 @@ export default definePlugin({
{
find: "window.DiscordSentry=",
replacement: {
match: /window\.DiscordSentry=function.+\}\(\)/,
replace: "",
match: /^.+$/,
replace: "()=>{}",
}
},
{