From a3c2b31ede3591799367111306838c641c812804 Mon Sep 17 00:00:00 2001 From: SirStendec Date: Mon, 12 Aug 2024 12:51:29 -0400 Subject: [PATCH] 4.73.1 * Fixed: The `Report Emote` action not appearing on emote cards for Twitch emotes. * Fixed: A discontinued experiment erroneously being left enabled. --- package.json | 2 +- src/experiments.json | 4 ++-- src/sites/twitch-twilight/index.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 0830b4f6..6b676125 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "frankerfacez", "author": "Dan Salvato LLC", - "version": "4.73.0", + "version": "4.73.1", "description": "FrankerFaceZ is a Twitch enhancement suite.", "private": true, "license": "Apache-2.0", diff --git a/src/experiments.json b/src/experiments.json index 65114fb4..248eb9e8 100644 --- a/src/experiments.json +++ b/src/experiments.json @@ -20,8 +20,8 @@ "name": "EMQX MQTT-Based PubSub", "description": "An experimental pubsub system running on an EMQX cluster, to see how that performs.", "groups": [ - {"value": true, "weight": 25}, - {"value": false, "weight": 75} + {"value": true, "weight": 0}, + {"value": false, "weight": 100} ] }, "cf_pubsub": { diff --git a/src/sites/twitch-twilight/index.js b/src/sites/twitch-twilight/index.js index fbd00d93..957fec67 100644 --- a/src/sites/twitch-twilight/index.js +++ b/src/sites/twitch-twilight/index.js @@ -244,7 +244,7 @@ Twilight.KNOWN_MODULES = { if ( n.S && n.S.toString().includes('.visit') ) return n.S; }, - 'user-report': n => n['a3']?.displayName === 'Loadable(ReportUserModal)' && n['a3'], + 'user-report': n => n['Z']?.displayName === 'Loadable(ReportUserModal)' && n['Z'], 'sub-form': n => typeof n.T === 'function' && String(n.T).includes('CheckoutModal') && n.T, mousetrap: n => n.bindGlobal && n.unbind && n.handleKey, 'algolia-search': n => {