-
-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
enhancementNew feature or requestNew feature or request
Description
It would be kind of funny to add a feature like Spotify Wrapped to Link Cleaner, showing stats about the links you cleaned throughout the year. Ideally it can save the stats as an image, maybe with html2canvas, and prompt the user to share it on social media with a hashtag.
Link Cleaner is now logging the number of links cleaned, organized by year and month, in the browser's clean-db localStorage key. The object looks like this:
{
"2025": {
"11": 10,
"12": 4
},
"2026": {
"1": 7,
"2": 14
},
}
The log database does not contain the actual link URLs, domains, or any other information to maintain privacy.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request