A self contained static website for browsing the collection of salvaged mp3.com files.
Find a file
2025-09-19 00:10:27 -05:00
.gitattributes Initial commit 2025-09-16 18:22:15 -05:00
.gitignore Added git ignore for uncompressed db file 2025-09-19 00:08:50 -05:00
AGENTS.md Document UX replacement fix 2025-09-17 00:14:10 -05:00
bulma.min.css feat: add Bulma loader and client-side DB bootstrap (fflate + sql.js); download/unzip/cache DB and show stub UI 2025-09-16 16:51:54 -05:00
db.zip Updated db 2025-09-19 00:10:27 -05:00
index.html Switch SPA to bundled sql.js runtime 2025-09-18 22:03:36 -05:00
LICENSE Initial commit 2025-09-16 15:00:56 -05:00
README.md Switch SPA to bundled sql.js runtime 2025-09-18 22:03:36 -05:00
script.js Normalize FTS match expression for search 2025-09-18 22:49:06 -05:00
site.css Refine overlay stacking behavior 2025-09-18 18:42:52 -05:00
sql-wasm.js Moving to manually downloaded version of sqlite. 2025-09-18 21:47:29 -05:00
sql-wasm.wasm Moving to manually downloaded version of sqlite. 2025-09-18 21:47:29 -05:00

mp3-com-meta-browser

A self contained static website for browsing the collection of salvaged mp3.com files.

Runtime Notes

  • Uses the sql.js WASM build (bundled as sql-wasm.js/sql-wasm.wasm) so that FTS5 is available client-side.