Remove CSS and inline styles from a web page.
Click on the extension icon to run it.
Remove the style elements and attributes listed below from the currently open web page.
- <link rel="stylesheet"> elements
- <style> elements
- style="" attribute of all elements
*CAUTION*
Removing a style may cause all elements that were designated as non-display to be displayed, resulting in a large number of requests for images, etc.
This may result in browser crashes and server overload.
It should only be used to test your own web site.