Skip to content

Instantly share code, notes, and snippets.

@mintchaos
Created June 15, 2011 21:22
Show Gist options
  • Save mintchaos/1028150 to your computer and use it in GitHub Desktop.
Save mintchaos/1028150 to your computer and use it in GitHub Desktop.
ReCSS bookmarklet
javascript:void(function(){var%20i,a,s;a=document.getElementsByTagName('link');for(i=0;i%3Ca.length;i++){s=a[i];if(s.rel.toLowerCase().indexOf('stylesheet')%3E=0&&s.href)%20{var%20h=s.href.replace(/(&|%5C?)forceReload=\d+/,'');s.href=h+(h.indexOf('?')%3E=0?'&':'?')+'forceReload='+(new%20Date().valueOf())}}})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment