Cleans URLs from various popular sites and removes tracking parameters
Strips tracking and redirect parameters from URLs on shopping, search, and social sites — both the address in your browser bar and the links on the page.
New in 5.1.0
pp tracking parameter is now stripped.#) links are left
alone, and relative links stay relative instead of being expanded to absolute
— no more conflicts with other extensions that match on relative link paths.New in 5.0.1
orderID query
stays intact.utm_* and common click-ID params (gclid, fbclid, msclkid, …) are now
stripped on all supported sites — both the page URL and the links.New in 5.0
What it does
utm_*, click IDs,
session tokens).Sites are matched on any top-level domain (.com, .ca, .fr, …) or
subdomain, except a few excluded Google properties (Docs, Hangouts, Takeout,
etc.) that break when cleaned.
Supported sites
Dedicated handlers for Google, Bing, YouTube, Amazon, eBay, Newegg, Target, Facebook, IMDB, Disqus, Audible, LinkedIn, Etsy, Yahoo, Spotify, Reddit, Twitch, Threads, AliExpress, Walmart, Best Buy, and TikTok. The script does not run on any other site.
Examples
| Site | Before | After |
|---|---|---|
…/search?num=100&q=google&gs_l=serp…&sclient=… |
…/search?q=google |
|
| Bing | …/search?q=google&qs=n&form=QBLH&cvid=97312… |
…/search?q=google |
| YouTube | …/watch?v=ID&pp=…&feature=… |
…/watch?v=ID |
| Amazon | …/gp/product/ID/ref=…?th=1 |
…/gp/product/ID/ |
| eBay | …/itm/ID?hash=…&epid=… |
…/itm/ID |
…/photo/?fbid=ID&set=pcb.… |
…/photo/?fbid=ID |
|
| Target | …/p/A-ID?preselect=…&afid=… |
…/p/A-ID |
Install: use Tampermonkey or Violentmonkey, then click Install above.
Report issues or send pull requests on GitHub. Forked from beck's General URL Cleaner. Licensed GPL v3 or later.