/ Published in: JavaScript
bookmarklet used on trustplot to clear img cache.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
javascript:(function(){ location.href = location.href + '?skipcloudimagecache=1'; })();