Skip to content

Instantly share code, notes, and snippets.

@mattosborn
Created May 9, 2014 10:15
Show Gist options
  • Save mattosborn/b87ec6231071c959e8bf to your computer and use it in GitHub Desktop.
Save mattosborn/b87ec6231071c959e8bf to your computer and use it in GitHub Desktop.
gu/head.css bookmarklet
javascript:(function(){
function reloadCss(url){
$("link[href='"+url+"']").remove();
$('head').append('<link rel="stylesheet" type="text/css" href="'+url+'">');
}
reloadCss('/assets/stylesheets/head.default.css');
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment