[AO3] Chapter Update Frequency

Display a graph of how often new chapters of a work are published. Accessible from the chapter index page or a work blurb

이 스크립트를 설치하려면 Tampermonkey, Greasemonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey와 같은 확장 프로그램을 설치해야 합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Userscripts와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 유저 스크립트 관리자 확장 프로그램이 필요합니다.

(이미 유저 스크립트 관리자가 설치되어 있습니다. 설치를 진행합니다!)

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

(이미 유저 스타일 관리자가 설치되어 있습니다. 설치를 진행합니다!)

작성자
Ifky_
일일 설치 수
0
총 설치 수
2
평점
0 0 0
버전
1.0.0
생성일
2026-06-08
갱신일
2026-06-10
크기
11.6KB
라이선스
GPL-3.0-only
적용 사이트

Chapter Update Frequency


About

This is a script meant to display a work's chapter update frequency in a line diagram for works on
Archive of Our Own (aka AO3). The diagram is displayed using Chart.js. Automatically display the graph on the "Chapter Index" page, or manually display the graph in the work blurb.



"Chapter Update Frequency" diagram on the "Chapter Index" page (Light Mode)




"Chapter Update Frequency" diagram on the "Chapter Index" page (Dark Mode)




"Get Updates" button and "Chapter Update Frequency" diagram in the bottom of a work blurb


The script looks at the "Chapter Index" page, which contains a date for when each chapter was posted. (The page can be found by clicking on the "Chapter Index" button at the top of a work, and then going to the "Full-Page Index".) It calculates how many days have passed between each new chapter. (Only dates are included, so the assumed time becomes midnight UTC.)

On the "Chapter Index" page the diagram is automatically drawn. On pages with work blurbs, click on the "Get Updates" button to fetch the data and draw the diagram.

Not applicable for works with only one chapter.

Note: Creators can choose to set the publishing date of chapters manually. This could be used to backdate them if the work was cross-posted, or to set a new publishing date if a chapter got reworked. This can cause odd or inaccurate numbers to appear.

Theme

There is a light mode and dark mode theme, which is selected based on the theme in the browser. Edit the hex codes returned from the getTheme() function to customize the colours.


Script dependencies

  • Chart.js v4.4.6


FAQ

  • Q: I'm using Greasemonkey and isn't working. Why? A: Try using the Tampermonkey extension instead.


More Scripts