samuraiexx / roll_together

It's an extension for Google Chrome that synchronizes Crunchyroll Videos that are being played at multiple computers
MIT License
52 stars 12 forks source link

Change PageStateMather to match iFrameSource #16

Closed samuraiexx closed 3 years ago

samuraiexx commented 3 years ago

Instead of matching the video IFrame ID, changed to match the source URL, that way removes the frame id dependency. It doesn't create a new dependency on "static.crunchyroll"

https://www.w3schools.com/css/css_attribute_selectors.asp#:~:text=The%20%5Battribute*%3D%22value%22,to%20be%20a%20whole%20word! -> Reference for CSS Selector

I hope it closes #14