1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-10 08:10:52 +00:00
* Added: Option to hide the Support Activity Feed from chat.
* Fixed: Apply proper colors to the Support Activity Feed when using custom colors.
This commit is contained in:
SirStendec 2022-06-14 16:26:34 -04:00
parent 4d1d3ae0d2
commit 02efe80a92
5 changed files with 22 additions and 3 deletions

View file

@ -46,7 +46,8 @@ const CLASSES = {
'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 .tw-halo__indicator',
'celebration': 'body .celebration__overlay',
'mod-view': '.chat-input__buttons-container a[href*="/moderator"]'
'mod-view': '.chat-input__buttons-container a[href*="/moderator"]',
'last-x-events': '.last-x-events_container'
};