crazyrabbit0 / UserScripts

UserScripts for Browser Extensions
GNU General Public License v3.0
4 stars 0 forks source link

Playlist lock - Always goes to next video when choosing any video #4

Closed JeffreyMercado closed 2 months ago

JeffreyMercado commented 3 months ago

This stems from my testing in #3.

If you try to navigate to a different video within the playlist, it seems the script overrides the selection and causes the previous "next video" in the list to be opened instead.

Repro:

  1. Start playing a playlist (also refresh browser after starting)
  2. In the playlist panel, choose any video other than the next video (e.g., If started on video 1, choose video 3)
  3. Youtube navigates to the old "next video" instead (i.e., Navigates to video 2 in previous example)
JeffreyMercado commented 3 months ago

Actually, seems worse than I initially thought. It seems to override anything that would navigate away from the video.

crazyrabbit0 commented 3 months ago

That was a weird one (sadly YouTube doesn't have distinct classes for videos that don't load). The latest version should fix this issue (but the blank buffering problem is no longer supported).