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

Add session token to episodes carousel #19

Open mateusKoppe opened 3 years ago

mateusKoppe commented 3 years ago

Problem

When using the extension if I'm connected in someone else room and I click in the next episode I lost the session in my URL and I need to ask for another session link or add the rollTogetherRoom param manually.

Description

This PR adds the rollTogetherRoom params in the episodes in the carousel. It also observe changes in the carousel and replace link without the param when the carousel is changed.

This is creating a new content_script that changing the DOM of the www.crunchyroll.com website, that is why I needed another content script.

Sorry for not creating a issue for this before, I fixed this in my PR so when I'm using I don't have this problem and decided to send you the code here if you have interest in this feature.