AO3 Statistics tracker

Track statistics on the stats page and display the stats in charts. Stores the stats locally in the browser's database.

< 脚本 AO3 Statistics tracker 的反馈

评价:好评 - 脚本运行良好

§
发布于:2025-10-30

don't know if youre interested in adding it, but i added a "week" logic using


else if (mode === "week") {
dataPoints.forEach((value, key) => {
findAndSortData(value, key, Math.floor(value.date.getTime()/604800000));
});
}

i found i was getting too much data with days, but wanted something more granular than months.

Ifky_作者
§
发布于:2025-10-30

Nice to see there's interest. Though, this functionality has been added to the script for almost half a year by now, since v.1.1.0. Turn on auto-updating if you haven't already :)

I have a history log of updates inside the script itself, so you can easily see which features have been added.

§
发布于:2025-10-30

Oh god now I just feel silly lol

发布留言

登录以发布留言。