Skip to content

Instantly share code, notes, and snippets.

@calvindavis
Created August 22, 2013 12:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save calvindavis/6306382 to your computer and use it in GitHub Desktop.
Save calvindavis/6306382 to your computer and use it in GitHub Desktop.
Bookmarklet for refreshing stylesheets.
javascript:var a=document.querySelectorAll('link[rel="stylesheet"]'),b,c,d,e='href';for(b in a){c=a[b];d=c[e];c[e]='';c[e]=d}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment