A simple tool to quickly show what any website(read as: most sites...) would look like with no CSS running. Drag this little bookmarklet up into your bookmarks bar.
Online at: kill-styles.matt-wolff.com
Won't have any affect on styles generated by JS after the initial press. Could add an interval function to continue killing styles forever... Later, maybe.
Other problems? ...Open an issue.
KILL ’EM ALL
Notes:
- Based on this fiddle (possibly by Jeffrey Scudder)
- Any good results, feel free to put here: https://www.are.na/laurel-schwulst/kill-styles. (Thanks Laurel!)
- Simplified and updated to regular old vanilla JavaScript.
- Removes all
<link>
and<style>
elements along with removing any inline style attributes.