mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
12 lines
326 B
HTML
12 lines
326 B
HTML
<script>
|
|
window.parent.postMessage({
|
|
"hash": window.location.hash,
|
|
"host": window.location.host,
|
|
"hostname": window.location.hostname,
|
|
"origin": window.location.origin,
|
|
"pathname": window.location.pathname,
|
|
"port": window.location.port,
|
|
"protocol": window.location.protocol,
|
|
}, "*");
|
|
</script>
|