mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-18 10:23:08 +09:00
7 lines
274 B
HTML
7 lines
274 B
HTML
<iframe id="iframe" src="1261351-iframe.html"></iframe>
|
|
<script type="application/javascript">
|
|
let iframe = document.getElementById("iframe");
|
|
iframe.addEventListener("load", function() {
|
|
document.getElementsByTagName("iframe")[0].marginWidth = "5";
|
|
});
|
|
</script>
|