I ended up listening to the Halo 1 menu on repeat last night. You can easily shuffle through the Halo 1, 2, 3, and 4 menus and their respective music. Really great find for Halo lovers! Which menu music is your favourite?
@cpollo01 Do you know who the maker is? I would love for them to simply add this js code to allow for muting:
var vid = document.getElementById("halo");
$(document).keypress(function(event) {
var ch = String.fromCharCode(event.keyCode || event.charCode);
switch (ch) {
case 's': case 'S':
vid.muted = !vid.muted;
break;
}
});
Uptime
Accidental Tech Podcast - Uncomfortable in My Pants
Uptime
Patent Monk
Product Hunt
Patent Monk