AO3 Word Count Script

Adds word counts to chapter links on AO3 Chapter Index pages and in Stats on each chapter page.

Versione datata 29/03/2023. Vedi la nuova versione l'ultima versione.

queste sono le versioni di questo script in cui il codice è stato aggiornato Visualizza tutte le versioni.

  • v4.1 29/03/2023

    quick fix, when chapter titles are multi lines

  • v4.0 26/03/2023

    -- added chapter words count on chapter pages
    -- updated description

  • v3.6 26/03/2023

    -- Only one fetch request allowed in 2 seconds
    -- Chache duration increased from 24 hours to 30 days
    -- Recheck count if cache value == 0.

  • v3.2 19/03/2023

    fixes

  • v3 19/03/2023

    Added margins so word counts would be on the same column.

  • v2 18/03/2023

    placing the word counts after the span.datetime element;
    caching the word count results in the browser's localStorage for 24 hours

  • v1.5 18/03/2023