Releases: jparise/chrome-utm-stripper
Releases · jparise/chrome-utm-stripper
2.2
2.1
2.0
This version now uses webRequest.onBeforeRequest
-based filtering, which addresses the following shortcomings of previous releases:
- 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).
- It was possible to get into URL redirect loops when
?utm_*
parameters were dynamically added by a site's JavaScript. (#6)