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
I would like to have an option to resume a YouTube video at the point where it was cut off, because if you're watching a long video and it cuts off, it's difficult to find the exact point where it was cut off. I believe you could use Math.trunc(document.querySelector('.video-stream').currentTime) this will get the current time of the current YouTube video, and set/or append the &t=xx parameter to the URL before the site gets blocked. (should only apply if you are on https://www.youtube.com/watch?*)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I would like to have an option to resume a YouTube video at the point where it was cut off, because if you're watching a long video and it cuts off, it's difficult to find the exact point where it was cut off. I believe you could use
Math.trunc(document.querySelector('.video-stream').currentTime)
this will get the current time of the current YouTube video, and set/or append the&t=xx
parameter to the URL before the site gets blocked. (should only apply if you are on https://www.youtube.com/watch?*)Beta Was this translation helpful? Give feedback.
All reactions