mirror of
https://github.com/classilla/tenfourfox.git
synced 2026-04-21 05:16:53 +00:00
9 lines
155 B
HTML
9 lines
155 B
HTML
<script>
|
|
if (window.opener) {
|
|
window.opener.postMessage({
|
|
"name": window.name,
|
|
"isTop": window.top === window
|
|
}, "*");
|
|
}
|
|
</script>
|