All Projects → apparition47 → Mailtrackerblocker

apparition47 / Mailtrackerblocker

Licence: bsd-3-clause
Email tracker, read receipt and spy pixel blocker plugin for macOS Apple Mail

Projects that are alternatives of or similar to Mailtrackerblocker

Macos Security And Privacy Guide
Guide to securing and improving privacy on macOS
Stars: ✭ 18,685 (+2175.88%)
Mutual labels:  apple, privacy
Tutanota
Tutanota is an email service with a strong focus on security and privacy that lets you encrypt emails, contacts and calendar entries on all your devices.
Stars: ✭ 4,326 (+426.92%)
Mutual labels:  email, privacy
Thgtoa
The Hitchhiker’s Guide to Online Anonymity
Stars: ✭ 326 (-60.29%)
Mutual labels:  privacy, privacy-protection
traq
Super simple email open/click tracking server.
Stars: ✭ 62 (-92.45%)
Mutual labels:  tracking, email
Social Amnesia
Forget the past. Social Amnesia makes sure your social media accounts only show your posts from recent history, not from "that phase" 5 years ago.
Stars: ✭ 656 (-20.1%)
Mutual labels:  privacy, privacy-protection
energizedprotection
Energized Protection Magisk Module.
Stars: ✭ 70 (-91.47%)
Mutual labels:  tracking, privacy
Hosts
Hostfile blocklist for ads and tracking, updated regularly
Stars: ✭ 398 (-51.52%)
Mutual labels:  privacy, privacy-protection
Supercookie
💭 Inspiration
Stars: ✭ 3,630 (+342.14%)
Mutual labels:  tracking, privacy
Yett
🔐A small webpage library to control the execution of (third party) scripts
Stars: ✭ 615 (-25.09%)
Mutual labels:  tracking, privacy
Blacklist
Curated and well-maintained hostfile to block ads, tracking, cryptomining, and more! Updated regularly. ⚡🔒
Stars: ✭ 492 (-40.07%)
Mutual labels:  tracking, privacy
ProtonClient
An unofficial desktop client for ProtonMail done with electron nativefier
Stars: ✭ 50 (-93.91%)
Mutual labels:  privacy, email
Duckduckgo Privacy Extension
DuckDuckGo Privacy Essentials browser extension for Firefox, Chrome.
Stars: ✭ 692 (-15.71%)
Mutual labels:  privacy, privacy-protection
Continuity
Apple Continuity Protocol Reverse Engineering and Dissector
Stars: ✭ 180 (-78.08%)
Mutual labels:  apple, privacy
Workbase Server
Slack alternative, email integrated, build with Meteor
Stars: ✭ 284 (-65.41%)
Mutual labels:  email, privacy
Jaromail
A commandline tool to easily and privately handle your e-mail
Stars: ✭ 86 (-89.52%)
Mutual labels:  apple, email
Gitmask
Contribute Code Anonymously
Stars: ✭ 355 (-56.76%)
Mutual labels:  privacy, privacy-protection
Whotracks.me
Data from the largest and longest measurement of online tracking.
Stars: ✭ 189 (-76.98%)
Mutual labels:  tracking, privacy
Opentracks
OpenTracks is a sport tracking application that completely respects your privacy.
Stars: ✭ 225 (-72.59%)
Mutual labels:  tracking, privacy
Scriptsafe
a browser extension to bring security and privacy to chrome, firefox, and opera
Stars: ✭ 434 (-47.14%)
Mutual labels:  tracking, privacy
Shreddit
Remove your comment history on Reddit as deleting an account does not do so.
Stars: ✭ 669 (-18.51%)
Mutual labels:  privacy, privacy-protection

MailTrackerBlocker Awesome Humane Tech

MailTrackerBlocker is a plugin (mailbundle) for the default Mail app built-in to macOS. Email marketers and other interests often embed these trackers in HTML emails so they can track how often, when and where you open your emails. This plugin labels who is tracking you and strips out spy pixels out of the HTML before display, rendering the typical advice of disabling "load remote content in messages" unnecessary.

Browse your inbox privately with images displayed once again.

Be informed. Say No To Spy Pixels.

<a style="color: #770506;">
<img src="http://cdn.website.com/newsletter/logo.png" width="438" height="42" border="0" style="max-width: 90%; height: auto" alt="logo.png">
</a>

<br>
<a href="https://website.us5.list-manage.com/unsubscribe?u=abdef">Click here to unsubscribe</a> or <a href="https://website.us5.list-manage.com/profile?u=abdef">Update subscription preferences</a>

-<img width="0" height="0" class="mailtrack-img" alt="" style="display:flex" src="https://mailtrack.io/trace/mail/0eabccbe98c98e9b8e9a8b89eab89ce9ab89e8bc.png?u=1234567">

Prerequisites

Apple Mail on macOS 10.11 - 11.x.

Setup

Recommended Installation via Homebrew Cask

You can install MailTrackerBlocker.pkg directly from the releases page but I strongly recommend installing as an Homebrew Cask for ease of updating.

$ brew install mailtrackerblocker

To enable and use

  1. [Additional step for macOS 10.14 and newer only] Open Mail, goto Preferences > General > Manage Plug-ins... > check "MailTrackerBlocker.mailbundle" > Apply and Restart Mail.
  2. Tap on the button to find out what was blocked.

⚠️ Disabling "load remote content in messages" with MailTrackerBlocker enabled is redundant; re-enable this option for the best experience.

Note that you'll need to re-enable MailTrackerBlocker again for every update.

To uninstall

If you installed with Homebrew:

$ brew uninstall mailtrackerblocker

If you installed the pkg manually:

osascript -e "quit app \"Mail\""
rm -r /Library/Mail/Bundles/MailTrackerBlocker.mailbundle
sudo pkgutil --forget com.onefatgiraffe.mailtrackerblocker

Building from source

A. Makefile

git clone https://github.com/apparition47/MailTrackerBlocker.git
cd MailTrackerBlocker
make

B. Xcode

  1. Give Xcode Full Disk Access from System Preferences > Security & Privacy > Privacy > Full Disk Access and add Xcode.
    • Required because the mailbundle needs to be installed into /Library/Mail/Bundles.
  2. Open the Xcode project, hit build.

Credits

License

BSD-3.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].