A sleek, lightweight, and ad-free music player web app inspired by YouTube Music. Built for speed, simplicity, and control.
Enjoy music from YouTube with little to no interruptions. Focused on uninterrupted listening.
100% web-based. No downloads, no installs. Fast loading with minimal dependencies.
Clean, modular code. No frameworks -- just plain HTML, CSS, and JavaScript.
Includes tools to convert YouTube playlists to static HTML and generate JavaScript playlist files.
| File | Description |
|---|---|
index.html | Main music app interface |
script.js | Main app logic -- playback and UI behavior |
songs.js | Song data and playlist definitions |
style.css | Core styling for all pages |
playlist2static.html | Tool to convert YouTube playlists to static HTML |
playlist2static.js | JavaScript logic behind playlist conversion |
static-list-generator.html | GUI for creating static playlist files |
static-to-js.html | Converts HTML playlist elements into JavaScript format |