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.

Version au 30/08/2024. Voir la dernière version.

Auteur
Ghosty-Tongue
Notes
0 0 0
Version
1.0
Créé
30/08/2024
Mis à jour
30/08/2024
Taille
8,28 ko
Licence
MIT
S'applique à
Tous les sites

// ==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==