code-charity / code-charity/youtube

Playlist autoplay toggle (per-playlist control)

Open
#4,086 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: Per-Playlist Autoplay Toggle

Description

Add a visible autoplay toggle switch in playlist headers that lets users control whether the next video in a playlist auto-plays. Independent of YouTube's global autoplay setting.

Why
  • YouTube Playlist Autoplay Button (GreasyFork, 17K installs) — dedicated script just for this
  • YouTube Prevent Playlist Autoplay — the original
  • YouTube removed the playlist-level autoplay toggle years ago
Preferred behavior
  • Toggle switch in playlist header
  • ON = autoplay next video in playlist (default)
  • OFF = stop after current video
  • Setting stored per-playlist in localStorage
  • Works for Watch Later, custom playlists, Mixes
  • Independent of YouTube's global autoplay setting

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, tests, or entry points are named. Start by locating the playlist header UI and the existing playlist playback flow, then trace how settings are persisted and how the next video starts. Done means a visible per-playlist toggle works for Watch Later, custom playlists, and Mixes, persists across visits, and remains independent of YouTube's global autoplay setting.

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.