Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 290 Bytes

css_block_debug.md

File metadata and controls

8 lines (8 loc) · 290 Bytes

108 byte version

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

131 byte version

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