Music Player for Open Dirictories

A full-page music player with a modern interface, including download buttons and time display. Credit to https://www.reddit.com/r/opendirectories/comments/1f3fxmu/inline_listning_to_music/ for the idea and base code.

目前为 2024-08-30 提交的版本。查看 最新版本

作者
Ghosty-Tongue
评分
0 0 0
版本
1.0
创建于
2024-08-30
更新于
2024-08-30
大小
8.3 KB
许可证
MIT
适用于
所有网站

// ==UserScript==
// @name Music Player for Open Dirictories
// @namespace http://tampermonkey.net/
// @version 1.0
// @description A full-page music player with a modern interface, including download buttons and time display. Credit to https://www.reddit.com/r/opendirectories/comments/1f3fxmu/inline_listning_to_music/ for the idea and base code.
// @author GhostyTongue
// @match *://*/*
// @grant none
// @license MIT
// ==/UserScript==