https://github.com/vbauerster/untrack-url
cmd tool for removing track query params from ref urls
https://github.com/vbauerster/untrack-url
aliexpress shopping untrack-url
Last synced: about 1 year ago
JSON representation
cmd tool for removing track query params from ref urls
- Host: GitHub
- URL: https://github.com/vbauerster/untrack-url
- Owner: vbauerster
- License: bsd-3-clause
- Created: 2016-11-25T09:47:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-02-08T16:13:17.000Z (over 7 years ago)
- Last Synced: 2025-04-27T12:46:35.135Z (about 1 year ago)
- Topics: aliexpress, shopping, untrack-url
- Language: Go
- Homepage:
- Size: 43.9 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# untrack-url [](https://travis-ci.org/vbauerster/untrack-url)
**Why?**
If you follow [such](http://ali.ski/gkMqy) shopping url, and commit a purchase, some advertising party will earn some money on you.
However, you can prevent this by feeding the short url into `untrack-url` tool:
```
$ untrack-url http://ali.ski/gkMqy
```
all tracking query params will be removed, before opening in browser, so nobody will earn money on you, except the seller. :innocent:
## Installation
`untrack-url` requires Go 1.7 or later.
```
$ go get -u github.com/vbauerster/untrack-url
```
## Usage
```
Usage: untrack-url [OPTIONS] URL
OPTIONS:
-d debug: print debug info, implies -p
-p print only: don't open URL in browser
-v print version number
Known trackers:
ad.admitad.com
alitems.com
epnclick.ru
lenkmio.com
s.click.aliexpress.com
shopeasy.by
www.youtube.com
Known shops:
ali.epn.bz
alibonus.com
cashback.epn.bz
epn.bz
letyshops.com
letyshops.ru
multivarka.pro
ru.aliexpress.com
tmall.aliexpress.com
www.banggood.com
www.coolicool.com
www.gearbest.com
www.tinydeal.com
```
## License
[BSD 3-Clause](https://opensource.org/licenses/BSD-3-Clause)