mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-05-28 00:28:52 +00:00
11 lines
170 B
HTML
11 lines
170 B
HTML
<html>
|
|
<head>
|
|
<body>
|
|
<script type="text/javascript">
|
|
window.onload = function() {
|
|
window.opener.postMessage('ready', '*');
|
|
};
|
|
</script>
|
|
</body>
|
|
</html>
|