https://github.com/rik/au-revoir-utm
Removes crappy utm_ tracking stuff
https://github.com/rik/au-revoir-utm
privacy utm web-extension
Last synced: 6 days ago
JSON representation
Removes crappy utm_ tracking stuff
- Host: GitHub
- URL: https://github.com/rik/au-revoir-utm
- Owner: rik
- License: wtfpl
- Created: 2011-07-15T17:19:33.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2019-02-06T18:08:01.000Z (over 6 years ago)
- Last Synced: 2025-05-08T04:52:41.804Z (6 days ago)
- Topics: privacy, utm, web-extension
- Language: JavaScript
- Size: 95.7 KB
- Stars: 85
- Watchers: 5
- Forks: 5
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: COPYING.txt
Awesome Lists containing this project
README
How annoying are those "utm_source=rss&utm_medium=rss&utm_campaign=rss" in URLs ? Right!
So this extension removes them and prevents you from being tracked.
- [Install on Firefox](https://addons.mozilla.org/firefox/addon/au-revoir-utm/)
- [Install on Chrome](https://chrome.google.com/webstore/detail/au-revoir-utm/jaibjcnlipcgpfbmedodbcddcoflhmho)# Getting started
```shell
$ yarn
$ yarn start
```# Running the tests
Depending on the task, you can run `yarn test`, `yarn test:watch` or `yarn test:debug`