Remove multiple email trackers from links in GMail

This script removes the YesWare, ConvertKit, and SkimResources email trackers from links received in GMail. This means the sender will not know that you have clicked on their links if they use these tracking systems.

Dovrai installare un'estensione come Tampermonkey, Greasemonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Userscripts per installare questo script.

Dovrai installare un'estensione come ad esempio Tampermonkey per installare questo script.

Dovrai installare un gestore di script utente per installare questo script.

(Ho già un gestore di script utente, lasciamelo installare!)

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

(Ho già un gestore di stile utente, lasciamelo installare!)

Autore
keyboard-shortcuts
Installazioni giornaliere
0
Installazioni totali
82
Valutazione
0 1 0
Versione
0.4
Creato il
09/05/2021
Aggiornato il
03/07/2021
Dimensione
5,32 KB
Licenza
Non disponibile
Applica a

Remove YesWare, ConvertKit, and SkimLinks email trackers from links in GMail

This script removes YesWare, ConvertKit, and SkimLinks email trackers from email links in GMail. When you receive an email with these tracking links, the sender can *track* if and when you clicked on the links they sent you, how many times, from what IP address, etc.

See how these companies track you

How this script works

All of these links contain a tracking identifier followed by the real address the link points to, so this script just rewrites these links to remove the tracker.

For example, the YesWare tracking links look something like https://t.yesware.com/123/456/789/company-website.com/about-us.html

If you click on such a link, YesWare will track your click, associate it with your email, and then send you to company-website.com/about-us.html. This script simply rewrites the link to remove the tracking part, and leaves you with a regular link that no longer points to the tracking domain but to the real target instead. It works the same way for the other trackers, the format is just slightly different. If anyone somehow sends you a YesWare link tracked by ConvertKit, the script will also take care of it.

The code is commented and should be clear enough for people to understand what it does.