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.

< Feedback de Remove multiple email trackers from links in GMail

Avaliação: OK - o script funciona, mas tem bugs

§
Publicado em: 25/03/2024
Editado em: 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

Enviar resposta

Entre para publicar uma resposta.