Skip to content

Instantly share code, notes, and snippets.

@westc
Created August 26, 2014 04:01
Show Gist options
  • Save westc/4ec0e9aae6c6cc218cba to your computer and use it in GitHub Desktop.
Save westc/4ec0e9aae6c6cc218cba to your computer and use it in GitHub Desktop.
Removes the styles and stylesheets from a web page.
(function(a,b,c){function d(a){a.style&&(a.style.cssText='');for(var b,c=0;b=a.childNodes[c++];)d(b)}a=document.styleSheets;for(c=a.length;b=a[--c];)b.disabled=!0;d(document.body)})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment