Skip to content

Instantly share code, notes, and snippets.

@jashkenas
Created March 8, 2012 15:03
Show Gist options
  • Save jashkenas/2001403 to your computer and use it in GitHub Desktop.
Save jashkenas/2001403 to your computer and use it in GitHub Desktop.
javascript:(function(){function%20f(b){b=b||window;for(var%20g=b.document.getElementsByTagName("link"),a=0,d=g.length;a<d;a++){var%20e=g[a],c=e.href;if(c&&/stylesheet/i.test(e.rel)){c=c.replace(/(&|%5C?)forceReload=\d+/,"");var%20h="forceReload="+(new%20Date).valueOf();e.href=c+(c.indexOf("?")>=0?"&":"?")+h}}a=0;for(d=b.frames.length;a<d;a++)f(b.frames[a])}f()})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment