A Chrome Extension for adding CSS Outline property (with different colors) to all elements on the page.
Mainly this is useful for debugging CSS Layout and discovering potential issues.
Notes:
-
The outline colors are randomized based on it's order on the page.
-
The colors are randomized by assigning different cumulative Hue degree and a fixed Saturation (99%) and Light (50%).
-
On deactivating, the extension will restore the old
outline
value if it was there, and remove thestyle
HTML attribute if it wasn't there before activating.
Credits:
- Dalibor Gogic's suggestion on this gist by Addy Osmani