cyyynthia / pronoundb.org

A browser extension that lets people know how to refer to each other on various places of the Internet. Available on Chrome, Firefox, and Edge.
https://pronoundb.org
BSD 3-Clause "New" or "Revised" License
271 stars 22 forks source link

new 7tv update broke pronouns for twitch chat #92

Closed sSolsta closed 1 year ago

sSolsta commented 1 year ago

the 7tv extension received an update recently, and my pronouns no longer show up in twitch chat. i did a little digging and it seems 7tv has completely rebuilt the twitch chat from scratch

(screenshot of the html) image

cyyynthia commented 1 year ago

I've started looking into this, but it's actually quite a difficult problem to tackle. While FFZ's injection was friendly and exposed data that I needed, 7TV's injection completely withdraws control and keeps data in a privately-owned state I can't seem to be able to poke into. It seems their injection methods also prevents Twitch's own stores from being populated, making the ID resolve task difficult.

I'll keep looking for ways to extract the data I need, but the task appears to be quite tough.