Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<body>
<script>
window.onload = (event) => {
window.opener.postMessage('pass', '*');
};
</script>
</body>
</html>