You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the browser extension only works if a user is in the playlist page specifically, we want the browser extension to work if the browser is on a video in a playlist. You can retrieve the playlistID via the URL. The main problem with this is whether or not we can access the lists we create on the playlist page when we're on the video page. Look into the viability of this or implement it.
Comment down below if you intend to be assigned to this task. Familiarize yourself with local storage and how each browser supports local storage.
The text was updated successfully, but these errors were encountered:
Currently, it appears that you can in fact access local storage from multiple pages. We still however need to be able to determine if we are on the playlist page or in a video in a playlist and prompt the user to watch the playlist.
Currently, the browser extension only works if a user is in the playlist page specifically, we want the browser extension to work if the browser is on a video in a playlist. You can retrieve the playlistID via the URL. The main problem with this is whether or not we can access the lists we create on the playlist page when we're on the video page. Look into the viability of this or implement it.
Comment down below if you intend to be assigned to this task. Familiarize yourself with local storage and how each browser supports local storage.
The text was updated successfully, but these errors were encountered: