Skip to content

Instantly share code, notes, and snippets.

@Voronenko
Created August 11, 2015 19:28
Show Gist options
  • Save Voronenko/5130c3536b7f16ca938b to your computer and use it in GitHub Desktop.
Save Voronenko/5130c3536b7f16ca938b to your computer and use it in GitHub Desktop.
reload css bookmarklet
<a href="javascript:(function(){var h,a,f;a=document.getElementsByTagName('link');for(h=0;h<a.length;h++){f=a[h];if(f.rel.toLowerCase().match(/stylesheet/)&&f.href){var g=f.href.replace(/(&|%5C?)forceReload=\d+/,'');f.href=g+(g.match(/\?/)?'&':'?')+'forceReload='+(new Date().valueOf())}}})()">Reload css</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment