f321x / untrack-rs

Rust crate to parse and remove tracking tokens from URLs contained in arbitrary text input
https://crates.io/crates/untrack
MIT License
6 stars 0 forks source link

Usage of hardcoded tracking parameters #1

Open f321x opened 1 month ago

f321x commented 1 month ago

Instead of using the hardcoded tracking parameters I could use these dynamic lists or at least use a the regexes which seem way more advanced.

https://docs.clearurls.xyz/1.26.1/

https://docs.clearurls.xyz/1.26.1/specs/rules/

https://rules2.clearurls.xyz/data.minify.json

f321x commented 1 week ago

@quillie