Skip to content

Link Cleaner Wrapped #56

@corbindavenport

Description

@corbindavenport

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

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions