I tried this a while ago but had to turn it off because it made too many links stop working, especially URLs in emails. It also breaks some Google Sheets functionality.
There's a request on Github to add a whitelist for sites that break when referral parameters are removed, but the devs haven't replied or commented on the request.
This "TrackerZapper" seems to only address the end of the URL not the beginning, suffix versus prefix, right versus left. Tracking can of course be accomplished by prefixing or "shortening" URLs, too. Thats what Google, Facebook, Twitter, even DuckDuckGo, routinely do. These websites, and many more, are wont to claim that they do prefixing or shortening for the users benefit, e.g., to remove the Referer header, or to screen external URLs for "safety", however there is no enforceable agreement with users where the website agrees it will limit the use of this data to any purpose. These third party websites have freedom to use it however they wish.
URL sanitisation is easy using a local proxy. This way we can have rules that are site-specific. Not every site needs it, but for those that do, we can write specific rules. The proxy also allows us to log HTTP traffic and to limit redirection through a variety of methods, so its easier to discover when attempted redirects are occuring.
Every redirect is an opportunity for data collection, whether its used for that purpose or not. If "data is the new oil" then it contributes to greenhouse gases.
[1] https://github.com/ClearURLs/Addon