Latest Blog Posts

WAKE UP! It's the first of the month

1 September 2025
Play

^^^ new release from Wounded Masquerade, click to play

Don't forget to remove tracking ids in your links!

28 August 2025

Screenshot

In 2023, Youtube implemented tracking ids in their url whenever the video is shared. It’s a unique ‘sharing id’ that lets Youtube track whoever created the link and to who it had been shared to. However, if you’ve ever noticed, this is done without the user’s consent. it’s very sneakily but also avoidable if you want to have just that little bit more of privacy from the hungry data consoomers that are over at the Google HQ.

As demonstrated: Here we’ve got a dirty link, you see that “?si=AghVOcGOyPzDv0Gn” part? Exactly, that is the share id that gives Youtube unnecessary info about you and your friends whenever you share this link.

https://youtu.be/GosXLd-FsU0?si=AghVOcGOyPzDv0Gn

Let’s sanitize it!

https://youtu.be/GosXLd-FsU0

It’s just that easy.

But this was only the share id. There exist more than one types of components of links that track certain information. Such as:

https://example.com?utm_source=newsletter1&utm_medium=email&utm_campaign=sale

Yikes! All of those “?utm_source=newsletter”, “?utm_x=y”, etc. are trashing your link with tracking components! Their names are pretty self explanatory to what they track:

?utm_source=newsletter -> This link was opened through a newsletter ?utm_medium=email -> This link was opened through an email medium ?utm_campaign=sale -> This link was opened through a campaign (presumably coming to the aforementioned email)

Anyhow, I always recommend ‘sanitizing’ even that part of your links, they look are unpleasant to look at in general when shared and give your privacy a light slap on the wrist.

I recommend using browser extensions for this, they do the ‘sanitizing’ work for you ironically the link above was ‘https://addons.mozilla.org/en-US/firefox/addon/clearurls/?utm_source=addons.mozilla.org&utm_medium=referral&utm_content=featured’. Don’t worry though, I already sanitized it for you :)

Hello World!

27 July 2025

No fucking I finally set this shitty Jekyll blogposting up… I’m at a loss for words. Exteremely WIP right now, I’ll be trying to make this a part of the website now. <3

View All Posts