Guarda y retoma automáticamente el progreso de vídeos en YouTube sin necesidad de iniciar sesión.
< 脚本 YouTube Playback Plox 的反馈
Thanks, today I will try on getting the translations working.
1- Yes, I get it and it is something that I have been trying to do but I like to know when code is doing something and what is that something, so I prefer the full message with text. But at the same time I understand that it takes a lot of space. I will work on it, so maybe it's possible to toggle between "icon+text" - "just icon" - "just text" - "nothing/hide."
2- I don't know about this. YouTube changed the interface recently.
3- WIP
4- I'm bad at naming things and the more I examine what I want to do, the more I realize that I basically want to make FreeTube/GrayJay without having to leave my preferred browser to go open another app lol. So for the moment I will leave it as it is.
Thanks again for the suggestions.
:-)
Great idea and well done created! Work fine and the list of videos viewed and resumed can be very useful outside the use of resume function. ;-)
just some suggests:
In do some test (see my screenshots)
My changes:
if (now - lastNotifyTimestamp < cachedSettings.minSecondsBetweenSaves * 1000) return; lastNotifyTimestamp = now; //DECEMBRE CHANGE: //showToast(💾 Progreso guardado: ${formatTime(timestamp)}, 2500); //showToast(💾 ⏳: ${formatTime(timestamp)}, 2500); showToast(🖈⏳: ${formatTime(timestamp)}, 2500); }// Mostrar mensaje persistente en la barra de tiempo if (timeDisplay) { isPlayerSeeking = true; // Activarar flag // Decmbre change: //const message = isForced ?⏱️ Iniciando en tiempo fijo: ${formatTime(time)}:⏯ Retomado en ${formatTime(time)}; //const message = isForced ?⏱️: ${formatTime(time)}:📌⏯ Resumed ${formatTime(time)}; const message = isForced ?⏱️: ${formatTime(time)}:📌⏯ ${formatTime(time)};2 - Add a button (with your icon) in the player page to open your modal settings and liste of video resumed.
3 - Translate interface at last in Us / French (for me...), with option to choose one.
4 - And last one, The name of your script maybe need include the idea of "Resume" in it?