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.

< 脚本Remove multiple email trackers from links in GMail的反馈

评价:一般 - 脚本能用,但还有一些问题

§
发表于:2024-03-25
编辑于:2024-03-25

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

发表回复

登录(不可用)以发表回复。

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址