Removes YesWare & ConvertKit email trackers from links in GMail

This script removes the YesWare & ConvertKit 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.

目前為 2021-06-10 提交的版本,檢視 最新版本

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

作者
keyboard-shortcuts
評價
0 0 0
版本
0.2
建立日期
2021-05-09
更新日期
2021-06-10
尺寸
3.8 KB
授權條款
未知
腳本執行於

Remove YesWare & ConvertKit email trackers from links in GMail

This script removes YesWare & ConvertKit 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. You can read more about YesWare on their website, and ConvertKit also describes on their website how tracking can provide "stats on every email".

Both the YesWare and ConvertKit 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 ConvertKit, the format is just different. If anyone is clever enough to send 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.