mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-23 08:57:34 +09:00
5 lines
74 B
HTML
5 lines
74 B
HTML
|
|
<script>
|
||
|
|
var ac = new AudioContext();
|
||
|
|
ac.resume();
|
||
|
|
ac.resume();
|
||
|
|
</script>
|