From 83dec577e21de10f4bd9fbaf0a11ec088b31a98e Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Wed, 25 Oct 2023 22:26:42 +0200 Subject: [PATCH] add some more quotes again after a while!! --- main/scripts/quote.js | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/main/scripts/quote.js b/main/scripts/quote.js index e2459d6..a356146 100644 --- a/main/scripts/quote.js +++ b/main/scripts/quote.js @@ -496,6 +496,21 @@ const quotes = [ "Lights down, camera, action, here's my next distraction", "I guess I'm a mess, I'm a mess without u", "I'll kill the lights to lose you in the dark", - "So I don't distroy us, please, baby, disarm me" + "So I don't distroy us, please, baby, disarm me", + "Your eyes whispered: Have we met?", + "This night is sparkling, don't you let it go", + "Two a.m., who do you love?", + "Like if Cleopatra grew up in a small town", + "Once, I was a great hope for a dynasty", + "Their faith was strong, but I pushed it too far", + "It was the end of a decade, but the start of an age", + "For a moment, a band of thieves in ripped-up jeans got to rule the world", + "I had the time of my life fighting dragons with you", + "In those photos, I saw us instead", + "Even if we'd met on a crowded street in 1944", + "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" ]; $("#quote-text").html(`🎵 ${quotes[Math.floor(Math.random() * quotes.length)]}`);