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