File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Tracking Token Stripper
2
2
3
3
This is a Chrome and Firefox browser extension that strips Google Analytics
4
- (i.e. [ Urchin Tracking Monitor] [ utm ] ) tokens from URL query strings. This is
5
- done * before* the web request is made and results in both more private browsing
6
- as well as more aesthetically-pleasing URLs.
4
+ (i.e. [ Urchin Tracking Monitor] [ utm ] ) tokens, and Google and Facebook click
5
+ tracking identifiers, from URL query strings. This is done * before* the web
6
+ request is made and results in both more private browsing as well as more
7
+ aesthetically pleasing URLs.
7
8
8
9
Install from the [ Chrome Web Store] [ store ] or [ Firefox Add-ons] [ addons ] .
9
10
10
- The following [ Google Analytics query string parameters] [ params ] are stripped:
11
+ The following query string parameters are stripped:
11
12
13
+ - fbclid
14
+ - gclid
12
15
- utm_source
13
16
- utm_medium
14
17
- utm_term
@@ -29,9 +32,8 @@ This extension requires these [permissions][]:
29
32
30
33
[ Urchin Logo] ( http://www.openclipart.org/detail/69997 ) by Jordan Irwin / Deluge.
31
34
32
- [ utm ] : https://support.google.com/urchin/answer/28307?hl=en
35
+ [ utm ] : https://en.wikipedia.org/wiki/UTM_parameters
33
36
[ store ] : https://chrome.google.com/webstore/detail/kcpnkledgcbobhkgimpbmejgockkplob
34
37
[ addons ] : https://addons.mozilla.org/addon/utm-tracking-token-stripper/
35
- [ params ] : http://www.google.com/support/analytics/bin/answer.py?answer=55578
36
38
[ permissions ] : https://developer.chrome.com/extensions/declare_permissions
37
39
[ webRequest ] : https://developer.chrome.com/extensions/webRequest
Original file line number Diff line number Diff line change 3
3
"version" : " 2.2" ,
4
4
"manifest_version" : 2 ,
5
5
"author" : " Jon Parise" ,
6
- "description" : " Removes Google Analytics (UTM), Google and Facebook Click tracking tokens from URL query strings." ,
6
+ "description" : " Removes Google Analytics (UTM), Google and Facebook click tracking tokens from URL query strings." ,
7
7
"homepage_url" : " https://github.com/jparise/chrome-utm-stripper" ,
8
8
"icons" :{
9
9
"48" : " icon-48.png" ,
You can’t perform that action at this time.
0 commit comments