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?mikedoppwithCSS

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.mikedoppNaked Replace the url in the address bar and add this script to see what your website looks like without its CSS or Naked.

This entry was posted in How To, Interesting and tagged , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>


Comment moderation is enabled. Your comment may take some time to appear.