Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 438 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 438 Bytes

7TV emotes for OBS Studio's Chat

Basically adds this javascript code (7TV FFZ Addon) to the auth-twitch.cpp file

    static const char *stv_script = "\
    var stv = document.createElement('script');\
    stv.setAttribute('src','https://cdn.jsdelivr.net/gh/elmarceloc/seventv-build/content.js');\
    document.head.appendChild(stv);";