Fix NoTrack
This commit is contained in:
parent
12cbd73e7f
commit
9d41b360c9
1 changed files with 2 additions and 2 deletions
|
@ -35,8 +35,8 @@ export default definePlugin({
|
|||
{
|
||||
find: "window.DiscordSentry=",
|
||||
replacement: {
|
||||
match: /window\.DiscordSentry=function.+\}\(\)/,
|
||||
replace: "",
|
||||
match: /^.+$/,
|
||||
replace: "()=>{}",
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue