Skip to content

Removes Google Analytics (UTM) tracking tokens and Amazon tracking tokens from URL query strings.

License

Notifications You must be signed in to change notification settings

jordanmurkin/chrome-tracking-stripper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tracking Token Stripper

This is a Chrome and Firefox browser extension that strips Google Analytics (i.e. Urchin Tracking Monitor) tokens, and Google and Facebook click tracking identifiers, 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.

Install from the Chrome Web Store or Firefox Add-ons.

The following query string parameters are stripped:

  • fbclid
  • gclid
  • igshid
  • _hsenc
  • _hsmi
  • ICID
  • mc_cid
  • mc_eid
  • mkt_tok
  • utm_source
  • utm_medium
  • utm_term
  • utm_campaign
  • utm_content
  • utm_cid
  • utm_reader
  • utm_referrer
  • utm_name
  • utm_social
  • utm_social-type

This extension requires these permissions:

  • webRequest, to use the chrome.webRequest API
  • webRequestBlocking, to use chrome.webRequest in a blocking fashion
  • http://*/*?*, to filter http URLs
  • https://*/*?*, to filter https URLs

Urchin Logo

Urchin Logo by Jordan Irwin / Deluge.

About

Removes Google Analytics (UTM) tracking tokens and Amazon tracking tokens from URL query strings.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 93.7%
  • Makefile 6.3%