Track statistics on the stats page and display the stats in charts. Stores the stats locally in the browser's database.
这些是此脚本的所有版本。 只显示代码变更过的版本。
Fix certain work stats not being tracked (comments, words)
Add "find and search" to delete database rows. Remove "transfer" button.
Fix work names being encoded as HTML instead of plain text.
Switched from using local storage to indexed DB (database). It allows for storing much more data (still local to your browser). Transfer old data using the button "Transfer local storage to database". You only need to do this once.
Add option "week" for cleaning stats. Add error alert for setting local storage item.
Import dependency scripts in the proper way. Set CLEAN_DATA default to "day" instead of "hour".
CLEAN_DATA