From 222ad1c34e380d8cc5160c454f305a61cc12d28e Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Tue, 22 Oct 2024 10:42:43 +0700 Subject: [PATCH] Remove "disableSendMetadata" patch --- src/modules/patcher.ts | 13 ------------- 1 file changed, 13 deletions(-) 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