I can think of a couple of ways that might (!) work to hide affiliate links:
1. Add a click handler to your anchor tags that redirects to an affiliate-linked version of the href.
2. Modify the url on mousedown (since it happens before click.) I think someone told me this doesn't actually work, but I don't remember for sure.
1. Add a click handler to your anchor tags that redirects to an affiliate-linked version of the href. 2. Modify the url on mousedown (since it happens before click.) I think someone told me this doesn't actually work, but I don't remember for sure.