[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
Создано
08.06.2026
Обновлено
10.06.2026
Размер
11,6 КБ
Лицензия
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