pxwild
Last active:
Mood:
View my: Blog | Forum Topics
Contacting pxwild
SpaceHey URL:
https://spacehey.com/pxwild
pxwild's Interests
|
General |
document.addEventListener("DOMContentLoaded", () => {
const audio = document.getElementById("bgm");
audio.volume = 0.5;
audio.play().catch(() => {
const resume = () => { audio.play(); document.removeEventListener("click", resume); };
document.addEventListener("click", resume);
});
});
|
|
Music |
|
|
Movies |
|
|
Television |
|
|
Books |
|
|
Heroes |
|
pxwild's Links
pxwild's Latest Blog Entries [View Blog]
There are no Blog Entries yet.
pxwild's Blurbs
About me:
Who I'd like to meet:
pxwild's Friend Space
[view all]pxwild's Friends Comments
Displaying 0 of 0 comments ( View all | Add Comment )
document.addEventListener("DOMContentLoaded", () => {
const audio = document.getElementById("bgm");
audio.volume = 0.5;
audio.play().catch(() => {
const resume = () => { audio.play(); document.removeEventListener("click", resume); };
document.addEventListener("click", resume);
});
});