Color Your Web Page

 Right click on Page> Inspect Element> Console> Paste code> Press Enter

Your widow will be colored

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