AO3 Word Count Script

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

Đây là tất cả phiên bản của script này. Chỉ hiển thị các phiên bản mà mã nguồn thay đổi.

  • 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