A Google Chrome extension that changes "utm_source" in URLs to something else.
This extension works through the magic of regular expressions, matching "utm_source" and replacing its value with "fuck_your_analytics".
Classy, I know.
Because I don't like analytics, and I wanted to see what writing Chrome extensions feels like.
Future versions might include totally removing tracking URLs, matching various parameters or replacing their values with something random every time.
- Open chrome://extensions/
- Check the "Developer mode" checkbox
- Click "Load unpacked extension..."
- Navigate to the extension's directory and click "OK"
- That's it.