Psychosynthesis / Eraser

Web-extension for removing tracking query parameters in a link (utm, fbclid, etc.)
MIT License
6 stars 0 forks source link

Strip out `_hsmi` params #1

Closed mimre25 closed 4 months ago

mimre25 commented 5 months ago

The WeAreDeveloper newsletter uses URLS with ?_hsmi=<some_id> to track clicks.

I would like to also strip those out of the urls.

I'd be open to contribute a PR if this change is desired. :slightly_smiling_face:

Psychosynthesis commented 5 months ago

@mimre25 hi! Can you provide example url please?

I plan to make the list of cleared parameters configurable in the near future, so there is no particular need to add additional parameters to the code now. But I will take into account the parameter you specified in the list of those blocked by default.

mimre25 commented 5 months ago

Here are a few examples:

https://github.blog/2024-06-11-10-years-of-the-github-security-bug-bounty-program/?_hsmi=312482955 https://press.aboutamazon.com/2024/6/aws-announces-230-million-commitment-for-generative-ai-startups?_hsmi=312482955 https://wizardzines.com/zines/oh-shit-git/?_hsmi=312482955

I think those _hsmi are hubspot tracking identifiers (see here).

I plan to make the list of cleared parameters configurable in the near future

Looking forward to this! I was actually first checking whether this is already possible :sweat_smile:

Psychosynthesis commented 4 months ago

@mimre25 Hi! I've added a couple of new parameters to the list, including the one you requested.

I also updated the versions in the add-on stores, they should update automatically.