7
10 Comments

Where can I read all the loading quotes?

Every time you load a page here on Indie Hackers, a random quote is flashed. Where can I go to see all these quotes?

  1. 1

    I built a website to display all the Indiehackers quotes. I couldn't share the link here because I am not allowed to share links yet. Any idea on how I can share the website?

  2. 4

    I made a quick codepen displaying the full list: https://codepen.io/sdsanders/full/NZqdrb

    1. 1

      Wow! Where did you get the whole list?

      1. 1

        @danp's explanation above nailed it.

        1. 1

          I posted a likely explanation in another comment here :)

  3. 3

    By analysing the sources in console, you can see that it draws quotes from this url:

    https://indie-hackers.firebaseio.com/loadingQuotes/[INSERT RANDOMLY GENERATED INDEX HERE].json

    Reading into the code specifies that there are 100 quotes, so you can go through from index 0 - 99 with that URL To get every quote. Or write a simple script that iterates over 100 times and generates an array of the quotes. This is how I assume others got the full list.

  4. 3

    There's a few of them out there, but here's my version... https://3egbd.codesandbox.io/

    Also found out there little quote in the lower left corner allows you to get back to the current page's quote (assuming you don't scroll or anything, causing it to vanish)

    1. 1

      Great tip! I had no idea that button existed.

      1. 2

        Same, that's why I ended up rolling my own solution, lol!

Trending on Indie Hackers
Getting first 908 Paid Signups by Spending $353 ONLY. 24 comments I talked to 8 SaaS founders, these are the most common SaaS tools they use 20 comments What are your cold outreach conversion rates? Top 3 Metrics And Benchmarks To Track 19 comments How I Sourced 60% of Customers From Linkedin, Organically 12 comments Hero Section Copywriting Framework that Converts 3x 12 comments Join our AI video tool demo, get a cool video back! 12 comments