CSS-Tricks Example

A Bookmarklet to Remove CSS3

Well, sorta. It removes CSS3 properties like shadows and rounded corners and stuff. It has a rudimentary test to look for CSS3 values like "rgba" and "-webkit-gradient" and stuff like that (super incomplete). It can't deal with CSS3 selectors like :nth-last-child. That would require parsing the stylesheet and that's beyond my brain power.

CSS3 StripTease   ← drag to bookmarks bar


This project on GitHub