Youtube Resumer (using the url)

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

< Youtube Resumer (using the url) 피드백으로 돌아가기

리뷰: 보통 - 스크립트가 작동하지만 버그 있음

§
게시: 2021-12-04
수정: 2021-12-04

History is overflowing.
It's good to make updates to the url parameter "t" not every second, but after 15 seconds.

Dry Spoon작성자
§
게시: 2021-12-18

Oh I didn't notice. In that case I think it makes more sense to change the url only when pausing. There is a new version, feel free to customize it:
function listen(){
const video = findVideo()
video.addEventListener('timeupdate', () => {
const seconds = parseInt(video.currentTime)
if(seconds % 15 === 0){//divisible by 15
changeUrl(seconds)
}
})
}

Dry Spoon작성자
§
게시: 2023-11-19

Here is a version that stores time locally https://greatest.deepsurf.us/en/scripts/455475-youtube-resumer

답글 게시

답글을 게시하려면 로그인하세요.