This code of yours prevented my additional hacks (such as volume control ) from working:
document.addEventListener("DOMContentLoaded", function(event) {
/* DOMContentLoaded*/
});
When I deleted it, my stuff worked. Then again, I'm not savvy at coding. Perhaps my hacks could have worked with your code had I known how to make it work.
This code of yours prevented my additional hacks (such as volume control ) from working:
When I deleted it, my stuff worked. Then again, I'm not savvy at coding. Perhaps my hacks could have worked with your code had I known how to make it work.