Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/t1st3/dont-track-me
WebExtension that prevents you from being tracked by Facebook/Twitter when you browse the web.
https://github.com/t1st3/dont-track-me
dnt donottrack facebook privacy social-network twitter webextension webextensions
Last synced: 16 days ago
JSON representation
WebExtension that prevents you from being tracked by Facebook/Twitter when you browse the web.
- Host: GitHub
- URL: https://github.com/t1st3/dont-track-me
- Owner: t1st3
- License: mit
- Created: 2017-11-18T15:53:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-29T23:22:09.000Z (almost 7 years ago)
- Last Synced: 2024-08-11T00:47:13.519Z (3 months ago)
- Topics: dnt, donottrack, facebook, privacy, social-network, twitter, webextension, webextensions
- Language: JavaScript
- Homepage:
- Size: 60.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# dont-track-me [![Build Status](https://travis-ci.org/t1st3/dont-track-me.svg?branch=master)](https://travis-ci.org/t1st3/dont-track-me) [![codecov](https://codecov.io/gh/t1st3/dont-track-me/badge.svg?branch=master)](https://codecov.io/gh/t1st3/dont-track-me?branch=master)
![dont-track-me logo](https://raw.githubusercontent.com/t1st3/dont-track-me/master/src/icons/dont-track-me.png)
> WebExtension that prevents you from being tracked by Facebook/Twitter when you browse the web.
## Install
* Install on Firefox through [Mozilla addons](https://addons.mozilla.org/en-US/firefox/addon/dont-track-me/)
## About
### Motivation
Thanks to "Share" buttons that are heavily present on the web, social networks can track what you do on the websites you visit, provided these websites have such social buttons. When a page you browse has, for example, a "Share on Facebook" button, then the button can gather some data about your browsing on that page and send it directly to Facebook! This is the kind of tracking this extension is all about: stop the social networks from tracking you when you you're not even browsing them.
Tracking your browsing left aside, the assets which need to be downloaded for the sake of these "Share" buttons are quite heavy. Downloading such assets considerably increase the load time of the pages you visit when those pages have "Share" buttons. So disabling the tracking also leads you to improved load times of the pages you love :) Nice, isn't it?
This browser extension makes it best of both worlds: prevent social networks from tracking your activity on the web, but still let you see your wall, your tweets when you browse the social networks directly. Social networks won't be able to track you unless you browse their own pages; on the rest of the web, you'll be free from their tracking.
But there is obviously a catch to all this: "Share" buttons and other social features probably won't work anymore on the websites you browse; **social things will break**.
This extension currently prevents you from being tracked by:
### Inspiration
This module borrows some concept ideas from the following existing projects:
* [Disconnect for Facebook](https://addons.mozilla.org/en-US/firefox/addon/facebook-disconnect-ii/)
* [Google Disconnect](https://addons.mozilla.org/en-US/firefox/addon/gdc) (legacy: not ported to WebExtensions (yet?))
* [Twitter Disconnect](https://addons.mozilla.org/en-US/firefox/addon/twdc) (legacy: not ported to WebExtensions (yet?))## Compatibility
This extension has been tested on:
* Firefox 57 (LinuxMint)
While the extension works well with Firefox 57, **this extension is known not work with Chrome, Opera and Edge**, as its development is in first steps. Lower versions than 57 of Firefox haven't been tested.
## Credits
The icon used in this extension is a composition of two existing icons, both licensed under the [MIT license](https://github.com/iconic/open-iconic/blob/master/ICON-LICENSE) and borrowed with <3 from [Open Iconic](https://useiconic.com/open):
* `check.svg`
* `shield.svg`## License
MIT © [t1st3](https://t1st3.com)