RobertWesner / YouTube-Play-All

A tiny userscript adding the Play-All button back to YouTube.
MIT License
13 stars 1 forks source link

Use Events instead of Intervals #3

Closed RobertWesner closed 3 months ago

RobertWesner commented 3 months ago

Inspired by https://greasyfork.org/en/scripts/492119-youtube-all-videos-playlists-yavp

There do not seem to be Events for changing between Recent and Popular. yt-navigate-finish only sends on changing the page or tab, like from Shorts to Videos.

RobertWesner commented 3 months ago

Interval was replaced with MutationObserver.