Skip to content

Instantly share code, notes, and snippets.

@reaktivo
Created May 6, 2020 19:12
Show Gist options
  • Save reaktivo/24309424c13e85248b2dbf2440cb9cdd to your computer and use it in GitHub Desktop.
Save reaktivo/24309424c13e85248b2dbf2440cb9cdd to your computer and use it in GitHub Desktop.
Rafael Rozendal
[...document.querySelectorAll("*")].forEach((a)=>{a.style.color = a.style.background = color="#"+(~~(Math.random()*(1<<24))).toString(16); (/img|svg|video/i).test(a.tagName) && (a.style.visibility = 'hidden')})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment