Greasy Fork is available in English.

AO3 Word Count Script

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

Forfatter
AntonDumov
Daglige installasjoner
0
Totale installasjoner
122
Vurderinger
0 0 0
Versjon
4.1
Lagd
18.03.2023
Oppdatert
29.03.2023
Size
5,1 kB
Lisens
MIT
Gjelder

The script adds word counts to chapter links on AO3 Chapter Index pages and in Stats on every chapter page. The script uses regular expressions and DOM manipulation to extract the word count from the HTML content of each chapter and adds it as a span element to the chapter link.

The script also implements caching of word counts to reduce the number of HTTP requests made to AO3. Cached word counts are stored in the user's local storage and are retrieved and used if they are not expired. The cache duration is set to 30 days.