YouTube 播放 Plox

自動儲存及繼續 YouTube 影片播放進度,無需登入。

< 腳本YouTube 播放 Plox的回應

評論:正評 - 腳本一切正常

§
發表於:2025-10-24

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:

  • 1 - Change Messages in NavBar to something smaller (without words - juste icons), which eliminate the problem of translation...

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?

Alplox作者
§
發表於:2025-10-24

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.

§
發表於:2025-10-24

:-)

發表回覆

登入以回覆