mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-25 00:36:23 +00:00
NoTrack: Fix on encoded assets
This commit is contained in:
parent
a8f77a12df
commit
3f0d915c75
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ export default definePlugin({
|
|||
return;
|
||||
}
|
||||
|
||||
const assetPath = stack.match(/http.+?\.js/)?.[0];
|
||||
const assetPath = stack.match(/http.+?(?=:\d+?:\d+?$)/m)?.[0];
|
||||
if (!assetPath) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue