A package to block web-requests to tracking-servers
Install do-not-track
from Atom install view or use the command-line equivalent:
$ apm install do-not-track
Change to your Atom packages directory:
Windows
# Powershell$ cd $Env:USERPROFILE\.atom\packages
:: Command Prompt$ cd %USERPROFILE%\.atom\packages
Linux & macOS
$ cd ~/.atom/packages/
Clone the repository as do-not-track
:
$ git clone https://github.com/idleberg/atom-do-not-track do-not-track
Install dependencies:
cd do-not-track && npm install
By default, this package blocks requests for Atom Metrics, Google Analytics, Google Tag Manager and Matomo/Piwik. This behaviour can be changed in the package settings. Additionally, you can block custom URL patterns in the packages settings pane (see Do Not Track: Toggle Settings).
This work is licensed under the MIT License
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.