Youtube Resumer

Changes the ?t= parameter when pausing. Other version: https://greasyfork.org/en/scripts/455475-youtube-resumer

2023-11-19 기준 버전입니다. 최신 버전을 확인하세요.

작성자
Dry Spoon
평점
0 0 0
버전
4
생성일
2021-10-06
갱신일
2023-11-19
크기
1.5KB
라이선스
해당 없음
적용 사이트

Sometimes Youtube opens a video with a ?t= parameter, but it doesn't get updated and when you refresh you go back to that time instead of where you left off. Also, when reloading, it doesn't resume exactly where you left off. This script updates the url each time you pause the video.

Feel free to use the timeupdate event instead of the pause event (floods browser history) or sessionStorage (the video loads at 0 and then moves to
video.currentTime = sessionStorage.getItem('seconds'), not as smooth as changing the url request).