Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<script>
let bc = new BroadcastChannel(window.location.search.substring(1));
bc.postMessage({ hasOpener: opener !== null });
window.close();
</script>