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

Bug Fix - Change PageStateMatcher logic #12

Closed hsnavarro closed 4 years ago

hsnavarro commented 4 years ago

Someone reported in our development email that the popup wasn't working for a specific episode. Link

I noticed that the url doesn't have the work "episode" in it and thus not been accepted by the regular expression. I've changed to a more reliable way.

I've tested on some links and in full screen, all working ok.

samuraiexx commented 4 years ago

Great idea, to use the css to match the right page!

LGTM