From 1c1ee128e3736044783ddb32e180c34788bc1df0 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Thu, 14 Mar 2024 22:39:03 +0100 Subject: [PATCH] =?UTF-8?q?more=20more=20quotes=20=E2=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main/scripts/quote.js | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/main/scripts/quote.js b/main/scripts/quote.js index d9669f4..afed865 100644 --- a/main/scripts/quote.js +++ b/main/scripts/quote.js @@ -2,7 +2,8 @@ Song lyrics totally stolen from Owl City, The All-American Rejects, Yellowcard, Daniel Powter, Marianas Trench, Fall Out Boy, Maroon 5, The Script, Poppy, IAMX, The Faint, Coldplay, dodie, blink-182, Albert Hammond Jr, Lorde, Michael Patrick Kelly, Madsen, The Crazy Ex-Girlfriend Cast, Wir Sind Helden, Juli, MALINDA, Demi Lovato, - Taylor Swift, Paramore, The 88, Hamilton, Lil Nas X, Chvrches, Hayley Williams, PRXZM, sad alex, Japanese Breakfast. + Taylor Swift, Paramore, The 88, Hamilton, Lil Nas X, Chvrches, Lauren Mayberry, Hayley Williams, PRXZM, sad alex, + Japanese Breakfast. Thanks for making my life better with your songs. <3 */ const quotes = [ @@ -532,6 +533,10 @@ const quotes = [ "Posing for cars on the American stoop", "It's been one o'clock for hours", "Closeness, proximity, I need it", - "I hope you come home soon" + "I hope you come home soon", + "I bend over backwards, tiptoe along every wire", + "I'm preaching to the choir, I'm a body for hire", + "It's your game, now you're mad that I learned the rules", + "It's a really bad habit playing dead and dumb" ]; $("#quote-text").html(`🎵 ${quotes[Math.floor(Math.random() * quotes.length)]}`);