for me my script works, at least on the /rei page, on firefox as well as edge after clicking on a random part of the site (not the link). could you show me your Console log? the script is not in the source for /hate for example, if you mean that. btw i really like the style of the page!
It doesn't work because on some pages embeds are being used instead of audio: those can't be played via JS as far as I'm aware. Also, your script can be condensed into this: https://pastebin.com/1RXMrAfg (Isn't JavaScript crazy?)
hi, i've noticed some of your pages (404 for example) don't work on some browsers with autoplay turned off (videos don't play, leaving a black screen). you can use my script to fix that, if you want to: https://h3.neocities.org/autoplay this also makes audio play (only after clicking somewhere on the page though)
It doesn't work because on some pages embeds are being used instead of audio: those can't be played via JS as far as I'm aware. Also, your script can be condensed into this: https://pastebin.com/1RXMrAfg (Isn't JavaScript crazy?)
Oh very cool. I missed those embeds, i thought all pages used audio elements.