mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-19 02:13:04 +00:00
18 lines
301 B
HTML
18 lines
301 B
HTML
<html>
|
|
<body>
|
|
<script>
|
|
|
|
var success = 0;
|
|
|
|
try {
|
|
parent[name].success = 1;
|
|
parent.postMessage(success ? "success" : "failure", "http://mochi.test:8888");
|
|
} catch (e) {
|
|
parent.postMessage(e.toString(), "http://mochi.test:8888");
|
|
}
|
|
|
|
</script>
|
|
<p>Move on, nothing to see here...</p>
|
|
</body>
|
|
</html>
|