cletusc / Userscript--Twitch-Chat-Emotes

Adds a button to Twitch that allows you to "click-to-insert" an emote.
http://cletusc.github.io/Userscript--Twitch-Chat-Emotes/
MIT License
36 stars 20 forks source link

Move emote parsing to API load #70

Closed cletusc closed 9 years ago

cletusc commented 9 years ago

Rather than parsing emote data (regex, or any other stuff), parse at the initial API load point. This should be a huge performance boost as it wouldn't need to be reparsed every time the menu is refreshed/sorted.

cletusc commented 9 years ago

This should be closed by 8641b600555e5262c4dfad6f7be05b9bf8920b2f and will close this once I merge to master.