Skip to content

Instantly share code, notes, and snippets.

@rasmusmerzin
Created December 15, 2025 11:19
Show Gist options
  • Select an option

  • Save rasmusmerzin/c1b8cb29f38f756bb446f5e4fae833b3 to your computer and use it in GitHub Desktop.

Select an option

Save rasmusmerzin/c1b8cb29f38f756bb446f5e4fae833b3 to your computer and use it in GitHub Desktop.
[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