mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-18 10:23:08 +09:00
9 lines
152 B
HTML
9 lines
152 B
HTML
|
|
<html>
|
||
|
|
<body>
|
||
|
|
<script>
|
||
|
|
addEventListener('load', function() {
|
||
|
|
window.open("http://example.com/" + location.hash, "foo");
|
||
|
|
});
|
||
|
|
</script>
|
||
|
|
</body>
|
||
|
|
</html>
|