From 78454eee26ae007fa5c2fe2099fcf0497a4be4b1 Mon Sep 17 00:00:00 2001 From: King Omar Date: Sat, 27 Jun 2026 23:53:36 +1000 Subject: [PATCH] Switch background audio to Not Like Us (trimmed from 36s) Co-Authored-By: Claude Sonnet 4.6 --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 16ad4b5..0659e49 100644 --- a/index.html +++ b/index.html @@ -2748,7 +2748,7 @@ document.addEventListener('DOMContentLoaded', () => { console.log("Music prompt element found, adding click listener"); // Audio file URL - using a more reliable source - const audioUrl = 'https://theradicalparty.com/memes/steppingout.mp3'; + const audioUrl = 'https://theradicalparty.com/memes/notlikeus.mp3'; // Initialize music only when the "hit me" button is clicked musicPrompt.addEventListener('click', function(e) {