mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-06-27 21:05:53 +00:00
4.28.2
This is a temporary, quick fix while a proper fix is developed. * Fixed: Include necessary CSS for FrankerFaceZ that was recently removed from Twitch's own CSS bundle.
This commit is contained in:
parent
cfd11c8e9e
commit
e63157a412
3 changed files with 2724 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "frankerfacez",
|
||||
"author": "Dan Salvato LLC",
|
||||
"version": "4.28.1",
|
||||
"version": "4.28.2",
|
||||
"description": "FrankerFaceZ is a Twitch enhancement suite.",
|
||||
"private": true,
|
||||
"license": "Apache-2.0",
|
||||
|
|
|
@ -1319,7 +1319,8 @@ export default class ChatHook extends Module {
|
|||
'megacheer': this.chat.context.get('chat.bits.show'),
|
||||
'hype_train': this.chat.context.get('chat.banners.hype-train'),
|
||||
'prediction': this.chat.context.get('chat.banners.prediction'),
|
||||
'poll': this.chat.context.get('chat.banners.polls')
|
||||
'poll': this.chat.context.get('chat.banners.polls'),
|
||||
'mw-drop-available': false
|
||||
};
|
||||
|
||||
const highlights = this.community_stack?.highlights;
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue