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.
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 thewww.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.