Integrates the live chat into the mobile version of YouTube
< Opiniones de Live Chat on YouTube Mobile
It's harder to support live chat replay than live chat because replay requires an access token and the chat must be constantly synchronized with the video's timeline, which the live chat url doesn't need.
I took some time to make it work with stream archive: https://github.com/eight04/bunch-of-shells/blob/master/Live%20Chat%20on%20YouTube%20Mobile.user.js
/live_chat_replay, we have to fetch www.youtube.com and extract reloadContinuationData to iframe URL.video.currentTime to the frame periodly./live_chat_replay doesn't recognize message from other origins i.e. m.youtube.com, so we have to catch messages in the iframe then repost it with the correct origin.
Support live chat replay?
Currently it doesn't work with ended streams. The iframe URL for example:
IDK if we will have to handle windows communication or it will work automatically after the iframe is created.