Created
September 28, 2011 20:55
-
-
Save PatrickTulskie/1249234 to your computer and use it in GitHub Desktop.
Autofire
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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); } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dose it work