url-cleaner-fiicher
v1.0.0
Published
A tiny JavaScript utility to remove tracking parameters from URLs (UTM, fbclid, tracking_id, etc.).
Maintainers
Readme
Installation : 1- Open your terminal 2- Run the command: npm install url-cleaner 3- Import and use in your project
Usage : 1- Import the package in your JS file:
2- Call the function with a URL:
3- Result:
Features :
- Removes all major tracking parameters (utm, fbclid, gclid, mc_eid, etc.)
- Zero dependency
- Works in Node.js and bundlers
- Lightweight and fast
