一个浏览器扩展程序,可从 URL 查询字符串中删除 Google Analytics (UTM) 参数和各种其他点击跟踪令牌
一个浏览器扩展程序,可从 URL 查询字符串中删除 Google Analytics (UTM) 参数和各种其他点击跟踪令牌
This is a Chrome and Firefox browser extension that strips Google Analytics (i.e. Urchin Tracking Monitor) parameters, and various other click tracking tokens, from URL query strings. This is done before the web request is made and results in both more private browsing as well as more aesthetically pleasing URLs.
You can install this extension from the Firefox Add-ons or Edge Add-ons.
[!IMPORTANT] This extension is no longer available in the Chrome Web Store. It was removed (along with all other Manifest V2-based extensions) on August 31, 2026:
https://developer.chrome.google.cn/docs/extensions/develop/migrate/mv2-deprecation-timeline
I'm not motivated to rewrite this extension from Manifest V2 to V3. The work appears to be non-trivial for this kind of extension, and after that amount of effort, it won't work any "better" than the current version.
Please see the list of alternatives below if you need another solution.
The following query string parameters are stripped:
fbclidgclidutm_sourceutm_mediumutm_termutm_campaignutm_contentutm_cidutm_internalutm_klaviyo_idutm_readerutm_referrerutm_nameutm_socialutm_social-typevgo_ee_hsenc_hsmiigshidutm_klaviyo_idmc_cidmc_eidmkt_tokcvidoicdoly_anon_idoly_enc_idotcwickedidsoc_srcsoc_trk_openstatyclidICIDrb_clickidstm_ variants of the utm_ parametersThis extension requires these permissions:
webRequest, to use the chrome.webRequest APIwebRequestBlocking, to use chrome.webRequest in a blocking fashionhttp://*/*?*, to filter http URLshttps://*/*?*, to filter https URLsuBlock Origin includes a removeparam feature that
supports fine-grained matching and removal of query string parameters. The
AdGuard URL Tracking Protection list provides well-maintained
coverage for a large number of domains and query string tokens.
Firefox includes built-in support for query parameter stripping.
The default set of removed query params is limited, but you can
configure your own via the privacy.query_stripping.strip_list pref.
StopTheMadness for Apple platforms (Safari on iOS and iPadOS; Safari, Firefox, Chrome, and Chromium browsers on macOS) lets you customize the list of query tracking parameters that are automatically removed from URLs, including domain-specific removal.
Urchin Logo by Jordan Irwin / Deluge.
暂无开放 Issues,或尚未同步最近议题。