A tweet-sized debugger for visualizing your CSS layouts. Outlines every DOM element on your page a random (valid) CSS hex color.
One-line version to paste in your DevTools
Use $$
if your browser aliases it:
~ 108 byte version
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | |
Version 2, December 2004 | |
Copyright (C) 2011 YOUR_NAME_HERE <YOUR_URL_HERE> | |
Everyone is permitted to copy and distribute verbatim or modified | |
copies of this license document, and changing it is allowed as long | |
as the name is changed. | |
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |
/** | |
* Semantically bump a version number, defaults to "minor". | |
* | |
* If your version number includes a prefix, (e.g. "v" in "v0.1.0") | |
* this will be preserved and returned. Any suffix (e.g. "-beta" | |
* in "v0.5.2-beta") will be lost. | |
* | |
* You can provide version numbers in the following formats: | |
* '0.1.2', 'v1.2-patched', '2.3', '3', 4.1, 5 | |
* And you will get back (assuming a minor bump): |
Procedure Summary: Details