Bookmarklet append to url


/ Published in: JavaScript
Save to your folder(s)

bookmarklet used on trustplot to clear img cache.


Copy this code and paste it in your HTML
  1. javascript:(function(){ location.href = location.href + '?skipcloudimagecache=1'; })();

Report this snippet


Comments


You need to login to view comments.