Skip to content

Instantly share code, notes, and snippets.

@smgoller
Created July 17, 2013 17:51
Show Gist options
  • Save smgoller/6022810 to your computer and use it in GitHub Desktop.
Save smgoller/6022810 to your computer and use it in GitHub Desktop.
Re-CSS
javascript:void(function(){var i,a,s;$.ajax({url: '/', async: false});a=document.getElementsByTagName('link');for(i=0;i<a.length;i++){s=a[i];if(s.rel.toLowerCase().indexOf('stylesheet')>=0&&s.href) {var h=s.href.replace(/(&|%5C?)forceReload=d+/,'');s.href=h+(h.indexOf('?')>=0?'&':'?')+'forceReload='+(new Date().valueOf())}}})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment