mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-18 11:08:26 +00:00
10 lines
152 B
HTML
10 lines
152 B
HTML
<html>
|
|
<body>
|
|
<script>
|
|
addEventListener('load', function() {
|
|
window.open("http://example.com/" + location.hash, "foo");
|
|
});
|
|
</script>
|
|
</body>
|
|
</html>
|