mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-04 10:05:51 +00:00
6 lines
224 B
HTML
6 lines
224 B
HTML
<script>
|
|
netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");
|
|
window.parent.opener.postMessage(window.parent.testNum + " - " + window.x, "http://mochi.test:8888");
|
|
window.parent.close();
|
|
</script>
|