Skip to content

Instantly share code, notes, and snippets.

@rgaidot
Last active August 29, 2015 14:07
Show Gist options
  • Save rgaidot/205bbb377c0ce8066d54 to your computer and use it in GitHub Desktop.
Save rgaidot/205bbb377c0ce8066d54 to your computer and use it in GitHub Desktop.
highlight html elements
for(i=0; A=$$("*")[i++];)
A.style.outline="1px solid hsl("+i*9+",99%,50%)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment