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.

< Opinie na Remove multiple email trackers from links in GMail

Ocena: OK - skrypt działa, ale ma błędy

§
Napisano: 25-03-2024
Edytowano: 25-03-2024

Please could you integrate

        {
            name: 'Pstmrk',
            xpathSearch: ['.pstmrk.it'],
            hrefRegex: /http(?:s)?:\/\/[a-z]+.pstmrk\.it\/3s\/(.*)$/,
            rewrite: match => 'https://' + decodeURIComponent(match[1])
        },

see https://gist.github.com/malys/e88bb2682f1c3a18f420ddfae4f7e247

Odpowiedz

Zaloguj się, by odpowiedzieć.