I'm trying to find a cache buster module for Drupal. Specifically, as part of the Ebay Partner Network, I'm given code to put on my site that will refer visitors to Ebay. I want the link code to be HTML (instead of JavaScript), so I can add target="_blank" and rel="nofollow" tags.
While Ebay has an HTML option for the code snippet, they specify that I must use a CacheBuster where indicated in the code (I'm assuming via PHP), so the image will be assigned a random number and won't be cached. I think their JavaScript does this automatically, but again, I want to use HTML for the reasons above.
I was unable to find a Cache Buster module for Drupal. Is there a way to custom code this in PHP?