Ask HN: A clipboard tool that strips tracker ids from URLs
Hi, I like to share a lot of links with friends, co-workers and whomever is interested. However, I keep finding more and more tracking IDs in the URLs. To name a few are the ?si= in Spotify URLS and the ?glicd in Google urls. I'm sure there are plentimore, but I'd reckon there must exist some tool for Windows / Mac that allows the user to configure tags that need to be stripped from the URL when copying.
It'll save me the hassle of doing it manually now, which is sometimes tend to forget as well.
4 comments
[ 0.26 ms ] story [ 8.1 ms ] threadAs far as browser extensions goes, I use CleanURLs[1] on Firefox, and it works as advertised, removing all sorts of crap from URLs before you even need to copy them. It also provides a JSON file with all the rules they use[2], which if you are building a bash script with, you could use to build the parsing logic.
[1] https://addons.mozilla.org/en-US/firefox/addon/clearurls/
[2] https://rules2.clearurls.xyz/data.minify.json