mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-17 02:17:03 -04:00
Unbrick Vencord - Pt 1
This commit is contained in:
parent
d0940a8b19
commit
6398dd25d2
9 changed files with 34 additions and 48 deletions
|
@ -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: "",
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue