From 564088a4af39b709a4f7124e57b6ff8b691966b8 Mon Sep 17 00:00:00 2001 From: Milo Weinberg Date: Sun, 3 Nov 2024 23:23:42 -0500 Subject: [PATCH] Start --- README.md | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index fc1f3ee..40d1025 100644 --- a/README.md +++ b/README.md @@ -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? @@ -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) \ No newline at end of file + - [ ] `tiktok.com` (TODO) \ No newline at end of file