I can pause the video with
globalThis.ytPlayerUtilsVideoTagPoolInstance.l[0].pause()
I can get the current time of the video with globalThis.ytPlayerUtilsVideoTagPoolInstance.l[0].currentTime
How do I trigger the pause automatically when the video reaches currentTime > 180
?