Skip to content

Commit

Permalink
Start
Browse files Browse the repository at this point in the history
  • Loading branch information
Iapetus-11 committed Nov 4, 2024
1 parent c736b0c commit 564088a
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
# Clipboard Cleanse
*Automatically remove bullshit from copied URLs*

## Goals
## Why?
Ever wonder what that extra stuff on the end of a URL is for? Well, there's a good chance it's useless tracking data to help corporations spy on you and your friends... take this Amazon link for example:
```
https://www.amazon.com/Inflatable-Costume-Halloween-Spacesuit-Astronaut/dp/B09BJS9BBJ?crid=11KHII13JFHSH&dib=eyJ2IjoiMSJ9.nqrP3iAjR9VsVRLmEpoJxBYxL2H53Zh_vi7fD3WLEc6FHQzxqQmlxkz-wrjBRDODNMVohaEB4LRuIWfih8XwD3xp7c-BS_ee-3hftiEMQprYJqYXYRkymkKjje28V8EDwjnQMNmDHIN3tFJUy8udIy9gWy5khyOXi_uMKVoBjqj4V5cnXAMwny9OTVr5BK2_msWm915igcvUfms6fgoQIMaIfRZlFsAX_ATpjjLUeNGLnEktxuXqogPryHsIo5o_jsbIKSyF38lJ1iDiSB13XvvAusjmkXbC0EDNT7m9n7k.WfS1pc4D_HZbaEYBi9kLOLyhRDWMoInlulOcI-kxUMc&dib_tag=se&keywords=among%2Bus&qid=1730694134&sprefix=among%2Bu%2Caps%2C118&sr=8-40&th=1
```
With Clipboard Cleanse, all that junk would be removed, leaving you with this:
```
https://www.amazon.com/Inflatable-Costume-Halloween-Spacesuit-Astronaut/dp/B09BJS9BBJ
```

## Installation
### [MacOS Instructions](MacOS.md#installation)
### [Windows Instructions](Windows.md#installation)

## Project Goals
- [x] MacOS menu bar app
- [ ] Windows system tray app
- [ ] Linux app?
Expand All @@ -15,8 +29,4 @@
- [x] `x.com`/Twitter (removes `?s=...&t=...` query parameters)
- [x] `walmart.com` (removes `?from=...&sid=...` query parameters)
- [ ] `facebook.com` (TODO)
- [ ] `tiktok.com` (TODO)

## Installation
### [MacOS Instructions](MacOS.md#installation)
### [Windows Instructions](Windows.md#installation)
- [ ] `tiktok.com` (TODO)

0 comments on commit 564088a

Please sign in to comment.