From affiliated links to search engines, urls with tracking parameters are everywhere. Even in the "Private" Firefox, url searches using DuckDuckGo have a tracker token, probably so DDG knows how much it should pay Mozilla to be in the defaults.
uBlockOrigin has a smart technique, it simply redirects the traceable links to their non-tracked counterpart. duckduckgo.com/?_t=ffab_&q=What+is+url+tracking+paramaters+%3F&ia=web becomes https://duckduckgo.com/?q=What+is+url+tracking+paramaters+%3F&ia=web
I believe nuMatrix should automatically remove those parameters. This would lead to a more seamless experience.
Edit: relevant references about uBo's development of 'url pruning".
From affiliated links to search engines, urls with tracking parameters are everywhere. Even in the "Private" Firefox, url searches using DuckDuckGo have a tracker token, probably so DDG knows how much it should pay Mozilla to be in the defaults.
uBlockOrigin has a smart technique, it simply redirects the traceable links to their non-tracked counterpart. `duckduckgo.com/?_t=ffab_&q=What+is+url+tracking+paramaters+%3F&ia=web` becomes `https://duckduckgo.com/?q=What+is+url+tracking+paramaters+%3F&ia=web`
I believe nuMatrix should automatically remove those parameters. This would lead to a more seamless experience.
Edit: relevant references about uBo's development of 'url pruning".
- [Inital reflection of why uBo anti-tracker not necessary](https://github.com/uBlockOrigin/uBlock-issues/issues/46#issuecomment-391303700)
- [Why Rewrite not a good option](https://www.bleepingcomputer.com/news/security/adblock-plus-filters-can-be-exploited-to-run-malicious-code/)
- [Initial implementation in 2020](https://github.com/uBlockOrigin/uBlock-issues/issues/760#issuecomment-719952467)
- [Dev doesn't want to implement query jump, ie "tracking.url/real.url" isn't redirected to "real.url". It can only remove tracking strings, not modify or go to another link.](https://github.com/uBlockOrigin/uBlock-issues/issues/1784)