Skip to content

Instantly share code, notes, and snippets.

@timrwood
Created September 20, 2013 01:19
Show Gist options
  • Save timrwood/6632138 to your computer and use it in GitHub Desktop.
Save timrwood/6632138 to your computer and use it in GitHub Desktop.
Bookmarklett to reload all CSS files. X-Treme code-golfed version.
javascript:!function(a,b,c){for(b=a.length;b--;)c=a[b],c.rel.match(/^sty/i)&&c.href&&(c.href=c.href.replace(/(\?|&)_.*/,"$1_"+ +new Date))}(document.querySelectorAll("link"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment