mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-06-27 12:55:55 +00:00
4.73.1
* Fixed: The `Report Emote` action not appearing on emote cards for Twitch emotes. * Fixed: A discontinued experiment erroneously being left enabled.
This commit is contained in:
parent
2d420a17ac
commit
a3c2b31ede
3 changed files with 4 additions and 4 deletions
|
@ -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",
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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 => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue