okay I am trying to stop autoplay youtube video after loading, using mutationobserver from JS.
The problem is the Youtube is a SPA(single page application). Due to which, if I stop the mutationobserver after pausing the first video video.pause()
. I need to refresh page manually after switching to another video.
And if don’t stop after first excution i can’t play any video at all. Everytime I play a video mutation obserser notice & call function to execute video.pause()
.
Q. Can we use mutationObserver to check if ytb-watch-video-id has been changed. coonsidering if this change means page changed & call the function to pause autoplay?
<video tabindex="-1" class="video-stream html5-main-video" controlslist="nodownload" style="..." ytb-watch-video-id="S...s" ytb-miniplayer-video src="blob:https://www.youtube.com/...2b"></video>