Skip to content

Instantly share code, notes, and snippets.

@jhsu
Created May 20, 2010 15:39
Show Gist options
  • Save jhsu/407707 to your computer and use it in GitHub Desktop.
Save jhsu/407707 to your computer and use it in GitHub Desktop.
javascript:for(i=0;i<document.styleSheets.length;i++) {
void(document.styleSheets.item(i).disabled=true);
}
el = document.getElementsByTagName('*');
for ( i=0; i<el.length; i++) {
void(el[i].style.cssText = '');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment