General URL Cleaner Revived

Cleans URLs from various popular sites and removes tracking parameters

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey, το Greasemonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

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

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Userscripts για να εγκαταστήσετε αυτόν τον κώδικα.

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

Θα χρειαστεί να εγκαταστήσετε μια επέκταση διαχείρισης κώδικα χρήστη για να εγκαταστήσετε αυτόν τον κώδικα.

(Έχω ήδη έναν διαχειριστή κώδικα χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

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.

(Έχω ήδη έναν διαχειριστή στυλ χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

Δημιουργός
dividedby
Ημερήσιες εγκαταστάσεις
5
Σύνολο εγκαταστάσεων
4.195
Βαθμολογίες
20 4 3
Έκδοση
5.1.0
Δημιουργήθηκε την
14/09/2021
Ενημερώθηκε την
11/07/2026
Μέγεθος
30 KB
Άδεια
GPL version 3 or any later version
Εφαρμόζεται σε

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.