View your Favorite sites Naked
Being a web developer for quite a while you create terms like viewing your web sites without “CSS” or naked.
Once in a while its fun just to surf to a site like mikedopp.com and see all the Gooey (gui) goodness and formatted text and such. Of course CSS is what makes the site look and feel pretty. How can we strip the CSS from a website to just see the text?
Try this little script:
javascript:for(i=0;i<document.styleSheets.length;i++)%7Bvoid(document.styleSheets.item(i).disabled=true);%7Del=document.getElementsByTagName(‘*’);for(i=0;i<el.length;i++)%7Bvoid(el%5Bi%5D.style.cssText=”);%7D
So surf to the site and once it is fully rendered.
Replace the url in the address bar and add this script to see what your website looks like without its CSS or Naked.




