Skip to content

Instantly share code, notes, and snippets.

@id0Sch
Created November 15, 2018 08:55
Show Gist options
  • Save id0Sch/b09746d3cb606aa48be651cd9a7838b5 to your computer and use it in GitHub Desktop.
Save id0Sch/b09746d3cb606aa48be651cd9a7838b5 to your computer and use it in GitHub Desktop.
debug CSS snippet
javascript:(()=>{var s= document.createElement('style');s.innerHTML='*:not(path):not(g) {color: hsla(210, 100%, 100%, 0.9) !important;background: hsla(210, 100%, 50%, 0.5) !important;outline: solid 0.25rem hsla(210, 100%, 100%, 0.5) !important;box-shadow: none !important;}';document.head.appendChild(s)})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment