ClearURL is a browser extension that will automatically remove trackers from links. They also have a public JSON list of trackers with specification of how they're removed here. It's mostly just regex, so nothing too complicated for implementing.
As seen above, using this would allow for trackers from links to be blocked. Commands for removing trackers would also be a good alternative that could have less chat flood.
The bot in the image is my bot, also written in Go. It isn't complete and it's not amazing code, but it could be used as reference if need be.
ClearURL is a browser extension that will automatically remove trackers from links. They also have a public JSON list of trackers with specification of how they're removed here. It's mostly just regex, so nothing too complicated for implementing.
As seen above, using this would allow for trackers from links to be blocked. Commands for removing trackers would also be a good alternative that could have less chat flood.
The bot in the image is my bot, also written in Go. It isn't complete and it's not amazing code, but it could be used as reference if need be.