From c82c7513cbef46aa3e7c2296dcb9f645d41ae888 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Wed, 15 Dec 2021 20:11:07 +0100 Subject: [PATCH] ch-vrr-ches --- main/scripts/quote.js | 29 +++++++++++++++++++++++++---- 1 file changed, 25 insertions(+), 4 deletions(-) diff --git a/main/scripts/quote.js b/main/scripts/quote.js index 74db156..b9f7c40 100644 --- a/main/scripts/quote.js +++ b/main/scripts/quote.js @@ -1,8 +1,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. + 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. Thanks for making my life better with your songs. <3 */ const quotes = [ @@ -373,6 +373,27 @@ const quotes = [ "Wind in my hair, I was there, I remember it", "It's supposed to be fun, turning twenty-one", "They say all's well that ends well, but I'm in a new hell", - "A jewel whose shine reflects on you" + "A jewel whose shine reflects on you", + "The mother we share will never keep our cold heart from calling", + "The mother we share will never keep your proud head from falling", + "I keep my lips shut tight until you go-oh-oh-oh-oh", + "Come in misery, where you can seem as old as your omens", + "Cover up, cover up, cover up that you're ruthless", + "Nobody, nobody's ever gonna notice", + "We tried to bury it and rise above", + "You never promised me you'd see it differently", + "I beat it like a dead horse, I beat it like a drum", + "I stayed with you too long, skipping like a record", + "He said: 'You bore me to death'", + "He said: 'It's all in your head'", + "And: 'Get drunk, but don't be a mess'", + "Wasn't it gonna be different, wasn't it gonna be true?", + "Weren't you gonna be honest, weren't you gonna be pure?", + "All you want is to play at playing God", + "You give me everything I never deserved", + "Here's to taking what you came for", + "Here's to never ending circles", + "No time to bow down, no time to kill", + "No justifying staying down in silence" ]; $('#quote-text').html(`🎵 ${quotes[Math.floor(Math.random() * quotes.length)]}`); \ No newline at end of file