Fix NoTrack
This commit is contained in:
parent
12cbd73e7f
commit
9d41b360c9
@ -35,8 +35,8 @@ export default definePlugin({
|
|||||||
{
|
{
|
||||||
find: "window.DiscordSentry=",
|
find: "window.DiscordSentry=",
|
||||||
replacement: {
|
replacement: {
|
||||||
match: /window\.DiscordSentry=function.+\}\(\)/,
|
match: /^.+$/,
|
||||||
replace: "",
|
replace: "()=>{}",
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user