Vencord
Vencord copied to clipboard
feat(ClearURLs): Add whitelist functionality
Added a whitelist feature to the ClearURLs plugin. Useful when some links have URL parameters that conflict with the default rules. Pretty simple feature, <20 lines added.
A good example is some Google Calendar links
- https://calendar.google.com/calendar/u/0?cid=veryimportantcalendarid.
- In this context, cid is a Calendar ID, and not a tracking parameter. But cid is also a common tracking parameter, so it's included in the default rules.