mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-18 10:23:08 +09:00
10 lines
170 B
HTML
10 lines
170 B
HTML
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<body>
|
||
|
|
<script type="text/javascript">
|
||
|
|
window.onload = function() {
|
||
|
|
window.opener.postMessage('ready', '*');
|
||
|
|
};
|
||
|
|
</script>
|
||
|
|
</body>
|
||
|
|
</html>
|