mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 12:23:08 +09:00
4 lines
99 B
HTML
4 lines
99 B
HTML
<script>
|
|
var blob = new Blob([123]);
|
|
parent.postMessage(URL.createObjectURL(blob), "*");
|
|
</script>
|