Skip to content

Releases: jparise/chrome-utm-stripper

2.2

29 Oct 15:20
Compare
Choose a tag to compare
2.2

This version now also strips Facebook and Google click tracking identifiers (fbclid and gclid).

2.1

05 Nov 17:34
Compare
Choose a tag to compare
2.1
  • Strip utm_name (#14)

2.0

29 Aug 03:14
Compare
Choose a tag to compare
2.0

This version now uses webRequest.onBeforeRequest-based filtering, which addresses the following shortcomings of previous releases:

  1. It also let us filter tab URLs after we had already loaded the request. This meant that the tracking information has already been sent to the original host, and this extension therefore wasn't doing anything for privacy (only URL aesthetics).
  2. It was possible to get into URL redirect loops when ?utm_* parameters were dynamically added by a site's JavaScript. (#6)

1.6

29 Jun 01:33
Compare
Choose a tag to compare
1.6

Also strip utm_reader

1.5

22 Nov 02:58
Compare
Choose a tag to compare
1.5

We now handle utm_cid parameters.