From 462b0430806d7d955d509ac81602778bef9865f2 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Thu, 14 Mar 2024 20:32:40 +0100 Subject: [PATCH] =?UTF-8?q?time=20for=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 | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/main/scripts/quote.js b/main/scripts/quote.js index 5bd1924..d9669f4 100644 --- a/main/scripts/quote.js +++ b/main/scripts/quote.js @@ -2,7 +2,7 @@ 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. + Taylor Swift, Paramore, The 88, Hamilton, Lil Nas X, Chvrches, Hayley Williams, PRXZM, sad alex, Japanese Breakfast. Thanks for making my life better with your songs. <3 */ const quotes = [ @@ -521,6 +521,17 @@ const quotes = [ "Fast-forward to three hundred takeout coffees later", "You dream of my mouth before it called you a lying traitor", "Baby, was it over then, and is it over now?", - "I had to turn into a shrouded mystery" + "I had to turn into a shrouded mystery", + "Heart burning hot enough for the both of us", + "In a year, I'll say: your hair got long", + "You'll tell me how the band got good", + "You swallow me whole", + "Lucidity came slowly", + "I awoke from dreams of untying a great knot", + "How's it feel to stand at the height of your powers?", + "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" ]; $("#quote-text").html(`🎵 ${quotes[Math.floor(Math.random() * quotes.length)]}`);