Greasy Fork is available in English.

Youtube Save/Resume Progress

Have you ever closed a YouTube video by accident, or have you gone to another one and when you come back the video starts from 0? With this extension it won't happen anymore

这些是代码更新过的版本。 显示所有版本

  • v1.5 2024-03-10 Imported from URL
  • v1.4.5 2024-03-09 Imported from URL
  • v1.4.5 2024-02-19

    Changed extension name

  • v1.4.4 2024-02-19

    Fixed bug: on Firefox, the info UI not displaying at all

  • v1.4.3 2024-02-19

    Fixed bug: on Chrome the info UI is inserted on the right

  • v1.4.2 2024-02-19

    Fixed bug: when the video has chapters, the info UI is displayed on the right side instead of on the left

  • v1.4.1 2024-02-19
  • v1.4 2024-02-19

    Added user interface that shows the last time it was saved the video

  • v1.3 2024-02-18

    Improved flow.
    Before:
    initialize -> setSavedProgress -> loop main at interval doing again the setSavedProgress
    (here the first setSavedProgress sometimes is not executed because the player is not available so the second one within the loop is executed)

    Now:
    initialize -> onPlayerElementExist(setSavedProgress) -> loop saveVideoProgress

  • v1.2 2024-02-18

    Improved performance by not accesing to the video id in each interval iteration
    Created config data for global stuff

  • v1.1.2 2024-02-16

    Changed icon

  • v1.1.1 2024-02-15

    Changed description

  • v1.1 2024-02-14