diff options
author | echo <91651232+exhq@users.noreply.github.com> | 2022-10-14 13:03:12 +0330 |
---|---|---|
committer | echo <91651232+exhq@users.noreply.github.com> | 2022-10-14 13:03:12 +0330 |
commit | b11cd3630260e180c0af5bc7c956ee3ca9aabe64 (patch) | |
tree | 43f03e5cc95d22a2a1155284a4827ab600c3b161 | |
parent | c5168633fd1066e84ca4d3eb688406265459cecd (diff) | |
download | exhq.github.io-b11cd3630260e180c0af5bc7c956ee3ca9aabe64.tar.gz exhq.github.io-b11cd3630260e180c0af5bc7c956ee3ca9aabe64.tar.bz2 exhq.github.io-b11cd3630260e180c0af5bc7c956ee3ca9aabe64.zip |
yeah i changed shit
-rw-r--r-- | static/funny.js | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/static/funny.js b/static/funny.js index 5b43dcc..90dc989 100644 --- a/static/funny.js +++ b/static/funny.js @@ -1,4 +1,4 @@ -var titles = [
+const titles = [
"i work out",
"funny",
"Kara Kara Kara no Kara",
@@ -44,14 +44,17 @@ var titles = [ "None.",
"deez nuts",
"trolley",
-
+ "i want to live in piece",
+ "fill me with happiness",
+ "you're downbad",
+ "do not use code nopo"
+
]
document.title = titles[Math.floor(Math.random()*titles.length)];
//button bs
-bool = false
-var audio
+let audio, bool
if (new Date().getMonth() === 9){
console.log("boo")
audio = new Audio('boo.mp3')
|