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.

< Părere la script-ul Remove multiple email trackers from links in GMail

Recenzie: OK - script works, but has bugs

§
Postat în: 25-03-2024
Editat în: 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

Postează un raspuns

Autentifică-te pentru a posta un răspuns.