Source code
Revision control
Copy as Markdown
Other Tools
<!doctype html>
<script>
"use strict";
let target = (window.opener || window.parent);
target.postMessage("ping", "*");
</script>
<!doctype html>
<script>
"use strict";
let target = (window.opener || window.parent);
target.postMessage("ping", "*");
</script>