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