Skip to content

Instantly share code, notes, and snippets.

@mschultheiss83
Forked from Schepp/gist:5147513
Last active August 29, 2015 14:06
Show Gist options
  • Save mschultheiss83/50e48fef1b8a37c4f2ab to your computer and use it in GitHub Desktop.
Save mschultheiss83/50e48fef1b8a37c4f2ab to your computer and use it in GitHub Desktop.
javascript:(function(){$('link[rel="stylesheet"]').each(function(){var url=$(this).attr('href').replace(/[\?&][^\?&=]+=[0-9]+$/,'');url += (url.indexOf('?') == -1 ? '?' : '&') + 'nocache=' + (new Date()).getTime();console.log(url);$(this).attr('href',url);});})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment