/ Published in: JavaScript

bookmarklet used on trustplot to clear img cache.
Expand |
Embed | Plain Text
javascript:(function(){ location.href = location.href + '?skipcloudimagecache=1'; })();
Comments

You need to login to post a comment.
Rasmus please pimp this! javascript:(function(){ location.href = location.hostname + '/clearlocale.aspx'; })();
Fully working clearlocale bookmarklet
javascript:(function(){ location.href = '/clearlocale.aspx'; })();