mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-18 02:13:08 +09:00
8 lines
155 B
HTML
8 lines
155 B
HTML
<script>
|
|
if (window.opener) {
|
|
window.opener.postMessage({
|
|
"name": window.name,
|
|
"isTop": window.top === window
|
|
}, "*");
|
|
}
|
|
</script>
|