Created
August 19, 2025 17:10
-
-
Save rebane2001/98d93589ecd1109a2615a723044ed013 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sick fx