Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/corbindavenport/link-cleaner
Progressive Web App for removing tracking code and other variables from web links
https://github.com/corbindavenport/link-cleaner
bootstrap5 link links progressive-web-app pwa web-share web-share-api web-share-target-api
Last synced: 7 days ago
JSON representation
Progressive Web App for removing tracking code and other variables from web links
- Host: GitHub
- URL: https://github.com/corbindavenport/link-cleaner
- Owner: corbindavenport
- License: gpl-3.0
- Created: 2021-05-16T02:58:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-15T03:30:35.000Z (18 days ago)
- Last Synced: 2025-01-19T09:06:06.869Z (14 days ago)
- Topics: bootstrap5, link, links, progressive-web-app, pwa, web-share, web-share-api, web-share-target-api
- Language: HTML
- Homepage: https://linkcleaner.app
- Size: 2.12 MB
- Stars: 136
- Watchers: 6
- Forks: 13
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: history/index.html
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Link Cleaner
Link Cleaner is a web app that removes unnecessary junk from web links in one click. The result can then be copied to the device clipboard, shared to another app or service, or displayed as a QR code for easy scanning.
Link Cleaner is primarily developed for mobile devices, as removing parts of links with a touchscreen keyboard is usually cumbersome, but it works perfectly well on desktop browsers as well.
### Features
- Works offline
- Bulk Mode for cleaning multiple links at once
- Uses the [Web Share Target API](https://w3c.github.io/web-share-target/) to recieve links from other applications (e.g. through the Share menu on Android devices)
- Uses [OpenSearch](https://developer.mozilla.org/en-US/docs/Web/OpenSearch) to allow cleaning links from the search bar in some web browsers
- Uses the [Web Share API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Share_API) to send cleaned links directly to other installed applications### Privacy Policy
Link Cleaner uses [Plausible Analytics](https://plausible.io) to report anonymous usage data, including how many times the app is open, how long it is used, the current country, and how many times links are cleaned. Links are **not** sent anywhere during or after cleaning.
### Credits
Link Cleaner uses code from [Bootstrap](https://getbootstrap.com/) and [EasyQRCodeJS](https://github.com/ushelp/EasyQRCodeJS). The logo is ["Link 45deg" from Boostrap Icons](https://icons.getbootstrap.com/icons/link-45deg/).