From 65cc86130ed5734cf6b22bf0fb154e2b0c5df1ef Mon Sep 17 00:00:00 2001 From: Lordmau5 Date: Thu, 11 Mar 2021 16:10:01 +0100 Subject: [PATCH] Fix "Hide channel page LIVE indicator" feature not working Twitch seems to have updated the class names --- src/sites/twitch-twilight/modules/css_tweaks/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sites/twitch-twilight/modules/css_tweaks/index.js b/src/sites/twitch-twilight/modules/css_tweaks/index.js index 0d29144c..d0b83dc2 100644 --- a/src/sites/twitch-twilight/modules/css_tweaks/index.js +++ b/src/sites/twitch-twilight/modules/css_tweaks/index.js @@ -40,7 +40,7 @@ const CLASSES = { 'dir-live-ind': '.live-channel-card[data-ffz-type="live"] .tw-channel-status-text-indicator, article[data-ffz-type="live"] .tw-channel-status-text-indicator', 'profile-hover': '.preview-card .tw-relative:hover .ffz-channel-avatar', 'not-live-bar': 'div[data-test-selector="non-live-video-banner-layout"]', - 'channel-live-ind': '.channel-header__user .tw-channel-status-text-indicator,.channel-info-content .user-avatar-animated__live', + 'channel-live-ind': '.channel-header__user .tw-channel-status-text-indicator,.channel-info-content .tw-halo__indicator', 'celebration': 'body .celebration__overlay', 'mod-view': '.chat-input__buttons-container .tw-core-button[href*="/moderator"]' };