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

發表回覆

登入以回覆