Skip to content

Instantly share code, notes, and snippets.

@PatrickTulskie
Created September 28, 2011 20:55
Show Gist options
  • Save PatrickTulskie/1249234 to your computer and use it in GitHub Desktop.
Save PatrickTulskie/1249234 to your computer and use it in GitHub Desktop.
Autofire
// For http://www.fas.org/man/dod-101/sys/land/bullets.htm
var sound = '<EMBED SRC="biggun.wav" HIDDEN="True"><BGSOUND SRC="biggun.wav">';
for (var i=0; i <= 100; i++) { document.body.insertAdjacentHTML('beforeEnd', sound); }
@tae246
Copy link

tae246 commented Feb 23, 2021

dose it work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment