Advertisement
Guest User

Nsnsnnd

a guest
Apr 9th, 2020
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.   window.onload = function() {
  2.     var backgroundAudio=document.getElementById("sound");
  3.   // Just increase the volume to hear the sound
  4.     backgroundAudio.volume=0.001;
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement