Hey everyone 
I’m sharing a simple but useful tool: URL Cleaner
Purpose: Automatically removes tracking IDs or unwanted parameters from URLs – great for SEO, cleaner sharing, and improved privacy.
What It Does:
Example:
bash
KopiujEdytuj
Before: https://example.com/product?utm_source=fb&id=12345&ref=abc
After: https://example.com/product
Features:
Download & Instructions:
[Upload your script or link it to a paste site like Pastebin or GitHub]
(I can generate a full working script if you want.)
Why you might need it:
Let me know if you want:
Cheers

I’m sharing a simple but useful tool: URL Cleaner


- Removes unnecessary query parameters like ?ref=, ?utm_source=, ?id=, etc.
- Works for links copied from Google, Facebook, Amazon, AliExpress, etc.
- Keeps only the core part of the URL you actually need.

bash
KopiujEdytuj
Before: https://example.com/product?utm_source=fb&id=12345&ref=abc
After: https://example.com/product

- Lightweight and fast
- Open-source (or modifiable, depending on your use)
- Can run as:
- Browser extension (Tampermonkey / Greasemonkey)
- Python script / PHP snippet
- WordPress function (for redirects or link cleanup)


(I can generate a full working script if you want.)

- Hides referral or affiliate IDs when copying URLs
- Prevents tracking across shared links
- Helps declutter your site’s outbound links
- Improves trust when sharing with clients/friends
Let me know if you want:
- A browser extension version
- Auto-cleaning via .htaccess or JS redirect
- Integration for your CMS (e.g. PrestaShop, WordPress)
Cheers
