mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-19 02:43:07 +09:00
5 lines
No EOL
93 B
HTML
5 lines
No EOL
93 B
HTML
<script>
|
|
onmessage = function(e) {
|
|
parent.postMessage([e.data, e.origin], '*');
|
|
}
|
|
</script> |