Fix NoTrack

main
Vendicated 2 years ago
parent 12cbd73e7f
commit 9d41b360c9
No known key found for this signature in database
GPG Key ID: A1DC0CFB5615D905

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

Loading…
Cancel
Save