You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This reminds me that there are also: Cimbali/CleanLinks#63 and https://github.com/AdguardTeam/FiltersRegistry can be referenced, and currently the tracking clean up function here is not very maintainable(no offense), could refactor the code first and look for a better way to maintain the filter list.
As https://github.com/mpchadwick/tracking-query-params-registry/blob/master/_data/params.csv is csv format, is easy to convert it into a json format that js can easily consume, my idea is that we can use some external filter list like it, and then only maintain those not existed in all external filter list(before out pull requests to those repository are accepted, or for those not acceptable, if there are some) in this project.
On this list https://github.com/mpchadwick/tracking-query-params-registry/blob/master/_data/params.csv there are a lot parameters that we can strip.
I don't know if it is the case to generate a json from that or pick just the most useful one, what do you think @PeterDaveHello?
The text was updated successfully, but these errors were encountered: