{"id":16974623,"url":"https://github.com/alttiri/href-lister","last_synced_at":"2026-05-16T13:34:41.071Z","repository":{"id":155777098,"uuid":"616034650","full_name":"AlttiRi/href-lister","owner":"AlttiRi","description":"Web application to list text URLs as clickable hypertexts. Auto-clicker and URL cleaner are included.","archived":false,"fork":false,"pushed_at":"2024-08-19T14:43:37.000Z","size":1267,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-26T15:24:27.283Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://alttiri.github.io/href-lister","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AlttiRi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-19T12:32:58.000Z","updated_at":"2024-08-19T14:43:41.000Z","dependencies_parsed_at":"2024-08-19T17:03:46.093Z","dependency_job_id":null,"html_url":"https://github.com/AlttiRi/href-lister","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlttiRi%2Fhref-lister","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlttiRi%2Fhref-lister/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlttiRi%2Fhref-lister/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlttiRi%2Fhref-lister/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlttiRi","download_url":"https://codeload.github.com/AlttiRi/href-lister/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244868031,"owners_count":20523581,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-14T01:07:18.982Z","updated_at":"2026-05-16T13:34:41.065Z","avatar_url":"https://github.com/AlttiRi.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [HrefLister](https://github.com/AlttiRi/href-lister)\n\nJust [a webpage](https://alttiri.github.io/href-lister) to list text URLs as clickable hypertexts.\n\n![image](https://user-images.githubusercontent.com/16310547/226176272-8000fd78-1b62-49d0-8252-bbfcac1b36bb.png)\n\nThis web application is useful if you have a bulk of links, and you want to visit them in the browser.\n\nIt keeps the last link click time, allows you to add tags and comments to the links.\n\n---\n\nIt's a standalone web application.\n\nAll data is stored/processed only in your browser, no data is sent to external servers.\n\n---\n\nLink parsing is very primitive:\n\n- An URL must starts with `https://`, or `http://`.\n- URLs must be separated by space character(s).\n\nA space character(s) with followed `#`, or `//` is used as a start of a line comment:\n\n![image](https://user-images.githubusercontent.com/16310547/226177171-9080121a-8b6a-4130-ab0a-99d79f51a42b.png)\n\n---\n\n### Auto clicking popup\n\n![image](https://github.com/AlttiRi/href-lister/assets/16310547/be0794a6-7831-439f-9f7a-9ddb42b296d2)\n\nThe delay is measured in seconds.\n\n### Url Magic Transforms popup\n\n\nIt uses `UrlCleaner` from https://github.com/AlttiRi/string-magic to clean the input URLs.\n\n![uc](https://github.com/user-attachments/assets/65e89496-1809-4e07-adaa-13ce958ddede)\n\n**\"Url Cleaner\"** simply cleans the URLs.\n\n![uo](https://github.com/user-attachments/assets/64422050-67cf-4231-bcef-d17fdc61766a)\n\n**\"Url Origin\"** does not clean the URLs in the list, but internally works with the cleaned ones.\n\nIt's useful when a link contains some access parameters which change time by time.\nIf you remove them, the link will be invalid.\n\nFor example:\n- https://cdn.discordapp.com/attachments/1000789/12556677/Image_34.jpg?ex=667788\u0026is=665544\u0026hm=ab12ac23ef45\n- https://cdn.discordapp.com/attachments/1000789/12556677/Image_34.jpg?ex=778899\u0026is=776655\u0026hm=ba21ca32fe54\n\nWith \"Url Origin\" you can _internally_ normalize (clean) the both links to\n- https://cdn.discordapp.com/attachments/1000789/12556677/Image_34.jpg\n\nSo, the both links will be treated as the exactly same link.\nThey will share the same last click time, tags, and a comment.\n\n_Also, it's useful when you just don't want to expose to the server that the link was modified,\nbut you still need to normalize it to keep the last click time (tags, a comment) of the normalized link._\n\n## See also\n\n### [HrefTaker](https://github.com/AlttiRi/href-taker)\n\nIt's a userscript ([href-taker.user.js](https://github.com/AlttiRi/href-taker/raw/master/dist/href-taker.user.js)) to grab links.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falttiri%2Fhref-lister","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falttiri%2Fhref-lister","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falttiri%2Fhref-lister/lists"}