Is it possible for the JavaScript's ?random to be based on the current date so that it only loads once a day?
<script type="text/javascript" src="http://external.example.com/bookmarklet.js?random"></script>
I am asking this question because I want to prevent it from being cached forever, while also trying to optimize bandwidth and speed. Thank you