Source code
Revision control
Copy as Markdown
Other Tools
<script>
var id = location.search.substring(1);
parent.postMessage({ id: id, protocol: location.protocol }, "*");
</script>
<script>
var id = location.search.substring(1);
parent.postMessage({ id: id, protocol: location.protocol }, "*");
</script>