mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-16 01:56:55 +00:00
Rough support for the updated BetterTTV. It's kind of messy, so I'll investigate a better way to hook into it with less chance of breaking.
Other minor changes.
This commit is contained in:
parent
a0ab653e8f
commit
216a82aa5a
10 changed files with 205 additions and 89 deletions
|
@ -63,7 +63,8 @@ FFZ.prototype._emote_menu_enumerator = function() {
|
|||
|
||||
else
|
||||
title = "FrankerFaceZ Set: " + FFZ.get_capitalization(set.id);
|
||||
}
|
||||
} else
|
||||
title = "FrankerFaceZ: " + title;
|
||||
|
||||
emotes.push({text: emote.name, url: emote.url,
|
||||
hidden: false, channel: title, badge: badge});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue