code-charity / code-charity/youtube

Auto-resume playback position across sessions

Open
#4,076 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Feature request Generated
Dominant language
JavaScript
Stars
4.6k
Forks
996
Avg merge
2d 15h
Merged PRs (30d)
7

Description

Feature Request: Auto-Resume Playback Position

Description

Automatically save and restore the playback position of YouTube videos so users can resume where they left off, even after closing and reopening the browser.

Why

Multiple dedicated scripts exist for this:

  • YouTube Auto-Resume (GreasyFork)
  • YouTube Playback Plox (GreasyFork)
  • YouTube Timestamp Saver (GreasyFork)
Preferred behavior
  • Save playback position to localStorage
  • Resume prompt or auto-resume on return
  • Per-video tracking (not just per-URL)
  • Playlist-aware: separate position for playlist context vs standalone
  • Clear position when video is fully watched

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No files or tests are named. Start by locating the YouTube player playback handling and existing localStorage usage, then trace how playlist context is represented. Done means positions persist per video and context, resume on return, and clear after full playback as specified.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.