mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-18 02:13:08 +09:00
8 lines
131 B
HTML
8 lines
131 B
HTML
<!doctype html>
|
|
002-1
|
|
<script>
|
|
if (window.opener !== null) {
|
|
window.opener.postMessage("PASS", "*");
|
|
}
|
|
window.close();
|
|
</script>
|