mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-07-21 03:48:43 +00:00
5 lines
99 B
HTML
5 lines
99 B
HTML
<script>
|
|
var blob = new Blob([123]);
|
|
parent.postMessage(URL.createObjectURL(blob), "*");
|
|
</script>
|