mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 23:07:33 +09:00
7 lines
103 B
HTML
7 lines
103 B
HTML
<script>
|
|
|
|
var u = new URL("http://127.0.0.1:9607/");
|
|
u.protocol = "resource:";
|
|
u.port = "";
|
|
|
|
</script>
|