General URL Cleaner Revived

Cleans URLs from various popular sites and removes tracking parameters

Tendrás que instalar una extensión para tu navegador como Tampermonkey, Greasemonkey o Violentmonkey si quieres utilizar este script.

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

Tendrás que instalar una extensión como Tampermonkey o Violentmonkey para instalar este script.

Necesitarás instalar una extensión como Tampermonkey o Userscripts para instalar este script.

Tendrás que instalar una extensión como Tampermonkey antes de poder instalar este script.

Necesitarás instalar una extensión para administrar scripts de usuario si quieres instalar este script.

(Ya tengo un administrador de scripts de usuario, déjame instalarlo)

Tendrás que instalar una extensión como Stylus antes de poder instalar este script.

Tendrás que instalar una extensión como Stylus antes de poder instalar este script.

Tendrás que instalar una extensión como Stylus antes de poder instalar este script.

Para poder instalar esto tendrás que instalar primero una extensión de estilos de usuario.

Para poder instalar esto tendrás que instalar primero una extensión de estilos de usuario.

Para poder instalar esto tendrás que instalar primero una extensión de estilos de usuario.

(Ya tengo un administrador de estilos de usuario, déjame instalarlo)

Autor
dividedby
Instalaciones diarias
5
Instalaciones totales
4.195
Calificaciones
20 4 3
Versión
5.1.0
Creado
14/9/2021
Actualizado
11/7/2026
Tamaño
25,7 KB
Licencia
GPL version 3 or any later version
Funciona en

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.