Skip to content

Instantly share code, notes, and snippets.

@rebane2001
Created August 19, 2025 17:10
Show Gist options
  • Save rebane2001/98d93589ecd1109a2615a723044ed013 to your computer and use it in GitHub Desktop.
Save rebane2001/98d93589ecd1109a2615a723044ed013 to your computer and use it in GitHub Desktop.
document.querySelectorAll("*").forEach(e=>e.dataset.node=e.nodeName);
style=document.createElement('style');
style.textContent=`*{outline:1px solid #410;&::before{content:attr(data-node);text-shadow: 2px 2px #FFF}}`;
document.head.append(style);
@jtagcat
Copy link

jtagcat commented Aug 19, 2025

sick fx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment