Open
Description
I want to start by saying thanks for the excellent work you've done. It's been a valuable tool for me.
I'd like to suggest a change regarding how the count number is stored. Currently, you're using localStorage, which caused an issue for me. I tried setting the count to 1024000, which led to a crash as expected. However, what's more concerning is that even after reloading the web page, it continued to crash repeatedly. Due to JavaScript's single-threaded nature, it is difficult to change the count to a smaller number.
Could you consider storing the count in an alternative approach such as URL search parameters? This change might help prevent such crashes.
Metadata
Metadata
Assignees
Labels
No labels