diff --git a/main/scripts/quote.js b/main/scripts/quote.js index afed865..3f84992 100644 --- a/main/scripts/quote.js +++ b/main/scripts/quote.js @@ -537,6 +537,38 @@ const quotes = [ "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" + "It's a really bad habit playing dead and dumb", + "You say I abandoned the ship", + "My white knuckle dying grip holding tight to your quiet resentment", + "Every breah feels like rarest air", + "I was a functioning alcoholic til nobody noticed my new aesthetic", + "All of this to say: I hope you're okay, but you're the reason", + "Rivulets descend my plastic smile", + "You should've seen him when he first got me", + "My boy only breaks his favorite toys", + "He stole my tortured heart, left all these broken parts", + "You look like Taylor Swift in this light, we're loving it", + "Beauty is a beast that roars, down on all fours, demanding more", + "It's heall on earth to be heavenly", + "Old habits die screaming", + "I can tell when somebody still wants me, come clean", + "You'll find that you were never not mine", + "Wise men once read fake news, and they believed it", + "Cross your thoughtless heart, only liquor anoints you", + "This happens once every few lifetimes", + "These chemicals hit me like white wine", + "Honestly, who are we to fight the alchemy?", + "You wouldn't last an hour in the asylum where they raised me", + "Could someone give a message to the smallest man who ever lived?", + "Were you writing a book, were you a sleeper cell spy?", + "You'll confess why you did it, and i'll say good riddance", + "I would've died for your sins, instead I just died inside", + "You said normal girls were boring, but you were gone by the morning", + "As she was leaving, it felt like breathing", + "It feels like the time she fell through the ice", + "Drowning in the Blue Nile, he sent me Downtown Lights", + "What if I roll the stone away? They're gonna crucify me anyway", + "What if the way you hold me is actually what's holy", + "I choose you and me religiously" ]; $("#quote-text").html(`🎵 ${quotes[Math.floor(Math.random() * quotes.length)]}`);