UI: Allow animated BTTV emojis

This commit is contained in:
jp9000
2019-02-10 18:22:03 -08:00
parent 1af8789ce0
commit c07c5bb5f3

View File

@@ -175,6 +175,7 @@ document.head.appendChild(ffz);";
static const char *bttv_script = "\
localStorage.setItem('bttv_clickTwitchEmotes', true);\
localStorage.setItem('bttv_darkenedMode', true);\
localStorage.setItem('bttv_bttvGIFEmotes', true);\
var bttv = document.createElement('script');\
bttv.setAttribute('src','https://cdn.betterttv.net/betterttv.js');\
document.head.appendChild(bttv);";