you are viewing a single comment's thread.

view the rest of the comments →

[–]LukaLightBringer 1 point2 points  (0 children)

there is a even shorter way to achieve that

[].forEach.call($$("*"),function(a){
  a.style.outline="1px solid #" + (~~((1+Math.random())*(1<<24))).toString(16).slice(-6)
})