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或关注我们的公众号极客氢云获取最新地址