Created
December 15, 2025 11:19
-
-
Save rasmusmerzin/c1b8cb29f38f756bb446f5e4fae833b3 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
| [p]=document.getElementsByTagName("player") | |
| for(let parent=p.parentElement;parent;parent=parent.parentElement) | |
| for(let c of parent.children) (c!=p&&!c.contains(p)) && (c.style='pointer-events:none!important;z-index:1')) | |
| p.style='z-index:99;position:fixed;left:50%;top:50%;translate:-50% -50%;max-width:100vw;max-height:100vh;width:100%' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment