diff --git a/src/modules/patcher.ts b/src/modules/patcher.ts index 5e97d34..e74fa64 100644 --- a/src/modules/patcher.ts +++ b/src/modules/patcher.ts @@ -972,15 +972,6 @@ if (this.baseStorageKey in window.BX_EXPOSED.overrideSettings) { return str; }, - disableSendMetadata(str: string) { - let text = 'this.sendMetadata(),this.isStreamActive()'; - if (!str.includes(text)) { - return false; - } - - str = str.replaceAll(text, 'true; return;' + text); - return str; - }, }; let PATCH_ORDERS: PatchArray = [ @@ -1056,10 +1047,6 @@ let PLAYING_PATCH_ORDERS: PatchArray = [ 'alwaysShowStreamHud', - ...(getPref(PrefKey.BLOCK_TRACKING) ? [ - 'disableSendMetadata', - ] : []), - // 'exposeEventTarget', // Patch volume control for normal stream