1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-27 21:05:53 +00:00
* 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:
SirStendec 2024-08-12 12:51:29 -04:00
parent 2d420a17ac
commit a3c2b31ede
3 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
{ {
"name": "frankerfacez", "name": "frankerfacez",
"author": "Dan Salvato LLC", "author": "Dan Salvato LLC",
"version": "4.73.0", "version": "4.73.1",
"description": "FrankerFaceZ is a Twitch enhancement suite.", "description": "FrankerFaceZ is a Twitch enhancement suite.",
"private": true, "private": true,
"license": "Apache-2.0", "license": "Apache-2.0",

View file

@ -20,8 +20,8 @@
"name": "EMQX MQTT-Based PubSub", "name": "EMQX MQTT-Based PubSub",
"description": "An experimental pubsub system running on an EMQX cluster, to see how that performs.", "description": "An experimental pubsub system running on an EMQX cluster, to see how that performs.",
"groups": [ "groups": [
{"value": true, "weight": 25}, {"value": true, "weight": 0},
{"value": false, "weight": 75} {"value": false, "weight": 100}
] ]
}, },
"cf_pubsub": { "cf_pubsub": {

View file

@ -244,7 +244,7 @@ Twilight.KNOWN_MODULES = {
if ( n.S && n.S.toString().includes('.visit') ) if ( n.S && n.S.toString().includes('.visit') )
return n.S; 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, 'sub-form': n => typeof n.T === 'function' && String(n.T).includes('CheckoutModal') && n.T,
mousetrap: n => n.bindGlobal && n.unbind && n.handleKey, mousetrap: n => n.bindGlobal && n.unbind && n.handleKey,
'algolia-search': n => { 'algolia-search': n => {