mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-21 03:43:16 +09:00
9 lines
231 B
HTML
9 lines
231 B
HTML
<script>
|
|
onload = parent.t.step_func(function() {
|
|
setTimeout(parent.t.step_func(function() {
|
|
document.open()
|
|
setTimeout(parent.t.step_func(function() {parent.t.done()}), 0);
|
|
document.close();
|
|
}), 100)
|
|
});
|
|
</script>
|