Created
April 30, 2012 19:30
-
-
Save ValeriiVasin/2561868 to your computer and use it in GitHub Desktop.
Refresh CSS on the fly
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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())}}})() |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Load this as bookmark on the sidebar and enjoy! Thanks to Paul Irish. http://goo.gl/FXDcy