Unbrick Vencord - Pt 1
This commit is contained in:
@ -9,14 +9,14 @@ export default definePlugin({
|
||||
{
|
||||
find: "TRACKING_URL:",
|
||||
replacement: {
|
||||
match: /=\(0,.\.analyticsTrackingStoreMaker\)/,
|
||||
replace: "=(function(){})",
|
||||
match: /^.+$/,
|
||||
replace: "()=>{}",
|
||||
},
|
||||
},
|
||||
{
|
||||
find: "window.DiscordSentry=",
|
||||
replacement: {
|
||||
match: /window\.DiscordSentry=\(0,.\.initSentry\)\(\)/,
|
||||
match: /window\.DiscordSentry=function.+\}\(\)/,
|
||||
replace: "",
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user