General URL Cleaner Revived

Cleans URLs from various popular sites and removes tracking parameters

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Autor
dividedby
Dnevne instalacije
4
Ukupnih instalacija
4.194
Ocjene
20 4 3
Verzija
5.1.0
Stvoreno
14.09.2021.
Ažurirano
11.07.2026.
Size
25,7 KB
Licenza
GPL version 3 or any later version
Primjenjuje se

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

  • YouTube's pp tracking parameter is now stripped.
  • Links keep their original form: empty and hash-only (#) 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

  • Scoped back to the supported sites only — 5.0 ran on every website, which could interfere with unrelated pages.
  • Fixed Amazon "View Order" / order-details links so the 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

  • Added support for Bing, Audible, LinkedIn, Etsy, Yahoo, Spotify, Reddit, Twitch, Threads, AliExpress, Walmart, Best Buy, and TikTok.
  • Cleaning fixes for Google, eBay, Amazon, Disqus, and Facebook, plus a trailing-ampersand bug.
  • Link cleaning now follows in-page (single-page-app) navigation.
  • Removed Twitter and Pocket handling.

What it does

  • Cleans the current page URL, dropping tracking params (utm_*, click IDs, session tokens).
  • Cleans links as the page adds them, and strips click-tracking attributes.
  • Resolves redirect wrappers so links point straight at their destination.

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
Google …/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
Facebook …/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.