Skip to content

Instantly share code, notes, and snippets.

@jimthoburn
Created October 8, 2013 19:12
Show Gist options
  • Save jimthoburn/6889905 to your computer and use it in GitHub Desktop.
Save jimthoburn/6889905 to your computer and use it in GitHub Desktop.
Reload the main style sheet, for the a page you’re working on. (HINT: Type this in your browser console.) This is useful when you’re working on your CSS, and a full page refresh takes a long time.
document.querySelector('link[href*="application.css"]').href += "#a";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment