I have a bookmarklet that continues to use cache versions http://www.imvu-e.com/products/hpv/download/HPV.js . I want him to never cache it and restart it.
This is the hyperlink that I use to save the bookmarklet (which the user drags to the browser toolbar that installs it):
<a href="javascript:(function(){ c = document.createElement("script"); c.type = "text/javascript"; c.src = "http://www.imvu-e.com/products/hpv/download/HPV.js"; c.onload = c.onreadystatechange = function() { if ( ! (d = this.readyState) || d == "loaded" || d == "complete"){ document.documentElement.childNodes[0].removeChild(c); version='beta'; } }; document.documentElement.childNodes[0].appendChild(c); })();">Run HPV</a>
Parox source share