User:Toad64/Sandbox: Difference between revisions

Toad64 (talk | contribs)
updated codeblock
Toad64 (talk | contribs)
No edit summary
Line 1: Line 1:
Using Javascript (and a set of ::root colors i had), It is possible to modify the default audio element used to play audio.
Using Javascript (and a set of ::root colors i had), It is possible to modify the default audio element used to play audio.


<div class="my-custom-player-wrapper"><syntaxhighlight lang="javascript">
<syntaxhighlight lang="javascript">
// gemini code  
// gemini code  


Line 101: Line 101:
</syntaxhighlight>
</syntaxhighlight>


This code creates a styleized media player (in this example the Curiosity Shop Music):
This code creates a styleized media player (in this example the Old Deadlock Title Screen):
[[File:Curio music.mp3]]
[[File:Music menu lp.mp3]]
</div>