From c297720f895465d2648ea9cd2c6ab7d7ce85a70b Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 27 Oct 2023 13:38:47 +0200 Subject: [PATCH] firm faves --- main/scripts/quote.js | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/main/scripts/quote.js b/main/scripts/quote.js index a356146..5bd1924 100644 --- a/main/scripts/quote.js +++ b/main/scripts/quote.js @@ -511,6 +511,16 @@ const quotes = [ "We would've been timeless", "We slept with our heads together, we had the same dream", "I'll lean the seat back even though you get carsick like that", - "It hits different cause it's you" + "It hits different cause it's you", + "Clink, clink, being this young is art", + "Got lovestruck, went straight to my head", + "They might as well be looking at us, and if they call me a-", + "I didn't come here to make friends", + "We were born to be suburban legends", + "You kissed me in a way that's gonna screw me up forever", + "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" ]; $("#quote-text").html(`🎵 ${quotes[Math.floor(Math.random() * quotes.length)]}`);