mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-20 19:33:08 +09:00
7 lines
128 B
HTML
7 lines
128 B
HTML
<!DOCTYPE html>
|
|
<script>
|
|
window.parent.postMessage({
|
|
source: "iframe",
|
|
status: "networkresponse"
|
|
}, "*");
|
|
</script>
|